Home
last modified time | relevance | path

Searched refs:lastIndex (Results 1 – 25 of 179) sorted by relevance

12345678

/plugin/asciidocjs/node_modules/is-regex/test/
Dindex.js42 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/
Des6.regexp.search.js24 var previousLastIndex = rx.lastIndex;
25 if (!sameValue(previousLastIndex, 0)) rx.lastIndex = 0;
27 if (!sameValue(rx.lastIndex, previousLastIndex)) rx.lastIndex = previousLastIndex;
Des6.regexp.split.js47 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
Des6.regexp.match.js27 rx.lastIndex = 0;
34 … if (matchStr === '') rx.lastIndex = advanceStringIndex(S, toLength(rx.lastIndex), fullUnicode);
D_regexp-exec.js31 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;
Des7.string.match-all.js27 rx.lastIndex = toLength(regexp.lastIndex);
/plugin/combo/ComboStrap/
H A DConditionalValue.php38 $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.js17 var lastIndex = length - 1;
18 details[lastIndex] = (length > 1 ? '& ' : '') + details[lastIndex];
D_cloneRegExp.js13 result.lastIndex = regexp.lastIndex;
D_listCacheDelete.js25 var lastIndex = data.length - 1;
26 if (index == lastIndex) {
D_shuffleSelf.js14 lastIndex = length - 1;
18 var rand = baseRandom(index, lastIndex),
D_basePullAt.js21 lastIndex = length - 1;
25 if (length == lastIndex || index !== previous) {
D_baseSet.js25 lastIndex = length - 1,
36 if (index != lastIndex) {
/plugin/asciidocjs/node_modules/pug-runtime/
Dindex.js195 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/
Dremove.js17 lastIndex = result.lastIndexOf(delimiter);
19 return RegExp(result.slice(1, lastIndex), result.slice(lastIndex + 1));
/plugin/code2/
Dsyntax_plugin_code.js157 R2d.lastIndex = 0;
159 R2d.lastIndex = 0;
167 R2d.lastIndex = 0;
225 re.lastIndex = 0;
233 re.lastIndex = 0; // reset search position
Dscript.js4lastIndex=0;if(R2d.test(O.className)){R2d.lastIndex=0;O.className=(C2a)?O.className.replace(R2d,C2…
/plugin/move/_test/
DstepThroughDocuments.test.php205 $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/
Dabcweb-1.js76 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/
Dtex2jax.js19lastIndex=e;e=0;while(c&&c.nodeName.toLowerCase()==="#text"&&(b=this.pattern.exec(c.nodeValue))){i…
Dasciimath2jax.js19lastIndex=e||0;e=0;while(c&&c.nodeName.toLowerCase()==="#text"&&(b=this.pattern.exec(c.nodeValue))…
/plugin/diagramsnet/lib/js/diagramly/
DInit.js377 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/
DBlockCommentSniff.php304 $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/
Dmarkdown.js133 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/
Des7.string.match-all.js27 rx.lastIndex = toLength(regexp.lastIndex);

12345678