Home
last modified time | relevance | path

Searched refs:detect (Results 1 – 25 of 117) sorted by relevance

12345

/plugin/asciidocjs/node_modules/acorn-globals/
DREADME.md15 detect.js
19 var detect = require('acorn-globals');
23 var scope = detect(src);
62 $ node example/detect.js
/plugin/s5reloaded/ui/effects_support/
Dsound.js51 …if(navigator.plugins && $A(navigator.plugins).detect(function(p){ return p.name.indexOf('QuickTime…
53 …else if(navigator.plugins && $A(navigator.plugins).detect(function(p){ return p.name.indexOf('Wind…
55 …else if(navigator.plugins && $A(navigator.plugins).detect(function(p){ return p.name.indexOf('Real…
/plugin/asciidocjs/node_modules/async/
Dfind.js92 function detect(coll, iteratee, callback) { function
95 exports.default = (0, _awaitify2.default)(detect, 3);
Ddetect.js92 function detect(coll, iteratee, callback) { function
95 exports.default = (0, _awaitify2.default)(detect, 3);
Dindex.js7 …til = exports.dir = exports.detectSeries = exports.detectLimit = exports.detect = exports.constant…
393 detect: _detect2.default, property
499 exports.detect = _detect2.default;
/plugin/asciidocjs/node_modules/with/
Dindex.js3 var detect = require('acorn-globals'); variable
28 exclude = exclude.concat(detect(obj).map(function (global) { return global.name; }))
29 var vars = detect(src).map(function (global) { return global.name; })
/plugin/sectiontoggle/
Daction.php134 $detect = new Mobile_Detect;
135 … $deviceType = ($detect->isMobile() ? ($detect->isTablet() ? 'tablet' : 'phone') : 'computer');
/plugin/asciidocjs/node_modules/neo-async/
Ddetect.js3 module.exports = require('./async').detect;
DREADME.md105 - [`detect`](http://suguru03.github.io/neo-async/doc/async.detect.html)
108 …guru03.github.io/neo-async/doc/async.detect.html) -> [`detect`](http://suguru03.github.io/neo-asyn…
241 |detect|4.30|
/plugin/addnewpage/
H A D.gitattributes1 # Auto detect text files and perform LF normalization
/plugin/strata/
D.gitattributes1 # Auto detect text files and perform LF normalization
/plugin/mizarverifiabledocs/
H A D.gitattributes1 # Auto detect text files and perform LF normalization
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/
DOutput.Newline.txt9 will auto-detect the default newline type of the system and use that;
DAttr.ClassUseCDATA.txt6 If null, class will auto-detect the doctype and, if matching XHTML 1.1 or
/plugin/elasticsearch/vendor/patrickschur/language-detection/src/LanguageDetection/
DLanguage.php66 public function detect(string $str): LanguageResult function in LanguageDetection\\Language
/plugin/issuetracker/
Dtablekit.js425 …t = $w(cell.className).detect(function(n){ // then look for a data type classname on the heading r…
432 t = TableKit.Sortable.detectors.detect(
434 return TableKit.Sortable.types[d].detect(TableKit.getCellText(cell));
461 if(options.detect) {
462 this.detect = options.detect;
468 detect : function(v){ method in TableKit.Sortable.Type
785 var n = $w(head.className).detect(function(n){
/plugin/publistf/
DTODO8 * (DONE) Automatically detect lang.
/plugin/publist/
DTODO8 * (DONE) Automatically detect lang.
/plugin/publistx/
DTODO8 * (DONE) Automatically detect lang.
/plugin/elasticsearch/helper/
Ddocparser.php200 $langs = array_keys($ld->detect($body)->whitelist(...$trans->translations)->close());
/plugin/farmer/lang/en/
H A Dtab_config_help.txt8 will be used to detect if a request was made directly to the Farmer when using host based farms. Th…
H A Dtab_setup_help.txt18 inititialized. The Farmer plugin will detect if the current request should access an Animal or the …
/plugin/combo/
H A Dyarn.lock193 type-detect "^4.1.0"
256 type-detect "^4.0.0"
843 type-detect@^4.0.0, type-detect@^4.1.0:
845 resolved "https://registry.npmjs.org/type-detect/-/type-detect-4.1.0.tgz"
/plugin/ckgdoku/ckeditor/
Dconfig.js1 …e","-","About"]}];d.wrap_lang;var e="call=wrap_lang&lang="+CKEDITOR.lang.detect("en");var i=functi…
/plugin/icalevents/vendor/squizlabs/php_codesniffer/
DREADME.md4 … the main `phpcs` script that tokenizes PHP, JavaScript and CSS files to detect violations of a de…

12345