Lines Matching refs:param

21 	* @param {Doku_Event_Handler} $controller DokuWiki's event controller object
39 * @param {Doku_Event} $event - The DokuWiki event object.
40 * @param {mixed} $param - The fifth argument to register_hook().
42 public function handle_start(Doku_Event &$event, $param) {
86 * @param {Doku_Event} $event - The DokuWiki event object.
87 * @param {mixed} $param - The fifth argument to register_hook().
89 public function override_loadskin(Doku_Event &$event, $param) {
99 * @param {Doku_Event} $event - The DokuWiki event object.
100 * @param {mixed} $param - The fifth argument to register_hook().
102 public function unknown_action(Doku_Event &$event, $param) {
111 * @param {Doku_Event} $event - The DokuWiki event object.
112 * @param {mixed} $param - The fifth argument to register_hook().
114 public function handle_action_before(Doku_Event &$event, $param) {
130 * @param {Doku_Event} $event - The DokuWiki event object.
131 * @param {mixed} $param - The fifth argument to register_hook().
133 public function block_headers(Doku_Event &$event, $param) {
143 * @param {Doku_Event} $event - The DokuWiki event object.
144 * @param {mixed} $param - The fifth argument to register_hook().
146 function block_redirect(Doku_Event &$event, $param) {
156 * @param {Doku_Event} $event - The DokuWiki event object.
157 * @param {mixed} $param - The fifth argument to register_hook().
159 public function instead_of_template(Doku_Event &$event, $param) {
208 * @param {Doku_Event} $event - The DokuWiki event object.
209 * @param {mixed} $param - The fifth argument to register_hook().
211 public function pre_render(Doku_Event &$event, $param) {