Home
last modified time | relevance | path

Searched refs:Base (Results 1 – 25 of 144) sorted by relevance

123456

/plugin/asciidocjs/node_modules/core-js/modules/
Des6.regexp.constructor.js8 var Base = $RegExp; variable
26 ? new Base(piRE && !fiU ? p.source : p, f)
27 : Base((piRE = p instanceof $RegExp) ? p.source : p, piRE && fiU ? $flags.call(p) : f)
33 get: function () { return Base[key]; },
34 set: function (it) { Base[key] = it; }
37 for (var keys = gOPN(Base), i = 0; keys.length > i;) proxy(keys[i++]);
Des6.number.constructor.js14 var Base = $Number; variable
53 ? inheritIfRequired(new Base(toNumber(it)), that, $Number) : toNumber(it);
55 for (var keys = require('./_descriptors') ? gOPN(Base) : (
62 if (has(Base, key = keys[j]) && !has($Number, key)) {
63 dP($Number, key, gOPD(Base, key));
D_collection.js16 var Base = global[NAME];
17 var C = Base;
60 var that = inheritIfRequired(new Base(), target, C);
80 $export($export.G + $export.W + $export.F * (C != Base), O);
D_iter-define.js18 module.exports = function (Base, NAME, Constructor, next, DEFAULT, IS_SET, FORCED) { argument
30 var proto = Base.prototype;
38 IteratorPrototype = getPrototypeOf($anyNative.call(new Base()));
D_typed-array.js331 var Base = TypedArray || {};
410 if (!isObject(data)) return new Base(toIndex(data));
413 ? new Base(data, toOffset($offset, BYTES), $length)
415 ? new Base(data, toOffset($offset, BYTES))
416 : new Base(data);
421 …arrayForEach(TAC !== Function.prototype ? gOPN(Base).concat(gOPN(TAC)) : gOPN(Base), function (key…
422 if (!(key in TypedArray)) hide(TypedArray, key, Base[key]);
444 $export($export.G + $export.W + $export.F * (TypedArray != Base), O);
450 $export($export.S + $export.F * fails(function () { Base.of.call(TypedArray, 1); }), NAME, {
/plugin/asciidocjs/node_modules/core-js/modules/library/
D_collection.js17 var Base = global[NAME];
18 var C = Base;
32 target._c = new Base();
/plugin/asciidocjs/node_modules/core-js/library/modules/
D_collection.js17 var Base = global[NAME];
18 var C = Base;
32 target._c = new Base();
D_iter-define.js18 module.exports = function (Base, NAME, Constructor, next, DEFAULT, IS_SET, FORCED) { argument
30 var proto = Base.prototype;
38 IteratorPrototype = getPrototypeOf($anyNative.call(new Base()));
D_typed-array.js331 var Base = TypedArray || {};
410 if (!isObject(data)) return new Base(toIndex(data));
413 ? new Base(data, toOffset($offset, BYTES), $length)
415 ? new Base(data, toOffset($offset, BYTES))
416 : new Base(data);
421 …arrayForEach(TAC !== Function.prototype ? gOPN(Base).concat(gOPN(TAC)) : gOPN(Base), function (key…
422 if (!(key in TypedArray)) hide(TypedArray, key, Base[key]);
444 $export($export.G + $export.W + $export.F * (TypedArray != Base), O);
450 $export($export.S + $export.F * fails(function () { Base.of.call(TypedArray, 1); }), NAME, {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/
DClassic.php18 use phpseclib3\Math\BigInteger\Engines\PHP\Base; alias
27 abstract class Classic extends Base
DPowerOfTwo.php18 use phpseclib3\Math\BigInteger\Engines\PHP\Base; alias
27 abstract class PowerOfTwo extends Base
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/Reductions/
DEvalBarrett.php19 use phpseclib3\Math\BigInteger\Engines\BCMath\Base; alias
28 abstract class EvalBarrett extends Base
DBarrett.php18 use phpseclib3\Math\BigInteger\Engines\BCMath\Base; alias
27 abstract class Barrett extends Base
/plugin/asciidocjs/node_modules/uglify-js/lib/
Dast.js333 $documentation: "Base class for all statements introducing a lexical scope",
394 …$documentation: "Base class for all statements that contain one nested body: `For`, `ForIn`, `Do`,…
1022 …$documentation: "Base class for “jumps” (for now that's `return`, `throw`, `break` and `continue`)…
1547 $documentation: "Base class for property access expressions, i.e. `a.foo` or `a[\"foo\"]`",
1970 $documentation: "Base class for all symbols",
2073 $documentation: "Base class for `super` & `this`",
2138 $documentation: "Base class for all constants",
/plugin/farmer/lang/en/
H A Dtab_config_help.txt5 ==== Base Configuration ====
11 When using a subdomain wildcard setup you should specify the main domain in the **Base Domain** set…
/plugin/semanticdata/lang/en/
Dsettings.php6 $meta['base_url'] = 'Base url for the respository, default: http://www.semanticpublishing.eu/d…
/plugin/aichatlocal/conf/
Ddefault.php12 $lang['local_llm_baseurl'] = 'Base URL of your local LLM API endpoint';
/plugin/upgrade/myvendor/splitbrain/php-cli/src/
DPSR3CLIv3.php16 abstract class PSR3CLIv3 extends Base implements LoggerInterface
/plugin/pdb/
Dplugin.info.txt6 desc Creates Protein Data Base data
/plugin/findologicxmlexport/vendor/doctrine/lexer/
DREADME.md3 Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.
/plugin/webdav/vendor/sabre/xml/lib/Element/
DBase.php18 class Base implements Xml\Element { class
/plugin/icalevents/vendor/sabre/xml/lib/Element/
DBase.php18 class Base implements Xml\Element { class
/plugin/davcal/vendor/sabre/xml/lib/Element/
H A DBase.php18 class Base implements Xml\Element { class
/plugin/sidebar/
DINFO.txt7 desc Base on "sidebar" template by ChrisS. Provides the same feature.
/plugin/divalign2/
Dstyle.css3 * @brief Base stylesheet for divalign2 plugin.

123456