Home
last modified time | relevance | path

Searched refs:helper_plugin_stale (Results 1 – 8 of 8) sorted by last modified time

/plugin/stale/_test/
H A DbaseTest.php19 $this->pluginsEnabled[] = helper_plugin_stale::PLUGIN_NAME;
40 …$countListContainer = $response->queryHTML("#plugin____" . helper_plugin_stale::PLUGIN_NAME . "___…
53 /** @var helper_plugin_stale $stale */
147 $keyPrefix = "plugin____" . helper_plugin_stale::PLUGIN_NAME . "____";
/plugin/stale/
H A Dadmin.php27 return $this->getConf(helper_plugin_stale::CONF_ADMIN_ONLY);
32 /** @var helper_plugin_stale $stale */
41 /** @var helper_plugin_stale $stale */
H A Dhelper.php4 class helper_plugin_stale extends DokuWiki_Plugin class
H A DMenuitem.php6 use helper_plugin_stale; alias
29 "page" => helper_plugin_stale::PLUGIN_NAME
33 const MENU_HTML_ELEMENT_ID = 'plugin_' . helper_plugin_stale::PLUGIN_NAME;
61 $stale = plugin_load('helper', helper_plugin_stale::PLUGIN_NAME);
67 $stale = plugin_load('helper', helper_plugin_stale::PLUGIN_NAME);
74 /** @var helper_plugin_stale $stale */
75 $stale = plugin_load('helper', helper_plugin_stale::PLUGIN_NAME);
H A Daction.php44 /** @var helper_plugin_stale $stale */
73 /** @var helper_plugin_stale $stale */
/plugin/stale/conf/
H A Dmetadata.php3 $meta[helper_plugin_stale::CONF_ADMIN_ONLY] = array('onoff');
/plugin/stale/lang/en/
H A Dsettings.php3 $lang[helper_plugin_stale::CONF_ADMIN_ONLY] = 'Allow stale plugin only for admins (superusers)';
/plugin/stale/lang/ja/
H A Dsettings.php3 $lang[helper_plugin_stale::CONF_ADMIN_ONLY] = '管理者(スーパーユーザー)だけにタイムスタンプ更新を許可する。';