Home
last modified time | relevance | path

Searched refs:label (Results 1 – 25 of 66) sorted by last modified time

123

/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...]
/dokuwiki/lib/plugins/config/core/Setting/
H A DSettingString.php27 $label = '<label for="config___' . $key . '">' . $this->prompt($plugin) . '</label>';
30 return [$label, $input];
H A DSettingOnoff.php42 $label = '<label for="config___' . $key . '">' . $this->prompt($plugin) . '</label>';
45 return [$label, $input];
/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>';
/dokuwiki/lib/plugins/extension/
H A Dstyle.less383 #extension__viewoptions label {
H A Dscript.js76 .text(data.label)
133 var $label = jQuery( '<label></label>' )
137 .appendTo($label);
146 .appendTo($label);
H A Dadmin.php74 foreach ($extensions as $extname => $label) {
/dokuwiki/lib/images/interwiki/
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 (…)
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 (…)
/dokuwiki/inc/
H A Dtemplate.php1119 $label = $lang[$tag['langkey']];
1120 if (!$label) $label = $tag['langkey'] . ':';
1122 echo '<dt>' . $label . '</dt><dd>';
1599 * @param string $empty empty option label
1600 * @param string $button submit button label
/dokuwiki/lib/tpl/dokuwiki/css/
H A D_edit.css97 .dokuwiki .editBar .summary label {
101 .dokuwiki .editBar .summary label span {
H A D_forms.css20 .dokuwiki label.block {
25 [dir=rtl] .dokuwiki label.block {
29 .dokuwiki label.simple {
34 [dir=rtl] .dokuwiki label.simple {
38 .dokuwiki label.block select,
39 .dokuwiki label.block input.edit {
43 .dokuwiki label span {
71 #dw__login label[for="remember__me"] {
103 #subscribe__form label {
H A Dbasic.less344 label {
/dokuwiki/inc/Menu/Item/
H A DAbstractItem.php41 /** @var string this item's label may contain a placeholder, which is replaced with this */
46 protected $label = ''; variable in dokuwiki\\Menu\\Item\\AbstractItem
47 /** @var string the tooltip title, defaults to $label */
72 * Return this item's label
74 * When the label property was set, it is simply returned. Otherwise, the action's type
82 if ($this->label !== '') return $this->label;
86 $label = $lang['btn_' . $this->type];
87 if (strpos($label, '%s')) {
88 $label
[all...]
/dokuwiki/inc/Parsing/Lexer/
H A DParallelRegex.php16 * Any of the contained patterns could match and when one does it's label is returned.
41 * Adds a pattern with an optional label.
48 * @param bool|string $label Label of regex to be returned
51 public function addPattern($pattern, $label = true)
55 $this->labels[$count] = $label;
65 * @return bool|string False if no match found, label if label exists, true if not
53 addPattern($pattern, $label = true) 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()+']')
/dokuwiki/vendor/simplepie/simplepie/src/
H A DCategory.php77 * Human readable label
82 public $label; variable in SimplePie\\Category
100 * @param string|null $label
103 public function __construct($term = null, $scheme = null, $label = null, $type = null) argument
107 $this->label = $label;
143 * Get the human readable label
150 if ($this->label === null && $strict !== true) {
153 return $this->label;
H A DCopyright.php74 public $label; variable in SimplePie\\Copyright
82 public function __construct($url = null, $label = null) argument
85 $this->label = $label;
120 if ($this->label !== null) {
121 return $this->label;
H A DSimplePie.php2380 $label = null;
2387 if (isset($category['attribs']['']['label'])) {
2388 $label = $this->sanitize($category['attribs']['']['label'], self::CONSTRUCT_TEXT);
2390 $categories[] = $this->registry->create(Category::class, [$term, $scheme, $label]);
2393 // This is really the label, but keep this as the term also for BC.
H A DSource.php142 $label = null;
149 if (isset($category['attribs']['']['label'])) {
150 $label = $this->sanitize($category['attribs']['']['label'], \SimplePie\SimplePie::CONSTRUCT_TEXT);
152 $categories[] = $this->registry->create(Category::class, [$term, $scheme, $label]);
155 // This is really the label, but keep this as the term also for BC.
/dokuwiki/inc/Ui/
H A DSubscribe.php93 foreach ($targets as $val => $label) {
95 $form->addRadioButton('sub_target', $label)->val($val)->attrs($data);
103 foreach ($styles as $val => $label) {
105 $form->addRadioButton('sub_style', $label)->val($val)->attrs($data);
/dokuwiki/lib/plugins/logviewer/
H A Dstyle.less10 label {
/dokuwiki/lib/scripts/jquery/jquery-ui-theme/
H A Dsmoothness.css262 .ui-controlgroup .ui-controlgroup-label {
265 .ui-controlgroup .ui-controlgroup-label span {
268 .ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
271 .ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
274 .ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
277 .ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
292 .ui-checkboxradio-label .ui-icon-background {
297 .ui-checkboxradio-radio-label .ui-icon-background {
304 .ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
305 .ui-checkboxradio-radio-label
[all...]
/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

123