Home
last modified time | relevance | path

Searched refs:isNative (Results 1 – 23 of 23) sorted by relevance

/plugin/asciidocjs/node_modules/lodash/
DisNative.js33 function isNative(value) { function
40 module.exports = isNative;
Dlodash.js11993 function isNative(value) { function
16848 lodash.isNative = isNative;
Dlodash.min.js132 Z.isMatch=ac,Z.isMatchWith=lc,Z.isNaN=sc,Z.isNative=hc,Z.isNil=_c,Z.isNull=pc,Z.isNumber=vc,Z.isObj…
/plugin/syntaxhighlighter3/sxh3/pkg/scripts/
DshCore.js115 function augment(regex, captureNames, isNative) { argument
123 regex.xregexp = {captureNames: captureNames, isNative: !!isNative}; property
161 if (regex.xregexp && !regex.xregexp.isNative) {
DshCore.min.js17isNative:!!n},e}function n(e){return(e.global?"g":"")+(e.ignoreCase?"i":"")+(e.multiline?"m":"")+(… property
/plugin/jplayer/vendor/happyworm/jplayer/lib/
Dpopcorn.js925 isNative: function( type ) { method
930 if ( !Popcorn.events.isNative( type ) ) {
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
Dpdfmake.js3084 var ArrayBuffer = isNative(ArrayBuffer = context.ArrayBuffer) && ArrayBuffer,
3085 … bufferSlice = isNative(bufferSlice = ArrayBuffer && new ArrayBuffer(0).slice) && bufferSlice,
3089 getPrototypeOf = isNative(getPrototypeOf = Object.getPrototypeOf) && getPrototypeOf,
3092 Set = isNative(Set = context.Set) && Set,
3095 Uint8Array = isNative(Uint8Array = context.Uint8Array) && Uint8Array,
3097 WeakMap = isNative(WeakMap = context.WeakMap) && WeakMap;
3105 var func = isNative(func = context.Float64Array) && func,
3112 var nativeIsArray = isNative(nativeIsArray = Array.isArray) && nativeIsArray,
3113 nativeCreate = isNative(nativeCreate = Object.create) && nativeCreate,
3115 nativeKeys = isNative(nativeKeys = Object.keys) && nativeKeys,
[all …]
Dpdfmake.min.js.map1isNative","MAX_SAFE_INTEGER","prereq","srcBitmask","newBitmask","arityFlags","REARG_FLAG","bindFla…
Dpdfmake.min.js8 …mi,e.isError=yi,e.isFinite=Ha,e.isFunction=wi,e.isMatch=bi,e.isNaN=xi,e.isNative=Si,e.isNull=ki,e.…
/plugin/sequencediagram/bower_components/lodash/test/
Dtest.js11076 actual = lodashStable.map(values, _.isNative);
11087 return index ? _.isNative(value) : _.isNative();
11092 assert.strictEqual(_.isNative(args), false);
11093 assert.strictEqual(_.isNative([1, 2, 3]), false);
11094 assert.strictEqual(_.isNative(true), false);
11095 assert.strictEqual(_.isNative(new Date), false);
11096 assert.strictEqual(_.isNative(new Error), false);
11097 assert.strictEqual(_.isNative(_), false);
11098 assert.strictEqual(_.isNative({ 'a': 1 }), false);
11099 assert.strictEqual(_.isNative(1), false);
[all …]
/plugin/asciidocjs/node_modules/core-js/
DCHANGELOG.md463 …k wrapped methods / constructors with methods similar to the [`lodash` `isNative`](https://github.…
473 * Added `Object#toString.toString` as fallback for [`lodash` `isNative`](https://github.com/lodash/…
/plugin/sequencediagram/bower_components/lodash/
Dlodash.js11925 function isNative(value) { function
16751 lodash.isNative = isNative;
/plugin/sequencediagram/bower_components/lodash/dist/
Dlodash.js11925 function isNative(value) { function
16751 lodash.isNative = isNative;
Dlodash.min.js115 …tion"?r:T,$t(n,t,xe(t),r)},An.isNaN=function(n){return bu(n)&&n!=+n},An.isNative=function(n){if(go…
/plugin/combo/resources/library/bootstrap/5.0.1/
Dbootstrap.min.js.map1isNative","jQueryEvent","bubbles","nativeDispatch","defaultPrevented","evt","isPropagationStopped"…
/plugin/sequencediagram/bower_components/lodash/doc/
DREADME.md179 * <a href="#_isnativevalue">`_.isNative`</a>
5513 <h3 id="_isnativevalue"><code>_.isNative(value)</code></h3>
5538 _.isNative(Array.prototype.push);
5541 _.isNative(_);
8623 `isMap`, `isMatch`, `isMatchWith`, `isNaN`, `isNative`, `isNil`, `isNull`,
/plugin/dirtylittlehelper/mermaid/editor/docs/
Deditor.worker.js.map1 …cintosh = _isMacintosh;\nexport const isLinux = _isLinux;\nexport const isNative = _isNative;\nexp…
Dbundle.js.map1isNative` without bad shim checks.\n *\n * @private\n * @param {*} value The value to check.\n * @…
Djson.worker.js.map1 …cintosh = _isMacintosh;\nexport const isLinux = _isLinux;\nexport const isNative = _isNative;\nexp…
/plugin/combo/resources/library/rrdiagram/0.9.4.1/
Drrdiagram.js.map1isNative\n})(Function.prototype, TO_STRING, function toString() {\n return typeof this == 'functi…
/plugin/pdfjs/pdfjs/build/
Dpdf.js.map1 …or correct work wrapped methods / constructors with methods like LoDash isNative\n})(Function.prot…
Dpdf.worker.js.map1 …or correct work wrapped methods / constructors with methods like LoDash isNative\n})(Function.prot…
/plugin/dirtylittlehelper/script/
Dmermaid.min.js.map1 …\\\\\\])/g, '$1.*?') + '$'\n);\n\n/**\n * The base implementation of `_.isNative` without bad shim…