Home
last modified time | relevance | path

Searched refs:handler (Results 376 – 400 of 1340) sorted by relevance

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

/plugin/passwords/
H A Dsyntax.php72 * @param DokuHandler $handler
76 public function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/
H A DSignalHandler.php61 $handler = pcntl_signal_get_handler($signo);
62 $this->previousSignalHandler[$signo] = $handler;
/plugin/combo/ComboStrap/
H A DDateTag.php119 public static function handleExit(\Doku_Handler $handler) argument
121 $callStack = CallStack::createFromHandler($handler);
H A DHeadingTag.php95 * @param \Doku_Handler $handler
98 public static function handleExit(\Doku_Handler $handler): array argument
101 $callStack = CallStack::createFromHandler($handler);
495 static function handleEnter(\Doku_Handler $handler, TagAttributes $tagAttributes, string $markupTag): array
500 $callStack = CallStack::createFromHandler($handler);
470 handleEnter(\\Doku_Handler $handler, TagAttributes $tagAttributes, string $markupTag) global() argument
/plugin/imapmarkers/syntax/
H A Dreference.php56 function handle($match, $state, $pos, Doku_Handler $handler) { argument
82 $handler->_addCall('cdata', array($match), $pos);
/plugin/tag/syntax/
H A Dtopic.php42 * @param int $state The state of the handler
44 * @param Doku_Handler $handler The handler
47 function handle($match, $state, $pos, Doku_Handler $handler) { argument
75 * @param array $data The data from the handler function
/plugin/diagramsnet/lib/
H A Dworkbox-9fe249eb.js.map1handler Either a function, or an object with a\n * 'handle' method.\n * @return {Object} An object…
H A Dworkbox-bed83ea8.js.map1handler Either a function, or an object with a\n * 'handle' method.\n * @return {Object} An object…
H A Dworkbox-f163abaa.js.map1handler Either a function, or an object with a\n * 'handle' method.\n * @return {Object} An object…
/plugin/spellcheck/
H A Dscript.js82 this.handler = DOKU_BASE+'lib/plugins/spellcheck/spellcheck.php';
114 var ajax = new sack(this.handler);
422 var ajax = new sack(ajax_spell.handler);
442 var ajax = new sack(ajax_spell.handler);
/plugin/orphanmedia/
H A Dsyntax.php40 function handle($match, $state, $pos, Doku_Handler &$handler){ argument
392 if($handler = opendir($dir)) {
393 while (FALSE !== ($sub = readdir($handler))) {
421 closedir($handler);
433 if($handler = opendir($dir)) {
434 while (FALSE !== ($sub = readdir($handler))) {
460 closedir($handler);
/plugin/orphanmedia2/
H A Dsyntax.php41 function handle($match, $state, $pos, Doku_Handler $handler){ argument
393 if($handler = opendir($dir)) {
394 while (FALSE !== ($sub = readdir($handler))) {
422 closedir($handler);
434 if($handler = opendir($dir)) {
435 while (FALSE !== ($sub = readdir($handler))) {
461 closedir($handler);
/plugin/webcomponent/syntax/
H A Ddropdown.php118 * @param Doku_Handler $handler
121 function handle($match, $state, $pos, Doku_Handler $handler) argument
/plugin/toctweak/syntax/
H A Dmetatoc.php40 function handle($match, $state, $pos, Doku_Handler $handler) { argument
59 $handler->_addCall('notoc', array(), $pos);
/plugin/vimeo/
H A Dsyntax.php51 * @param Doku_Handler $handler The handler
55 public function handle($match, $state, $pos, Doku_Handler $handler) argument
/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.property.collection.php22 $handler =& CSS::get_handler($key);
23 $handler->replace($value, $state);
/plugin/jokuwiki/
H A Dscript.js74 register: function (widgetname, handler, url) { argument
78 jokuwiki.widgets[widgetname]=handler;
/plugin/pagetitle/syntax/
H A Ddecorative.php74 public function handle($match, $state, $pos, Doku_Handler $handler) argument
90 $handler->base($match, $state, $pos);
/plugin/dirtylittlehelper/syntax/
H A Dtree.php65 * @param Doku_Handler $handler The handler
69 public function handle($match, $state, $pos, Doku_Handler $handler) argument
/plugin/autolink4/syntax/
H A Dregex.php82 * @param Doku_Handler $handler
85 function handle($match, $state, $pos, Doku_Handler $handler) {
93 handle($match, $state, $pos, Doku_Handler $handler) global() argument
/plugin/mathpublish/
H A Dsyntax.php88 * @param Doku_Handler $handler
91 public function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/autonumbering/
H A Dsyntax.php77 public function handle($match, $state, $pos, Doku_Handler $handler){ argument
172 … list($number, $null) = $this->handle($matches[0][$i], DOKU_LEXER_SPECIAL, NULL, $handler);
/plugin/pagelist/
H A Dsyntax.php44 * @param Doku_Handler $handler The Doku_Handler object
47 public function handle($match, $state, $pos, Doku_Handler $handler) argument
106 * @param array $data data created by handler()
/plugin/components/
H A DREADME.md5 To add a new AJAX call handler for a plugin, (for example, an AJAX function call some_plugin.some_c…
68 avoid colliding in file names. You can only define at most a single action handler and at most a si…
72 the parent class as the handler/renderer.
80 …ay want to show the page after handling is done, then return 'show'. The handler is called after a…
/plugin/svgembed/
H A Dsyntax.php147 * @param Doku_Handler $handler The handler
151 public function handle($match, $state, $pos, Doku_Handler $handler) { argument
159 $handler->media($match, $state, $pos);

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