Home
last modified time | relevance | path

Searched refs:param (Results 26 – 29 of 29) sorted by last modified time

12

/dokuwiki/inc/Extension/
H A DEventHandler.php43 * @param string $event name used by the event
44 * @param string $advise BEFORE|AFTER
45 * @param object $obj scope for the method be executed on, NULL for global function or callable
46 * @param string|callable $method event handler function
47 * @param mixed $param data passed to the event handler
48 * @param int $seq sequence number for ordering hook execution (ascending)
50 public function register_hook($event, $advise, $obj, $method, $param = null, $seq = 0) argument
54 $this->hooks[$event . '_' . $advise][$seq][] = [$obj, $method, $param];
64 * @param Even
[all...]
/dokuwiki/lib/plugins/popularity/
H A Daction.php33 * @param Event $event argument
34 * @param $param
36 public function autosubmit(Event $event, $param)
/dokuwiki/lib/plugins/authad/
H A Daction.php31 * @param Event $event
32 * @param array $param
34 public function handleAuthLoginCheck(Event $event, $param)
56 * @param Event $event
57 * @param array $param
59 public function handleFormLoginOutput(Event $event, $param)
30 handleAuthLoginCheck(Doku_Event $event, $param) global() argument
55 handleFormLoginOutput(Doku_Event $event, $param) global() argument
/dokuwiki/lib/plugins/extension/helper/
H A Dlist.php41 * @param helper_plugin_extension_extension $extension The extension that shall be added
42 * @param bool $showinfo Show the info area
55 * @param string $id The id of the header
56 * @param string $header The content of the header
57 * @param int $level The level of the header
67 * @param string $data The content
77 * @param array $data key-value list of fields and their values to add
108 * @param bool $returnonly whether to return html or print
119 * @param helper_plugin_extension_extension $extension The extension
129 * @param strin
[all...]

12