Home
last modified time | relevance | path

Searched refs:label (Results 226 – 250 of 1053) sorted by relevance

12345678910>>...43

/plugin/combo/ComboStrap/
H A DMediaMarkup.php101 private ?string $label = null; variable in ComboStrap\\MediaMarkup
485 public function setLabel(string $label): MediaMarkup argument
487 $this->label = $label;
541 $attributes[TagAttributes::TITLE_KEY] = $this->label;
613 if (empty($this->label)) {
614 throw new ExceptionNotFound("No label specified");
616 return $this->label;
725 $label = $tagAttributes->getValueAndRemoveIfPresent(TagAttributes::TITLE_KEY);
726 if ($label !
[all...]
/plugin/refnotes/
H A Dadmin.php192 print('<td class="label">');
196 print('<td class="lean-label">');
270 $label = refnotes_localization::getInstance()->getLang('btn_' . $action);
276 $html .= ' value="' . $label . '"';
502 protected $label;
509 $this->label = 'lbl_' . $id;
536 $label = refnotes_localization::getInstance()->getLang($this->label);
538 return '<label for="' . $this->id . '">' . $label
514 protected $label; global() variable in refnotes_config_field
[all...]
/plugin/links4pages/
H A Daction.php47 $label = $this->getConf(sprintf("%'.02d_label", $i));
51 [new \dokuwiki\plugin\links4pages\MenuItem($id, $label,
/plugin/reproduce/
H A Dsyntax.php87 …if (preg_match('/<label\s+' . $labelName . '\s*>(.*?)<\/label>/ms', $sourcePageContent, $matches))…
/plugin/displayorphans/
H A Drenderer.php49 foreach ($labels as $label)
51 if ($label !== null)
54 $renderer->doc .= $label;
/plugin/jplayer/vendor/happyworm/jplayer/lib/
H A Dpopcorn.subtitle.js74 label: "Start"
79 label: "End"
85 label: "Text"
/plugin/webdav/vendor/sabre/dav/lib/DAV/Sharing/
H A DPlugin.php286 …<label>Share with (uri):</label> <input type="text" name="href" placeholder="mailto:user@example.o…
287 <label>Access</label>
/plugin/bez/tpl/
H A Dthreads.php16 <label><?php echo $tpl->getLang('reporter') ?>:
20 <optgroup label="<?php echo $tpl->getLang('users') ?>">
26 <optgroup label="<?php echo $tpl->getLang('groups') ?>">
34 </label>
36 <label><?php echo $tpl->getLang('state') ?>:
45 </label>
47 <label><?php echo $tpl->getLang('just_type') ?>:
53 <?php foreach ($tpl->get('labels') as $label): ?>
54 <option <?php if ($tpl->value('label_id') === $label->id) echo 'selected' ?>
55 value="<?php echo $label
[all...]
/plugin/ckgedit/ckeditor/plugins/geshi/dialogs/
H A Dgeshi.js.unc80 label: editor.lang.geshi.basic_settings,
90 label: editor.lang.geshi.code,
101 label: "Select language", //editor.lang.geshi.lang,
112label: "<html><span title='"+editor.lang.geshi.tooltip+"' style = 'color:blue;text-decoration:un…
131 label: editor.lang.geshi.file || 'File name',
137 label: editor.lang.geshi.which,
155label: editor.lang.geshi.numbers_header||'For syntax numbering, select type',
166label: editor.lang.geshi.linenums ||'Line number or numbers: line n or n1,n2..',
/plugin/bureaucracy/
H A Dsyntax.php278 $label = $data['fields'][$i]->depends_on[0];
279 if(isset($labels[$label])) {
280 $data['fields'][$i]->depends_on[0] = $labels[$label];
285 $label = $data['fields'][$i]->opt['label'];
286 if(isset($labels[$label])) {
287 $data['fields'][$i]->opt['display'] = $labels[$label];
485 foreach ($this->values as $label => $value) {
486 $pattern = $this->patterns[$label];
/plugin/subconfhelper/
H A Dstyle.css8 .act-admin div#subconfhelper .vhostitem label {
20 .act-admin div#subconfhelper .vhostitem .selection label {
/plugin/bureaucracy-au/_test/
H A Dfield_email.test.php67 $label = 'emailLabel';
69 "email \"$label\"",
H A Dfield_hidden.test.php48 $label = 'hiddenLabel';
50 "hidden \"$label\" \"=$defaultValue\"",
/plugin/bureaucracyau/_test/
H A Dfield_hidden.test.php48 $label = 'hiddenLabel';
50 "hidden \"$label\" \"=$defaultValue\"",
H A Dfield_email.test.php67 $label = 'emailLabel';
69 "email \"$label\"",
/plugin/latexit/tests/my/
H A Dtest16.latex8 \label{sec:locallink}
13 \label{sec:another_link}
/plugin/anewssystem/tpl/
H A Dnewstemplate.txt2 anchor |label |size="14" | |Anchor |anchordescr
9 author |label |size="14" | |Author |authordescr
H A Dnewstemplate_de.txt2 anchor |label |size="14" | |Anker |anchordescr
9 author |label |size="14" | |Author |authordescr
H A Dnewstemplate_en.txt2 anchor |label |size="14" | |Anchor |anchordescr
9 author |label |size="14" | |Author |authordescr
H A Dnewstemplate_it.txt2 anchor |label |size="14" | |Anchor |anchordescr
9 author |label |size="14" | |Author |authordescr
/plugin/pubmed2020/helper/
H A Dpmid.php111 $label = $this->opt['label'];
112 return '/(@@|##)' . preg_quote($label, '/') .
/plugin/fedauth/
H A Dstyle.css30 #fedauth__manager label {
71 #fedauth__manager fieldset.disabled label,
72 #fedauth__manager fieldset.disabledeven label {
76 #fedauth__manager fieldset.disabled label img,
77 #fedauth__manager fieldset.disabledeven label img {
/plugin/bugzillaint/syntax/
H A Dlink.php85 $label = $data['link']['id'];
90 . htmlspecialchars($label)
/plugin/combo/resources/theme/default/components/html/
H A Dsubscribe-form.hbs5 <label for="{{ email-id }}" class="visually-hidden">Enter your email</label>
/plugin/tools/
H A Daction.php121 $label = '';
130 $label = $this->getLang('tools_'.$k);
132 $html[] = "<li><a href='$v' >".$image.$label."</a></li>";

12345678910>>...43