Home
last modified time | relevance | path

Searched refs:action_plugin_combo_router (Results 1 – 5 of 5) sorted by relevance

/plugin/combo/action/
H A Droutermessage.php101 case action_plugin_combo_router::TARGET_ORIGIN_PAGE_RULES:
109 case action_plugin_combo_router::TARGET_ORIGIN_START_PAGE:
113 case action_plugin_combo_router::TARGET_ORIGIN_BEST_PAGE_NAME:
117 case action_plugin_combo_router::TARGET_ORIGIN_BEST_END_PAGE_NAME:
121 case action_plugin_combo_router::TARGET_ORIGIN_BEST_NAMESPACE:
126 case action_plugin_combo_router::TARGET_ORIGIN_SEARCH_ENGINE:
131 case action_plugin_combo_router::GO_TO_EDIT_MODE:
135 case action_plugin_combo_router::TARGET_ORIGIN_PERMALINK_EXTENDED:
136 case action_plugin_combo_router::TARGET_ORIGIN_PERMALINK:
140 case action_plugin_combo_router
[all...]
H A Drouter.php41 class action_plugin_combo_router extends DokuWiki_Action_Plugin
121 return substr($refreshHeader, strlen(action_plugin_combo_router::REFRESH_HEADER_PREFIX));
126 return substr($refreshHeader, strlen(action_plugin_combo_router::LOCATION_HEADER_PREFIX));
231 * This will call the function {@link action_plugin_combo_router::_router()}
39 class action_plugin_combo_router extends DokuWiki_Action_Plugin global() class
/plugin/combo/lang/en/
H A Dsettings.php60 $lang[action_plugin_combo_router::ROUTER_ENABLE_CONF] = PluginUtility::getDocumentationHyperLink(action_plugin_combo_router::CANONICAL, action_plugin_combo_router::NAME) . ' - If unchecked, the URL manager will be disabled';
61 $lang['ActionReaderFirst'] = PluginUtility::getDocumentationHyperLink("redirection:action", action_plugin_combo_router::NAME . " - Redirection Actions") . ' - First redirection action for a reader';
62 $lang['ActionReaderSecond'] = PluginUtility::getDocumentationHyperLink("redirection:action", action_plugin_combo_router::NAME . " - Redirection Actions") . ' - Second redirection action for a reader if the first action don\'t success.';
63 $lang['ActionReaderThird'] = PluginUtility::getDocumentationHyperLink("redirection:action", action_plugin_combo_router::NAME . " - Redirection Actions") . ' - Third redirection action for a reader if the second action don\'t success.';
64 $lang['GoToEditMode'] = PluginUtility::getDocumentationHyperLink("redirection:action", action_plugin_combo_router::NAME . " - Redirection Actions") . ' - Switch directly in the edit mode for a writer ?';
66 $lang[action_plugin_combo_routermessage::CONF_SHOW_PAGE_NAME_IS_NOT_UNIQUE] = PluginUtility::getDocumentationHyperLink("redirection:message", action_plugin_combo_router::NAME . " - Redirection Message") . ' - When redirected to the edit mode, show a message when the page name is not unique';
67 $lang[action_plugin_combo_routermessage::CONF_SHOW_MESSAGE_CLASSIC] = PluginUtility::getDocumentationHyperLink("redirection:message", action_plugin_combo_router::NAME . " - Redirection Message") . ' - Show classic message when a action is performed ?';
68 $lang['WeightFactorForSamePageName'] = PluginUtility::getDocumentationHyperLink("best:page:name", action_plugin_combo_router
[all...]
/plugin/combo/conf/
H A Dmetadata.php64 $meta[action_plugin_combo_router::ROUTER_ENABLE_CONF] = array('onoff');
69 action_plugin_combo_router::NOTHING,
70 action_plugin_combo_router::GO_TO_BEST_END_PAGE_NAME,
71 action_plugin_combo_router::GO_TO_NS_START_PAGE,
72 action_plugin_combo_router::GO_TO_BEST_PAGE_NAME,
73 action_plugin_combo_router::GO_TO_BEST_NAMESPACE,
74 action_plugin_combo_router::GO_TO_SEARCH_ENGINE
/plugin/combo/ComboStrap/
H A DRouterBestEndPage.php5 use action_plugin_combo_router; alias
14 * A class that implements the BestEndPage Algorithm for the {@link action_plugin_combo_router urlManager}
61 $redirectType = action_plugin_combo_router::REDIRECT_NOTFOUND_METHOD;
68 $redirectType = action_plugin_combo_router::REDIRECT_PERMANENT_METHOD;