/plugin/virtualkeyboard/vk/extensions/ |
H A D | arrayextensions.js | 94 Array.prototype.splice = function(start, deleteCount) { method in Array
|
/plugin/indexmenu2/cms/extensions/ |
H A D | arrayextensions.js | 2 …r O=0;O<I-i;O++){o[O]=this[i+O]}return o}}if(isUndefined(Array.prototype.splice)){Array.prototype.… method in Array
|
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/ |
H A D | HandlerStack.php | 235 private function splice($findName, $withName, callable $middleware, $before) function in GuzzleHttp\\HandlerStack
|
/plugin/sequencediagram/bower_components/eve-raphael/ |
H A D | eve.js | 343 splice, variable
|
/plugin/sequencediagram/bower_components/snap.svg/doc/js/ |
H A D | prism.js | 5 …return Object.prototype.toString.call(e).match(/\[object (\w+)\]/)[1]},clone:function(e){var n=t.u…
|
/plugin/ckgdoku/scripts/ |
H A D | parse_wiki-cmpr.js | 1 …v].colspan?U[V][v].colspan:0;U[V][v].rowspan=0;for(N=0;N<T-1;N++){U[++V].splice(v,0,{type:"td",row… method in String
|
/plugin/highlightjs/highlight/languages/ |
H A D | perl.js | 8 …, 'getnetbyaddr': 1, 'join': 1, 'gmtime': 1, 'symlink': 1, 'semget': 1, 'splice': 1, 'x': 1, 'getp… property in hljs.LANGUAGES.perl.PERL_KEYWORDS
|
/plugin/ckgedit/scripts/ |
H A D | parse_wiki-cmpr.js | 1 …v].colspan?U[V][v].colspan:0;U[V][v].rowspan=0;for(N=0;N<T-1;N++){U[++V].splice(v,0,{type:"td",row… method in String
|
/plugin/dw2pdf/vendor/mpdf/mpdf/src/ |
H A D | OtlDump.php | 409 function splice($stream, $offset, $value) function in Mpdf\\OtlDump
|
H A D | TTFontFile.php | 490 function splice($stream, $offset, $value) function in Mpdf\\TTFontFile
|
/plugin/sequencediagram/bower_components/snap.svg/dist/ |
H A D | snap.svg.js | 338 splice, variable 6980 setproto.splice = function (index, count, insertion) { function
|
/plugin/imapmarkers/ |
H A D | jquery.imagemapster.js | 1790 splice: function () { method in m.MapImages
|
/plugin/imagemapping/ |
H A D | jquery.imagemapster.js | 11 !function(e){e(function(){function e(){}function t(t){var n=new e;return n.then=function(e){var n;try{return e&&(n=e(t)),s(n===_?t:n)}catch(i){return a(i)}},w(n)}function a(t){var global() method in t.MapImages
|
/plugin/callflow/ |
H A D | raphael.js | 296 splice, variable
|
/plugin/advrack/ |
H A D | raphael.js | 296 splice, variable
|
/plugin/xlsx2dw/packages/xmltojson/ |
H A D | xmltojson.js | 503 …=c;for(h=b,j=b+e;h<j;){g=$wnd.Math.min(h+10000,j);e=g-h;k=a.slice(h,g);k.splice(0,0,d,f?e:0);Array… method in Array
|
/plugin/processing/ |
H A D | script.js | 4276 p.splice = function(array, value, index) { function
|
/plugin/sequencediagram/bower_components/lodash/test/ |
H A D | test.js | 9446 Foo.prototype = { 'length': 0, 'splice': arrayProto.splice }; property in Foo 20374 Foo.prototype = { 'length': 0, 'splice': arrayProto.splice }; property in Foo
|
/plugin/highlightjs/highlight/ |
H A D | highlight.pack.js | 1 …</gm,"<").replace(/>/gm,">")}function k(s,r){if(!s){return false}for(var c=0;c<s.length;c++)… property in hljs.HTML_TAGS
|
/plugin/dokuprism/prism/ |
H A D | prism.js | 104 !function(e){function n(e){return RegExp("(\\()(?:"+e+")(?=[\\s\\)])")}function a(e){return RegExp("([\\s([])(?:"+e+")(?=[\\s)])")}var t="(?!\\d)[-+*/~!@$%^=<>{}\\w]+",r="(\\()",i="(?:[^()]|\\((?:[^()]|\\((?:[^()]|\\((?:[^()]|\\((?:[^()]|\\([^()]*\\))*\\))*\\))*\\))*\\))*",s={heading:{pattern:/;;;.*/,alias:["comment","title"]},comment:/;.*/,string:{pattern:/"(?:[^"\\]|\\.)*"/,greedy:!0,inside:{argument:/[-A-Z]+(?=[.,\s])/,symbol:RegExp("`"+t+"'")}},"quoted-symbol":{pattern:RegExp("#?'"+t),alias:["variable","symbol"]},"lisp-property":{pattern:RegExp(":"+t),alias:"property"},splice:{pattern:RegExp(",@?"+t),alias:["symbol","variable"]},keyword:[{pattern:RegExp("(\\()(?:and|(?:cl-)?letf|cl-loop|cond|cons|error|if|(?:lexical-)?let\\*?|message|not|null|or|provide|require|setq|unless|use-package|when|while)(?=\\s)"),lookbehind:!0},{pattern:RegExp("(\\()(?:append|by|collect|concat|do|finally|for|in|return)(?=\\s)"),lookbehind:!0}],declare:{pattern:n("declare"),lookbehind:!0,alias:"keyword"},interactive:{pattern:n("interactive"),lookbehind:!0,alias:"keyword"},boolean:{pattern:a("nil|t"),lookbehind:!0},number:{pattern:a("[-+]?\\d+(?:\\.\\d*)?"),lookbehind:!0},defvar:{pattern:RegExp("(\\()def(?:const|custom|group|var)\\s+"+t),lookbehind:!0,inside:{keyword:/^def[a-z]+/,variable:RegExp(t)}},defun:{pattern:RegExp("(\\()(?:cl-)?(?:defmacro|defun\\*?)\\s+"+t+"\\s+\\("+i+"\\)"),lookbehind:!0,greedy:!0,inside:{keyword:/^(?:cl-)?def\S+/,arguments:null,function:{pattern:RegExp("(^\\s)"+t),lookbehind:!0},punctuation:/[()]/}},lambda:{pattern:RegExp("(\\()lambda\\s+\\(\\s*(?:&?"+t+"(?:\\s+&?"+t+")*\\s*)?\\)"),lookbehind:!0,greedy:!0,inside:{keyword:/^lambda/,arguments:null,punctuation:/[()]/}},car:{pattern:RegExp(r+t),lookbehind:!0},punctuation:[/(?:['`,]?\(|[)\[\]])/,{pattern:/(\s)\.(?=\s)/,lookbehind:!0}]},l={"lisp-marker":RegExp("&(?!\\d)[-+*/~!@$%^=<>{}\\w]+"),varform:{pattern:RegExp("\\("+t+"\\s+(?=\\S)"+i+"\\)"),inside:s},argument:{pattern:RegExp("(^|[\\s(])"+t),lookbehind:!0,alias:"variable"},rest:s},o="\\S+(?:\\s+\\S+)*",p={pattern:RegExp(r+i+"(?=\\))"),lookbehind:!0,inside:{"rest-vars":{pattern:RegExp("&(?:body|rest)\\s+"+o),inside:l},"other-marker-vars":{pattern:RegExp("&(?:aux|optional)\\s+"+o),inside:l},keys:{pattern:RegExp("&key\\s+"+o+"(?:\\s+&allow-other-keys)?"),inside:l},argument:{pattern:RegExp(t),alias:"variable"},punctuation:/[()]/}};s.lambda.inside.arguments=p,s.defun.inside.arguments=e.util.clone(p),s.defun.inside.arguments.inside.sublist=p,e.languages.lisp=s,e.languages.elisp=s,e.languages.emacs=s,e.languages["emacs-lisp"]=s}(Prism); class in s
|
/plugin/mermaid/ |
H A D | mermaid.min.js | 1327 `)}return[]}function ohn(t){var e;return e=(Qte(),D0e),e[t>>>28]|e[t>>24&15]<<4|e[t>>20&15]<<8|e[t>>16&15]<<12|e[t>>12&15]<<16|e[t>>8&15]<<20|e[t>>4&15]<<24|e[t&15]<<28}function Bi global() method in Array [all...] |