Home
last modified time | relevance | path

Searched refs:pos (Results 126 – 150 of 1609) sorted by last modified time

12345678910>>...65

/plugin/combo/syntax/
H A Dcodemarkdown.php130 * @param int $pos - byte position in the original source file
136 function handle($match, $state, $pos, Doku_Handler $handler) argument
H A Dcomment.php110 function handle($match, $state, $pos, Doku_Handler $handler) argument
H A Dfooter.php117 * @param int $pos
123 function handle($match, $state, $pos, Doku_Handler $handler) argument
H A Dfragment.php130 * @param int $pos - byte position in the original source file
137 function handle($match, $state, $pos, Doku_Handler $handler): array argument
H A Dfrontmatter.php140 * @param int $pos
146 function handle($match, $state, $pos, Doku_Handler $handler): array argument
H A Dheader.php65 function handle($match, $state, $pos, Doku_Handler $handler): array argument
H A Dheadingatx.php81 function handle($match, $state, $pos, Doku_Handler $handler): array argument
103 PluginUtility::POSITION => $pos
140 $pos = $data[PluginUtility::POSITION];
141 HeadingTag::processRenderEnterXhtml($context, $tagAttributes, $renderer, $pos);
H A Dheadingwiki.php118 * @param int $pos
122 public function handle($match, $state, $pos, Doku_Handler $handler): array argument
143 PluginUtility::POSITION => $pos
190 $pos = $data[PluginUtility::POSITION];
191 HeadingTag::processRenderEnterXhtml($context, $tagAttributes, $renderer, $pos);
H A Dhighlightmd.php102 * @param int $pos
106 public function handle($match, $state, $pos, Doku_Handler $handler): array argument
H A Dhighlightwiki.php142 * @param int $pos
146 public function handle($match, $state, $pos, Doku_Handler $handler): array argument
H A Diterator.php209 * @param int $pos - byte position in the original source file
215 function handle($match, $state, $pos, Doku_Handler $handler): array argument
H A Diteratordata.php120 * @param int $pos - byte position in the original source file
127 function handle($match, $state, $pos, Doku_Handler $handler) argument
H A Ditext.php85 function handle($match, $state, $pos, Doku_Handler $handler) argument
H A Dlabel.php77 function handle($match, $state, $pos, Doku_Handler $handler) argument
H A Dnote.php102 function handle($match, $state, $pos, Doku_Handler $handler) argument
H A Dpara.php158 * @param int $pos
162 function handle($match, $state, $pos, Doku_Handler $handler) argument
H A Dpreformatted.php134 * @param int $pos - byte position in the original source file
140 function handle($match, $state, $pos, Doku_Handler $handler) argument
H A Drailroad.php96 * @param int $pos - byte position in the original source file
102 function handle($match, $state, $pos, Doku_Handler $handler) argument
H A Drelated.php95 * @param int $pos
101 function handle($match, $state, $pos, Doku_Handler $handler) argument
H A Dtoc.php98 * @param int $pos - byte position in the original source file
104 function handle($match, $state, $pos, Doku_Handler $handler): array argument
H A Dxmlinlineemptytag.php64 function handle($match, $state, $pos, Doku_Handler $handler): array argument
67 return XmlTagProcessing::handleStaticEmptyTag($match, $state, $pos, $handler, $this);
/plugin/combo/action/
H A Dcss.php141 $pos = strpos($link['href'], 'css.php');
142 if ($pos === false) {
H A Dimgmove.php146 * @param $pos
150 public function move_combo_img($match, $state, $pos, $plugin, helper_plugin_move_handler $handler) argument
158 $handler->media($match, $state, $pos);
166 * @param $pos
171 public function move_combo_frontmatter_img($match, $state, $pos, $plugin, helper_plugin_move_handler $handler) argument
/plugin/combo/vendor/symfony/polyfill-mbstring/
H A DMbstring.php535 $pos = '' !== $needle || 80000 > \PHP_VERSION_ID
539 return false !== $pos ? $offset + $pos : false;
648 $pos = self::mb_stripos($haystack, $needle, 0, $encoding);
650 return self::getSubpart($pos, $part, $haystack, $encoding);
657 $pos = strrpos($haystack, $needle);
660 $pos = \iconv_strrpos($haystack, $needle, $encoding);
663 return self::getSubpart($pos, $part, $haystack, $encoding);
669 $pos = self::mb_strripos($haystack, $needle, $encoding);
671 return self::getSubpart($pos,
800 getSubpart($pos, $part, $haystack, $encoding) global() argument
[all...]
/plugin/combo/renderer/
H A Danalytics.php681 public function header($text, $level, $pos) argument
725 public function table_open($maxcols = null, $numrows = null, $pos = null) // phpcs:ignore PSR1.Methods.CamelCapsMethodName.NotCamelCaps argument
730 public function table_close($pos = null) // phpcs:ignore PSR1.Methods.CamelCapsMethodName.NotCamelCaps argument

12345678910>>...65