Home
last modified time | relevance | path

Searched refs:handler (Results 176 – 200 of 1340) sorted by relevance

12345678910>>...54

/plugin/wst/syntax/
H A Dincludeonly.php56 * @param Doku_Handler $handler The handler
59 public function handle($match, $state, $pos, Doku_Handler $handler){ argument
/plugin/combo/ComboStrap/
H A DPrismTags.php27 public static function handleExit(\Doku_Handler $handler): array argument
33 $callStack = CallStack::createFromHandler($handler);
/plugin/mediasyntax/syntax/
H A Dlink.php32 function handle($match, $state, $pos, Doku_Handler $handler)
39 $handler->addCall('externallink', array($targets[0],$cleartext), $pos);
43 handle($match, $state, $pos, Doku_Handler $handler) global() argument
/plugin/feedback/
H A Dsyntax.php47 * @param Doku_Handler $handler The handler
50 public function handle($match, $state, $pos, Doku_Handler $handler){ argument
/plugin/randomquote/
H A Dsyntax.php47 * @param Doku_Handler $handler The handler
50 public function handle($match, $state, $pos, Doku_Handler $handler){ argument
/plugin/imagecarousel/
H A Dsyntax.php61 * @param Doku_Handler $handler The handler
64 public function handle($match, $state, $pos, Doku_Handler $handler){ argument
80 $handler->_addCall('cdata', array($match), $pos);
/plugin/combo/syntax/
H A Dcodemarkdown.php131 * @param Doku_Handler $handler
136 function handle($match, $state, $pos, Doku_Handler $handler) argument
153 return PluginUtility::handleAndReturnUnmatchedData(self::TAG, $match, $handler);
H A Dnavbargroup.php124 * @param Doku_Handler $handler
129 function handle($match, $state, $pos, Doku_Handler $handler) argument
144 return PluginUtility::handleAndReturnUnmatchedData(self::TAG,$match,$handler);
H A Daccordion.php137 * @param Doku_Handler $handler
142 function handle($match, $state, $pos, Doku_Handler $handler) argument
168 return PluginUtility::handleAndReturnUnmatchedData(self::TAG, $match, $handler);
/plugin/jiralinks/
H A Dsyntax.php56 * @param Doku_Handler $handler
59 public function handle($match, $state, $pos, &$handler){ argument
/plugin/dw2pdf/syntax/
H A Dpagesetting.php63 * @param Doku_Handler $handler The Doku_Handler object
66 public function handle($match, $state, $pos, Doku_Handler $handler)
76 * @param array $data data created by handler()
65 handle($match, $state, $pos, Doku_Handler $handler) global() argument
/plugin/bugzillalinks/
H A Dsyntax.php56 * @param Doku_Handler $handler
59 public function handle($match, $state, $pos, &$handler){ argument
/plugin/typography/syntax/
H A Dsmallcaps.php32 public function handle($match, $state, $pos, Doku_Handler $handler) argument
50 $handler->base($match, $state, $pos);
/plugin/discussion/syntax/
H A Dcomments.php54 * @param Doku_Handler $handler The Doku_Handler object
57 function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/bbcode/
H A Demail.php26 function handle($match, $state, $pos, Doku_Handler $handler) { argument
36 $handler->_addCall('emaillink',array($url, $title), $pos);
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DUPGRADE.md29 - There is no more default handler configured on empty Logger instances, if
31 configure the handler you need.
59 - Removed deprecated HipChat handler, migrate to Slack and use SlackWebhookHandler or SlackHandler …
63 - Removed deprecated SlackbotHandler handler, use SlackWebhookHandler or SlackHandler instead
67 - Removed deprecated RavenHandler handler, use sentry/sentry 2.x and their Sentry\Monolog\Handler i…
/plugin/plaintext/
H A Dblock.php34 function handle($match, $state, $pos, Doku_Handler $handler){ argument
39 $handler->_addCall('cdata', array($match), $pos);
/plugin/latexit/syntax/
H A Dconfig.php48 * @param Doku_Handler $handler The handler
51 public function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/markdowku/
H A Dimagesinline.php26 function handle($match, $state, $pos, Doku_Handler $handler) { argument
34 $handler->media($target.'|'.$title, $state, $pos);
H A Danchorsinline.php27 function handle($match, $state, $pos, Doku_Handler $handler) { argument
37 $handler->internallink($target.'|'.$title, $state, $pos);
/plugin/slidesharewp/syntax/
H A Dslidesharewp.php51 * @param Doku_Handler $handler The handler
54 public function handle($match, $state, $pos, Doku_Handler &$handler){ argument
/plugin/blogtng/syntax/
H A Dcommentreply.php43 * @param Doku_Handler $handler The Doku_Handler object
46 function handle($match, $state, $pos, Doku_Handler $handler) { argument
H A Dheader.php39 * @param Doku_Handler $handler The Doku_Handler object
42 function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/interwikiformatting/
H A Dsyntax.php41 function handle($match, $state, $pos, Doku_Handler $handler) argument
54 … $handler->_addCall('interwikilink', array($match, null, strtolower($shortcut), $target), $pos);
123 … $handler->_addCall('interwikilink', array($match, $title, strtolower($shortcut), $target), $pos);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dconnection-factory.asciidoc21 public function __construct($handler, array $connectionParams,
43 $handler,
57 working HTTP handler, serializer, logger and tracer

12345678910>>...54