Home
last modified time | relevance | path

Searched refs:GO_TO_EDIT_MODE (Results 1 – 3 of 3) sorted by relevance

/plugin/404manager/
H A Daction.php30 const GO_TO_EDIT_MODE = 'GoToEditMode'; define in action_plugin_404manager
139 If ($this->userCanWrite() && $this->getConf(self::GO_TO_EDIT_MODE) == 1) {
/plugin/combo/action/
H A Droutermessage.php131 case action_plugin_combo_router::GO_TO_EDIT_MODE:
H A Drouter.php88 const GO_TO_EDIT_MODE = 'GoToEditMode';
532 if (Identity::isWriter() && $this->getConf(self::GO_TO_EDIT_MODE) == 1) {
86 const GO_TO_EDIT_MODE = 'GoToEditMode'; global() define in action_plugin_combo_router