3,127 results found (page 6 of 209)
http://commits.kde.org/baloo/efee67709d9b5b7ff1a8bff139783147f7e8cae2

…SubDir // |- .indexedHiddenSubDir // |- ignoredRootDir // |- excludedRootDir // const QString indexedRootDir = u"d1/" _s ; const QString indexedSubDir = u"d1/sd1/" _s ; const QString indexedSubSubDir = u"d1/sd1/ssd1/" _s ; const QString excludedSubSubDir = u"d1/sd1/ssd2/" _s ; co…

https://gerrit.wikimedia.org/g/mediawiki/core/+/e07d3c7a37fbc26d70562d153c1f7b0f5f07e044/r…

…yout.js blob: fea17ca3df72284f452473ce8ae4d815b08a8633 [ file ] [ log ] [ blame const ParamLabelWidget require './ParamLabelWidget.js' ), OptionalParamWidget require './OptionalParamWidget.js' ), ApiSandbox require './ApiSandbox.js' ), Util require './Util.js' ); /** * PageLayout…

http://www.w3.org/TR/domcore

…false. Return true. This concept is used to validate element local names , when constructed by DOM APIs. The intention is to allow any name that is possible to construct using the HTML parser (the branch where the first code point is an ASCII alpha ), plus some additional possibi…

https://www.w3.org/TR/dom

…false. Return true. This concept is used to validate element local names , when constructed by DOM APIs. The intention is to allow any name that is possible to construct using the HTML parser (the branch where the first code point is an ASCII alpha ), plus some additional possibi…

http://www.w3.org/DOM

…false. Return true. This concept is used to validate element local names , when constructed by DOM APIs. The intention is to allow any name that is possible to construct using the HTML parser (the branch where the first code point is an ASCII alpha ), plus some additional possibi…

https://dom.spec.whatwg.org

…false. Return true. This concept is used to validate element local names , when constructed by DOM APIs. The intention is to allow any name that is possible to construct using the HTML parser (the branch where the first code point is an ASCII alpha ), plus some additional possibi…

https://gerrit.wikimedia.org/r/plugins/gitiles/mediawiki/extensions/WikimediaEvents/+/refs…

… */ /** * @typedef ModuleConfig * @property {string} WMEClientErrorIntakeURL */ const moduleConfig = /** @type {ModuleConfig} */ require ( /** @type {string} */ ( './config.json' ) ); // Only log up to this many errors per page (T259371) const errorLimit = 5 ; let errorCount = 0 …

http://commits.kde.org/baloo/1f283e5446a83021d162035df99bb9876163999d

…ing Loading Original line number Diff line number Diff line @@ -81,17 +81,17 @@ const QString indexedHiddenSubDir = u"d1/.sd4/"_s; const QString ignoredRootDir = u"d2/" _s ; const QString excludedRootDir = u"d3/" _s ; const QString excludeFilter1 = QStringLiteral ( "build" ) ; co…