Home
last modified time | relevance | path

Searched refs:endpos (Results 1 – 8 of 8) sorted by relevance

/plugin/include/syntax/
H A Dcloselastsecedit.php29 list($endpos) = $data;
30 $renderer->finishSectionEdit($endpos);
/plugin/include/
H A Dhelper.php314 $endpos = null; // end position of the raw wiki text
380 $endpos = $ins[$i][1][1][0];
458 array_push($ins, array('plugin', array('include_closelastsecedit', array($endpos))));
625 $endpos = null; // end position in the input text, needed for section edit buttons
638 …$endpos = $ins[$i][1][2]; // the position directly after the found section, needed for the section…
648 $ins[] = array('plugin', array('include_closelastsecedit', array($endpos)));
660 $endpos = null; // end position in the input text
672 $endpos = $ins[$i][1][2];
683 $ins[] = array('plugin', array('include_closelastsecedit', array($endpos)));
/plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/lib/
Dmozilla-ast.js474 endpos : range ? range[0] : moznode.start, property
489 endpos : range ? range[1] : moznode.end, property
569 if (start.pos != null && end.endpos != null) {
570 moznode.range = [start.pos, end.endpos];
Dparse.js301 endpos : S.pos, property
306 ret.raw = $TEXT.substring(ret.pos, ret.endpos);
/plugin/jukebox/id3/
Dmodule.tag.id3v2.php459 $endpos = strpos($unprocessed, "\x00");
460 $genrestring .= '('.substr($unprocessed, 0, $endpos).')';
461 $unprocessed = substr($unprocessed, $endpos + 1);
474 $endpos = strpos($genrestring, ')');
477 $endpos--;
479 $element = substr($genrestring, $startpos + 1, $endpos - ($startpos + 1));
480 $genrestring = substr($genrestring, 0, $startpos).substr($genrestring, $endpos + 1);
/plugin/asciidocjs/node_modules/uglify-js/lib/
Dmozilla-ast.js1139 endpos : range ? range[0] : moznode.start, property
1154 endpos : range ? range[1] : moznode.end, property
1261 if (start.pos != null && end.endpos != null) {
1262 moznode.range = [start.pos, end.endpos];
Dparse.js336 endpos : S.pos, property
341 ret.raw = $TEXT.substring(ret.pos, ret.endpos);
/plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/
DREADME.md944 - `pos` and `endpos`: the start/end positions (zero-based indexes) in the