Home
last modified time | relevance | path

Searched refs:label (Results 126 – 150 of 1053) sorted by path

12345678910>>...43

/plugin/bpmnioeditor/
H A Dstyle.css818 .djs-label-hidden .djs-label {
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js6201 var label = this.label,
19691 label = di.label;
19693 if (label && label.bounds) {
35501 var label = definition.label;
35503 label = label(element);
35509 label: translate(label), property in AnonymousFunctionf8d14cd138000.menuEntry
39514 return !label || !label.trim();
39740 label = element.label,
42399 x: label.x + label.width / 2,
42768 var label = shape.label,
[all …]
H A Dbpmn-modeler.production.min.js7label,n=this.labels;!e&&t?n.remove(t):n.add(e,0)}}),Pn.bind(this,"parent"),An.bind(this,"labels"),…
28label:function(e,t){return function(e,t){var n={width:90,height:30,x:t.width/2+t.x,y:t.height/2+t.…
34label){var r=ce("<span>");r.textContent=e.label,n.appendChild(r)}return e.imageUrl&&n.appendChild(…
H A Ddiagram-js.css813 .djs-label-hidden .djs-label {
/plugin/bugzillaint/
H A Dstyle.css36 div.dokuwiki .bzextra > *.bz-label-gray {
40 div.dokuwiki .bzextra > *.bz-label-red {
44 div.dokuwiki .bzextra > *.bz-label-orange {
48 div.dokuwiki .bzextra > *.bz-label-green {
52 div.dokuwiki .bzextra > *.bz-label-lightblue {
56 div.dokuwiki .bzextra > *.bz-label-darkblue {
/plugin/bugzillaint/syntax/
H A Dlink.php85 $label = $data['link']['id'];
90 . htmlspecialchars($label)
H A Dtree.php87 $label = $data['tree']['id'];
92 … . ' <a class="bzref" href="'.htmlspecialchars($url).'">'.htmlspecialchars($label).'</a>'
/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\"",
H A Dfield_radio.test.php49 $label = 'radio';
H A Dfield_yesno.test.php59 $label = 'checkbox';
61 "yesno \"$label\" $YesValue $NoValue",
H A Dsyntax.test.php69 $label = $field->parent();
70 $this->assertTrue($label->is('label'), "find label of $name");
72 $input = pq($check, $label);
/plugin/bureaucracy-au/helper/
H A Daction.php69 $label = $field->getParam('label');
71 if(!is_null($label)) {
72 $this->patterns[$label] = $field->getReplacementPattern();
73 $this->values[$label] = $field->getReplacementValue();
H A Dactionmail.php102 $label = $field->getParam('label');
110 list($html, $text) = $this->mail_buildRow($label);
114 list($html, $text) = $this->mail_buildRow($label);
118 … if($value === null || $label === null) break; //print attachment only if field was visible
129 list($html, $text) = $this->mail_buildRow($label, $message);
132 $this->subject = $label;
142 if($value === null || $label === null) break;
144 list($html, $text) = $this->mail_buildRow($label, $value);
H A Dactiontemplate.php348 $label = $field->getParam('label');
354 $this->values[$label] = '';
376 $this->values[$label] = $res;
H A Dfield.php220 $label = $this->getParam('label');
224 return '/(@@|##)' . preg_quote($label, '/') .
230 return '/(@@|##)' . preg_quote($label, '/') .
H A Dfieldradio.php46 list($name, $entries, $value, $label, $id, $class) = $this->_parse_tpl(
63 $s .= '><span>' . $label . '</span>';
H A Dfielduser.php29 $label = $this->opt['label'];
31 return '/(@@|##)' . preg_quote($label, '/') .
H A Dfieldusers.php29 $label = $this->opt['label'];
30 return '/(@@|##)' . preg_quote($label, '/') .
/plugin/bureaucracy-au/script/
H A Duser.js23 label: name + ' (' + user + ')',
/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 …]
H A Dsyntax.php273 $label = $data['fields'][$i]->depends_on[0];
274 if(isset($labels[$label])) {
275 $data['fields'][$i]->depends_on[0] = $labels[$label];
280 $label = $data['fields'][$i]->opt['label'];
281 if(isset($labels[$label])) {
282 $data['fields'][$i]->opt['display'] = $labels[$label];
463 foreach ($this->values as $label => $value) {
464 $pattern = $this->patterns[$label];
/plugin/bureaucracy/helper/
H A Daction.php69 $label = $field->getParam('label');
71 if(!is_null($label)) {
72 $this->patterns[$label] = $field->getReplacementPattern();
73 $this->values[$label] = $field->getReplacementValue();
H A Dactionmail.php111 $label = $field->getParam('label');
119 list($html, $text) = $this->mail_buildRow($label);
123 list($html, $text) = $this->mail_buildRow($label);
127 … if($value === null || $label === null) break; //print attachment only if field was visible
138 list($html, $text) = $this->mail_buildRow($label, $message);
141 $this->subject = $label;
151 if($value === null || $label === null) break;
153 list($html, $text) = $this->mail_buildRow($label, $value);
H A Dactiontemplate.php394 $label = $field->getParam('label');
400 $this->values[$label] = '';
422 $this->values[$label] = $res;

12345678910>>...43