Home
last modified time | relevance | path

Searched refs:used (Results 1326 – 1347 of 1347) sorted by path

1...<<51525354

/plugin/xcom/lang/en/
H A Dfunctions.txt43 … via the [[doku>:config:recent]] configuration setting. The offset can be used to list earlier ver…
H A Dhowto.txt35 …- ''HTML view'' is used to display wiki pages and to display query results that can be convenient…
36 …- The ''Code view'' is preformatted text. It's used for simple plain text responses and complex a…
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js49102 var used = 0;
49107 tmp.copy(key, keyStart, 0, used);
49108 keyLen -= used;
49111 if (used < tmp.length && ivLen > 0) {
49114 tmp.copy(iv, ivStart, used, used + length);
67953 var used = 0;
68174 used = 1 << root;
68177 mask = used - 1;
68182 if (type === LENS && used > ENOUGH_LENS || type === DISTS && used > ENOUGH_DISTS) {
68275 used += 1 << curr;
[all …]
/plugin/xlsx2dw/packages/jszip/
H A Djszip.js9803 var used = 0; /* code entries in table used */
9975 used = 1 << root; /* use root table entries */
9976 mask = used - 1; /* mask for comparing low */
9979 if ((type === LENS && used > ENOUGH_LENS) ||
9980 (type === DISTS && used > ENOUGH_DISTS)) {
10050 used += 1 << curr;
10051 if ((type === LENS && used > ENOUGH_LENS) ||
10052 (type === DISTS && used > ENOUGH_DISTS)) {
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs544 - Default date format (code 14) used for Dates
2387 /* build tree (used for literals and lengths) */
8538 // CSV separator weights to be used in case of equal numbers
21802 /* The first link is used. Links are assumed to be fully specified.
/plugin/xtern/ca/
H A Dcacert.pem12 ## can be directly used with curl / libcurl / php_curl, or with
/plugin/yalist/
H A DLICENSE140 1 and 2 above on a medium customarily used for software interchange; or,
147 customarily used for software interchange; or,
158 associated interface definition files, plus the scripts used to
/plugin/yourip/
H A DLICENSE140 1 and 2 above on a medium customarily used for software interchange; or,
147 customarily used for software interchange; or,
158 associated interface definition files, plus the scripts used to
/plugin/youtracklinks/
H A DLICENSE140 1 and 2 above on a medium customarily used for software interchange; or,
147 customarily used for software interchange; or,
158 associated interface definition files, plus the scripts used to
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js.map1used for compatibility reasons\n\t\t\tif (document.documentElement.scrollWidth > document.body.off…
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_csp.js.map1used for rendering, may need to allow them or redefine unsafe methods\n style-src 'unsafe-inline'\…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.css6 This version of dhtmlxGantt is distributed under GPL 2.0 license and can be legally used in GPL pro…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/skins/
H A Ddhtmlxgantt_broadway.css6 This version of dhtmlxGantt is distributed under GPL 2.0 license and can be legally used in GPL pro…
H A Ddhtmlxgantt_contrast_black.css6 This version of dhtmlxGantt is distributed under GPL 2.0 license and can be legally used in GPL pro…
H A Ddhtmlxgantt_contrast_white.css6 This version of dhtmlxGantt is distributed under GPL 2.0 license and can be legally used in GPL pro…
H A Ddhtmlxgantt_material.css6 This version of dhtmlxGantt is distributed under GPL 2.0 license and can be legally used in GPL pro…
H A Ddhtmlxgantt_meadow.css6 This version of dhtmlxGantt is distributed under GPL 2.0 license and can be legally used in GPL pro…
H A Ddhtmlxgantt_skyblue.css6 This version of dhtmlxGantt is distributed under GPL 2.0 license and can be legally used in GPL pro…
H A Ddhtmlxgantt_terrace.css6 This version of dhtmlxGantt is distributed under GPL 2.0 license and can be legally used in GPL pro…
/plugin/yuriigantt/
H A DLICENSE66 patents cannot be used to render the program non-free.
121 is widely used among developers working in that language.
131 (if any) on which the executable work runs, or a compiler used to
132 produce the work, or an object code interpreter used to run it.
139 programs which are used unmodified in performing those activities but
240 used to limit the access or legal rights of the compilation's users
255 customarily used for software interchange.
264 medium customarily used for software interchange, for a price no
302 product received by a particular user, "normally used" refers to a
350 apply only to part of the Program, that part may be used separately
[all …]
H A DREADME.md75 "dsn": ":embedded:", <-- says parser what database driver was used
/plugin/zotero/
H A Dconfig.ini.dist2 ; this username is used to connect to the Zotero website
4 ; this key is used to get access to Zotero's RSS feed
12 ; this wiki page is used to cache the sources read from the Zotero website

1...<<51525354