Home
last modified time | relevance | path

Searched refs:options (Results 1501 – 1516 of 1516) sorted by path

1...<<61

/plugin/xcom/lang/en/
H A Dfunctions.txt5 ^Parameters|(string) namespace, (array) options|
6options are passed directly to [[https://xref.dokuwiki.org/reference/dokuwiki/nav.html?_functions…
96 ^Parameters|(String) namespace, (array) options|
97 ^Description|Returns a list of media files in a given namespace. The options array holds a regular …
H A Dhowto.txt25options. Clicking the ''Query types'' button will bring up a listing of query types and their opt…
26 …n)''. See the ''Query types'' listing for details on how to handle array options for specific quer…
27 …' box. The function name must come first and then, in order listed, the options. They must all be…
54 …G images in a namespace, you would enter the following expression in the options field: ''(#\.png#…
/plugin/xcom/
H A Dscript.js70 var options = xcom_params();
72 var func = options[0];
73 xcom_query_status(options);
76 var params = 'params=' + JSON.stringify(options);
78 if(typeof options[2] == 'object' && options[2] !== null ) {
80 if(options[2].hasOwnProperty('hash')) {
500 params[i] = fn_sel.options[fn_sel.selectedIndex].value;
585 function xcom_query_status(options) { argument
587 if(typeof options != 'object' && !(options instanceof Array)) return;
589 var q = options.join(',&nbsp;');
[all …]
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js118 options = options || {};
256 options = options || {};
6453 options = options || {};
44682 this.options = options;
52470 options = options || {};
54808 this.options = options;
62139 options = options || {};
62154 options = options || {};
62574 options = options || {};
83031 options = options || {};
[all …]
/plugin/xlsx2dw/packages/jszip/
H A Djszip.js983 …var zipFileWorker = new ZipFileWorker(options.streamFiles, comment, options.platform, options.enco…
1102 options = utils.extend(options || {}, {
1715 options = options || {};
3842 this.options = options;
4126 this.options = { class in AnonymousFunctione744f5d00100.AnonymousFunctione744f5d05100.ZipObject
4729 }, options || {});
4974 options = options || {};
4989 options = options || {};
5100 }, options || {});
5113 !(options && options.windowBits)) {
[all …]
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs1690 if(options && options.raw) o.raw = {header: header, sectors: sectors};
1917 var type = options && options.type;
2252 switch(options && options.type || "buffer") {
3067 var root = (options && options.root || "");
19280 if(options.sheetRows && cell.r >= options.sheetRows) return;
19318 cellStyles: !!options && !!options.cellStyles,
19319 WTF: !!options && !!options.wtf
19321 if(options.password) opts.password = options.password;
19453 if(options.sheetRows && options.sheetRows <= range.e.r) {
19804 if(!options) options = {};
[all …]
/plugin/yearbox/
H A DCHANGELOG.md41 * NEW: months and weekdays options, you can now make certain months and weekdays invisible (removes…
/plugin/yearbox/build/
H A DpluginInfoVersionUpdater.js7 const options = contents
16 options.date = (new Date()).toISOString().substr(0, 10);
18 … const longestKey = Object.keys(options).reduce( (carry, key) => Math.max(carry, key.length), 0);
19 return Object.entries(options)
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.d.ts1515 event(node: HTMLElement|string, event: string, handler: GanttCallback, options?: any): void;
1524 eventRemove(node: HTMLElement|string, event: string, handler: GanttCallback, options?: any): void;
2229 serverList(list_name: string, options?: any[]): any[];
2321 updateCollection(collection: string, options: any[]): boolean;
H A Ddhtmlxgantt.js13options,[{key:"style",value:"width:100%;"}]),e+="</div>"},a.prototype.set_value=function(t,e,i,n){…
H A Ddhtmlxgantt.js.map1options","_dhx_onchange","onchange","_focus","createDropTargetObject","targetParent","targetIndex"…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js3821 options = Object(options);
3833 options = Object(options);
12553 if (sns.options && sns.options.length) {
12634 sns.options = sns.options || options;
12936 config.options = options;
12946 options = options.slice(0);
12986 if (sns.options && sns.options.length) {
13351 var options = sections[i].options;
18239 options = config.options || [];
29869 options = options || [];
[all …]
/plugin/yuriigantt/
H A DLICENSE109 the interface presents a list of user commands or options, such as a
/plugin/zip/pear/
H A DPEAR.php302 * @param mixed $options
347 $setoptions = $options;
609 $def_options = $options;
646 $setoptions = $options;
868 $this->callback = $options;
870 if ($options === null) {
873 $this->level = $options;
877 if (is_null($options) || is_int($options)) {
880 $format = $options;
889 if (is_null($options) || is_int($options)) {
[all …]
/plugin/zoom/
H A Dscript.js9options){try{document.execCommand("BackgroundImageCache",false,true)}catch(e){}this.each(function(…
/plugin/zul/syntax/
H A Dzirkelundlineal.php164 $options = $data['options'];
249 if ($options != '') {
250 $txt .= '<param name="options" value="'.$options.'"/>';

1...<<61