Home
last modified time | relevance | path

Searched refs:handler (Results 251 – 275 of 1340) sorted by relevance

1...<<11121314151617181920>>...54

/plugin/dw2pdf/syntax/
H A Dexportlink.php56 * @param Doku_Handler $handler The Doku_Handler object
59 public function handle($match, $state, $pos, Doku_Handler $handler)
89 * @param array $data data created by handler()
54 handle($match, $state, $pos, Doku_Handler $handler) global() argument
/plugin/spatialhelper/syntax/
H A Dfindnearby.php73 * @param Doku_Handler $handler The Doku_Handler object
78 final public function handle($match, $state, $pos, Doku_Handler $handler): bool|array
70 handle($match, $state, $pos, Doku_Handler $handler) global() argument
/plugin/redirect2/
H A Dsyntax.php41 * @param Doku_Handler $handler Reference to the Doku_Handler object
44 public function handle($match, $state, $pos, Doku_Handler $handler){ argument
/plugin/articlelinks/
H A Dsyntax.php47 * @param Doku_Handler $handler The handler
50 public function handle($match, $state, $pos, Doku_Handler $handler){ argument
/plugin/mediathumbnails/
H A Dsyntax.php58 * @param Doku_Handler $handler The handler
62 public function handle($match, $state, $pos, Doku_Handler $handler) argument
/plugin/webcomponent/syntax/
H A Dcontainer.php101 * @param Doku_Handler $handler
104 function handle($match, $state, $pos, Doku_Handler $handler) argument
H A Dcardcolumns.php103 * @param Doku_Handler $handler
106 function handle($match, $state, $pos, Doku_Handler $handler) argument
/plugin/datasearchform/
H A Dsyntax.php56 * @param Doku_Handler $handler Reference to the Doku_Handler object
59 public function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/latexit/syntax/
H A Dmathjax.php115 * @param Doku_Handler $handler The handler
118 public function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/colorswatch/syntax/
H A Dcolorswatch.php72 * @param Doku_Handler $handler The handler
76 public function handle($match, $state, $pos, Doku_Handler $handler) argument
/plugin/dirtylittlehelper/syntax/
H A Dsidebar.php79 * @param Doku_Handler $handler The handler
83 public function handle($match, $state, $pos, Doku_Handler $handler) argument
/plugin/yuml/
H A Dusecase.php65 * @param Doku_Handler $handler The handler
68 public function handle($match, $state, $pos, Doku_Handler $handler) argument
/plugin/diagram/syntax/
H A Dsplitter.php134 * @param Doku_Handler $handler
137 function handle ($match, $state, $pos, Doku_Handler $handler) argument
/plugin/passwordgrey/syntax/
H A Dpasswordgrey.php53 * @param int $state The state of the handler
55 * @param Doku_Handler $handler The handler
59 public function handle($match, $state, $pos, Doku_Handler $handler) { argument
80 * @param array $data The data from the handler() function
/plugin/tablelayout/
H A Dsyntax.php60 * @param Doku_Handler $handler The handler
64 public function handle($match, $state, $pos, Doku_Handler $handler) argument
/plugin/combo/syntax/
H A Dmath.php90 * @param Doku_Handler $handler The Doku_Handler object
93 public function handle($match, $state, $pos, Doku_Handler $handler) argument
H A Dlabel.php77 function handle($match, $state, $pos, Doku_Handler $handler) argument
84 $callStack = CallStack::createFromHandler($handler);
130 return PluginUtility::handleAndReturnUnmatchedData(self::TAG, $match, $handler);
133 $callStack = CallStack::createFromHandler($handler);
H A Dcontentlist.php191 * @param Doku_Handler $handler
196 function handle($match, $state, $pos, Doku_Handler $handler): array argument
226 return PluginUtility::handleAndReturnUnmatchedData(self::MARKI_TAG, $match, $handler);
233 $callStack = CallStack::createFromHandler($handler);
/plugin/combo/ComboStrap/
H A DMasonryTag.php88 public static function handleExit(Doku_Handler $handler) argument
94 $callStack = CallStack::createFromHandler($handler);
H A DPanelTag.php57 public static function handleEnter(TagAttributes $tagAttributes, Doku_Handler $handler, string $markupTag): array argument
60 $callStack = CallStack::createFromHandler($handler);
124 public static function handleExit(Doku_Handler $handler, int $pos, string $markupTag, string $match): array argument
127 $callStack = CallStack::createFromHandler($handler);
/plugin/elasticsearch/vendor/ezimuel/ringphp/
H A DREADME.md23 $handler = new CurlHandler();
24 $response = $handler([
42 utilized as the handler layer in [Guzzle](https://guzzlephp.org) 5.0+ to send
/plugin/elasticsearch/vendor/react/promise/src/
H A DPromise.php167 foreach ($handlers as $handler) {
168 $handler($promise);
242 foreach ($progressHandlers as $handler) {
243 $handler($update);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/
H A DClientBuilder.asciidoc121 Get the default handler
134 Get the multi handler for async (CurlMultiHandler)
147 Get the handler instance (CurlHandler)
220 .`setHandler(mixed $handler)`
225 Set the HTTP handler (cURL is default)
/plugin/mtg/
H A Dsyntax.php59 * @param Doku_Handler $handler The handler
63 public function handle($match, $state, $pos, Doku_Handler $handler) argument
/plugin/navpath/
H A Dsyntax.php76 * @param Doku_Handler $handler The handler
80 public function handle($match, $state, $pos, Doku_Handler $handler) argument

1...<<11121314151617181920>>...54