Home
last modified time | relevance | path

Searched refs:label (Results 1 – 25 of 1053) sorted by relevance

12345678910>>...43

/plugin/bootswrapper/exe/help/
H A Dlabel.txt12 <label type="default">default</label>
13 <label type="primary">primary</label>
14 <label type="success">success</label>
15 <label type="info">info</label>
16 <label type="warning">warning</label>
17 <label type="danger">danger</label>
20 <label type="default">default</label>
21 <label type="primary">primary</label>
22 <label type="success">success</label>
23 <label type="info">info</label>
[all …]
/plugin/labeled/
H A Dhelper.php59 'label' => $label
65 …$result .= hsc((isset($this->lang_translation[$label])) ? $this->lang_translation[$label] : $labe…
83 foreach ($lables as &$label) {
84 $label = trim($label);
97 foreach ($labels as $label) {
140 * @param string $label
146 $labels[] = $label;
183 foreach ($labels as $label) {
196 return isset($labels[$label]);
212 foreach ($labels as $label) {
[all …]
H A Dadmin_tpl.php24 <?php foreach ($labels as $label => $opts): ?>
25 <?php $label = hsc($label); ?> variable
28 …<input class="edit" type="text" value="<?php echo $label ?>" name="labels[<?php echo $label ?>][na…
32 value="<?php echo $opts['color'] ?>" name="labels[<?php echo $label ?>][color]" />
35 …t" type="text" value="<?php echo $opts['ordernr'] ?>" name="labels[<?php echo $label ?>][order]" />
38 <input type="submit" name="action[delete][<?php echo $label ?>]" class="button"
/plugin/amcharts/assets/amcharts/plugins/export/examples/
H A Dexport.config.advanced.js13 label: "Export",
15 label: "Undo",
20 label: "Redo",
25 label: "Cancel",
30 label: "Save",
32 label: "JPG",
40 label: "PNG",
48 label: "PDF",
56 label: "SVG",
78 label: "Export",
[all …]
/plugin/bibtex/OSBib/create/
H A DFORM.php94 if($label)
106 if($label)
122 if($label)
145 if($label)
174 if($label)
203 if($label)
227 if($label)
259 if($label)
305 if($label)
316 if($label)
[all …]
/plugin/bureaucracy-au/
H A Dstyle.css28 .dokuwiki form.bureaucracyau__plugin label {
34 .dokuwiki form.bureaucracyau__plugin label>span {
39 .dokuwiki form.bureaucracyau__plugin label.textareafield {
46 .dokuwiki form.bureaucracyau__plugin label input.edit,
47 .dokuwiki form.bureaucracyau__plugin label select {
50 .dokuwiki form.bureaucracyau__plugin label input.datepicker,
56 .dokuwiki form.bureaucracyau__plugin label textarea.edit {
88 .dokuwiki form.bureaucracyau__plugin label {
91 .dokuwiki form.bureaucracyau__plugin label>span {
97 .dokuwiki form.bureaucracyau__plugin label .edit,
[all …]
/plugin/bureaucracyau/
H A Dstyle.css28 .dokuwiki form.bureaucracyau__plugin label {
34 .dokuwiki form.bureaucracyau__plugin label>span {
39 .dokuwiki form.bureaucracyau__plugin label.textareafield {
46 .dokuwiki form.bureaucracyau__plugin label input.edit,
47 .dokuwiki form.bureaucracyau__plugin label select {
50 .dokuwiki form.bureaucracyau__plugin label input.datepicker,
56 .dokuwiki form.bureaucracyau__plugin label textarea.edit {
88 .dokuwiki form.bureaucracyau__plugin label {
91 .dokuwiki form.bureaucracyau__plugin label>span {
97 .dokuwiki form.bureaucracyau__plugin label .edit,
[all …]
/plugin/bureaucracy/
H A Dstyle.css28 .dokuwiki form.bureaucracy__plugin label {
34 .dokuwiki form.bureaucracy__plugin label>span {
39 .dokuwiki form.bureaucracy__plugin label.textareafield {
46 .dokuwiki form.bureaucracy__plugin label input.edit,
47 .dokuwiki form.bureaucracy__plugin label select {
50 .dokuwiki form.bureaucracy__plugin label input.datepicker,
56 .dokuwiki form.bureaucracy__plugin label textarea.edit {
88 .dokuwiki form.bureaucracy__plugin label {
91 .dokuwiki form.bureaucracy__plugin label>span {
97 .dokuwiki form.bureaucracy__plugin label .edit,
[all …]
/plugin/bez/tpl/
H A Dtypes.php7 <?php foreach ($tpl->get('labels') as $label): ?>
10 $tpl->param('id') === $label->id): ?>
12 <?php echo $tpl->url('types', 'action', 'update', 'id', $label->id) ?>"
26 <td><?php echo $label->name ?></td>
27 <td <?php if ($label->count > 0) echo 'colspan="2"'; ?>>
28 <a href="<?php echo $tpl->url('types', 'action', 'edit', 'id', $label->id) ?>">
32 <?php if ($label->count == 0): ?>
35 href="<?php echo $tpl->url('types', 'action', 'remove', 'id', $label->id) ?>">
43 <a href="<?php echo $tpl->url('threads', 'label_id', $label->id) ?>">
44 <?php echo $label
[all...]
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/Transitions/
H A DAtomTransition.php13 public $label; variable in Antlr\\Antlr4\\Runtime\\Atn\\Transitions\\AtomTransition
15 public function __construct(ATNState $target, int $label) argument
19 $this->label = $label;
22 public function label() : ?IntervalSet function in Antlr\\Antlr4\\Runtime\\Atn\\Transitions\\AtomTransition
24 return IntervalSet::fromInt($this->label);
29 return $this->label === $symbol;
44 && $this->label === $other->label
50 return (string) $this->label;
[all...]
/plugin/commonmark/vendor/league/commonmark/src/Reference/
H A DReferenceMap.php22 * A collection of references, indexed by label
49 public function contains(string $label): bool
51 $label = $this->normalizer->normalize($label); argument
53 return isset($this->references[$label]);
56 public function get(string $label): ?ReferenceInterface
58 $label = $this->normalizer->normalize($label);
60 return $this->references[$label] ?? null;
44 contains(string $label) global() argument
/plugin/gallery/script/
H A Dprosemirror.js39 label: LANG.plugins.gallery.label_namespace,
45 label: LANG.plugins.gallery.label_thumbnailsize,
53 label: LANG.plugins.gallery.label_imagesize,
61 label: LANG.plugins.gallery.label_cache,
68 label: LANG.plugins.gallery.label_filter,
74 label: LANG.plugins.gallery.label_showname,
81 label: LANG.plugins.gallery.label_showtitle,
88 label: LANG.plugins.gallery.label_crop,
95 label: LANG.plugins.gallery.label_direct,
102 label
[all...]
/plugin/vbsso/views/
H A Dadmin.html2-1.tpl7 <label for="[[content-6]]">[[content-7]]</label><br />
9 <label for="[[content-12]]">[[content-13]]</label><br />
13 <label for="[[content-14]]">[[content-15]]</label><br />
16 <label for="[[content-20]]">[[content-21]]</label><br />
22 <label for="[[content-31]]">[[content-32]]</label><br />
/plugin/caption/syntax/
H A Dcaption.php99 // Handle case that there is a label in the opening tag
101 $label = count(explode(' ',$match)) > 1 ? explode(' ',$match)[1] : null;
107 // If we have a label, assign it to the global label array
108 if ($label) {
110 $caption_labels[$label] = $this->_fignum;
111 $this->_figlabels[$this->_fignum] = $label;
112 $renderer->doc .= ' id="'.$renderer->_xmlEntities($label).'"';
124 // If we have a label, assign it to the global label arra
[all...]
/plugin/commonmark/vendor/league/commonmark/src/Extension/Footnote/Event/
H A DNumberFootnotesListener.php36 $label = $existingReference->getLabel();
40 if (\array_key_exists($label, $usedLabels)) {
45 $counter = $usedCounters[$label];
46 $label .= '__' . ++$usedLabels[$label];
52 $label,
67 $usedLabels[$label] = 1;
68 $usedCounters[$label] = $nextCounter;
/plugin/pagemod/helper/
H A Dpagemod.php96 $label = $arguments[1];
98 if($label == 'date') {
101 } elseif($label == 'datetime') {
104 } elseif(preg_match('/^date\.format\.(.*)$/', $label, $matches)) {
107 } elseif($label == 'user' || $label == 'user.id') {
110 } elseif(preg_match('/^user\.(mail|name)$/', $label, $matches)) {
113 } elseif($label == 'page' || $label == 'page.id') {
116 } elseif($label == 'page.namespace') {
119 } elseif($label == 'page.name') {
/plugin/translator/
H A Dstyle.css6 #translator fieldset label input, #translator fieldset label select, #translator label.setpage.righ…
18 #translator fieldset label select, #translator fieldset label input.edit {
52 #translator table.translation_table td label input.edit, #translator table.translation_table td tex…
59 #translator table.translation_table td label.translation_value input {
63 #translator table.translation_table td label.translation_editor span {
72 #translator label.setpage {
76 #translator label.setpage input {
84 #translator label.setpage.current {
88 #translator label.setpage:hover {
/plugin/latexcaption/syntax/
H A Dreference.php56 $label = $match;
71 $markup = '<a href="#'.$label.'">';
74 …$caption = $caption_count[$label] ? $caption_count[$label] : $INFO['meta']['plugin']['latexcaption…
86 $markup .= '??REF:'.$label.'??';
95 $renderer->doc .= '\ref{'.$label.'}';
100 … $renderer->doc .= '<text:sequence-ref text:reference-format="value" text:ref-name="'.$label.'">';
101 $renderer->doc .= $caption_count[$label];
/plugin/batchedit/
H A Dinterface.php270 private function printApplyCheckBox($id, $label, $title, $checked = FALSE) {
275 print('<label for="' . $id . '">' . $label . '</label>');
491 $label = preg_split('/(\{\d\})/', $this->getLang('lbl_matchctx'), -1, PREG_SPLIT_DELIM_CAPTURE);
494 $this->printLabel('matchctx', $label[0]);
495 $this->printEditBox($edits[$label[1]], TRUE, isset($_REQUEST['matchctx']));
496 $this->printLabel('matchctx', $label[2]);
497 $this->printEditBox($edits[$label[3]], TRUE, isset($_REQUEST['matchctx']));
498 $this->printLabel('matchctx', $label[
262 printApplyCheckBox($id, $label, $title, $checked = FALSE) global() argument
587 printCheckBox($name, $label) global() argument
603 printRadioButton($group, $name, $label) global() argument
620 printLabel($name, $label) global() argument
641 printSubmitButton($name, $label, $enabled = TRUE) global() argument
654 printButton($name, $label) global() argument
[all...]
/plugin/authgooglesheets/vendor/symfony/polyfill-intl-idn/
H A DIdn.php165 foreach ($labels as $i => $label) {
169 $label = 'xn--'.self::punycodeEncode($label);
174 $labels[$i] = $label;
225 * @param string $label
347 foreach ($labels as $i => $label) {
352 $label = self::punycodeDecode(substr($label, 4));
360 $labels[$i] = $label;
380 * @param string $label
412 …if (1 === preg_match(Regex::BIDI_STEP_4_AN, $label) && 1 === preg_match(Regex::BIDI_STEP_4_EN, $la…
484 * @param string $label
[all …]
/plugin/bez/ctl/
H A Dtypes.php13 $label = $this->model->labelFactory->create_object(); variable
15 $label = $this->model->labelFactory->get_one($this->get_param('id')); variable
19 $this->tpl->set('label', $label);
24 $this->tpl->set_values($label->get_assoc());
28 $this->model->labelFactory->delete($label);
33 $label->set_data($_POST);
34 $this->model->labelFactory->save($label);
/plugin/latexit/classes/
H A DLabelHandler.php52 * @param string $label
55 public function newLabel($label) { argument
56 $search = array_search($label, $this->labels);
59 $this->labels[] = $label;
65 $label .= $this->count[$search];
67 return $label;
/plugin/wikistats/
H A Dhelper.php65 $label = $this->getLang('btn_display_stats');
66 if (!$label) {
68 $label = 'Stats';
70 $tip = htmlspecialchars($label);
76 …<a class="action wikistats" href="'.$url.'" rel="nofollow" title="'.$label.'">'.$label.'</a></li>';
/plugin/diagramsnet/lib/plugins/
H A Danonymize.js54 var label = graph.getLabel(cell);
58 label = anonymizeHtml(label);
62 label = editorUi.anonymizeString(label);
65 queue.push({cell: cell, label: label});
70 model.setValue(queue[i].cell, queue[i].label);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Monitoring/
H A DDroppedLabels.php25 public $label; variable in Google\\Service\\Monitoring\\DroppedLabels
30 public function setLabel($label) argument
32 $this->label = $label;
39 return $this->label;

12345678910>>...43