Home
last modified time | relevance | path

Searched refs:startPos (Results 1 – 25 of 40) sorted by relevance

12

/plugin/asciidocjs/node_modules/with/node_modules/acorn/src/
Dexpression.js79 let startPos = this.start, startLoc = this.startLoc
82 let node = this.startNodeAt(startPos, startLoc)
101 let startPos = this.start, startLoc = this.startLoc
105 if (afterLeftParse) left = afterLeftParse.call(this, left, startPos, startLoc)
109 let node = this.startNodeAt(startPos, startLoc)
126 let startPos = this.start, startLoc = this.startLoc
130 let node = this.startNodeAt(startPos, startLoc)
143 let startPos = this.start, startLoc = this.startLoc
146 return this.parseExprOp(expr, startPos, startLoc, -1, noIn)
162 let startPos = this.start, startLoc = this.startLoc
[all …]
Dstate.js14 constructor(options, input, startPos) { argument
37 if (startPos) {
38 this.pos = startPos
39 this.lineStart = Math.max(0, this.input.lastIndexOf("\n", startPos))
Dlval.js161 pp.parseMaybeDefault = function(startPos, startLoc, left) { argument
164 let node = this.startNodeAt(startPos, startLoc)
/plugin/asciidocjs/node_modules/acorn/src/
Dexpression.js79 let startPos = this.start, startLoc = this.startLoc
82 let node = this.startNodeAt(startPos, startLoc)
105 let startPos = this.start, startLoc = this.startLoc
109 if (afterLeftParse) left = afterLeftParse.call(this, left, startPos, startLoc)
113 let node = this.startNodeAt(startPos, startLoc)
131 let startPos = this.start, startLoc = this.startLoc
135 let node = this.startNodeAt(startPos, startLoc)
148 let startPos = this.start, startLoc = this.startLoc
151 return this.parseExprOp(expr, startPos, startLoc, -1, noIn)
167 let startPos = this.start, startLoc = this.startLoc
[all …]
Dstate.js14 constructor(options, input, startPos) { argument
41 if (startPos) {
42 this.pos = startPos
43 this.lineStart = this.input.lastIndexOf("\n", startPos - 1) + 1
Dlval.js164 pp.parseMaybeDefault = function(startPos, startLoc, left) { argument
167 let node = this.startNodeAt(startPos, startLoc)
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/PHP/
DDisallowShortOpenTagSniff.php163 $startPos = 0;
166 $startPos = strpos($content, $start);
167 if ($startPos !== false) {
168 $startPos += strlen($start);
172 $snippet = substr($content, $startPos, $length);
173 if ((strlen($content) - $startPos) > $length) {
DDisallowAlternativePHPTagsSniff.php191 $startPos = 0;
194 $startPos = strpos($content, $start);
195 if ($startPos !== false) {
196 $startPos += strlen($start);
200 $snippet = substr($content, $startPos, $length);
201 if ((strlen($content) - $startPos) > $length) {
/plugin/editsections2/
Dscript.js83 startPos;
93 (startPos = getRangeValue(sectionEditForm.range, 'start'))
95 editIdLookup[startPos] = idMatched[1];
263 startPos,
295 (startPos = getRangeValue(sectionEditForm.lines, 'start')) !== false &&
296 endPos < startPos
/plugin/tableedit/
Dtableedit.js251 var startPos = table.lastIndexOf(emptyLine, currentPosition);
252 startPos = (startPos != -1 ? (startPos + emptyLine.length) : 0); // +2 for \n\n
256 array[0] = table.substring(0, startPos);
257 array[1] = table.substring(startPos, endPos);
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/Type/
DPdfString.php29 $pos = $startPos = $streamReader->getOffset();
47 $result = \substr($buffer, $startPos, $openBrackets + $pos - $startPos - 1);
/plugin/asciidocjs/node_modules/babylon/lib/
Dindex.js2882 var startPos = this.state.start;
2884 …node.specifiers.push(this.parseImportSpecifierDefault(this.parseIdentifier(), startPos, startLoc));
2929 pp$1.parseImportSpecifierDefault = function (id, startPos, startLoc) { argument
2930 var node = this.startNodeAt(startPos, startLoc);
3133 pp$2.parseMaybeDefault = function (startPos, startLoc, left) { argument
3135 startPos = startPos || this.state.start;
3139 var node = this.startNodeAt(startPos, startLoc);
3304 var startPos = this.state.start;
3308 var node = this.startNodeAt(startPos, startLoc);
3323 var startPos = this.state.start;
[all …]
/plugin/asciidocjs/node_modules/with/node_modules/acorn/dist/
Dacorn.es.js420 var Parser = function Parser(options, input, startPos) { argument
443 if (startPos) {
444 this.pos = startPos
445 this.lineStart = Math.max(0, this.input.lastIndexOf("\n", startPos))
1448 pp$2.parseMaybeDefault = function(startPos, startLoc, left) { argument
1451 var node = this.startNodeAt(startPos, startLoc)
1566 var startPos = this.start, startLoc = this.startLoc
1569 var node = this.startNodeAt(startPos, startLoc)
1588 var startPos = this.start, startLoc = this.startLoc
1592 if (afterLeftParse) left = afterLeftParse.call(this, left, startPos, startLoc)
[all …]
Dacorn.js426 var Parser = function Parser(options, input, startPos) { argument
449 if (startPos) {
450 this.pos = startPos
451 this.lineStart = Math.max(0, this.input.lastIndexOf("\n", startPos))
1454 pp$2.parseMaybeDefault = function(startPos, startLoc, left) { argument
1457 var node = this.startNodeAt(startPos, startLoc)
1572 var startPos = this.start, startLoc = this.startLoc
1575 var node = this.startNodeAt(startPos, startLoc)
1594 var startPos = this.start, startLoc = this.startLoc
1598 if (afterLeftParse) left = afterLeftParse.call(this, left, startPos, startLoc)
[all …]
/plugin/asciidocjs/node_modules/acorn/dist/
Dacorn.es.js426 var Parser = function Parser(options, input, startPos) { argument
453 if (startPos) {
454 this.pos = startPos
455 this.lineStart = this.input.lastIndexOf("\n", startPos - 1) + 1
1579 pp$2.parseMaybeDefault = function(startPos, startLoc, left) { argument
1582 var node = this.startNodeAt(startPos, startLoc)
1715 var startPos = this.start, startLoc = this.startLoc
1718 var node = this.startNodeAt(startPos, startLoc)
1741 var startPos = this.start, startLoc = this.startLoc
1745 if (afterLeftParse) left = afterLeftParse.call(this, left, startPos, startLoc)
[all …]
Dacorn.js432 var Parser = function Parser(options, input, startPos) { argument
459 if (startPos) {
460 this.pos = startPos
461 this.lineStart = this.input.lastIndexOf("\n", startPos - 1) + 1
1585 pp$2.parseMaybeDefault = function(startPos, startLoc, left) { argument
1588 var node = this.startNodeAt(startPos, startLoc)
1721 var startPos = this.start, startLoc = this.startLoc
1724 var node = this.startNodeAt(startPos, startLoc)
1747 var startPos = this.start, startLoc = this.startLoc
1751 if (afterLeftParse) left = afterLeftParse.call(this, left, startPos, startLoc)
[all …]
/plugin/sphinxsearch-was/
H A Dfunctions.php212 $startPos = 0;
226 $startPos = $instruction[2];
242 $section = substr($doc, $startPos, ($endPos - $startPos));
/plugin/sphinxsearch/
Dfunctions.php220 $startPos = 0;
232 $startPos = $instruction[2];
248 $section = substr($doc, $startPos, ($endPos-$startPos));
/plugin/myshortcuts/
H A Dscript.js346 var startPos = editor.selectionStart;
350 var beforeText = editor.value.substring(0, startPos);
355 var newPos = startPos + text.length;
/plugin/findologicxmlexport/vendor/jms/serializer/src/
DXmlDeserializationVisitor.php399 $startPos = $endPos = stripos($data, '<!doctype');
411 $internalSubset = substr($data, $startPos, $endPos - $startPos);
/plugin/freechat/phpfreechat/data/public/js/
Dpfcclient.js1896 var startPos = msgfield.selectionStart;
1899 var text = msgfield.value.substring(startPos, endPos);
1900 if (startPos == endPos && promptifselempty)
1947 var startPos = msgfield.selectionStart;
1951 if (startPos == endPos && promptifselempty)
1958 …msgfield.value = msgfield.value.substring(0, startPos) + open + text + close + msgfield.value.subs…
/plugin/codemirror/dist/keymaps/
Dsublime.min.js.map1startPos","pos","e","i","next","charAt","cat","isWordChar","toUpperCase","moveSubword","cm","exten…
/plugin/diagramsnet/lib/WEB-INF/lib/
Dcommons-lang3-3.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
/plugin/pdfjs/pdfjs/build/
Dpdf.worker.js14910 startPos = position + token.length;
14912 while (startPos < buffer.length) {
14913 var endPos = startPos + skipUntil(buffer, startPos, objBytes) + 4;
14915 var checkPos = Math.max(endPos - CHECK_CONTENT_LENGTH, startPos);
14930 startPos = endPos;
15968 var startPos = stream.pos,
16025 return stream.pos - endOffset - startPos;
16030 var startPos = stream.pos,
16107 length = stream.pos - startPos;
16123 var startPos = stream.pos,
[all …]
/plugin/sketchcanvas/script/
Djs-yaml.mjs1398 startLine, startLineStart, startPos) { argument
1447 state.position = startPos || state.position;

12