Home
last modified time | relevance | path

Searched defs:splice (Results 1 – 21 of 21) sorted by last modified time

/plugin/mermaid/
H A Dmermaid.min.js1327 `)}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...]
/plugin/dokuprism/prism/
H A Dprism.js104 !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/imagemapping/
H A Djquery.imagemapster.js11 !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/xlsx2dw/packages/xmltojson/
H A Dxmltojson.js503 …=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/imapmarkers/
H A Djquery.imagemapster.js1790 splice: function () { method in m.MapImages
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DOtlDump.php409 function splice($stream, $offset, $value) function in Mpdf\\OtlDump
H A DTTFontFile.php490 function splice($stream, $offset, $value) function in Mpdf\\TTFontFile
/plugin/ckgedit/scripts/
H A Dparse_wiki-cmpr.js1 …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/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DHandlerStack.php235 private function splice($findName, $withName, callable $middleware, $before) function in GuzzleHttp\\HandlerStack
/plugin/sequencediagram/bower_components/lodash/test/
H A Dtest.js9446 Foo.prototype = { 'length': 0, 'splice': arrayProto.splice }; property in Foo
20374 Foo.prototype = { 'length': 0, 'splice': arrayProto.splice }; property in Foo
/plugin/sequencediagram/bower_components/snap.svg/dist/
H A Dsnap.svg.js338 splice, variable
6980 setproto.splice = function (index, count, insertion) { function
/plugin/sequencediagram/bower_components/snap.svg/doc/js/
H A Dprism.js5 …return Object.prototype.toString.call(e).match(/\[object (\w+)\]/)[1]},clone:function(e){var n=t.u…
/plugin/sequencediagram/bower_components/eve-raphael/
H A Deve.js343 splice, variable
/plugin/ckgdoku/scripts/
H A Dparse_wiki-cmpr.js1 …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/callflow/
H A Draphael.js296 splice, variable
/plugin/advrack/
H A Draphael.js296 splice, variable
/plugin/processing/
H A Dscript.js4276 p.splice = function(array, value, index) { function
/plugin/highlightjs/highlight/languages/
H A Dperl.js8 …, 'getnetbyaddr': 1, 'join': 1, 'gmtime': 1, 'symlink': 1, 'semget': 1, 'splice': 1, 'x': 1, 'getp… property in hljs.LANGUAGES.perl.PERL_KEYWORDS
/plugin/indexmenu2/cms/extensions/
H A Darrayextensions.js2 …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/virtualkeyboard/vk/extensions/
H A Darrayextensions.js94 Array.prototype.splice = function(start, deleteCount) { method in Array
/plugin/highlightjs/highlight/
H A Dhighlight.pack.js1 …</gm,"&lt;").replace(/>/gm,"&gt;")}function k(s,r){if(!s){return false}for(var c=0;c<s.length;c++)… property in hljs.HTML_TAGS