Home
last modified time | relevance | path

Searched refs:slice (Results 26 – 50 of 536) sorted by relevance

12345678910>>...22

/plugin/xlsx2dw/
H A Dscript.js29 switch(fileName.slice(fileName.lastIndexOf(".")+1).toLowerCase()) {
233 }).slice(1);
243 return "#" + (cell.style.font.color.argb.slice(2) || "000000");
254 return "#" + (cell.style.fill?.fgColor?.argb?.slice(2) || "FFFFFF");
385 sourceText.slice(0, cursorPosition) +
387 sourceText.slice(cursorPosition)
/plugin/amcharts/assets/amcharts/plugins/export/libs/FileSaver.js/
H A DFileSaver.js124 , slice
146 slice = blob.slice || blob.webkitSlice;
147 blob = slice.call(blob, 0, blob.size, force_saveable_type);
/plugin/c3chart/assets/
H A Djs-yaml.min.js2slice(t,n).replace(/\t/g,"→")+a,pos:i-t+o.length}}function l(e,t){return n.repeat(" ",t-e.length)+…
/plugin/achart/assets/
H A Djs-yaml.min.js2slice(t,n).replace(/\t/g,"→")+a,pos:i-t+o.length}}function l(e,t){return n.repeat(" ",t-e.length)+…
/plugin/eventline/timeline_ajax/
H A Dsimile-ajax-api.js136 url = (url+"#").slice(q+1, url.indexOf("#")); // toss the URL fragment
142 var name = decode(param.slice(0,eq));
149 parsed[name] = old.concat(decode(param.slice(eq+1)));
/plugin/tline/timeline_ajax/
H A Dsimile-ajax-api.js136 url = (url+"#").slice(q+1, url.indexOf("#")); // toss the URL fragment
142 var name = decode(param.slice(0,eq));
149 parsed[name] = old.concat(decode(param.slice(eq+1)));
/plugin/diagramsnet/lib/math/extensions/TeX/
H A Dnewcommand.js19slice(this.i));this.i=0;if(++this.macroCount>b.config.MAXMACROS){b.Error(["MaxMacroSub1","MathJax …
/plugin/sequencediagram/bower_components/lodash/test/
H A Dtest.js63 slice = arrayProto.slice,
3181 var actual = _(falsey).thru(_.slice).compact().thru(_.slice).value();
11153 slice[fakeSrcKey] = slice + '';
12589 assert.deepEqual(_.partition(objects), [objects.slice(0, 2), objects.slice(2)]);
17718 assert.deepEqual(actual, [objects.slice(0, 2), objects.slice(2)]);
20516 return index ? _.slice(array, 0, end) : _.slice(array, 0);
20568 assert.deepEqual(wrapped[methodName]().slice(1).value(), array.slice(1));
20569 assert.deepEqual(wrapped[methodName]().slice(1, 3).value(), array.slice(1, 3));
20570 assert.deepEqual(wrapped[methodName]().slice(-1).value(), array.slice(-1));
20573 assert.deepEqual(wrapped[methodName]().slice(3, 2).value(), array.slice(3, 2));
[all …]
/plugin/abc2/abc-libraries/abc2svg/
H A DMIDI-1.js42 cfmt.chord.names[a[2]]=a.slice(3)
47 if(a[3]&&a[3].slice(0,7)=="octave=")
48 cfmt.chord.trans=Number(a[3].slice(7))
149 of(a)},do_pscom:function(of,text){if(text.slice(0,5)=="MIDI ")
/plugin/virtualkeyboard/vk/extensions/
H A Darrayextensions.js66 if (isUndefined(Array.prototype.slice)) {
67 Array.prototype.slice = function(start, end) { method in Array
111 return tempArray.slice(start, start + deleteCount);
H A Ddateextensions.js163 case "g" : return self.getIsoYear().slice(-2);
184 case "y" : return String(self.getFullYear()).slice(-2);
/plugin/indexmenu2/cms/extensions/
H A Darrayextensions.js2slice)){Array.prototype.slice=function(i,I){var l;if(I==null||I=='')I=this.length;else if(I<0)I=th… method in Array
H A Ddateextensions.js11slice(-2);case"G":return l.getIsoYear();case"H":return String(l.getHours()).padLeft(2,I);case"I":r…
/plugin/tablelayout/script/
H A Dscript.js53 $lastHeaderRow = $table.find('tr').slice(numHeaderRows - 1).first();
72 $rowsToBeSorted = $table.find('tr').slice(parseInt(numHeaderRows) + 1);
106 $rowsToBeSearched = $table.find('tr').slice(parseInt(numHeaderRows) + 1);
/plugin/sequencediagram/bower_components/underscore/
H A Dunderscore.js23 slice = ArrayProto.slice, variable
273 var args = slice.call(arguments, 2);
370 return _.shuffle(obj).slice(0, Math.max(0, n));
428 if (_.isArray(obj)) return slice.call(obj);
481 return slice.call(array, n == null || guard ? 1 : n);
516 return _.difference(array, slice.call(arguments, 1));
658 idx = predicateFind(slice.call(array, i, length), _.isNaN);
714 var args = slice.call(arguments, 2);
725 var boundArgs = slice.call(arguments, 1);
766 var args = slice.call(arguments, 2);
[all …]
/plugin/asciimath/
H A Dasciimathml148r.js75 if (navigator.appName.slice(0,8)=="Netscape")
359 st = str.slice(n+1);
360 else st = str.slice(n);
362 return st.slice(i);
411 st = str.slice(0,1);
414 st = str.slice(k,k+1);
418 st = str.slice(k,k+1);
423 st = str.slice(k,k+1);
429 st = str.slice(0,k-1);
433 st = str.slice(0,1); //take 1 character
[all …]
/plugin/sketchcanvas/script/
H A Djs-yaml.min.js
/plugin/edittable/script/
H A Deditor.js23 var first = dmarray.slice(0, Math.min(startIndex, target));
24 var moving = dmarray.slice(startIndex, endIndex + 1);
27 between = dmarray.slice(target, startIndex);
29 between = dmarray.slice(endIndex + 1, target);
31 var last = dmarray.slice(Math.max(endIndex + 1, target));
/plugin/photogallery/lightGallery/js/
H A Dpicturefill.min.js4slice(0,d);var f=c.slice(-1);if((","===f||""===c)&&(c=c.replace(/,+$/,""),e=""),a=a.slice(d+1),nul…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Deditor.worker.js1slice.call(arguments,0);return t(e,n)});let i={};for(const t of e)i[t]=n(t);return i}const L="$ini…
/plugin/dirtylittlehelper/mermaid/editor/
H A Deditor.worker.js1slice.call(arguments,0);return t(e,n)});let i={};for(const t of e)i[t]=n(t);return i}const L="$ini…
/plugin/stlviewer/stlviewer/
H A Dparser.min.js2slice(0,80)).toLowerCase().indexOf("color"),u=new DataView(e,0),v=!1,_=-1,g=-1,h=-1;p>-1&&(d=!0,_=… method in ArrayBuffer
/plugin/combo/resources/snippet/js/
H A Dtoast.js3 const toastElements = [].slice.call(document.querySelectorAll('.toast'));
/plugin/sequencediagram/bower_components/snap.svg/doc/js/
H A Dprism.js5slice()}return e}},languages:{extend:function(e,n){var r=t.util.clone(t.languages[e]);for(var i in…
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Dindex.rst30 slice

12345678910>>...22