Lines Matching defs:handler
134 * The handlers is the name of the component (ie refers to the {@link syntax_plugin_combo_media} handler)
148 * @param helper_plugin_move_handler $handler
150 public function move_combo_img($match, $state, $pos, $plugin, helper_plugin_move_handler $handler)
158 $handler->media($match, $state, $pos);
168 * @param helper_plugin_move_handler $handler
171 public function move_combo_frontmatter_img($match, $state, $pos, $plugin, helper_plugin_move_handler $handler)
219 $this->moveImage($imageId, $handler);
248 $this->moveImage($imageId, $handler);
273 * because the handler does not give it unfortunately
282 * @param helper_plugin_move_handler $handler
285 private function moveImage(&$relativeOrAbsoluteWikiId, helper_plugin_move_handler $handler)
288 $newId = $handler->resolveMoves($relativeOrAbsoluteWikiId, "media");