Home
last modified time | relevance | path

Searched refs:helper_plugin_stale (Results 1 – 8 of 8) sorted by relevance

/plugin/stale/
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);
Dadmin.php27 return $this->getConf(helper_plugin_stale::CONF_ADMIN_ONLY);
32 /** @var helper_plugin_stale $stale */
41 /** @var helper_plugin_stale $stale */
Daction.php44 /** @var helper_plugin_stale $stale */
73 /** @var helper_plugin_stale $stale */
Dhelper.php4 class helper_plugin_stale extends DokuWiki_Plugin class
/plugin/stale/_test/
DbaseTest.php19 $this->pluginsEnabled[] = helper_plugin_stale::PLUGIN_NAME;
48 …$countListContainer = $response->queryHTML("#plugin____" . helper_plugin_stale::PLUGIN_NAME . "___…
61 /** @var helper_plugin_stale $stale */
155 $keyPrefix = "plugin____" . helper_plugin_stale::PLUGIN_NAME . "____";
/plugin/stale/conf/
Dmetadata.php3 $meta[helper_plugin_stale::CONF_ADMIN_ONLY] = array('onoff');
/plugin/stale/lang/en/
Dsettings.php3 $lang[helper_plugin_stale::CONF_ADMIN_ONLY] = 'Allow stale plugin only for admins (superusers)';
/plugin/stale/lang/ja/
Dsettings.php3 $lang[helper_plugin_stale::CONF_ADMIN_ONLY] = '管理者(スーパーユーザー)だけにタイムスタンプ更新を許可する。';