Home
last modified time | relevance | path

Searched refs:pos (Results 26 – 50 of 1609) sorted by last modified time

12345678910>>...65

/plugin/struct/syntax/
H A Doutput.php70 * @param int $pos The position in the document
74 public function handle($match, $state, $pos, Doku_Handler $handler)
72 handle($match, $state, $pos, Doku_Handler $handler) global() argument
H A Dtable.php64 * @param int $pos The position in the document
68 public function handle($match, $state, $pos, Doku_Handler $handler)
63 handle($match, $state, $pos, Doku_Handler $handler) global() argument
H A Dvalue.php56 * @param int $pos The position in the document
60 public function handle($match, $state, $pos, Doku_Handler $handler) argument
/plugin/struct/action/
H A Dedit.php56 $pos = $form->findPositionByAttribute('id', 'wiki__editbar'); // insert the form before the main buttons
57 $form->addHTML($html, $pos);
78 $pos = $form->findElementById('wiki__editbar'); // insert the form before the main buttons
79 $form->insertElement($pos, $html);
H A Doutput.php54 $pos = 0;
64 $pos = $call[2];
85 'struct_output', ['pos' => $pos], DOKU_LEXER_SPECIAL, ''
87 $pos
/plugin/mermaid/
H A Dsyntax.php63 function handle($match, $state, $pos, Doku_Handler $handler)
43 handle($match, $state, $pos, Doku_Handler $handler) global() argument
/plugin/doi/syntax/
H A Ddoi.php40 public function handle($match, $state, $pos, Doku_Handler $handler) argument
H A Disbn.php19 public function handle($match, $state, $pos, Doku_Handler $handler) argument
/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/openlayersmap/syntax/
H A Dagslayer.php84 public function handle($match, $state, $pos, Doku_Handler $handler): array
92 handle($match, $state, $pos, Doku_Handler $handler) global() argument
H A Dolmap.php81 public function handle($match, $state, $pos, Doku_Handler $handler): array
88 handle($match, $state, $pos, Doku_Handler $handler) global() argument
H A Dosmlayer.php81 public function handle($match, $state, $pos, Doku_Handler $handler): array
87 handle($match, $state, $pos, Doku_Handler $handler) global() argument
H A Dwmslayer.php81 public function handle($match, $state, $pos, Doku_Handler $handler): array
90 handle($match, $state, $pos, Doku_Handler $handler) global() argument
/plugin/geotag/syntax/
H A Dgeotag.php70 final public function handle($match, $state, $pos, Doku_Handler $handler): array
65 handle($match, $state, $pos, Doku_Handler $handler) global() argument
/plugin/geophp/vendor/composer/
H A DClassLoader.php522 if (false !== $pos = strrpos($class, '\\')) {
524 $logicalPathPsr0 = substr($logicalPathPsr4, 0, $pos + 1)
525 . strtr(substr($logicalPathPsr4, $pos + 1), '_', DIRECTORY_SEPARATOR);
/plugin/yalist/
H A Dsyntax.php59 public function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/spatialhelper/syntax/
H A Dfindnearby.php72 * @param int $pos The character position of the matched text
78 final public function handle($match, $state, $pos, Doku_Handler $handler): bool|array
70 handle($match, $state, $pos, Doku_Handler $handler) global() argument
/plugin/acknowledge/syntax/
H A Dassign.php39 public function handle($match, $state, $pos, Doku_Handler $handler)
37 handle($match, $state, $pos, Doku_Handler $handler) global() argument
H A Dlisting.php38 public function handle($match, $state, $pos, Doku_Handler $handler)
36 handle($match, $state, $pos, Doku_Handler $handler) global() argument
/plugin/backlinks/
H A Dsyntax.php61 public function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/photogallery/
H A Dsyntax.php57 * @param int $pos The character position of the matched text
61 function handle($match, $state, $pos, Doku_Handler $handler){ argument
/plugin/dokuprism/syntax/
H A Dcode.php47 function handle($match, $state, $pos, Doku_Handler $handler){ argument
53 return array($match, $state, $pos);
60 list($match, $state, $pos) = $data;
/plugin/structstatus/
H A Dsyntax.php48 * @param int $pos The position in the document
52 public function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/starred/
H A Dsyntax.php36 public function handle($match, $state, $pos, Doku_Handler $handler) argument
/plugin/encryptedpasswords/
H A Dsyntax.php31 public function handle($match, $state, $pos, Doku_Handler $handler)
29 handle($match, $state, $pos, Doku_Handler $handler) global() argument

12345678910>>...65