Home
last modified time | relevance | path

Searched defs:handler (Results 26 – 50 of 1361) sorted by relevance

12345678910>>...55

/plugin/creole/syntax/
H A Dstrong.php57 function handle($match, $state, $pos, Doku_Handler $handler) {
84 public function onHeaderCallback (creole_syntax_event $myEvent, $pos, $match, $handler) {
H A Demphasis.php57 function handle($match, $state, $pos, Doku_Handler $handler) {
84 public function onHeaderCallback (creole_syntax_event $myEvent, $pos, $match, $handler) {
H A Dunderline.php57 function handle($match, $state, $pos, Doku_Handler $handler) {
84 public function onHeaderCallback (creole_syntax_event $myEvent, $pos, $match, $handler) {
/plugin/findologicxmlexport/vendor/jms/serializer/src/Handler/
H A DHandlerRegistry.php41 public function registerSubscribingHandler(SubscribingHandlerInterface $handler): void
63 … public function registerHandler(int $direction, string $typeName, string $format, $handler): void
/plugin/combo/ComboStrap/
H A DButtonTag.php97 public static function handleEnter(TagAttributes $attributes, \Doku_Handler $handler): array argument
136 public static function handleExit(\Doku_Handler $handler): array argument
H A DXmlTagProcessing.php134 public static function handleStatic(string $match, int $state, int $pos, Doku_Handler $handler, DokuWiki_Syntax_Plugin $plugin): array argument
274 public static function handleStaticEnter(string $match, int $pos, Doku_Handler $handler, DokuWiki_Syntax_Plugin $plugin): array argument
557 handleStaticExit(string $match, int $pos, Doku_Handler $handler, DokuWiki_Syntax_Plugin $plugin) global() argument
701 handleStaticEmptyTag(string $match, int $state, int $pos, Doku_Handler $handler, DokuWiki_Syntax_Plugin $plugin) global() argument
[all...]
H A DCardTag.php26 public static function handleEnter(TagAttributes $tagAttributes, \Doku_Handler $handler): array argument
60 public static function handleExit(\Doku_Handler $handler, $pos, $match): array argument
H A DPermalinkTag.php21 public static function handleEnterSpecial(TagAttributes $attributes, int $state, Doku_Handler $handler): array argument
164 public static function handeExit(Doku_Handler $handler) argument
H A DBlockquoteTag.php51 static function handleEnter($handler): array argument
74 static public function handleExit(Doku_Handler $handler): array argument
H A DPanelTag.php57 public static function handleEnter(TagAttributes $tagAttributes, Doku_Handler $handler, string $markupTag): array argument
124 public static function handleExit(Doku_Handler $handler, int $pos, string $markupTag, string $match): array argument
H A DGridTag.php82 public static function processEnter(TagAttributes $attributes, $handler, $match) argument
206 public static function handleExit(\Doku_Handler $handler): array argument
H A DPipelineTag.php15 public static function processExit(\Doku_Handler $handler) argument
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Client/
H A DCurlFactory.php69 callable $handler, argument
96 callable $handler, argument
524 callable $handler, argument
[all...]
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DBufferHandler.php33 protected $handler; variable in Monolog\\Handler\\BufferHandler
50 …public function __construct(HandlerInterface $handler, int $bufferLimit = 0, $level = Logger::DEBU…
H A DFilterHandler.php41 protected $handler; variable in Monolog\\Handler\\FilterHandler
69 …public function __construct($handler, $minLevelOrList = Logger::DEBUG, $maxLevel = Logger::EMERGEN…
H A DFingersCrossedHandler.php49 protected $handler; variable in Monolog\\Handler\\FingersCrossedHandler
81 …public function __construct($handler, $activationStrategy = null, int $bufferSize = 0, bool $bubbl…
/plugin/yuriigantt/src/Driver/Embedded/
H A DCallWriter.php35 public function __construct(Handler $handler)
/plugin/refnotes/syntax/
H A Dreferences.php114 public function handle($match, $state, $pos, Doku_Handler $handler) { argument
306 private $handler; variable in refnotes_nested_call_writer
318 public function __construct(\dokuwiki\Parsing\Handler\CallWriterInterface $callWriter, $handler = NULL) { argument
[all...]
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DCurlFactory.php96 callable $handler,
135 callable $handler,
509 callable $handler,
/plugin/authfacebook/lib/PersistentData/
H A DPersistentDataFactory.php44 public static function createPersistentDataHandler($handler)
/plugin/strata/syntax/
H A Dentry.php41 function handle($match, $state, $pos, Doku_Handler $handler) { argument
179 preprocess($match, $state, $pos, & $handler, & $result) global() argument
/plugin/typography/syntax/
H A Dsmallcaps.php32 public function handle($match, $state, $pos, Doku_Handler $handler)
/plugin/combo/ComboStrap/Tag/
H A DMermaidTag.php124 public static function handleExit($handler){ argument
141 public static function handle($state, $match, &$handler): array argument
/plugin/authfacebook/lib/HttpClients/
H A DHttpClientsFactory.php47 public static function createHttpClient($handler)
/plugin/authgooglesheets/vendor/google/auth/src/Middleware/
H A DSimpleMiddleware.php76 public function __invoke(callable $handler)

12345678910>>...55