Home
last modified time | relevance | path

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

/dokuwiki/lib/plugins/config/core/Setting/
H A DSettingRenderer.php43 foreach ($this->choices as $choice) {
44 if (!$plugin->getLang($this->key . '_o_' . $choice)) {
45 if (!isset($this->prompts[$choice])) {
47 $this->key . '_o_' . $choice,
48 sprintf($plugin->getLang('renderer__core'), $choice)
52 $this->key . '_o_' . $choice,
53 sprintf($plugin->getLang('renderer__plugin'), $this->prompts[$choice])
H A DSettingDisableactions.php18 foreach ($this->choices as $choice) {
19 if (isset($lang['btn_' . $choice])) $plugin->addLang($this->key . '_' . $choice, $lang['btn_' . $choice]);
H A DSettingMultichoice.php42 foreach ($this->choices as $choice) {
43 $selected = ($value == $choice) ? ' selected="selected"' : '';
44 $option = $plugin->getLang($this->key . '_o_' . $choice);
45 if (!$option && isset($this->lang[$this->key . '_o_' . $choice])) {
46 $option = $this->lang[$this->key . '_o_' . $choice];
48 if (!$option) $option = $choice;
50 $choice = htmlspecialchars($choice);
52 $input .= ' <option value="' . $choice . '"' . $selected . ' >' . $option . '</option>' . "\n";
H A DSettingMulticheckbox.php58 foreach ($this->choices as $choice) {
59 $idx = array_search($choice, $value);
60 $idx_default = array_search($choice, $default);
67 $prompt = ($plugin->getLang($this->key . '_' . $choice) ?: htmlspecialchars($choice));
70 $input .= '<label for="config___' . $key . '_' . $choice . '">' . $prompt . "</label>\n";
71 $input .= '<input id="config___' . $key . '_' . $choice . '" name="config[' . $key .
72 '][]" type="checkbox" class="checkbox" value="' . $choice . '" ' . $disable . ' ' . $checked . "/>\n";
/dokuwiki/vendor/openpsa/universalfeedcreator/
H A DLICENSE279 under terms of your choice, provided that the terms permit
407 impose that choice.
/dokuwiki/vendor/simplepie/simplepie/idn/
H A DLICENCE274 under terms of your choice, provided that the terms permit
400 impose that choice.
/dokuwiki/vendor/geshi/geshi/
H A DLICENSE224 impose that choice.
/dokuwiki/
H A DCOPYING224 impose that choice.