Home
last modified time | relevance | path

Searched refs:pos (Results 126 – 150 of 1609) sorted by path

12345678910>>...65

/plugin/bbcode/
H A Dquote.php29 function handle($match, $state, $pos, Doku_Handler $handler) { argument
H A Dsize.php29 function handle($match, $state, $pos, Doku_Handler $handler) { argument
H A Dulist.php29 function handle($match, $state, $pos, Doku_Handler $handler){ argument
H A Dunderline.php28 function handle($match, $state, $pos, Doku_Handler $handler){ argument
H A Dversalitas.php28 function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/bbcodeextensions/
H A Dcommon.php30 function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/bbcodeextensions/syntax/
H A Danchor.php16 function handle($match, $state, $pos, Doku_Handler $handler) { argument
H A Dclassdiv.php17 function handle($match, $state, $pos, Doku_Handler $handler) { argument
H A Dclassspan.php17 function handle($match, $state, $pos, Doku_Handler $handler) { argument
H A Dq.php16 function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/bbs/
H A Dsyntax.php29 function handle($match, $state, $pos, &$handler){ argument
/plugin/behave/
H A Dbehave.js131 pos: caretPos
169 getLine: function(textVal, pos){
285 if( (hacked) < pos && ( (matchedFence+hacked) > pos ) && matchCase%2===0){
297 var pos = utils.cursor.get(), variable
422 if(val.substring(pos-tab.length, pos) == tab){
489 var pos = utils.cursor.get(), variable
500 var edited = val.substring(0,pos-1) + val.substring(pos+1);
506 var edited = val.substring(0,pos-1) + val.substring(pos);
513 utils.cursor.set(pos);
532 utils.cursor.set(pos + 1);
[all …]
/plugin/bez/syntax/
H A Dnav.php19 public function handle($match, $state, $pos, Doku_Handler $handler) { argument
H A Dqlink.php20 function handle($match, $state, $pos, Doku_Handler $handler) { argument
H A Dquery.php27 public function handle($match, $state, $pos, Doku_Handler $handler){ argument
H A Dstruct.php50 * @param int $pos The position in the document
54 public function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/bible/
H A Dsyntax.php59 public function handle($match, $state, $pos, &$handler){ argument
67 return array($bibleLink, $state, $pos);
/plugin/bibtex/OSBib/format/bibtexParse/
H A DPARSEENTRIES.php235 $pos = strpos($oldString, $value);
236 $oldString = substr_replace($oldString, '', $pos, strlen($value));
/plugin/bibtex4dw/syntax/
H A Dbibtex.php51 public function handle($match, $state, $pos, Doku_Handler $handler){ argument
60 return array($state, $matches[0], $matches[1], $pos);
62 return array($state, '', $match, $pos);
69 list($state, $substate, $match, $pos) = $data;
139 list($state, $substate, $match, $pos) = $data;
H A Dcite.php47 public function handle($match, $state, $pos, Doku_Handler $handler){ argument
50 return array($matches[1], $state, $pos);
54 @list($match, $state, $pos) = $data;
/plugin/block/
H A Dsyntax.php57 function handle($match, $state, $pos, Doku_Handler $handler){ argument
/plugin/blockquote/syntax/
H A Dblockquote.php53 function handle($match, $state, $pos, Doku_Handler $handler) { argument
H A Dcite.php48 function handle($match, $state, $pos, Doku_Handler $handler) { argument
H A Dq.php50 function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/blog/syntax/
H A Darchive.php23 function handle($match, $state, $pos, Doku_Handler $handler) { argument

12345678910>>...65