Home
last modified time | relevance | path

Searched refs:pos (Results 1526 – 1550 of 1609) sorted by path

1...<<6162636465

/plugin/webcomponent/syntax/
H A Dbrand.php43 function handle($match, $state, $pos, Doku_Handler $handler) { argument
H A Dbutton.php126 * @param int $pos
130 function handle($match, $state, $pos, Doku_Handler $handler) argument
H A Dcard.php130 * @param int $pos
134 function handle($match, $state, $pos, Doku_Handler $handler) argument
H A Dcardcolumns.php102 * @param int $pos
106 function handle($match, $state, $pos, Doku_Handler $handler) argument
H A Dcite.php43 function handle($match, $state, $pos, Doku_Handler $handler) { argument
H A Dcollapse.php100 * @param int $pos
104 function handle($match, $state, $pos, Doku_Handler $handler) argument
H A Dconsole.php88 public function handle($match, $state, $pos, Doku_Handler $handler) argument
H A Dcontainer.php100 * @param int $pos
104 function handle($match, $state, $pos, Doku_Handler $handler) argument
H A Ddropdown.php117 * @param int $pos
121 function handle($match, $state, $pos, Doku_Handler $handler) argument
H A Dgroup.php100 * @param int $pos
104 function handle($match, $state, $pos, Doku_Handler $handler) argument
H A Dheading.php109 * @param int $pos
115 function handle($match, $state, $pos, Doku_Handler $handler) argument
130 if ($handler->status['section']) $handler->_addCall('section_close', array(), $pos);
131 $handler->_addCall('header', array($title, $level, $pos), $pos);
132 $handler->_addCall('section_open', array($level), $pos);
135 return array($state, array($title, $level, $pos));
H A Dmath.php95 * @param int $pos The character position of the matched text
99 public function handle($match, $state, $pos, Doku_Handler $handler) argument
H A Dnavbar.php100 * @param int $pos
104 function handle($match, $state, $pos, Doku_Handler $handler) argument
H A Drelated.php99 * @param int $pos
103 function handle($match, $state, $pos, Doku_Handler $handler) argument
H A Dsearch.php36 function handle($match, $state, $pos, Doku_Handler $handler) { argument
H A Dunit.php96 public function handle($match, $state, $pos, Doku_Handler $handler) argument
122 $handler->_addCall('cdata', array($match), $pos, null);
/plugin/webdav/vendor/composer/
H A DClassLoader.php400 if (false !== $pos = strrpos($class, '\\')) {
402 $logicalPathPsr0 = substr($logicalPathPsr4, 0, $pos + 1)
403 . strtr(substr($logicalPathPsr4, $pos + 1), '_', DIRECTORY_SEPARATOR);
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DServer.php371 if ($pos = strpos($uri, '?'))
372 $uri = substr($uri, 0, $pos);
/plugin/webdavclient/
H A Dhelper.php545 $pos = strpos($uri, '//');
546 if($pos !== false)
547 $uri = substr($uri, $pos+2);
/plugin/webdavclient/vendor/composer/
H A DClassLoader.php370 if (false !== $pos = strrpos($class, '\\')) {
372 $logicalPathPsr0 = substr($logicalPathPsr4, 0, $pos + 1)
373 . strtr(substr($logicalPathPsr4, $pos + 1), '_', DIRECTORY_SEPARATOR);
/plugin/whoisonline/
H A Dsyntax.php104 * @param int $pos The position in the document
108 public function handle($match, $state, $pos, &$handler){ argument
/plugin/whyspam/
H A Dadmin.php86 $pos = strpos($text,$matches[0]);
87 $s = max(0,$pos - 15);
/plugin/wikiformatstyling/
H A Dnwtag.php38 function handle($match, $state, $pos, Doku_Handler $handler) { argument
H A Dpcnt.php38 function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/wikipediasnippet/
H A Dsyntax.php23 function handle($match, $state, $pos, Doku_Handler $handler) { argument

1...<<6162636465