Home
last modified time | relevance | path

Searched refs:label (Results 26 – 50 of 66) sorted by path

123

/dokuwiki/lib/images/interwiki/
H A Dwp.svg1 <svg xmlns="http://www.w3.org/2000/svg" aria-label="Wikipedia" viewBox="0 0 512 512"><rect width="512" height="512" rx="15%" fill="#fff"/><path d="M6 (…)
H A Dwpde.svg1 <svg xmlns="http://www.w3.org/2000/svg" aria-label="Wikipedia" viewBox="0 0 512 512"><rect width="512" height="512" rx="15%" fill="#fff"/><path d="M6 (…)
H A Dwpes.svg1 <svg xmlns="http://www.w3.org/2000/svg" aria-label="Wikipedia" viewBox="0 0 512 512"><rect width="512" height="512" rx="15%" fill="#fff"/><path d="M6 (…)
H A Dwpfr.svg1 <svg xmlns="http://www.w3.org/2000/svg" aria-label="Wikipedia" viewBox="0 0 512 512"><rect width="512" height="512" rx="15%" fill="#fff"/><path d="M6 (…)
H A Dwpjp.svg1 <svg xmlns="http://www.w3.org/2000/svg" aria-label="Wikipedia" viewBox="0 0 512 512"><rect width="512" height="512" rx="15%" fill="#fff"/><path d="M6 (…)
H A Dwpmeta.svg1 <svg xmlns="http://www.w3.org/2000/svg" aria-label="Wikipedia" viewBox="0 0 512 512"><rect width="512" height="512" rx="15%" fill="#fff"/><path d="M6 (…)
H A Dwppl.svg1 <svg xmlns="http://www.w3.org/2000/svg" aria-label="Wikipedia" viewBox="0 0 512 512"><rect width="512" height="512" rx="15%" fill="#fff"/><path d="M6 (…)
/dokuwiki/lib/plugins/acl/
H A Dadmin.php254 'label' => '[' . $lang['mediaroot'] . ']'
523 if (!empty($item['label'])) {
524 $base = $item['label'];
774 static $label = 0; //number labels
780 ++$label;
785 'id' => 'pbox' . $label,
799 $ret .= '<label for="pbox' . $label . '"' . $class . '>';
802 $ret .= '</label>';
836 echo ' <optgroup label
[all...]
H A Dstyle.css113 #acl_manager label.disabled {
118 #acl_manager label {
/dokuwiki/lib/plugins/config/
H A Dadmin.php127 [$label, $input] = $setting->html($this, $this->hasErrors);
141 echo '<td class="label">';
143 echo $icon . $label;
177 [$label, $input] = $setting->html($this);
179 echo '<td class="label">' . $label . '</td>';
H A Dstyle.css42 [dir=rtl] #config__manager label {
50 [dir=rtl] #config__manager td.value label {
54 #config__manager td.label {
58 [dir=rtl] #config__manager td.label {
62 #config__manager td.label label {
66 [dir=rtl] #config__manager td.label label {
69 #config__manager td.label img {
74 [dir=rtl] #config__manager td.label im
[all...]
/dokuwiki/lib/plugins/config/core/Setting/
H A DSetting.php191 * Build html for label and input of setting
213 $label = '<label for="config___' . $key . '">' . $this->prompt($plugin) . '</label>';
216 return [$label, $input];
H A DSettingArray.php82 $label = '<label for="config___' . $key . '">' . $this->prompt($plugin) . '</label>';
85 return [$label, $input];
H A DSettingMulticheckbox.php70 $input .= '<label for="config___' . $key . '_' . $choice . '">' . $prompt . "</label>\n";
93 $input .= '<label for="config___' . $key . '_other">' .
95 "</label>\n";
102 $label = '<label>' . $this->prompt($plugin) . '</label>';
103 return [$label, $input];
H A DSettingMultichoice.php38 $label = '<label for="config___' . $key . '">' . $this->prompt($plugin) . '</label>';
57 return [$label, $input];
H A DSettingOnoff.php42 $label = '<label for="config___' . $key . '">' . $this->prompt($plugin) . '</label>';
45 return [$label, $input];
H A DSettingPassword.php36 $label = '<label for="config___' . $key . '">' . $this->prompt($plugin) . '</label>';
39 return [$label, $input];
H A DSettingString.php27 $label = '<label for="config___' . $key . '">' . $this->prompt($plugin) . '</label>';
30 return [$label, $input];
H A DSettingUndefined.php37 $label = '<span title="$meta[\'' . $undefined_setting_key . '\']">$' .
41 return [$label, $input];
/dokuwiki/lib/plugins/extension/
H A Dadmin.php74 foreach ($extensions as $extname => $label) {
H A Dscript.js76 .text(data.label)
133 var $label = jQuery( '<label></label>' )
137 .appendTo($label);
146 .appendTo($label);
H A Dstyle.less383 #extension__viewoptions label {
/dokuwiki/lib/plugins/logviewer/
H A Dstyle.less10 label {
/dokuwiki/lib/plugins/usermanager/
H A Dadmin.php467 echo '<tr><td><label for="' . $cmd . "_usernotify\" >" .
468 $this->lang["user_notify"] . ': </label></td>
509 * @param string $label
516 protected function htmlInputField($id, $name, $label, $value, $cando, $required, $indent = 0)
534 echo "<td><label for=\"$id\" >$label: </label></td>";
592 echo '<label>' . $this->lang['import_userlistcsv'] . '<input type="file" name="import" /></label>';
512 htmlInputField($id, $name, $label, $value, $cando, $required, $indent = 0) global() argument
/dokuwiki/lib/scripts/
H A Dedit.js15 * @param {string} label title of button, show on mouseover
23 function createToolButton(icon,label,key,id,classname){ argument
33 $btn.attr('title', label).attr('aria-controls', 'wiki__text');
35 $btn.attr('title', label + ' ['+key.toUpperCase()+']')

123