Home
last modified time | relevance | path

Searched refs:slice (Results 1 – 8 of 8) sorted by relevance

/dokuwiki/lib/scripts/
H A Dhelpers.js37 var Aps = Array.prototype.slice,
H A Ddelay.js62 _params: Array.prototype.slice.call(arguments, 2)
H A Dlinkwiz.js411 relativeID.push(...targetNs.slice(commonPrefixLength));
H A Dfileuploader.js447 name = name.slice(0, 19) + '...' + name.slice(-13);
/dokuwiki/lib/scripts/jquery/
H A Djquery.cookie.js38 s = s.slice(1, -1).replace(/\\"/g, '"').replace(/\\\\/g, '\\');
H A Djquery.min.js2slice,g=oe.flat?function(e){return oe.flat.call(e)}:function(e){return oe.concat.apply([],e)},s=oe… method
H A Djquery-ui.min.js6slice;V.cleanData=(n=V.cleanData,function(t){for(var e,i,s=0;null!=(i=t[s]);s++)(e=V._data(i,"even…
/dokuwiki/_test/core/
H A DphpQuery-onefile.php2649 ->slice(0, 1)
2652 ->slice(-1)
3338 public function slice($start, $end = null) { function in phpQueryObject