Searched refs:startpos (Results 1 – 4 of 4) sorted by relevance
/plugin/variants/ |
H A D | variants.php | 150 private $startpos; variable in syntax_plugin_variants_callwriter 159 * @param int $startpos The position of the start of the syntax 161 function __construct(& $CallWriter, $condition, $startpos) { argument 164 $this->startpos = $startpos; 210 …ay($this->condition, $this->ifcalls, $this->elsecalls), DOKU_LEXER_SPECIAL, ''), $this->startpos));
|
/plugin/directorylist/syntax/ |
H A D | directorylist.php | 228 $startpos = strpos( $file->getRealPath(), $conf['basedir'] ); 229 $link .= $conf['baseurl'].substr( $file->getRealPath(), $startpos);
|
/plugin/jukebox/id3/ |
H A D | module.tag.id3v2.php | 473 $startpos = strpos($genrestring, '('); 475 if (substr($genrestring, $startpos + 1, 1) == '(') { 476 $genrestring = substr($genrestring, 0, $startpos).substr($genrestring, $startpos + 1); 479 $element = substr($genrestring, $startpos + 1, $endpos - ($startpos + 1)); 480 $genrestring = substr($genrestring, 0, $startpos).substr($genrestring, $endpos + 1);
|
/plugin/codemirror/dist/ |
H A D | scripts.min.js.map | 1 …startpos","moveTo","innerBox","onWheel","setPos","minButtonSize","scrollSize","clientSize","barSiz…
|