3,224 results found (page 11 of 215)
https://commits.kde.org/kdenlive/f77b880d32bd605bec307048301fba4cae725177

…de void resizeEvent QResizeEvent event override Q_SIGNALS void parameterChanged const QDomElement const QDomElement int ); Original line number Diff line number Diff line @@ -69,14 +69,6 @@ int WidgetDelegate::height(const QModelIndex &index) const return m_height value index ); …

https://www.academia.edu/120883137/The_role_of_critical_experiences_positioning_and_agency…

… role of critical experiences, positioning, and agency in the dynamic, emergent construction of heritage speaker selves Ellen J. Serafini ✉ George M ason University, Fairfax, USA ht tps:/ / orcid.org/ 0000-0002-8048-9533 [email protected] Sara I. Roca-Ramirez Georgetown Universit…

https://webidl.spec.whatwg.org

… be specified more readily. How interfaces described with Web IDL correspond to constructs within JavaScript execution environments is also detailed here. Concretely, Web IDL provides a syntax for specifying the surface APIs of web platform objects, as well as JavaScript bindings…

https://gerrit.wikimedia.org/r/plugins/gitiles/mediawiki/extensions/CodeMirror/+/0b52e3b12…

…rAction class. */ /** * CodeMirror action * * @class * @extends ve.ui.Action * @constructor * @param {ve.ui.Surface} surface Surface to act on */ ve . ui . CodeMirrorAction = function VeUiCodeMirrorAction () { // Parent constructor ve . ui . CodeMirrorAction . super . apply ( thi…

https://developer.mozilla.org/zh-CN/docs/learn/JavaScript/%E5%BC%82%E6%AD%A5/%E6%A6%82%E5%…

…步函数,你也很可能需要 正确使用 它们。 在这篇文章中,我们将从同步函数长时间运行时存在的问题开始,并以此进一步认识异步编程的必要性。 观察下面的代码: js const name = "Miriam"; const greeting = `Hello, my name is ${name}!`; console.log(greeting); // "Hello, my name is Miriam!" 这段代码: 声明了一个叫做 name 的字符串常量 声明了另一个叫做 greeting 的字符串常量(并使用了 name 常量的值) 将 greetin…

https://developer.mozilla.org/zh-CN/docs/learn/JavaScript/%E5%BC%82%E6%AD%A5/%E7%AE%80%E4%…

…步函数,你也很可能需要 正确使用 它们。 在这篇文章中,我们将从同步函数长时间运行时存在的问题开始,并以此进一步认识异步编程的必要性。 观察下面的代码: js const name = "Miriam"; const greeting = `Hello, my name is ${name}!`; console.log(greeting); // "Hello, my name is Miriam!" 这段代码: 声明了一个叫做 name 的字符串常量 声明了另一个叫做 greeting 的字符串常量(并使用了 name 常量的值) 将 greetin…