/plugin/combo/ComboStrap/ |
H A D | ConditionalValue.php | 38 $lastIndex = strrpos($value, "-"); 39 if ($lastIndex === false) { 44 $breakpoint = substr($value, $lastIndex + 1); 47 $this->value = substr($value, 0, $lastIndex);
|
/plugin/sequencediagram/bower_components/lodash/test/ |
H A D | remove.js | 17 lastIndex = result.lastIndexOf(delimiter); 19 return RegExp(result.slice(1, lastIndex), result.slice(lastIndex + 1));
|
/plugin/code2/ |
H A D | script.js | 4 …lastIndex=0;if(R2d.test(O.className)){R2d.lastIndex=0;O.className=(C2a)?O.className.replace(R2d,C2…
|
H A D | syntax_plugin_code.js | 157 R2d.lastIndex = 0; 159 R2d.lastIndex = 0; 167 R2d.lastIndex = 0; 225 re.lastIndex = 0; 233 re.lastIndex = 0; // reset search position
|
/plugin/move/_test/ |
H A D | stepThroughDocuments.test.php | 205 $lastIndex = 4; 206 $this->assertSame(array('oldns:page14' => 'newns:page14',),$actual_move_Operator->movedPages[$lastIndex]); 207 $this->assertTrue(!isset($actual_move_Operator->movedPages[$lastIndex + 1])); 252 $lastIndex = 8; 253 $this->assertSame(array('oldns:page09' => 'newns:page09',),$actual_move_Operator->movedPages[$lastIndex]); 254 $this->assertTrue(!isset($actual_move_Operator->movedPages[$lastIndex + 1]), "The number of moved pages is incorrect");
|
/plugin/abc2/abc-libraries/abc2svg/ |
H A D | abcweb-1.js | 76 j=re.lastIndex-res[0].length;src+=page.slice(i,j).replace(/\n%%/g,"\n%%%%") 90 i=re.lastIndex 92 re_stop.lastIndex=j 96 k=page.indexOf(res[0].replace("begin","end"),re_stop.lastIndex) 99 re_stop.lastIndex=k} 103 i=re_stop.lastIndex-1 108 re.lastIndex=i
|
/plugin/diagramsnet/lib/math/extensions/ |
H A D | tex2jax.js | 19 …lastIndex=e;e=0;while(c&&c.nodeName.toLowerCase()==="#text"&&(b=this.pattern.exec(c.nodeValue))){i…
|
H A D | asciimath2jax.js | 19 …lastIndex=e||0;e=0;while(c&&c.nodeName.toLowerCase()==="#text"&&(b=this.pattern.exec(c.nodeValue))…
|
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | Init.js | 377 var lastIndex = host.lastIndexOf(searchString, position); variable 379 if (lastIndex !== -1 && lastIndex === position) 388 var lastIndex = host.lastIndexOf(searchString, position); variable 390 if (lastIndex !== -1 && lastIndex === position)
|
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Commenting/ |
H A D | BlockCommentSniff.php | 304 $lastIndex = (count($commentLines) - 1); 305 $content = trim($tokens[$commentLines[$lastIndex]]['content']); 308 $phpcsFile->addError($error, $commentLines[$lastIndex], 'CloserSameLine'); 310 $content = $tokens[$commentLines[$lastIndex]]['content']; 327 $phpcsFile->addError($error, $commentLines[$lastIndex], 'LastLineIndent', $data); 347 $commentCloser = $commentLines[$lastIndex];
|
/plugin/revealjs/plugin/markdown/ |
H A D | markdown.js | 133 lastIndex = 0, 152 content = markdown.substring( lastIndex, matches.index ); 163 lastIndex = separatorRegex.lastIndex; 168 …tal ? sectionStack : sectionStack[sectionStack.length-1] ).push( markdown.substring( lastIndex ) ); 315 …lue.substring( 0, matches.index ) + nodeValue.substring( mardownClassesInElementsRegex.lastIndex );
|
/plugin/syntaxhighlighter3/sxh3/pkg/scripts/ |
H A D | shCore.js | 244 t.pattern.lastIndex = pos; 519 r2.lastIndex = pos = pos || 0; 525 regex.lastIndex = match ? r2.lastIndex : 0; 915 origLastIndex = this.lastIndex; 944 if (this.global && !match[0].length && (this.lastIndex > match.index)) { 945 this.lastIndex = match.index; 980 regex.lastIndex = 0; // Fixes IE bug 1006 origLastIndex = search.lastIndex; 1027 search.lastIndex = args[args.length - 2] + args[0].length; 1107 origLastIndex = separator.lastIndex, [all …]
|
H A D | shCore.min.js | 17 …lastIndex=t,i=d.exec.call(a.pattern,e),i&&i.index===t)){s={output:a.handler.call(r,i,n),match:i};b…
|
/plugin/sequencediagram/bower_components/lodash/vendor/json-js/ |
H A D | json2.js | 226 rx_escapable.lastIndex = 0; 469 rx_dangerous.lastIndex = 0;
|
/plugin/move/script/ |
H A D | json2.js | 154 lastIndex, length, parse, prototype, push, replace, slice, stringify, 218 escapable.lastIndex = 0; 440 cx.lastIndex = 0;
|
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/ |
H A D | Tokenizer.php | 202 $lastIndex = count($this->tokens) - 1; 203 $lastName = $this->tokens[$lastIndex][self::NAME]; 205 $this->tokens[$lastIndex][self::NAME] = trim(
|
H A D | Context.php | 188 public function lastIndex() function in Handlebars\\Context
|
H A D | Template.php | 355 return $context->lastIndex();
|
/plugin/sequencediagram/bower_components/lodash/fp/ |
H A D | _baseConvert.js | 79 lastIndex = length - 1, 91 if (start != lastIndex) { 353 lastIndex = length - 1, 363 nested[key] = clone(index == lastIndex ? value : Object(value));
|
/plugin/sequencediagram/bower_components/lodash/dist/ |
H A D | lodash.fp.js | 159 lastIndex = length - 1, 171 if (start != lastIndex) { 433 lastIndex = length - 1, 443 nested[key] = clone(index == lastIndex ? value : Object(value));
|
/plugin/syntaxhighlighter4/dist/ |
H A D | syntaxhighlighter.js | 1343 r2.lastIndex = pos = pos || 0; 1353 regex.lastIndex = match ? r2.lastIndex : 0; 1671 search.lastIndex = 0; 1881 var origLastIndex = this.lastIndex, 1923 this.lastIndex = match.index; 1929 this.lastIndex = origLastIndex; 1967 regex.lastIndex = 0; 2000 origLastIndex = search.lastIndex; 2107 search.lastIndex = 0; 2134 origLastIndex = separator.lastIndex, [all …]
|
/plugin/highlightjs/highlight/ |
H A D | highlight.js | 138 mode.lexemsRe.lastIndex = 0; 149 last_index = mode.lexemsRe.lastIndex;
|
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Arrays/ |
H A D | ArrayDeclarationSniff.php | 569 $lastIndex = $indices[($count - 1)]['value']; 574 $lastIndex,
|
/plugin/tagfilter/script/ |
H A D | jquery.history.js | 1 typeof JSON!="object"&&(JSON={}),function(){"use strict";function f(e){return e<10?"0"+e:e}function quote(e){return escapable.lastIndex=0,escapable.test(e)?'"'+e.replace(escapable,function(e){var t=meta[e];return typeof t=="string"?t:"\\u"+("0000"+e.charCodeAt(0).toString(16)).slice(-4)})+'"':'"'+e+'"'}function str(e,t){var n,r,i,s,o=gap,u,a=t[e];a&&typeof a=="object"&&typeof a.toJSON=="function"&&(a=a.toJSON(e)),typeof rep=="function"&&(a=rep.call(t,e,a));switch(typeof a){case"string":return quote(a);case"number":return isFinite(a)?String(a):"null";case"boolean":case"null":return String(a);case"object":if(!a)return"null";gap+=indent,u=[];if(Object.prototype.toString.apply(a)==="[object Array]"){s=a.length;for(n=0;n<s;n+=1)u[n]=str(n,a)||"null";return i=u.length===0?"[]":gap?"[\n"+gap+u.join(",\n"+gap)+"\n"+o+"]":"["+u.join(",")+"]",gap=o,i}if(rep&&typeof rep=="object"){s=rep.length;for(n=0;n<s;n+=1)typeof rep[n]=="string"&&(r=rep[n],i=str(r,a),i&&u.push(quote(r)+(gap?": ":":")+i))}else for(r in a)Object.prototype.hasOwnProperty.call(a,r)&&(i=str(r,a),i&&u.push(quote(r)+(gap?": ":":")+i));return i=u.length===0?"{}":gap?"{\n"+gap+u.join(",\n"+gap)+"\n"+o+"}":"{"+u.join(",")+"}",gap=o,i}}typeof Date.prototype.toJSON!="function"&&(Date.prototype.toJSON=function(e){return isFinite(this.valueOf())?this.getUTCFullYear()+"-"+f(this.getUTCMonth()+1)+"-"+f(this.getUTCDate())+"T"+f(this.getUTCHours())+":"+f(this.getUTCMinutes())+":"+f(this.getUTCSeconds())+"Z":null},String.prototype.toJSON=Number.prototype.toJSON=Boolean.prototype.toJSON=function(e){return this.valueOf()});var cx=/[\u0000\u00ad\u0600-\u0604\u070f\u17b4\u17b5\u200c-\u200f\u2028-\u202f\u2060-\u206f\ufeff\ufff0-\uffff]/g,escapable=/[\\\"\x00-\x1f\x7f-\x9f\u00ad\u0600-\u0604\u070f\u17b4\u17b5\u200c-\u200f\u2028-\u202f\u2060-\u206f\ufeff\ufff0-\uffff]/g,gap,indent,meta={"\b":"\\b"," ":"\\t","\n":"\\n","\f":"\\f","\r":"\\r",'"':'\\"',"\\":"\\\\"},rep;typeof JSON.stringify!="function"&&(JSON.stringify=function(e,t,n){var r;gap="",indent="";if(typeof n=="number")for(r=0;r<n;r+=1)indent+=" ";else typeof n=="string"&&(indent=n);rep=t;if(!t||typeof t=="function"||typeof t=="object"&&typeof t.length=="number")return str("",{"":e});throw new Error("JSON.stringify")}),typeof JSON.parse!="function"&&(JSON.parse=function(text,reviver){function walk(e,t){var n,r,i=e[t];if(i&&typeof i=="object")for(n in i)Object.prototype.hasOwnProperty.call(i,n)&&(r=walk(i,n),r!==undefined?i[n]=r:delete i[n]);return reviver.call(e,t,i)}var j;text=String(text),cx.lastIndex=0,cx.test(text)&&(text=text.replace(cx,function(e){return"\\u"+("0000"+e.charCodeAt(0).toString(16 (…)
|
/plugin/sequencediagram/bower_components/snap.svg/doc/js/ |
H A D | prism.js | 5 …+){var p=s[h];if(s.length>e.length)break e;if(p instanceof i)continue;a.lastIndex=0;var d=a.exec(p…
|