2,969 results found (page 5 of 198)
https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Inheritance_and_the_prototype_chai…

…样的键将变成对象的 自有属性 。这种语法读起来非常自然,因为 [[Prototype]] 只是对象的“内部属性”。 下面演示当尝试访问属性时会发生什么: js const o = { a: 1, b: 2, // __proto__ 设置了 [[Prototype]]。在这里它被指定为另一个对象字面量。 __proto__: { b: 3, c: 4, }, }; // o.[[Prototype]] 具有属性 b 和 c。 // o.[[Prototype]].[[Prototype]] 是 Object.prototype(我们会在下文解释其含义)。…

https://commits.kde.org/kdenlive/d52d9a14fcb15797fc4294562a1f55be193aec49

…resetDialog::slotUpdateParams() break case RenderPresetParams :: RateControl :: Constrained if vcodec startsWith "libx264" || vcodec startsWith "libvpx" || vcodec startsWith "libaom-" )) if vcodec startsWith "libx264" || vcodec startsWith "libvpx" || vcodec startsWith "libaom-" |…

http://commits.kde.org/baloo/8f72eeca8e12f5dbebe16f49a0243ee0f063e1a3

…FolderBeIndexed_data() QTest :: addColumn < bool > ( "shouldBeIndexed" ); for ( const auto & key : indexed ) { QVERIFY2 ( QFileInfo ( m_dirPrefix + key ). isDir (), qPrintable ( QStringLiteral ( "Not a folder: %1" ). arg ( m_dirPrefix + key ))); QTest :: addRow ( "%s" , qPrintabl…

https://commits.kde.org/kdenlive/901ca4c61caab9e8b261520db204aace7510eb71

…t) bool RenderViewDelegate :: helpEvent QHelpEvent event QAbstractItemView view const QStyleOptionViewItem option const QModelIndex index if index column () != || index isValid ()) return QStyledItemDelegate :: helpEvent event view option index ); // ... for non-tooltip events if…