Home
last modified time | relevance | path

Searched refs:native (Results 1 – 25 of 128) sorted by relevance

123456

/plugin/asciidocjs/node_modules/repeat-string/
DREADME.md37 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.hgeol2 native = LF
5 ** = native
/plugin/authgooglesheets/vendor/google/apiclient-services/src/RealTimeBidding/
DCreative.php323 public function setNative(NativeContent $native) argument
325 $this->native = $native;
332 return $this->native;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyerII/
DCreative.php385 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.js4 module.exports = typeof WeakMap === 'function' && /native code/.test(nativeFunctionToString.call(We…
/plugin/asciidocjs/node_modules/core-js/modules/
D_native-weak-map.js4 module.exports = typeof WeakMap === 'function' && /native code/.test(nativeFunctionToString.call(We…
/plugin/tagfilter/script/select2/
DREADME.md11 * 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/
Dplugin.info.txt6 desc adds dokuwiki native editor icon to utils
DREADME2 The icon is like the Edit button. Clicking on the button will open the native Dokuwiki editor. It…
/plugin/resizeblacklist/
Dplugin.info.txt6 desc Stop certain media extensions from being resized using the native DokuWiki methods
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/
DCHANGELOG.md6 - Improve performance by using native function and local caching
/plugin/combo/vendor/symfony/polyfill-mbstring/
H A DREADME.md4 This component provides a partial, native PHP implementation for the
/plugin/asciidocjs/node_modules/with/
DREADME.md54 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/
DREADME.md2 Version of ckgedit which allows for switching between native dokuwiki editor tools and ckgedit's to…
/plugin/codeprettify/code-prettify/src/
Dlang-dart.js57 …[PR['PR_KEYWORD'], /^\b(?:abstract|const|extends|factory|final|get|implements|native|operator|set|…
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/
DCore.EscapeNonASCIICharacters.txt8 converting it to its native encoding. This means that even characters that
/plugin/asciidocjs/node_modules/resolve/lib/
Dsync.js9 …'win32' && fs.realpathSync && typeof fs.realpathSync.native === 'function' ? fs.realpathSync.nativ…
/plugin/findologicxmlexport/vendor/twig/twig/doc/functions/
Drandom.rst26 …{{ random() }} {# example output: 15386094 (works as the native PHP m…
Drange.rst49 The ``range`` function works as the native PHP `range`_ function.
/plugin/asciidocjs/node_modules/fs.realpath/
DREADME.md6 with a faster (but less resilient) native implementation. That raises
/plugin/photogallery/phpThumb/
DREADME.md10 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/
DREADME.md13 …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/
Dintro.txt6 …* //Use footnotes syntax// --- if enabled the RefNotes plugin will be used to handle native DokuWi…
/plugin/asciidocjs/node_modules/resolve/
Dreadme.markdown145 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/
Dcomposer.lock57 …"description": "Open-source native PHP library for doing geometry operations. Can read and write a…

123456