Home
last modified time | relevance | path

Searched refs:array (Results 751 – 765 of 765) sorted by path

1...<<31

/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/lasso/
H A Dconfig.lasso31 var('connection') = array(
53 …'File' = array('7z','aiff','asf','avi','bmp','csv','doc','fla','flv','gif','gz','gzip','jpeg','jpg…
54 'Image' = array('bmp','gif','jpeg','jpg','png','psd','tif','tiff'),
55 'Flash' = array('swf','fla'),
56 …'Media' = array('aiff','asf','avi','bmp','fla','flv','gif','jpeg','jpg','mid','mov','mp3','mp4','m…
59 'File' = array(),
60 'Image' = array(),
61 'Flash' = array(),
62 'Media' = array()
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/py/
H A Dfckutil.py57 array = filename.split(splitChar)
58 if (len(array) > 1):
59 filename = array[-1]
/plugin/wysiwyg/fckeditor/
H A Dfckeditor.lasso40 'config' = array,
53 -optional='config', -type='array'
/plugin/xcom/lang/en/
H A Dfunctions.txt5 ^Parameters|(string) namespace, (array) options|
6 …nav.html?_functions/search_allpages.html|search_allpages()]]. The options array must have one of t…
24 ^Parameters |(string) [[doku>:pagename]], (string) raw Wiki text, (array) attrs \\ Where ''attrs'…
61 ^Parameters |(string) [[doku>:pagename]] , (string) raw Wiki text, (array) attrs \\ Where ''attrs…
96 ^Parameters|(String) namespace, (array) options|
97 ^Description|Returns a list of media files in a given namespace. The options array holds a regular …
139 …exclude sub-namespaces enter the exclusions array in the ''Options'': ''(id1;id2;id3)''. Note that…
H A Dhowto.txt26 …'(option)''. See the ''Query types'' listing for details on how to handle array options for specif…
54 … The regular expression must be placed between hashes and passed in as an array. For instance, if…
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js55855 length = array ? array.length : 0;
55878 length = array ? array.length : 0;
55881 if (predicate(array[index], index, array)) {
58410 length = array == null ? 0 : array.length,
58459 length = array == null ? 0 : array.length;
58462 if (predicate(array[index], index, array)) {
60518 var length = array ? array.length : 0;
60534 length = array ? array.length : 0;
60562 if (predicate(array[index], index, array)) {
61301 return array && array.length ? baseUniq(array) : [];
[all …]
/plugin/xlsx2dw/packages/jszip/
H A Djszip.js2725 exports.array = true;
3120 function stringToArrayLike(str, array) { argument
3122 array[i] = str.charCodeAt(i) & 0xFF;
3124 return array;
3142 stringifyByChunk: function(array, type, chunk) { argument
3143 var result = [], k = 0, len = array.length;
3166 stringifyByChar: function(array){ argument
3168 for(var i = 0; i < array.length; i++) {
3202 function arrayLikeToString(array) { argument
3214 type = exports.getTypeOf(array),
[all …]
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs7710 case 'array': d = buf; break;
8660 case 'array': str = cc2str(d); break;
10385 case "array":
19312 arrayf: arrayf, // array formulae array
19829 var T = has_buf ? 'buffer' : 'array';
23132 function u8_to_dataview(array) { argument
23133 return new DataView(array.buffer, array.byteOffset, array.byteLength);
25702 case 'array': str = cc2str(data); break;
25788 case "buffer": case "array": o.type = ""; break;
25910 …if(o.type == "array") { o.type = "binary"; var out/*:string*/ = (writeSync(wb, o)/*:any*/); o.type…
[all …]
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js13array=e}function g(){}r.nextTick=function(t){var e=new Array(arguments.length-1);if(arguments.leng…
H A Ddhtmlxgantt.js.map1array","low","high","container","$task","$task_scale","$task_data","$task_bg","$task_links","$task…
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_click_drag.js.map1 …, i)) {\n\t\t\t\treturn arr[i];\n\t\t\t}\n\t\t}\n\t}\n}\n\n// iframe-safe array type check instead…
H A Ddhtmlxgantt_drag_timeline.js.map1 …, i)) {\n\t\t\t\treturn arr[i];\n\t\t\t}\n\t\t}\n\t}\n}\n\n// iframe-safe array type check instead…
H A Ddhtmlxgantt_tooltip.js.map1array, result\n\n\tif (object && typeof object == \"object\") {\n\n\t\tswitch (true){\n\t\t\tcase …
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js4207 array: this property in ReductionPromiseArray._iterate.ctx
4241 return array.promise();
4257 var array = this.array;
5607 function Item(fun, array) { argument
5609 this.array = array;
10410 $create: function(array){ argument
14623 if (array) {
26926 item = +array[i];
26927 prev = +array[i - 1];
26942 while (+array[i] == +array[i + 1]) i++;
[all …]
/plugin/zerolinecss/
H A DREADME.md25 $headers['link'][] = array(
31 $clear[] = array ( 'rel' => 'stylesheet');
32 $clear[] = array ( 'type' => 'text/javascript');
33 $clear[] = array ( 'name' => 'generator');
34 $clear[] = array ( 'name' => 'date');

1...<<31