Home
last modified time | relevance | path

Searched refs:pos (Results 1276 – 1300 of 1609) sorted by relevance

1...<<51525354555657585960>>...65

/plugin/davcal/syntax/
H A Dcalendar.php51 function handle($match, $state, $pos, Doku_Handler $handler){ argument
/plugin/tagfilter/syntax/
H A Dcompare.php50 function handle($match, $state, $pos, Doku_Handler $handler) argument
/plugin/combo/syntax/
H A Dtoggle.php96 function handle($match, $state, $pos, Doku_Handler $handler) argument
/plugin/qna/syntax/
H A Dtoc.php49 public function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/dbquery/syntax/
H A Dquery.php36 public function handle($match, $state, $pos, Doku_Handler $handler) argument
/plugin/upgrade/vendor/splitbrain/php-archive/src/
H A DZip.php552 $pos = ftell($this->fh);
555 while ($pos < $size) {
561 $pos++;
/plugin/codemirror/dist/modes/
H A Delm.min.js1 …,p,m)}if(c.test(q)){j.eatWhile(d);return"variable-2"}if(b.test(q)){var r=j.pos===1;j.eatWhile(d);r…
/plugin/uncmap/
H A Dsyntax.php101 function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/countdown/
H A Dsyntax.php52 function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/data-graph/
H A Dsyntax.php44 function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/datagraph/
H A Dsyntax.php44 function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/pagetemplate/
H A Dsyntax.php98 function handle($match, $state, $pos, Doku_Handler $handler){ argument
/plugin/openas/
H A Dsyntax.php41 function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/vshare/syntax/
H A Dvideo.php65 public function handle($match, $state, $pos, Doku_Handler $handler)
63 handle($match, $state, $pos, Doku_Handler $handler) global() argument
/plugin/combo/action/
H A Dregistration.php177 foreach ($form->_content as $pos => $field) {
/plugin/sql/
H A Dsyntax.php68 function handle($match, $state, $pos, Doku_Handler $handler){ argument
/plugin/cli/
H A Dsyntax.php131 * @param int $pos The position in the document
135 public function handle($match, $state, $pos, Doku_Handler $handler){ argument
/plugin/bureaucracy-au/
H A Dsyntax.php68 * @param int $pos The character position of the matched text
72 public function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/bureaucracyau/
H A Dsyntax.php68 * @param int $pos The character position of the matched text
72 public function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/git/
H A Dhelper.php229 $pos = strpos(strtolower($raw_message), 'merge');
230 if ($pos !== false) $msg = 'Merge';
/plugin/refnotes/
H A Dbibtex.php111 protected function invokeHandler($text, $state, $pos) { argument
119 return $this->handler->$handler($text, $state, $pos);
/plugin/linkbonus/syntax/
H A Dinterwiki.txt73 function handle($match, $state, $pos, &$handler) {
113 $pos);
/plugin/mantis/lib/
H A Dclass.nusoap_base.php809 if($pos = strrpos($str,':')){
811 return substr($str,0,$pos);
/plugin/ckgedit/action/
H A Dsave.php152 $pos = strpos($TEXT, 'MULTI_PLUGIN_OPEN');
153 if($pos !== false) {
/plugin/fckg/fckeditor/editor/dialog/fck_link/
H A Dfck_link.js198 var pos = new Array() ;
206 pos[pos.length] = p + ':' + keys[i] ;
211 pos.sort( oParser.SortNumerical ) ;
225 var k = pos[i-1].match(/^\d+:(.+)$/) ;

1...<<51525354555657585960>>...65