Home
last modified time | relevance | path

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

12345678910>>...60

/plugin/creole/syntax/
Dsubscript.php46 function handle($match, $state, $pos, Doku_Handler $handler) {
73 public function onHeaderCallback (creole_syntax_event $myEvent, $pos, $match, $handler) {
Dunderline.php57 function handle($match, $state, $pos, Doku_Handler $handler) {
84 public function onHeaderCallback (creole_syntax_event $myEvent, $pos, $match, $handler) {
Dstrong.php57 function handle($match, $state, $pos, Doku_Handler $handler) {
84 public function onHeaderCallback (creole_syntax_event $myEvent, $pos, $match, $handler) {
Demphasis.php57 function handle($match, $state, $pos, Doku_Handler $handler) {
84 public function onHeaderCallback (creole_syntax_event $myEvent, $pos, $match, $handler) {
/plugin/combo/ComboStrap/
H A DCarrouselTag.php58 public static function handleEnter(\Doku_Handler $handler): array
69 public static function handleExit(\Doku_Handler $handler): array
H A DXmlTagProcessing.php142 …public static function handleStatic(string $match, int $state, int $pos, Doku_Handler $handler, Do…
283 …public static function handleStaticEnter(string $match, int $pos, Doku_Handler $handler, DokuWiki_…
566 …public static function handleStaticExit(string $match, int $pos, Doku_Handler $handler, DokuWiki_S…
710 …unction handleStaticEmptyTag(string $match, int $state, int $pos, Doku_Handler $handler, DokuWiki_…
H A DButtonTag.php97 public static function handleEnter(TagAttributes $attributes, \Doku_Handler $handler): array
136 public static function handleExit(\Doku_Handler $handler): array
H A DCardTag.php26 public static function handleEnter(TagAttributes $tagAttributes, \Doku_Handler $handler): array
60 public static function handleExit(\Doku_Handler $handler, $pos, $match): array
H A DPermalinkTag.php21 …ic function handleEnterSpecial(TagAttributes $attributes, int $state, Doku_Handler $handler): array
164 public static function handeExit(Doku_Handler $handler)
H A DBlockquoteTag.php51 static function handleEnter($handler): array
74 static public function handleExit(Doku_Handler $handler): array
H A DPanelTag.php57 …public static function handleEnter(TagAttributes $tagAttributes, Doku_Handler $handler, string $ma…
124 …public static function handleExit(Doku_Handler $handler, int $pos, string $markupTag, string $matc…
H A DGridTag.php82 public static function processEnter(TagAttributes $attributes, $handler, $match)
206 public static function handleExit(\Doku_Handler $handler): array
/plugin/diagrams/syntax/
H A Dmediafile.php48 public function handle($match, $state, $pos, Doku_Handler $handler)
74 public function handleMove($match, $state, $pos, $plugin, $handler)
/plugin/findologicxmlexport/vendor/jms/serializer/src/Handler/
DHandlerRegistry.php41 public function registerSubscribingHandler(SubscribingHandlerInterface $handler): void
63 … public function registerHandler(int $direction, string $typeName, string $format, $handler): void
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Client/
DCurlFactory.php69 callable $handler,
96 callable $handler,
524 callable $handler,
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
DBufferHandler.php33 protected $handler; variable in Monolog\\Handler\\BufferHandler
50 …public function __construct(HandlerInterface $handler, int $bufferLimit = 0, $level = Logger::DEBU…
DFilterHandler.php41 protected $handler; variable in Monolog\\Handler\\FilterHandler
69 …public function __construct($handler, $minLevelOrList = Logger::DEBUG, $maxLevel = Logger::EMERGEN…
DFingersCrossedHandler.php49 protected $handler; variable in Monolog\\Handler\\FingersCrossedHandler
81 …public function __construct($handler, $activationStrategy = null, int $bufferSize = 0, bool $bubbl…
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
DCurlFactory.php96 callable $handler,
135 callable $handler,
509 callable $handler,
/plugin/refnotes/syntax/
Dreferences.php114 public function handle($match, $state, $pos, Doku_Handler $handler) {
306 private $handler; variable in refnotes_nested_call_writer
318 …public function __construct(\dokuwiki\Parsing\Handler\CallWriterInterface $callWriter, $handler = …
/plugin/yuriigantt/src/Driver/Embedded/
DCallWriter.php35 public function __construct(Handler $handler)
/plugin/strata/syntax/
Dentry.php42 function handle($match, $state, $pos, Doku_Handler $handler) {
183 function preprocess($match, $state, $pos, &$handler, &$result) {
/plugin/authfacebook/lib/PersistentData/
DPersistentDataFactory.php44 public static function createPersistentDataHandler($handler)
/plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/src/Handler/
DCurlFactory.php103 …public static function finish(callable $handler, EasyHandle $easy, CurlFactoryInterface $factory):…
142 …private static function finishError(callable $handler, EasyHandle $easy, CurlFactoryInterface $fac…
546 …private static function retryFailedRewind(callable $handler, EasyHandle $easy, array $ctx): Promis…
/plugin/combo/ComboStrap/Tag/
H A DMermaidTag.php124 public static function handleExit($handler){
141 public static function handle($state, $match, &$handler): array

12345678910>>...60