/plugin/bootswrapper/exe/help/ |
H A D | label.txt | 12 <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 D | helper.php | 59 '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 D | admin_tpl.php | 24 <?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 D | export.config.advanced.js | 13 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 D | FORM.php | 94 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 D | style.css | 28 .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 D | style.css | 28 .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 D | style.css | 28 .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 D | types.php | 8 <?php foreach ($tpl->get('labels') as $label): ?> 11 $tpl->param('id') == $label->id): ?> 13 <input type="hidden" name="id" value="<?php echo $label->id ?>" /> 23 <td><?php echo $label->name ?></td> 24 <td <?php if ($label->count > 0) echo 'colspan="2"'; ?>> 25 <a href="<?php echo $tpl->url('types', 'action', 'edit', 'id', $label->id) ?>"> 29 <?php if ($label->count == 0): ?> 32 href="<?php echo $tpl->url('types', 'action', 'remove', 'id', $label->id) ?>"> 40 <a href="<?php echo $tpl->url('threads', 'label_id', $label->id) ?>"> 41 <?php echo $label [all...] |
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/Transitions/ |
H A D | AtomTransition.php | 13 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 D | ReferenceMap.php | 22 * 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 D | prosemirror.js | 39 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 D | admin.html2-1.tpl | 7 <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 D | caption.php | 99 // 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 D | NumberFootnotesListener.php | 36 $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 D | pagemod.php | 96 $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 D | style.css | 6 #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 D | reference.php | 56 $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 D | interface.php | 270 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 D | Idn.php | 165 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 D | types.php | 20 $label = $this->model->labelFactory->get_one($id); 22 $label = $this->model->labelFactory->create_object(); 26 $this->tpl->set('label', $label); 31 $this->tpl->set_values($label->get_assoc()); 35 $this->model->labelFactory->delete($label); 40 $label->set_data($_POST); 41 $this->model->labelFactory->save($label); 13 $label = $this->model->labelFactory->create_object(); global() variable 15 $label = $this->model->labelFactory->get_one($this->get_param('id')); global() variable
|
/plugin/latexit/classes/ |
H A D | LabelHandler.php | 52 * @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 D | helper.php | 65 $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 D | anonymize.js | 54 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 D | DroppedLabels.php | 25 public $label; variable in Google\\Service\\Monitoring\\DroppedLabels 30 public function setLabel($label) argument 32 $this->label = $label; 39 return $this->label;
|