Searched refs:endpos (Results 1 – 8 of 8) sorted by relevance
| /plugin/include/syntax/ |
| H A D | closelastsecedit.php | 29 list($endpos) = $data; 30 $renderer->finishSectionEdit($endpos);
|
| /plugin/include/ |
| H A D | helper.php | 314 $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/ |
| D | mozilla-ast.js | 474 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];
|
| D | parse.js | 301 endpos : S.pos, property 306 ret.raw = $TEXT.substring(ret.pos, ret.endpos);
|
| /plugin/jukebox/id3/ |
| D | module.tag.id3v2.php | 459 $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/ |
| D | mozilla-ast.js | 1139 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];
|
| D | parse.js | 336 endpos : S.pos, property 341 ret.raw = $TEXT.substring(ret.pos, ret.endpos);
|
| /plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/ |
| D | README.md | 944 - `pos` and `endpos`: the start/end positions (zero-based indexes) in the
|