Home
last modified time | relevance | path

Searched refs:label (Results 976 – 1000 of 1053) sorted by path

1...<<31323334353637383940>>...43

/plugin/tindexmenu/
H A Dadmin.php94 ptln(' <span><label><strong>'.$legend.'</strong></label></span>');
/plugin/tline/
H A DCHANGES.txt92 icon or tape. If theme.event.highlightLabelBackground is true, the label's background
103 Problem was that label was too close to tape (and would sometimes overlap)
179 Works everywhere but ie. So added label-, icon-, tape- to className plus className by
206 * Event attribute classname is added to the classnames for the event's label
208 'timeline-event-label hot_event' and 'timeline-event-tape hot_event' for
209 the event's Timeline label and tape, respectively. Change is that classname
/plugin/tline/timeline_ajax/
H A Dsimile-ajax-bundle.js2002 }catch(B){var D=SimileAjax.History.formatHistoryEntryTitle(A.label);
2004 }}}catch(B){SimileAjax.Debug.exception(B,"Error adding action {"+A.label+"} to history");
2007 …gthyAction=function(B,A,C){SimileAjax.History.addAction({perform:B,undo:A,label:C,uiLayer:SimileAj…
2020 }catch(H){SimileAjax.Debug.exception(H,"History: Failed to undo action {"+G.label+"}");
2027 }catch(H){SimileAjax.Debug.exception(H,"History: Failed to redo action {"+G.label+"}");
2033 …SimileAjax.History.formatHistoryEntryTitle(SimileAjax.History._actions[A].label):SimileAjax.Histor…
/plugin/tline/timeline_js/
H A Dtimeline-bundle.css49 .timeline-highlight-label {
62 .timeline-vertical .timeline-highlight-label {left:0;width:100%;}
69 .timeline-date-label {
75 .timeline-date-label-em {color: #000;}
78 .timeline-horizontal .timeline-date-label{padding-left:2px;}
79 .timeline-horizontal .timeline-date-label{border-width:0 0 0 1px;}
80 .timeline-horizontal .timeline-date-label-em{height:2em}
83 .timeline-vertical .timeline-date-label{padding-top:2px;}
84 .timeline-vertical .timeline-date-label{border-width:1px 0 0;}
85 .timeline-vertical .timeline-date-label-em{width:7em}
[all …]
H A Dtimeline-bundle.js1014 var K=A+S.event.label.offsetFromLine;
1020 K=H+S.event.label.offsetFromLine;
1049 var N=A+W.event.label.offsetFromLine;
1053 }else{N=K+W.event.label.offsetFromLine;
1083 var J=F+T.event.label.offsetFromLine;
1116 var L=E+Y.event.label.offsetFromLine;
1190 var C="1px solid "+F.event.label.lineColor;
1194 B.style.width=F.event.label.offsetFromLine+"px";
1225 K.style.backgroundColor=E.event.label.backgroundColor;
1905 var M=A+V.event.label.offsetFromLine;
[all …]
/plugin/togglewrap/
H A Dsyntax.php32 list ($opts,$label) = explode('|',$match, 2);
34 if (!$label) $label = $class;
36 return array($class, $label, $pos, $opts);
41 list($class, $label, $pos, $opts) = $data;
42 …hecked',$opts) ? 'checked=checked ' : '').' /><label for="togglewrap_'.$pos.'">'.$label.'</label>';
/plugin/tools/
H A Daction.php121 $label = '';
130 $label = $this->getLang('tools_'.$k);
132 $html[] = "<li><a href='$v' >".$image.$label."</a></li>";
/plugin/tos/
H A Dstyle.less8 label {
/plugin/tplinc/
H A Dadmin.php143 foreach ($locations as $location => $label) {
146 echo hsc($label);
/plugin/translate/
H A Dstyle.css29 div.dokuwiki form#translate__plugin label {
34 div.dokuwiki form#translate__plugin label span {
40 div.dokuwiki form#translate__plugin label textarea.edit,
41 div.dokuwiki form#translate__plugin label input.edit {
47 div.dokuwiki form#translate__plugin label select {
/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/tuxquote/
H A Dquotes.txt3258 The label 'ALL NEW', 'COMPLETELY NEW' or 'GREAT NEW' means the price went way up. <BR> -- Hershiser…
3259 The label NEW and/or IMPROVED means the price went up. <BR> -- Hershiser's Second Rule
/plugin/twofactor/
H A DMenuItem.php13 public function __construct($label = '') argument
19 $this->label = $label ?: $lang['btn_profile'] . ' (2FA)';
H A DOtpField.php16 public function __construct($name, $label = '') argument
18 if ($label === '') {
19 $label = (Manager::getInstance())->getLang('otp');
21 parent::__construct('password', $name, $label);
H A Dstyle.less8 label {
/plugin/twofactoraltemail/
H A Daction.php15 $label = $this->getLang('name');
17 if ($email) $label .= ': ' . $email;
18 return $label;
/plugin/twofactortelegram/
H A Daction.php15 $label = $this->getLang('name');
17 if ($chat_id) $label .= ': ' . $chat_id;
18 return $label;
/plugin/txtconf/
H A Dadmin.php192 list($label,$value) = $mysetting->html($this);
194 ptln('<td>'.$label.'</td>');
H A Dconfig0.class.php355 $label = '<label for="config__'.$key.'">'.$this->prompt($plugin).'</label>';
357 return array($label,$input);
H A Dtxtconfig.class.php280 $label = '<label '.$defaultstyle.' for="config__'.$key.'">'.$key.'</label>&nbsp;';
283 return array($label,$input);
/plugin/upload/
H A Dstyle.css13 div.dokuwiki form.upload__plugin label {
19 div.dokuwiki form.upload__plugin label span {
26 div.dokuwiki form.upload__plugin label input {
/plugin/userpage/
H A DMenuItem.php21 $this->label = $linkData['text'];
/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 />
H A Dadmin.html2-2.select.open.tpl2 <td><label for="[[content-0]]_[[content-1]]">[[content-2]]</label></td>
/plugin/vcard/
H A Dvcard.php116 $label = "";
117 if ($postoffice!="") $label.= "$postoffice\r\n";
118 if ($extended!="") $label.= "$extended\r\n";
119 if ($street!="") $label.= "$street\r\n";
120 if ($zip!="") $label.= "$zip ";
121 if ($city!="") $label.= "$city\r\n";
122 if ($region!="") $label.= "$region\r\n";
125 $this->properties["LABEL;$type;ENCODING=UTF-8"] = quoted_printable_encode($label);

1...<<31323334353637383940>>...43