Home
last modified time | relevance | path

Searched refs:pos (Results 326 – 350 of 1609) sorted by relevance

1...<<11121314151617181920>>...65

/plugin/today/
H A Dsyntax.php54 * @param int $pos The position in the document
59 public function handle($match, $state, $pos, Doku_Handler $handler): array argument
/plugin/combo/syntax/
H A Dxmlinlineemptytag.php64 function handle($match, $state, $pos, Doku_Handler $handler): array argument
67 return XmlTagProcessing::handleStaticEmptyTag($match, $state, $pos, $handler, $this);
H A Dxmlblockemptytag.php71 function handle($match, $state, $pos, Doku_Handler $handler): array argument
73 return XmlTagProcessing::handleStaticEmptyTag($match, $state, $pos, $handler, $this);
/plugin/sphinxsearch-was/
H A Dsphinxapi.php1328 $pos = 0;
1333 $pos += 4;
1341 $pos += $len;
1396 $pos = 0;
1400 $pos += 4;
1403 $pos += 4;
1405 $pos += $len;
1408 $pos += 4;
1410 $pos += $len;
1416 $pos += 8;
[all …]
/plugin/sphinxsearch/
H A Dsphinxapi.php1360 $pos = 0;
1366 $pos += 4;
1375 $pos += $len;
1430 $pos = 0;
1434 $pos += 4;
1437 list(,$len) = unpack ( "N*", substr ( $response, $pos, 4 ) ); $pos += 4;
1439 $pos += $len;
1441 list(,$len) = unpack ( "N*", substr ( $response, $pos, 4 ) ); $pos += 4;
1443 $pos += $len;
1450 $pos += 8;
[all …]
/plugin/xkcd/
H A Dsyntax.php64 function handle($match, $state, $pos, Doku_Handler $handler) { argument
65 return array($match, $state, $pos);
/plugin/dirtylittlehelper/syntax/
H A Ddivwiki.php60 * @param int $pos The position in the document
65 public function handle($match, $state, $pos, Doku_Handler $handler) argument
H A Dmermaid.php64 * @param int $pos The position in the document
69 public function handle($match, $state, $pos, Doku_Handler $handler) argument
H A Dstyle.php64 * @param int $pos The position in the document
69 public function handle($match, $state, $pos, Doku_Handler $handler) argument
/plugin/mark2memorize/
H A Dsyntax.php62 * @param int $pos The position in the document
67 public function handle($match, $state, $pos, Doku_Handler $handler) argument
/plugin/clippy/
H A Dsyntax.php60 * @param int $pos The position in the document
64 public function handle( $match, $state, $pos, Doku_Handler $handler ) { argument
/plugin/sequencediagram/
H A Dsyntax.php49 * @param int $pos The position in the document
53 public function handle($match, $state, $pos, Doku_Handler $handler){ argument
/plugin/indexeverywhere/
H A DshowTheTree.php46 * @param int $pos The position in the document
50 public function handle($match, $state, $pos, Doku_Handler &$handler){ argument
/plugin/code39/
H A Dsyntax.php64 * @param int $pos The position in the document
69 public function handle($match, $state, $pos, Doku_Handler $handler) argument
/plugin/combo/renderer/
H A Dxml.php43 * @param int $pos byte position in the original source
45 function header($text, $level, $pos, $returnonly = false) argument
/plugin/odt/
H A Dsyntax.php56 * @param int $pos The character position of the matched text
60 public function handle($match, $state, $pos, Doku_Handler $handler) { argument
79 return array($info_type, $info_value, $pos);
107 list($info_type, $info_value, $pos) = $data;
116 if ($this->config->addingToMetaIsAllowed($info_type, $pos)) {
/plugin/listusergroup/
H A Dsyntax.php45 * @param int $pos The position in the document
50 public function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/unformattedcode/
H A Dsyntax.php48 function handle($match, $state, $pos, Doku_Handler $handler){ argument
54 $handler->_addCall('cdata', array($match), $pos);
/plugin/shorty/
H A Dsyntax.php50 * @param int $pos The position in the document
54 public function handle($match, $state, $pos, Doku_Handler $handler){ argument
/plugin/schemadata/
H A Dsyntax.php62 * @param int $pos The position in the document
67 public function handle($match, $state, $pos, Doku_Handler $handler) argument
/plugin/mediasyntax/syntax/
H A Dmedia.php28 function handle($match, $state, $pos, Doku_Handler $handler)
35 return array($match, $state, $pos);
42 // $data[3] is always $pos
39 handle($match, $state, $pos, Doku_Handler $handler) global() argument
/plugin/fontawesome/syntax/
H A Dfontawesome.php53 * @param int $pos The position in the document
57 public function handle($match, $state, $pos, Doku_Handler $handler){ argument
/plugin/advrack/
H A Dsyntax.php44 * @param int $pos The position in the document
48 public function handle($match, $state, $pos, Doku_Handler &$handler){ argument
/plugin/scrollticker/
H A Dsyntax.php57 * @param int $pos The position in the document
61 public function handle($match, $state, $pos, Doku_Handler $handler){ argument
/plugin/qna/syntax/
H A Dheader.php49 function handle($match, $state, $pos, Doku_Handler $handler) { argument
53 $handler->header($match, $state, $pos);

1...<<11121314151617181920>>...65