Home
last modified time | relevance | path

Searched refs:prompts (Results 1 – 2 of 2) sorted by relevance

/dokuwiki/lib/plugins/config/core/Setting/
H A DSettingRenderer.php16 protected $prompts = [];
30 $this->prompts[$plugin] = $info['name'];
45 if (!isset($this->prompts[$choice])) {
53 sprintf($plugin->getLang('renderer__plugin'), $this->prompts[$choice])
14 protected $prompts = array(); global() variable in dokuwiki\\plugin\\config\\core\\Setting\\SettingRenderer
/dokuwiki/lib/plugins/config/
H A Dadmin.php206 * @param bool $prompts
208 public function setupLocale($prompts = false)
211 if (!$prompts || $this->promptsLocalized) return;
202 setupLocale($prompts = false) global() argument