Searched refs:lastIndex (Results 1 – 25 of 179) sorted by relevance
12345678
| /plugin/asciidocjs/node_modules/is-regex/test/ |
| D | index.js | 42 regex.lastIndex = marker; 43 st.equal(regex.lastIndex, marker, 'lastIndex is the marker object'); 45 st.equal(regex.lastIndex, marker, 'lastIndex is the marker object after isRegex'); 51 regex.lastIndex = 3; 52 st.equal(regex.lastIndex, 3, 'lastIndex is 3'); 54 st.equal(regex.lastIndex, 3, 'lastIndex is 3 after isRegex'); 87 var proxy = new Proxy({ lastIndex: 0 }, handler); property
|
| /plugin/asciidocjs/node_modules/core-js/modules/ |
| D | es6.regexp.search.js | 24 var previousLastIndex = rx.lastIndex; 25 if (!sameValue(previousLastIndex, 0)) rx.lastIndex = 0; 27 if (!sameValue(rx.lastIndex, previousLastIndex)) rx.lastIndex = previousLastIndex;
|
| D | es6.regexp.split.js | 47 var match, lastIndex, lastLength; 49 lastIndex = separatorCopy[LAST_INDEX]; 50 if (lastIndex > lastLastIndex) { 54 lastLastIndex = lastIndex; 112 splitter.lastIndex = SUPPORTS_Y ? q : 0; 117 (e = $min(toLength(splitter.lastIndex + (SUPPORTS_Y ? 0 : q)), S.length)) === p
|
| D | es6.regexp.match.js | 27 rx.lastIndex = 0; 34 … if (matchStr === '') rx.lastIndex = advanceStringIndex(S, toLength(rx.lastIndex), fullUnicode);
|
| D | _regexp-exec.js | 31 var lastIndex, reCopy, match, i; 36 if (UPDATES_LAST_INDEX_WRONG) lastIndex = re[LAST_INDEX]; 41 re[LAST_INDEX] = re.global ? match.index + match[0].length : lastIndex;
|
| D | es7.string.match-all.js | 27 rx.lastIndex = toLength(regexp.lastIndex);
|
| /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/asciidocjs/node_modules/lodash/ |
| D | _insertWrapDetails.js | 17 var lastIndex = length - 1; 18 details[lastIndex] = (length > 1 ? '& ' : '') + details[lastIndex];
|
| D | _cloneRegExp.js | 13 result.lastIndex = regexp.lastIndex;
|
| D | _listCacheDelete.js | 25 var lastIndex = data.length - 1; 26 if (index == lastIndex) {
|
| D | _shuffleSelf.js | 14 lastIndex = length - 1; 18 var rand = baseRandom(index, lastIndex),
|
| D | _basePullAt.js | 21 lastIndex = length - 1; 25 if (length == lastIndex || index !== previous) {
|
| D | _baseSet.js | 25 lastIndex = length - 1, 36 if (index != lastIndex) {
|
| /plugin/asciidocjs/node_modules/pug-runtime/ |
| D | index.js | 195 var i, lastIndex, escape; 196 for (i = regexResult.index, lastIndex = 0; i < html.length; i++) { 204 if (lastIndex !== i) result += html.substring(lastIndex, i); 205 lastIndex = i + 1; 208 if (lastIndex !== i) return result + html.substring(lastIndex, i);
|
| /plugin/sequencediagram/bower_components/lodash/test/ |
| D | remove.js | 17 lastIndex = result.lastIndexOf(delimiter); 19 return RegExp(result.slice(1, lastIndex), result.slice(lastIndex + 1));
|
| /plugin/code2/ |
| 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
|
| D | script.js | 4 …lastIndex=0;if(R2d.test(O.className)){R2d.lastIndex=0;O.className=(C2a)?O.className.replace(R2d,C2…
|
| /plugin/move/_test/ |
| D | stepThroughDocuments.test.php | 205 $lastIndex = 4; 206 …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 …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 …
|
| /plugin/abc2/abc-libraries/abc2svg/ |
| 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/ |
| D | tex2jax.js | 19 …lastIndex=e;e=0;while(c&&c.nodeName.toLowerCase()==="#text"&&(b=this.pattern.exec(c.nodeValue))){i…
|
| 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/ |
| D | Init.js | 377 var lastIndex = host.lastIndexOf(searchString, position); 379 if (lastIndex !== -1 && lastIndex === position) 388 var lastIndex = host.lastIndexOf(searchString, position); 390 if (lastIndex !== -1 && lastIndex === position)
|
| /plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Commenting/ |
| 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/ |
| 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/asciidocjs/node_modules/core-js/library/modules/ |
| D | es7.string.match-all.js | 27 rx.lastIndex = toLength(regexp.lastIndex);
|
12345678