Home
last modified time | relevance | path

Searched refs:Map (Results 201 – 213 of 213) sorted by path

123456789

/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/
H A Dobjects.js700 if (typeof Map === 'function') {
702 var obj = new Map();
721 if (typeof Map === 'function') {
722 assert.notOk(_.isWeakMap(new Map()), 'a map is not a weakmap');
738 if (typeof Map === 'function') {
739 assert.notOk(_.isSet(new Map()), 'a map is not a set');
762 if (typeof Map === 'function') {
763 assert.notOk(_.isWeakSet(new Map()), 'a map is not a weakset');
/plugin/stlviewer/stlviewer/
H A Dthree.min.js2 …ion ea(t,e){var n=this,r=null,i=1,a=null,o="local-floor",s=null,c=[],l=new Map,u=new Vn;u.layers.e…
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/asp/
H A Dcommands.asp26 ' Map the virtual path to the local server path.
54 ' Map the virtual path to the local server path.
104 ' Map the virtual path to the local server path of the current folder.
154 ' Map the virtual path to the local server path.
H A Dio.asp42 ' Map the "UserFiles" path to a local directory.
49 ' Map the "UserFiles" path to a local directory.
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A Dcf_commands.cfm45 <!--- Map the virtual path to the local server path. --->
134 <!--- Map the virtual path to the local server path --->
159 <!--- Map the virtual path to the local server path --->
208 <!--- Map the virtual path to the local server path of the current folder. --->
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/lasso/
H A Dconnector.lasso118 Map Lasso's file error codes to FCKEditor's error codes.
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js56065 Map = getNative(root, 'Map'),
56073 mapCtorString = toSource(Map),
56337 'map': new (Map || ListCache)(),
56542 if (!Map || pairs.length < LARGE_ARRAY_SIZE - 1) {
57401 if (DataView && getTag(new DataView(new ArrayBuffer(1))) != dataViewTag || Map && getTag(new Map())…
58627 Map = getNative(root, 'Map'),
58635 mapCtorString = toSource(Map),
58906 'map': new (Map || ListCache)(),
59121 if (!Map || pairs.length < LARGE_ARRAY_SIZE - 1) {
60710 var Map = getNative(root, 'Map'),
[all …]
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs5210 /* Sort Map */
15117 /*global Map */
15118 var browser_has_Map = typeof Map !== 'undefined';
18767 case 'map' /*case 'Map'*/: break;
22673 console.error("Unsupported ODS Style Map exported. Using first branch of " + nf);
25383 if(browser_has_Map) opts.revStrings = new Map();
25518 if(browser_has_Map) opts.revStrings = new Map();
/plugin/xlsx2dw/packages/xmltojson/
H A Dxmltojson.js475 function Sq(){function b(){try{return (new Map).entries().next().done}catch(a){return false}}
476 if(typeof Map===Ls&&Map.prototype.entries&&b()){return Map}else{return Tq()}}
/plugin/xlsx2dw/
H A Dscript.js87 …let styleMap = new Map(tableJSON["office:document-content"]["office:automatic-styles"]["style:styl…
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js13Map,r.set(t,n)),n.set(e,i)}},t.prototype.clear=function(){this._cache=new Map},t}();e.WorkUnitsMap…
H A Ddhtmlxgantt.js.map1Map","set","workunit_map_cache_1","workunit_object_cache_1","createCacheObject","cacheFactory","Ca…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js3490 case -6: return new Map();
3870 if (typeof Map === "function") Es6Map = Map;
28527 if (typeof Map !== "undefined") {
28569 unitCache = new Map();
28578 this._cache = new Map();

123456789