Home
last modified time | relevance | path

Searched full:native (Results 1 – 25 of 450) sorted by relevance

12345678910>>...18

/plugin/asciidocjs/node_modules/core-js/library/modules/
D_iter-define.js31 var $native = proto[ITERATOR] || proto[FF_ITERATOR] || DEFAULT && proto[DEFAULT];
32 var $default = $native || getMethod(DEFAULT);
34 var $anyNative = NAME == 'Array' ? proto.entries || $native : $native;
36 // Fix native
40 // Set @@toStringTag to native iterators
47 if (DEF_VALUES && $native && $native.name !== VALUES) {
49 $default = function values() { return $native.call(this); };
Des6.array.index-of.js4 var $native = [].indexOf;
5 var NEGATIVE_ZERO = !!$native && 1 / [1].indexOf(1, -0) < 0;
7 $export($export.P + $export.F * (NEGATIVE_ZERO || !require('./_strict-method')($native)), 'Array', {
12 ? $native.apply(this, arguments) || 0
Des6.array.last-index-of.js6 var $native = [].lastIndexOf;
7 var NEGATIVE_ZERO = !!$native && 1 / [1].lastIndexOf(1, -0) < 0;
9 $export($export.P + $export.F * (NEGATIVE_ZERO || !require('./_strict-method')($native)), 'Array', {
13 if (NEGATIVE_ZERO) return $native.apply(this, arguments) || 0;
D_export.js21 // contains in native
24 // export native or passed
/plugin/asciidocjs/node_modules/core-js/modules/
D_iter-define.js31 var $native = proto[ITERATOR] || proto[FF_ITERATOR] || DEFAULT && proto[DEFAULT];
32 var $default = $native || getMethod(DEFAULT);
34 var $anyNative = NAME == 'Array' ? proto.entries || $native : $native;
36 // Fix native
40 // Set @@toStringTag to native iterators
47 if (DEF_VALUES && $native && $native.name !== VALUES) {
49 $default = function values() { return $native.call(this); };
Des6.array.index-of.js4 var $native = [].indexOf;
5 var NEGATIVE_ZERO = !!$native && 1 / [1].indexOf(1, -0) < 0;
7 $export($export.P + $export.F * (NEGATIVE_ZERO || !require('./_strict-method')($native)), 'Array', {
12 ? $native.apply(this, arguments) || 0
Des6.array.last-index-of.js6 var $native = [].lastIndexOf;
7 var NEGATIVE_ZERO = !!$native && 1 / [1].lastIndexOf(1, -0) < 0;
9 $export($export.P + $export.F * (NEGATIVE_ZERO || !require('./_strict-method')($native)), 'Array', {
13 if (NEGATIVE_ZERO) return $native.apply(this, arguments) || 0;
D_export.js20 // contains in native
22 // export native or passed
/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/oembed/
Dsample-providers.xml76 <!-- Flickr (proxy to native service) -->
85 <!-- Hulu (proxy to native service) -->
94 <!-- Pownce (proxy to native service) -->
97 <!-- Qik (proxy to native service) -->
100 <!-- Revision3 (proxy to native service) -->
106 <!-- Viddler Video (proxy to native service) -->
109 <!-- Vimeo (proxy to native service) -->
/plugin/asciidocjs/node_modules/lodash/
DisNative.js8 * Checks if `value` is a pristine native function.
10 * **Note:** This method can't reliably detect native functions in the presence
23 * @returns {boolean} Returns `true` if `value` is a native function,
D_getNative.js5 * Gets the native function at `key` of `object`.
10 * @returns {*} Returns the function if it's native, else `undefined`.
D_baseIsNative.js25 /** Used to detect if a method is native. */
36 * @returns {boolean} Returns `true` if `value` is a native function,
/plugin/ssocas/
D.hgeol2 native = LF
5 ** = native
/plugin/codemirror/lang/en/
Dsettings.php3 $lang['nativeeditor'] = 'Use native DokuWiki editor as default.';
5 $lang['usenativescroll'] = 'Use native scrollbar style instead of overlay style default.';
/plugin/combo/
H A DREADME.md26 * [First Class Image (responsive resizing, native svg)](https://combostrap.com/image)
28 * [Native Icon Support](https://combostrap.com/icon)
29 * [Native Svg Support](https://combostrap.com/svg)
/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/authgooglesheets/vendor/google/apiclient-services/src/RealTimeBidding/
DCreative.php323 public function setNative(NativeContent $native) argument
325 $this->native = $native;
332 return $this->native;
/plugin/syntaxhighlighter3/sxh3/pkg/scripts/
DshCore.js34 // Avoid running twice; that would reset tokens and could break references to native globals
52 // Store native methods to use and restore ("native" is an ES3 reserved keyword)
61 // Storage for fixed/extended native methods
74 // Regexes that match native regex syntax
76 … // Any native multicharacter token in default scope (includes octals, excludes character classes)
78 // Any native multicharacter token in character class scope (includes octals)
128 * Returns native `RegExp` flags used by a regex object.
131 * @returns {String} Native flags in use.
166 …// Augment with `XRegExp.prototype` methods, but use native `RegExp` (avoid searching for special …
183 return array.lastIndexOf(value); // Use the native method if available
[all …]
/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/kind-of/
Dindex.js5 * Get the native `typeof` a value.
8 * @return {*} Native javascript type
/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/mantis/lib/
Dclass.soap_val.php7 * For creating serializable abstractions of native PHP types. This class
94 * decodes a soapval object into a PHP native type
/plugin/asciidocjs/node_modules/core-js/modules/library/
D_export.js21 // contains in native
24 // export native or passed
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/
DSecurityNamespace.php48 * Changes the passwords of users in the native realm and built-in users.
92 * Evicts application privileges from the native application privileges cache.
133 * Evicts roles from the native role cache.
257 * Removes roles in the native realm.
329 * Deletes users from the native realm.
350 * Disables users in the native realm.
371 * Enables users in the native realm.
454 * Retrieves roles in the native realm.
566 * Retrieves information about users in the native realm and built-in users.
708 * Adds and updates roles in the native realm.
[all …]

12345678910>>...18