Home
last modified time | relevance | path

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

12

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Books/Resource/
DDictionary.php30 class Dictionary extends \Google\Service\Resource class
49 class_alias(Dictionary::class, 'Google_Service_Books_Resource_Dictionary');
/plugin/asciidocjs/node_modules/uglify-js/lib/
Dutils.js158 function Dictionary() { class
161 Dictionary.prototype = {
215 var ret = new Dictionary();
229 Dictionary.fromObject = function(obj) {
230 var dict = new Dictionary();
Dpropmangle.js47 var names = new Dictionary();
169 var reserved = options.builtins ? new Dictionary() : get_builtins();
185 cache = new Dictionary();
197 var names_to_mangle = new Dictionary();
Dsourcemap.js80 var map = new Dictionary();
96 var sources_content = options.includeSources && new Dictionary();
Dminify.js61 cache.props = new Dictionary();
62 } else if (!(cache.props instanceof Dictionary)) {
63 cache.props = Dictionary.fromObject(cache.props);
Dscope.js256 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();
Dast.js336 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…
Dcompress.js1844 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/
Dconfig.asp93 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" )
Dclass_upload.asp58 Set File = Server.CreateObject("Scripting.Dictionary")
60 Set Form = Server.CreateObject("Scripting.Dictionary")
/plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/lib/
Dutils.js289 function Dictionary() { class
293 Dictionary.prototype = {
331 Dictionary.fromObject = function(obj) {
332 var dict = new Dictionary();
Dscope.js102 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…
Dpropmangle.js89 props: new Dictionary()
/plugin/asciidocjs/node_modules/uglify-js/tools/
Dexports.js1 exports["Dictionary"] = Dictionary;
/plugin/combo/ComboStrap/
H A DDictionary.php7 class Dictionary class
H A DBrand.php150 Brand::$brandDictionary = Dictionary::getFrom("brands");
H A DIconDownloader.php293 $jsonArray = Dictionary::getFrom("$library-icons");
/plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/tools/
Dexports.js3 exports["Dictionary"] = Dictionary;
Dnode.js263 cache.props = UglifyJS.Dictionary.fromObject(cache.props);
267 props: new UglifyJS.Dictionary()
/plugin/combo/resources/dictionary/
H A DREADME.md1 # Dictionary chapter
/plugin/farm/install/animaltemplate/conf/
Dinterwiki.conf50 Dictionary http://www.dict.org/bin/Dict?Database=*&Form=Dict1&Strategy=*&Query=
/plugin/fckg/fckeditor/editor/lang/
Dlang-template.txt16 ScaytDictTab : 'Dictionary',
/plugin/asciidocjs/node_modules/uglify-js/bin/
Duglifyjs437 if (value instanceof UglifyJS.Dictionary) return;
/plugin/codemirror/dist/modes/
Dswift.min.js.map1 …r\",\"_\"])\n var types = wordSet([\"Array\",\"Bool\",\"Character\",\"Dictionary\",\"Double\",\"F…
/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/
Dxlsx.min.js4Dictionary=-1,DictObj;for(i=0;i!=NumProps;++i){var PropID=blob.read_shift(4);var Offset=blob.read_…

12