Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/core-js/library/modules/
Dcore.dict.js36 ? new (typeof this == 'function' ? this : Dict)() : undefined;
85 function Dict(iterable) { class
96 Dict.prototype = null;
133 return isObject(it) && getPrototypeOf(it) === Dict.prototype;
136 $export($export.G + $export.F, { Dict: Dict }); property
/plugin/asciidocjs/node_modules/core-js/modules/
Dcore.dict.js36 ? new (typeof this == 'function' ? this : Dict)() : undefined;
85 function Dict(iterable) { class
96 Dict.prototype = null;
133 return isObject(it) && getPrototypeOf(it) === Dict.prototype;
136 $export($export.G + $export.F, { Dict: Dict }); property
/plugin/asciidocjs/node_modules/core-js/core/
Ddict.js2 module.exports = require('../modules/_core').Dict;
/plugin/asciidocjs/node_modules/core-js/library/core/
Ddict.js2 module.exports = require('../modules/_core').Dict;
/plugin/asciidocjs/node_modules/core-js/library/fn/
Ddict.js2 module.exports = require('../modules/_core').Dict;
/plugin/asciidocjs/node_modules/core-js/fn/
Ddict.js2 module.exports = require('../modules/_core').Dict;
/plugin/asciidocjs/node_modules/nunjucks/src/
Dnodes.js118 var Dict = NodeList.extend('Dict'); variable
170 var KeywordArgs = Dict.extend('KeywordArgs');
303 Dict: Dict, property
Dcompiler.js146 …this.assertType(node, nodes.Literal, nodes.Symbol, nodes.Group, nodes.Array, nodes.Dict, nodes.Fun…
262 this.fail('compilePair: Dict keys must be strings or names', key.lineno, key.colno);
711 if (i === node.args.children.length - 1 && arg instanceof nodes.Dict) {
Dparser.js867 node = new nodes.Dict(tok.lineno, tok.colno);
884 if (node instanceof nodes.Dict) {
/plugin/asciidocjs/node_modules/core-js/
DREADME.md78 - [Dict](#dict)
2004 #### Dict subsubsection
2007 [new] Dict(iterable (entries) | object ?) -> dict
2033 `Dict` create object without prototype from iterable or simple object.
2039 Dict(); // => {__proto__: null}
2040 Dict({a: 1, b: 2, c: 3}); // => {__proto__: null, a: 1, b: 2, c: 3}
2041 Dict(map); // => {__proto__: null, a: 1, b: 2, c: 3}
2042 Dict([1, 2, 3].entries()); // => {__proto__: null, 0: 1, 1: 2, 2: 3}
2044 var dict = Dict({a: 42});
2051 Dict.isDict({}); // => false
[all …]
DCHANGELOG.md420 * Removed `{Array#, Array, Dict}.turn`
686 * Added `Dict.{...methods}[@@referenceGet]`
696 * Added [`Dict.mapPairs`](https://github.com/zloirock/core-js/#dict)
703 * `Dict.contains` -> [`Dict.includes`](https://github.com/zloirock/core-js/#dict)
/plugin/farm/install/animaltemplate/conf/
Dinterwiki.conf50 Dictionary http://www.dict.org/bin/Dict?Database=*&Form=Dict1&Strategy=*&Query=
/plugin/asciidocjs/node_modules/nunjucks/browser/
Dnunjucks.js975 var Dict = NodeList.extend('Dict');
1027 var KeywordArgs = Dict.extend('KeywordArgs');
1160 Dict: Dict, property
1365 …this.assertType(node, nodes.Literal, nodes.Symbol, nodes.Group, nodes.Array, nodes.Dict, nodes.Fun…
1481 this.fail('compilePair: Dict keys must be strings or names', key.lineno, key.colno);
1930 if (i === node.args.children.length - 1 && arg instanceof nodes.Dict) {
3700 node = new nodes.Dict(tok.lineno, tok.colno);
3717 if (node instanceof nodes.Dict) {
Dnunjucks.min.js2Dict:w,Output:V,Capture:D,TemplateData:U,If:y,IfAsync:g,InlineIf:k,For:E,AsyncEach:O,AsyncAll:x,Ma… property
Dnunjucks.min.js.map1Dict","LookupVal","If","IfAsync","InlineIf","For","AsyncEach","AsyncAll","Macro","Caller","Import"…
Dnunjucks.js.map1Dict","LookupVal","If","IfAsync","InlineIf","For","AsyncEach","AsyncAll","Macro","Caller","Import"…
/plugin/dirtylittlehelper/mermaid/editor/docs/
D27.27.js.map1 …DenseMatrix',\n 'DenseVecOrMat',\n 'DenseVector',\n 'Dict',\n 'Dimensi…
/plugin/asciidocjs/node_modules/core-js/client/
Dlibrary.min.js9Dict):Jt;for(e in c)if(S(c,e)&&(o=u(i=c[e],e,t),a))if(s)f[e]=o;else if(o)switch(a){case 2:f[e]=i;b… class
Dlibrary.js7870 ? new (typeof this == 'function' ? this : Dict)() : undefined;
7919 function Dict(iterable) {
7930 Dict.prototype = null;
7967 return isObject(it) && getPrototypeOf(it) === Dict.prototype;
7970 $export($export.G + $export.F, { Dict: Dict }); property
Dcore.min.js9Dict):Jt;for(e in c)if(S(c,e)&&(o=u(i=c[e],e,t),a))if(s)f[e]=o;else if(o)switch(a){case 2:f[e]=i;b… property
Dcore.js8802 ? new (typeof this == 'function' ? this : Dict)() : undefined;
8851 function Dict(iterable) {
8862 Dict.prototype = null;
8899 return isObject(it) && getPrototypeOf(it) === Dict.prototype;
8902 $export($export.G + $export.F, { Dict: Dict }); property
Dlibrary.min.js.map1 …tion","MSIE","time","boundArgs","setInterval","keyOf","createDictMethod","Dict","findKey","createD…
Dcore.min.js.map1 …tion","MSIE","time","boundArgs","setInterval","keyOf","createDictMethod","Dict","findKey","createD…
/plugin/pdfjs/pdfjs/build/
Dpdf.worker.js10951 exports.RefSetCache = exports.RefSet = exports.Ref = exports.Name = exports.Dict = exports.Cmd = ex…
11006 var Dict = function DictClosure() {
11011 function Dict(xref) {
11019 Dict.prototype = {
11107 Dict.empty = new Dict(null);
11109 Dict.merge = function (xref, dictArray) {
11110 var mergedDict = new Dict(xref);
11131 return Dict;
11134 exports.Dict = Dict;
11235 return v instanceof Dict && (type === undefined || isName(v.get('Type'), type));
[all …]
Dpdf.worker.js.map1Dict","nonSerializable","assignXref","xref","suppressEncryption","key1","key2","getAsync","getArra…