Searched refs:native (Results 1 – 25 of 128) sorted by relevance
123456
| /plugin/asciidocjs/node_modules/repeat-string/ |
| D | README.md | 37 Repeat string is significantly faster than the native method (which is itself faster than [repeatin… 43 native ██████████████████ (19,453,895 ops/sec) 48 native ████████████████████ (16,020,598 ops/sec) 53 native ███████████████ (14,582,955 ops/sec) 58 native ██████████ (10,085,557 ops/sec) 63 native ████████ (7,724,892 ops/sec) 68 native ███████ (6,203,331 ops/sec) 73 native █████ (5,578,808 ops/sec)
|
| /plugin/ssocas/ |
| D | .hgeol | 2 native = LF 5 ** = native
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/RealTimeBidding/ |
| D | Creative.php | 323 public function setNative(NativeContent $native) argument 325 $this->native = $native; 332 return $this->native;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyerII/ |
| D | Creative.php | 385 public function setNative(NativeContent $native) argument 387 $this->native = $native; 394 return $this->native;
|
| /plugin/asciidocjs/node_modules/core-js/library/modules/ |
| D | _native-weak-map.js | 4 module.exports = typeof WeakMap === 'function' && /native code/.test(nativeFunctionToString.call(We…
|
| /plugin/asciidocjs/node_modules/core-js/modules/ |
| D | _native-weak-map.js | 4 module.exports = typeof WeakMap === 'function' && /native code/.test(nativeFunctionToString.call(We…
|
| /plugin/tagfilter/script/select2/ |
| D | README.md | 11 * Enhancing native selects with search. 12 * Enhancing native selects with a better multi-select interface. 14 * Nesting optgroups: native selects only support one level of nested. Select2 does not have this re…
|
| /plugin/dwedit/ |
| D | plugin.info.txt | 6 desc adds dokuwiki native editor icon to utils
|
| D | README | 2 The icon is like the Edit button. Clicking on the button will open the native Dokuwiki editor. It…
|
| /plugin/resizeblacklist/ |
| D | plugin.info.txt | 6 desc Stop certain media extensions from being resized using the native DokuWiki methods
|
| /plugin/aichat/vendor/mehrab-wj/tiktoken-php/ |
| D | CHANGELOG.md | 6 - Improve performance by using native function and local caching
|
| /plugin/combo/vendor/symfony/polyfill-mbstring/ |
| H A D | README.md | 4 This component provides a partial, native PHP implementation for the
|
| /plugin/asciidocjs/node_modules/with/ |
| D | README.md | 54 assert(foo === 'bar')// => This fails for compile time with but passes for native with 60 assert(obj.foo === 'bar')// => This fails for compile time with but passes for native with
|
| /plugin/ckgdoku/ |
| D | README.md | 2 Version of ckgedit which allows for switching between native dokuwiki editor tools and ckgedit's to…
|
| /plugin/codeprettify/code-prettify/src/ |
| D | lang-dart.js | 57 …[PR['PR_KEYWORD'], /^\b(?:abstract|const|extends|factory|final|get|implements|native|operator|set|…
|
| /plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/ |
| D | Core.EscapeNonASCIICharacters.txt | 8 converting it to its native encoding. This means that even characters that
|
| /plugin/asciidocjs/node_modules/resolve/lib/ |
| D | sync.js | 9 …'win32' && fs.realpathSync && typeof fs.realpathSync.native === 'function' ? fs.realpathSync.nativ…
|
| /plugin/findologicxmlexport/vendor/twig/twig/doc/functions/ |
| D | random.rst | 26 …{{ random() }} {# example output: 15386094 (works as the native PHP m…
|
| D | range.rst | 49 The ``range`` function works as the native PHP `range`_ function.
|
| /plugin/asciidocjs/node_modules/fs.realpath/ |
| D | README.md | 6 with a faster (but less resilient) native implementation. That raises
|
| /plugin/photogallery/phpThumb/ |
| D | README.md | 10 retrieved from a database. GIFs are supported on all versions of GD even if GD does not have native…
|
| /plugin/asciidocjs/node_modules/lazy-cache/ |
| D | README.md | 13 …ebpack loader that fixes the bug that prevents webpack from working with native javascript getters. 76 require = fn; // restore the native `require` function
|
| /plugin/refnotes/lang/en/ |
| D | intro.txt | 6 …* //Use footnotes syntax// --- if enabled the RefNotes plugin will be used to handle native DokuWi…
|
| /plugin/asciidocjs/node_modules/resolve/ |
| D | readme.markdown | 145 var realpath = typeof fs.realpath.native === 'function' ? fs.realpath.native : fs.realpath; 254 …var realpath = typeof fs.realpathSync.native === 'function' ? fs.realpathSync.native : fs.realpath…
|
| /plugin/geophp/ |
| D | composer.lock | 57 …"description": "Open-source native PHP library for doing geometry operations. Can read and write a…
|
123456