Searched refs:Dictionary (Results 1 – 25 of 37) sorted by relevance
12
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Books/Resource/ |
| D | Dictionary.php | 30 class Dictionary extends \Google\Service\Resource class 49 class_alias(Dictionary::class, 'Google_Service_Books_Resource_Dictionary');
|
| /plugin/asciidocjs/node_modules/uglify-js/lib/ |
| D | utils.js | 158 function Dictionary() { class 161 Dictionary.prototype = { 215 var ret = new Dictionary(); 229 Dictionary.fromObject = function(obj) { 230 var dict = new Dictionary();
|
| D | propmangle.js | 47 var names = new Dictionary(); 169 var reserved = options.builtins ? new Dictionary() : get_builtins(); 185 cache = new Dictionary(); 197 var names_to_mangle = new Dictionary();
|
| D | sourcemap.js | 80 var map = new Dictionary(); 96 var sources_content = options.includeSources && new Dictionary();
|
| D | minify.js | 61 cache.props = new Dictionary(); 62 } else if (!(cache.props instanceof Dictionary)) { 63 cache.props = Dictionary.fromObject(cache.props);
|
| D | scope.js | 256 self.globals = new Dictionary(); 445 …scope.functions = new Dictionary(); // map name to AST_SymbolDefun (functions defined … 446 …scope.variables = new Dictionary(); // map name to AST_SymbolVar (variables defined in… 534 scope.names_in_use = names = new Dictionary(); 550 var names = new Dictionary();
|
| D | ast.js | 336 functions: "[Dictionary/S] like `variables`, but only lists function declarations", 338 …variables: "[Dictionary/S] a map of name ---> SymbolDef for all variables/functions defined in thi…
|
| D | compress.js | 1844 var fixed_by_id = new Dictionary(); 2124 var assignments = new Dictionary(); 2127 var declare_only = new Dictionary(); 2395 var enclosed = new Dictionary(); 2764 var names = new Dictionary(); 3278 var lvalues = new Dictionary(); 4200 var names = new Dictionary(); 6359 var declarations = new Dictionary(); 6944 var assignments = new Dictionary(); 6945 var initializations = new Dictionary(); [all …]
|
| /plugin/wysiwyg/fckeditor/editor/filemanager/connectors/asp/ |
| D | config.asp | 93 Set ConfigAllowedExtensions = CreateObject( "Scripting.Dictionary" ) 94 Set ConfigDeniedExtensions = CreateObject( "Scripting.Dictionary" ) 95 Set ConfigFileTypesPath = CreateObject( "Scripting.Dictionary" ) 96 Set ConfigFileTypesAbsolutePath = CreateObject( "Scripting.Dictionary" ) 97 Set ConfigQuickUploadPath = CreateObject( "Scripting.Dictionary" ) 98 Set ConfigQuickUploadAbsolutePath = CreateObject( "Scripting.Dictionary" )
|
| D | class_upload.asp | 58 Set File = Server.CreateObject("Scripting.Dictionary") 60 Set Form = Server.CreateObject("Scripting.Dictionary")
|
| /plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/lib/ |
| D | utils.js | 289 function Dictionary() { class 293 Dictionary.prototype = { 331 Dictionary.fromObject = function(obj) { 332 var dict = new Dictionary();
|
| D | scope.js | 102 var labels = new Dictionary(); 119 labels = new Dictionary(); 188 var globals = self.globals = new Dictionary(); 259 …this.variables = new Dictionary(); // map name to AST_SymbolVar (variables defined in this scope;… 260 …this.functions = new Dictionary(); // map name to AST_SymbolDefun (functions defined in this scop…
|
| D | propmangle.js | 89 props: new Dictionary()
|
| /plugin/asciidocjs/node_modules/uglify-js/tools/ |
| D | exports.js | 1 exports["Dictionary"] = Dictionary;
|
| /plugin/combo/ComboStrap/ |
| H A D | Dictionary.php | 7 class Dictionary class
|
| H A D | Brand.php | 150 Brand::$brandDictionary = Dictionary::getFrom("brands");
|
| H A D | IconDownloader.php | 293 $jsonArray = Dictionary::getFrom("$library-icons");
|
| /plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/tools/ |
| D | exports.js | 3 exports["Dictionary"] = Dictionary;
|
| D | node.js | 263 cache.props = UglifyJS.Dictionary.fromObject(cache.props); 267 props: new UglifyJS.Dictionary()
|
| /plugin/combo/resources/dictionary/ |
| H A D | README.md | 1 # Dictionary chapter
|
| /plugin/farm/install/animaltemplate/conf/ |
| D | interwiki.conf | 50 Dictionary http://www.dict.org/bin/Dict?Database=*&Form=Dict1&Strategy=*&Query=
|
| /plugin/fckg/fckeditor/editor/lang/ |
| D | lang-template.txt | 16 ScaytDictTab : 'Dictionary',
|
| /plugin/asciidocjs/node_modules/uglify-js/bin/ |
| D | uglifyjs | 437 if (value instanceof UglifyJS.Dictionary) return;
|
| /plugin/codemirror/dist/modes/ |
| D | swift.min.js.map | 1 …r\",\"_\"])\n var types = wordSet([\"Array\",\"Bool\",\"Character\",\"Dictionary\",\"Double\",\"F…
|
| /plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/ |
| D | xlsx.min.js | 4 …Dictionary=-1,DictObj;for(i=0;i!=NumProps;++i){var PropID=blob.read_shift(4);var Offset=blob.read_…
|
12