Home
last modified time | relevance | path

Searched refs:set (Results 1251 – 1255 of 1255) sorted by path

1...<<51

/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_csp.js.map1set","temp","match","mask","length","toLowerCase","month_short_hash","month_full_hash","Date","UTC…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js1882 return !!(!descriptor || descriptor.writable || descriptor.set);
3897 ret.set(key, value);
5136 return desc.get == null && desc.set == null
5194 if (desc != null && desc.get == null && desc.set == null) {
28570 cache.set(unit, unitCache);
28575 unitCache.set(timestamp, value);
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_csp.js157 var set = [0, 0, 1, 0, 0, 0];
165 set[2] = temp[i] || 1;
169 set[1] = (temp[i] || 1) - 1;
172 set[0] = temp[i] * 1 + (temp[i] > 50 ? 1900 : 2000);
178 set[3] = temp[i] || 0;
181 set[4] = temp[i] || 0;
184 set[0] = temp[i] || 0;
188 set[3] = set[3] % 12 + ((temp[i] || '').toLowerCase() == 'am' ? 0 : 12);
191 set[5] = temp[i] || 0;
205 return new Date(Date.UTC(set[0], set[1], set[2], set[3], set[4], set[5]));
[all …]
/plugin/zotero/
H A DREADME.md20 cache. For this to work you have to set `autoupdating` in `config.ini` to `1`.
H A Dconfig.ini.dist8 ; if this is set to 1, the plugin will try to read unknown cite keys from Zotero's Atom feed

1...<<51