Home
last modified time | relevance | path

Searched refs:helper_plugin_move_handler (Results 1 – 7 of 7) sorted by last modified time

/plugin/diagrams/syntax/
H A Dmediafile.php71 * @param helper_plugin_move_handler $handler
/plugin/button/
H A Daction.php62 public function rewrite_button($match, $state, $pos, $plugin, helper_plugin_move_handler $handler)
/plugin/combo/action/
H A Dimgmove.php148 * @param helper_plugin_move_handler $handler
150 public function move_combo_img($match, $state, $pos, $plugin, helper_plugin_move_handler $handler)
154 * is {@link helper_plugin_move_handler::media()}
168 * @param helper_plugin_move_handler $handler
171 public function move_combo_frontmatter_img($match, $state, $pos, $plugin, helper_plugin_move_handler $handler)
175 * is {@link helper_plugin_move_handler::media()}
282 * @param helper_plugin_move_handler $handler
285 private function moveImage(&$relativeOrAbsoluteWikiId, helper_plugin_move_handler $handler)
H A Dlinkmove.php264 * @param helper_plugin_move_handler $handler
266 public function rewrite_combo($match, $state, $pos, $plugin, helper_plugin_move_handler $handler)
270 * in the {@link helper_plugin_move_handler::$calls}
275 * Unfortunately, all environemnt propertes of {@link helper_plugin_move_handler}
276 * such as {@link helper_plugin_move_handler::$id} are private
278 * The code below calls then the rewrite function {@link helper_plugin_move_handler::internallink()}
279 * and change the content modified in the {@link helper_plugin_move_handler::$calls} variable
289 * All environment on the {@link helper_plugin_move_handler handler} are private
311 * {@link helper_plugin_move_handler::$calls}
/plugin/pageredirect/
H A Daction.php209 public function rewrite_redirect($match, $state, $pos, $plugin, helper_plugin_move_handler $handler) {
/plugin/include/
H A Daction.php342 public function rewrite_include($match, $pos, $state, $plugin, helper_plugin_move_handler $handler) {
/plugin/move/helper/
H A Dhandler.php17 class helper_plugin_move_handler extends DokuWiki_Plugin { class