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.js2 !function(e){if("object"==typeof exports&&"undefined"!=typeof module)module.exports=e();else if("function"==typeof define&&define.amd)define([],e);else{var t;t="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:this,t.jsyaml=e()}}(function(){return function e(t,n,i){function r(a,s){if(!n[a]){if(!t[a]){var u="function"==typeof require&&require;if(!s&&u)return u(a,!0);if(o)return o(a,!0);var c=new Error("Cannot find module '"+a+"'");throw c.code="MODULE_NOT_FOUND",c}var l=n[a]={exports:{}};t[a][0].call(l.exports,function(e){var n=t[a][1][e];return r(n?n:e)},l,l.exports,e,t,n,i)}return n[a].exports}for(var o="function"==typeof require&&require,a=0;a<i.length;a++)r(i[a]);return r}({1:[function(e,t,n){"use strict";function i(e){return function(){throw new Error("Function "+e+" is deprecated and cannot be used.")}}var r=e("./js-yaml/loader"),o=e("./js-yaml/dumper");t.exports.Type=e("./js-yaml/type"),t.exports.Schema=e("./js-yaml/schema"),t.exports.FAILSAFE_SCHEMA=e("./js-yaml/schema/failsafe"),t.exports.JSON_SCHEMA=e("./js-yaml/schema/json"),t.exports.CORE_SCHEMA=e("./js-yaml/schema/core"),t.exports.DEFAULT_SAFE_SCHEMA=e("./js-yaml/schema/default_safe"),t.exports.DEFAULT_FULL_SCHEMA=e("./js-yaml/schema/default_full"),t.exports.load=r.load,t.exports.loadAll=r.loadAll,t.exports.safeLoad=r.safeLoad,t.exports.safeLoadAll=r.safeLoadAll,t.exports.dump=o.dump,t.exports.safeDump=o.safeDump,t.exports.YAMLException=e("./js-yaml/exception"),t.exports.MINIMAL_SCHEMA=e("./js-yaml/schema/failsafe"),t.exports.SAFE_SCHEMA=e("./js-yaml/schema/default_safe"),t.exports.DEFAULT_SCHEMA=e("./js-yaml/schema/default_full"),t.exports.scan=i("scan"),t.exports.parse=i("parse"),t.exports.compose=i("compose"),t.exports.addConstructor=i("addConstructor")},{"./js-yaml/dumper":3,"./js-yaml/exception":4,"./js-yaml/loader":5,"./js-yaml/schema":7,"./js-yaml/schema/core":8,"./js-yaml/schema/default_full":9,"./js-yaml/schema/default_safe":10,"./js-yaml/schema/failsafe":11,"./js-yaml/schema/json":12,"./js-yaml/type":13}],2:[function(e,t,n){"use strict";function i(e){return"undefined"==typeof e||null===e}function r(e){return"object"==typeof e&&null!==e}function o(e){return Array.isArray(e)?e:i(e)?[]:[e]}function a(e,t){var n,i,r,o;if(t)for(o=Object.keys(t),n=0,i=o.length;i>n;n+=1)r=o[n],e[r]=t[r];return e}function s(e,t){var n,i="";for(n=0;t>n;n+=1)i+=e;return i}function u(e){return 0===e&&Number.NEGATIVE_INFINITY===1/e}t.exports.isNothing=i,t.exports.isObject=r,t.exports.toArray=o,t.exports.repeat=s,t.exports.isNegativeZero=u,t.exports.extend=a},{}],3:[function(e,t,n){"use strict";function i(e,t){var n,i,r,o,a,s,u;if(null===t)return{};for(n={},i=Object.keys(t),r=0,o=i.length;o>r;r+=1)a=i[r],s=String(t[a]),"!!"===a.slice(0,2)&&(a="tag:yaml.org,2002:"+a.slice(2)),u=e.compiledTypeMap[a],u&&F.call(u.styleAliases,s)&&(s=u.styleAliases[s]),n[a]=s;return n}function r(e){var t,n,i;if(t=e.toString(16).toUpperCase(),255>=e)n="x",i=2;else if(65535>=e)n="u",i=4;else{if(!(4294967295>=e))throw new I("code point within a string may not be greater than 0xFFFFFFFF");n="U",i=8}return"\\"+n+j.repeat("0",i-t.length)+t}function o(e){this.schema=e.schema||S,this.indent=Math.max(1,e.indent||2),this.skipInvalid=e.skipInvalid||!1,this.flowLevel=j.isNothing(e.flowLevel)?-1:e.flowLevel,this.styleMap=i(this.schema,e.styles||null),this.sortKeys=e.sortKeys||!1,this.implicitTypes=this.schema.compiledImplicit,this.explicitTypes=this.schema.compiledExplicit,this.tag=null,this.result="",this.duplicates=[],this.usedDuplicates=null}function a(e,t){for(var n,i=j.repeat(" ",t),r=0,o=-1,a="",s=e.length;s>r;)o=e.indexOf("\n",r),-1===o?(n=e.slice(r),r=s):(n=e.slice(r,o+1),r=o+1),n.length&&"\n"!==n&&(a+=i),a+=n;return a}function s(e,t){return"\n"+j.repeat(" ",e.indent*t)}function u(e,t){var n,i,r;for(n=0,i=e.implicitTypes.length;i>n;n+=1)if(r=e.implicitTypes[n],r.resolve(t))return!0;return!1}function c(e){this.source=e,this.result="",this.checkpoint=0}function l(e,t,n){var i,r,o,s,l,f,m,g,y,x,v,A,b,w,C,k,j,I,S,O,E;if(0===t.length)return void(e.dump="''");if(-1!==te.indexOf(t))return void(e.dump="'"+t+"'");for(i=!0,r=t.length?t.charCodeAt(0):0,o=M===r||M===t.charCodeAt(t.length-1),(K===r||G===r||V===r||J===r)&&(i=!1),o?(i=!1,s=!1,l=!1):(s=!0,l=!0),f=!0,m=new c(t),g=!1,y=0,x=0,v=e.indent*n,A=80,40>v?A-=v:A=40,w=0;w<t.length;w++){if(b=t.charCodeAt(w),i){if(h(b))continue;i=!1}f&&b===P&&(f=!1),C=ee[b],k=d(b),(C||k)&&(b!==T&&b!==D&&b!==P?(s=!1,l=!1):b===T&&(g=!0,f=!1,w>0&&(j=t.charCodeAt(w-1),j===M&&(l=!1,s=!1)),s&&(I=w-y,y=w,I>x&&(x=I))),b!==D&&(f=!1),m.takeUpTo(w),m.escapeChar())}if(i&&u(e,t)&&(i=!1),S="",(s||l)&&(O=0,t.charCodeAt(t.length-1)===T&&(O+=1,t.charCodeAt(t.length-2)===T&&(O+=1)),0===O?S="-":2===O&&(S="+")),l&&A>x&&(s=!1),g||(l=!1),i)e.dump=t;else if(f)e.dump="'"+t+"'";else if(s)E=p(t,A),e.dump=">"+S+"\n"+a(E,v);else if(l)S||(t=t.replace(/\n$/,"")),e.dump="|"+S+"\n"+a(t,v);else{if(!m)throw new Error("Failed to dump scalar value");m.finish(),e.dump='"'+m.result+'"'}}function p(e,t){var n,i="",r=0,o=e.length,a=/\n+$/.exec(e);for(a&&(o=a.index+1);o>r;)n=e.indexOf("\n",r),n>o||-1===n?(i&&(i+="\n\n"),i+=f(e.slice(r,o),t),r=o):(i&&(i+="\n\n"),i+=f(e.slice(r,n),t),r=n+1);return a&&"\n"!==a[0]&&(i+=a[0]),i}function f(e,t){if(""===e)return e;for(var n,i,r,o=/[^\s] [^\s]/g,a="",s=0,u=0,c=o.exec(e);c;)n=c.index,n-u>t&&(i=s!==u?s:n,a&&(a+="\n"),r=e.slice(u,i),a+=r,u=i+1),s=n+1,c=o.exec(e);return a&&(a+="\n"),a+=u!==s&&e.length-u>t?e.slice(u,s)+"\n"+e.slice(s+1):e.slice(
[all...]
/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,_=… argument
/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