Home
last modified time | relevance | path

Searched refs:handler (Results 126 – 150 of 1340) sorted by relevance

12345678910>>...54

/plugin/combo/syntax/
H A Diteratordata.php121 * @param Doku_Handler $handler
127 function handle($match, $state, $pos, Doku_Handler $handler) argument
141 return PluginUtility::handleAndReturnUnmatchedData(self::TAG, $match, $handler);
H A Drailroad.php97 * @param Doku_Handler $handler
102 function handle($match, $state, $pos, Doku_Handler $handler) argument
116 return PluginUtility::handleAndReturnUnmatchedData(self::TAG, $match, $handler);
120 $callStack = CallStack::createFromHandler($handler);
H A Dstrong.php109 * @param Doku_Handler $handler
112 public function handle($match, $state, $pos, Doku_Handler $handler): array argument
125 return PluginUtility::handleAndReturnUnmatchedData(self::TAG, $match, $handler);
H A Dhighlightmd.php103 * @param Doku_Handler $handler
106 public function handle($match, $state, $pos, Doku_Handler $handler): array argument
120 return PluginUtility::handleAndReturnUnmatchedData(self::TAG, $match, $handler);
H A Dtab.php109 * @param Doku_Handler $handler
114 function handle($match, $state, $pos, Doku_Handler $handler) argument
130 return PluginUtility::handleAndReturnUnmatchedData(self::TAG, $match, $handler);
H A Dtabpanels.php112 * @param Doku_Handler $handler
117 function handle($match, $state, $pos, Doku_Handler $handler) argument
134 return PluginUtility::handleAndReturnUnmatchedData(self::TAG,$match,$handler);
H A Dunit.php111 * @param Doku_Handler $handler
114 public function handle($match, $state, $pos, Doku_Handler $handler): array argument
128 return PluginUtility::handleAndReturnUnmatchedData(self::TAG, $match, $handler);
H A Dxmlprotectedtag.php116 * @param Doku_Handler $handler
121 function handle($match, $state, $pos, Doku_Handler $handler) argument
124 return XmlTagProcessing::handleStatic($match, $state, $pos, $handler, $this);
H A Dcite.php87 * @param Doku_Handler $handler
92 function handle($match, $state, $pos, Doku_Handler $handler) argument
105 return PluginUtility::handleAndReturnUnmatchedData(self::TAG, $match, $handler);
H A Dfragment.php131 * @param Doku_Handler $handler
137 function handle($match, $state, $pos, Doku_Handler $handler): array argument
156 return PluginUtility::handleAndReturnUnmatchedData(FragmentTag::FRAGMENT_TAG, $match, $handler);
164 $callStack = CallStack::createFromHandler($handler);
H A Dcell.php144 * @param Doku_Handler $handler
149 function handle($match, $state, $pos, Doku_Handler $handler) argument
166 return PluginUtility::handleAndReturnUnmatchedData(self::TAG, $match, $handler);
170 $callStack = CallStack::createFromHandler($handler);
/plugin/combo/ComboStrap/
H A DButtonTag.php97 public static function handleEnter(TagAttributes $attributes, \Doku_Handler $handler): array argument
108 $callStack = CallStack::createFromHandler($handler);
136 public static function handleExit(\Doku_Handler $handler): array argument
138 $callStack = CallStack::createFromHandler($handler);
/plugin/autotabber/
H A Dtaboverride.js538 func(handlerList[i].type, handlerList[i].handler);
545 loop(function (type, handler) { argument
546 elem.removeEventListener(type, handler, false);
553 loop(function (type, handler) { argument
554 elem.addEventListener(type, handler, false);
560 loop(function (type, handler) { argument
561 elem.detachEvent('on' + type, handler);
566 loop(function (type, handler) { argument
567 elem.attachEvent('on' + type, handler);
612 { type: 'keydown', handler: overrideKeyDown },
[all …]
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/
H A DDirSync.php104 * @param \Closure $handler An anonymous function to pass results to.
108 public function watch(Closure $handler, int $checkInterval = 10): void
110 $handler($this->getChanges(), true);
112 $handler($this->getChanges(), true);
121 $handler($entries, false);
123 $handler($this->getChanges(), false);
105 watch(\\Closure $handler, int $checkInterval = 10) global() argument
/plugin/adhoctags/syntax/
H A Dabstractinline.php21 function handleUnmatched($match, $state, $pos, Doku_Handler $handler) { argument
22 $handler->addCall('cdata', array($match), $pos);
/plugin/refnotes/
H A Dcore.php27 private $handler; variable in refnotes_parser_core
47 $this->handler = NULL;
67 public function exitParsingContext($handler) { argument
68 $this->handler = $handler;
77 $this->callWriter = new refnotes_nested_call_writer($this->handler->getCallWriter(), $this->handler);
/plugin/findologicxmlexport/vendor/goetas-webservices/xsd2php-runtime/tests/
H A DXmlSchemaDateHandlerSerializationTest.php22 protected $handler; variable in GoetasWebservices\\Xsd\\XsdToPhpRuntime\\Tests\\Jms\\Handler\\XmlSchemaDateHandlerSerializationTest
35 $this->handler = new XmlSchemaDateHandler();
72 $ret = $this->handler->serializeDateTime($this->visitor, $date, [], $this->context);
97 $ret = $this->handler->serializeDate($this->visitor, $date, [], $this->context);
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DDeduplicationHandler.php64 * @param HandlerInterface $handler Handler.
72 …public function __construct(HandlerInterface $handler, ?string $deduplicationStore = null, $dedupl… argument
74 parent::__construct($handler, 0, Logger::DEBUG, $bubble, false);
100 $this->handler->handleBatch($this->buffer);
/plugin/data/_test/
H A Dsyntax_plugin_data_table.test.php
/plugin/syntaxhighlightjs/syntax/
H A Dsxh.php72 * @param Doku_Handler $handler The handler
75 public function handle($match, $state, $pos, Doku_Handler $handler){ argument
85 $handler->_addCall('cdata', array($match), $pos);
/plugin/data-au/_test/
H A Dsyntax_plugin_data_table.test.php33 $handler = new Doku_Handler();
34 $result = $plugin->handle($this->exampleEntry, 0, 10, $handler);
/plugin/yuriigantt/src/Driver/Embedded/
H A DCallWriter.php35 public function __construct(Handler $handler) argument
37 $this->Handler = $handler;
/plugin/pagemod/
H A Dsyntax.php44 * @param Doku_Handler $handler The Doku_Handler object
47 public function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/siteexport/action/
H A Dmove.php30 public function move_handler($match, $state, $pos, $pluginname, $handler) { argument
32 $handler->internallink($match, $state, $pos);
/plugin/findologicxmlexport/vendor/hoa/exception/Test/Unit/
H A DError.php98 $this->function->set_error_handler = function ($handler) use ($self, &$called) {
102 ->object($handler)
104 ->let($reflection = new \ReflectionObject($handler))

12345678910>>...54