Home
last modified time | relevance | path

Searched refs:ts (Results 76 – 100 of 146) sorted by relevance

123456

/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/lv/
H A Dlv.txt
/plugin/codemirror/dist/modes/
H A Dmumps.min.js.map1 …j\",\"k\",\"l\",\"m\",\"n\",\"o\", \"q\", \"r\", \"s\", \"tc\", \"tro\", \"ts\", \"u\", \"v\", \"w…
H A Dsql.min.js.map1 …= '{' &&\n (stream.match(/^( )*(d|D|t|T|ts|TS)( )*'[^']*'( )*}/) || stream.match(/^( )*(d|D…
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/hu/
H A Dhu.txt
/plugin/pdfjs/pdfjs/web/locale/sv-SE/
H A Dviewer.properties246 document_colors_not_allowed=PDF-dokument tillåts inte använda egna färger: “Låt sidor använda egna …
/plugin/diagramsnet/lib/js/diagramly/
H A DApp.js3565 var ts = new Date(drafts[0].modified);
3568 mxResources.get('draftFound', [ts.toLocaleDateString() + ' ' + ts.toLocaleTimeString()]),
5911 if (cachedNotif == null || cachedNotif.ts + 24 * 60 * 60 * 1000 < Date.now()) //Cache for one day
5929 localStorage.setItem(cachedNotifKey, JSON.stringify({ts: Date.now(), notifs: notifs}));
6114 var ts = new Date(notif.timestamp);
6115 var str = editorUi.timeSince(ts);
H A DDialogs.js6034 var ts = new Date(item.modifiedDate);
6039 if (ts.getTime() >= 0)
6056 if (ts.toDateString() === today)
6058 mxUtils.write(date, ts.toLocaleTimeString());
6062 mxUtils.write(date, ts.toLocaleDateString() + ' ' +
6063 ts.toLocaleTimeString());
6069 row.setAttribute('title', ts.toLocaleDateString() + ' ' +
6070 ts.toLocaleTimeString() +
6190 (shortUser + ' ') : '') + ts.toLocaleDateString() +
6191 ' ' + ts.toLocaleTimeString());
/plugin/translate/
H A DList_of_ISO_639-1_codes.txt171 array("ts", "tso", "-", "tso", "Tsonga", "Xitsonga", ""),
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js18981 var ts = new Float64Array(64);
18985 ts[i + 0] = c && (e.left - t[0]) / c;
18986 ts[i + 4] = s && (e.top - t[1]) / s;
18987 ts[i + 8] = c && (e.right - t[0]) / c;
18989 ts[i + 16] = s && (e.left - t[0]) / -s;
18990 ts[i + 20] = c && (e.top - t[1]) / c;
18993 ts[i + 32] = c && (e.left - t[0]) / -c;
18994 ts[i + 36] = s && (e.top - t[1]) / -s;
18997 ts[i + 48] = s && (e.left - t[0]) / s;
18998 ts[i + 52] = c && (e.top - t[1]) / -c;
[all …]
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/data/
H A Dvocab.bpe5035 le ts
5749 ain ts
5812 Ġthough ts
5900 Ġexper ts
7750 re ts
7774 Ġcour ts
8527 Ġle ts
9103 et ts
9428 ir ts
10594 Ġar ts
[all...]
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_click_drag.js.map1 …ag/selectedRegion.ts","webpack://[name]/./sources/ext/click_drag/eventsManager.ts","webpack://[nam…
H A Ddhtmlxgantt_drag_timeline.js.map1 …ame]/./sources/ext/drag_timeline/eventsManager.ts","webpack://[name]/./sources/ext/drag_timeline/i…
H A Ddhtmlxgantt_undo.js.map1 …e]/./sources/ext/undo/undo.ts","webpack://[name]/./sources/ext/undo/monitor.ts","webpack://[name]/…
H A Ddhtmlxgantt_fullscreen.js.map1 …[name]/webpack/bootstrap","webpack://[name]/./sources/ext/fullscreen/index.ts"],"names":["root","f…
H A Ddhtmlxgantt_tooltip.js.map1 …/ext/tooltip/tooltip.ts","webpack://[name]/./sources/ext/tooltip/tooltipManager.ts","webpack://[na…
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js19869 ts.transforming = false;
19871 var cb = ts.writecb;
19876 ts.writechunk = null;
19877 ts.writecb = null;
19943 ts.writecb = cb;
19944 ts.writechunk = chunk;
19946 if (!ts.transforming) {
19948 if (ts.needTransform ||
19961 if (!util.isNull(ts.writechunk) && ts.writecb && !ts.transforming) {
19963 this._transform(ts.writechunk, ts.writeencoding, ts.afterTransform);
[all …]
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D41.41.js.map1 …\n// \t\t\"9h\", \"9c\", \"9d\", \"9s\",\n// \t\t\"th\", \"tc\", \"td\", \"ts\",\n// \t\t\"jh\", \…
H A D39.39.js.map1 …erators in Perl.\n // This is adapted from pstrings in ../ruby/ruby.ts.\n quotedCons…
/plugin/diagramsnet/lib/resources/
H A Ddia_sv.txt116 dragAndDropNotSupported=Dra-och-släpp tillåts ej för bilder. Vill du istället importera?
614 relativeUrlNotAllowed=Relativa URL:er tillåts inte
/plugin/jquery/
H A Djquery-1.4.2.js5037 var ts = now();
5040 var ret = s.url.replace(rts, "$1_=" + ts + "$2");
5043 s.url = ret + ((ret === s.url) ? (rquery.test(s.url) ? "&" : "?") + "_=" + ts : "");
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DCatNamespace.asciidoc138 $params['ts'] = (boolean) Set to false to disable timestamping (Default = true)
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php5362 foreach ($this->textshadow as $ts) {
5364 $s .= $this->SetTColor($ts['col'], true) . "\n";
5365 if ($ts['col'][0] == 5 && ord($ts['col'][4]) < 100) { // RGBa
5366 $s .= $this->SetAlpha(ord($ts['col'][4]) / 100, 'Normal', true, 'F') . "\n";
5367 } elseif ($ts['col'][0] == 6 && ord($ts['col'][5]) < 100) { // CMYKa
5368 $s .= $this->SetAlpha(ord($ts['col'][5]) / 100, 'Normal', true, 'F') . "\n";
5369 } elseif ($ts['col'][0] == 1 && $ts['co
[all...]
/plugin/xlsx2dw/packages/xmltojson/
H A Dxmltojson.js148 function ts(a){if(!a){throw jf(new el)}} function
357 function Hr(a){ts(!!a.a);oq(a.c.a.c,a);xr(a.a);zo(a.c.a.c,a.a.d);pq(a.c.a.c,a);a.a=null}
600ts(!!this.c);oq(this.e,this);this.c.eb();this.c=null;this.b=Po(this);pq(this.e,this)};_.b=false;va…
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js72829 var cb = ts.writecb;
72835 ts.writechunk = null;
72836 ts.writecb = null;
72908 ts.writecb = cb;
72924 if (ts.writechunk !== null && !ts.transforming) {
72927 this._transform(ts.writechunk, ts.writeencoding, ts.afterTransform);
80294 var cb = ts.writecb;
80301 ts.writecb = null;
80373 ts.writecb = cb;
80389 if (ts.writechunk !== null && ts.writecb && !ts.transforming) {
[all …]
/plugin/html5video2/script/
H A Dvideo.min.js21ts(e){return e.reduce(function(e,t){return e.concat(t)},[])}function is(e){if(!e.length)return[];f… function
23ts"!==e&&"h264"!==e&&"h265"!==e}).concat(["ts","h264","h265"]);fo.forEach(function(e){var t=po[e];…

123456