Home
last modified time | relevance | path

Searched refs:label (Results 151 – 175 of 1053) sorted by relevance

12345678910>>...43

/plugin/approve/
H A Dscript.js10 var label = LANG['plugins']['approve']['group_option_label'];
11 if (label === '') {
12 label = 'Group:';
14 var $groupOption = jQuery('<option value="">' + label + '</option>')
/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/ckgedit/ckeditor/plugins/note/dialogs/
H A Dnote.js1label:"Basic Note",elements:[{type:"radio",id:"notetype",label:a.lang.note.selectOption,items:[['<…
/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/jdraw/src/com/mxgraph/examples/swing/editor/
H A DJTableRenderer.java129 JLabel label = new JLabel(String.valueOf(graph.getLabel(cell))); in JTableRenderer() local
130 label.setForeground(Color.WHITE); in JTableRenderer()
131 label.setFont(title.getFont().deriveFont(Font.BOLD, 11)); in JTableRenderer()
132 label.setBorder(BorderFactory.createEmptyBorder(0, 1, 0, 2)); in JTableRenderer()
133 title.add(label, BorderLayout.CENTER); in JTableRenderer()
189 label = new JLabel(new ImageIcon(JTableRenderer.class in JTableRenderer()
191 label.setCursor(new Cursor(Cursor.NW_RESIZE_CURSOR)); in JTableRenderer()
195 panel.add(label, BorderLayout.EAST); in JTableRenderer()
200 label.addMouseListener(resizeHandler); in JTableRenderer()
201 label.addMouseMotionListener(resizeHandler); in JTableRenderer()
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Exception/
H A DRequestException.php83 $label = 'Client error';
86 $label = 'Server error';
89 $label = 'Unsuccessful request';
100 $label,
/plugin/jdraw/src/com/mxgraph/examples/swing/
H A DCustomCanvas.java.bak36 String label)
45 .drawVertex(state, label);
51 ((SwingCanvas) canvas).drawVertex(state, label);
55 super.drawStateWithLabel(canvas, state, label);
116 public void drawVertex(mxCellState state, String label)
118 vertexRenderer.setText(label);
/plugin/settingstree/settings/
H A Dsettingswrapper.class.php95 …list($label,$input) = $this->_setting->html($lang); // html only uses the $plugin as parameter to …
102 $ret .= "<span class='outkey'>{$this->_setting->_out_key(true,true)}</span>{$has_icon}{$label}";
140 …list($label,$input) = $this->_setting->html($lang); // html only uses the $plugin as parameter to …
142 $label = strtr($label,array('for="config_'=>'for="export_'));
149 $ret .= "<span class='outkey'>{$this->_setting->_out_key(true,true)}</span>{$has_icon}{$label}";
/plugin/ckgedit/ckeditor/plugins/wrap/dialogs/
H A Dwrap.js43 label: 'Basic wrap',
48 label: editor.lang.wrap.boxes_title||'Box types:',
58 label: editor.lang.wrap.specials_title || 'Special types and Styles',
66 label: reset,
81 label: editor.lang.wrap.content || 'Content (optional):',
/plugin/ckgdoku/ckeditor/plugins/image/dialogs/
H A Dimage.js1label:e.lang.image.infoTab,accessKey:"I",elements:[{type:"vbox",padding:0,children:[{type:"hbox",w…
/plugin/ckgedit/ckeditor/plugins/image/dialogs/
H A Dimage.js1label:e.lang.image.infoTab,accessKey:"I",elements:[{type:"vbox",padding:0,children:[{type:"hbox",w…
/plugin/ckgdoku/ckeditor/plugins/tags/dialogs/
H A Dtags.js1label:existingTags[i].name,"default":existingTags[i].name==""?"":(tagexists(existingTags[i].id)?"c… property in AnonymousFunctiona3128a530100.generateTags.ele
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckmenuitem.js24 var FCKMenuItem = function( parentMenuBlock, name, label, iconPathOrStripInfoArray, isDisabled ) argument
27 this.Label = label || name ;
41 FCKMenuItem.prototype.AddItem = function( name, label, iconPathOrStripInfoArrayOrIndex, isDisabled ) argument
44 return this.SubMenu.AddItem( name, label, iconPathOrStripInfoArrayOrIndex, isDisabled ) ;
/plugin/mdpage/vendor/cebe/markdown/
H A DMarkdownExtra.php81 $label = strtolower($matches[1]);
83 $this->references[$label] = [
87 $this->references[$label]['title'] = $matches[3];
91 $this->references[$label]['title'] = $matches[1];
96 $this->references[$label]['attributes'] = $matches[5];
/plugin/ckgedit/ckeditor/plugins/tags/dialogs/
H A Dtags.js1label:b[j].name,"default":b[j].name==""?"":(k(b[j].id)?"checked":""),userdef:false};if(((j%5)==4)&… property in AnonymousFunction86c7e5e60100.f.m
/plugin/labeled/action/
H A Dchange.php70 $label = $_REQUEST['label'];
73 $this->hlp->addLabel($label, $ID);
93 $this->hlp->createLabel($label, $color, $ns = '');
/plugin/authyubikey/
H A Daction.php100 $label = $this->getLang('yubikeyid');
103 $label = $this->getLang('yubikeyid') . ' #' . ($i+1);
112 …$element = form_makeTextField('yubikeyid'.$i, $value, $label, '', 'block', array('maxlength'=>'44'…
/plugin/findologicxmlexport/vendor/hoa/compiler/
H A DLl1.php954 $label = $state;
974 $label .= ' (' . implode(', ', $name) . ')';
979 '[label="' . $label . '"];' . "\n";
989 $label = str_replace('\\', '\\\\', $this->_tokens[$e][$j]);
990 $label = str_replace('"', '\\"', $label);
992 if ('#' === $label[0]) {
993 $label = substr($label, 1);
999 ' [label="' . $label . '"];' . "\n";
/plugin/tableplot/
H A Dtable2Plot.js137 var label = $('th,td',$dataRow).eq(args.labels).text();
139 if (args.labelTransform) { label = args.labelTransform(label); }
170 var label = $labelRow.find('th,td').eq(j).text();
171 if (args.labelTransform) { label = args.labelTransform(label); }
/plugin/linkback/action/
H A Ddisplay.php190 $label = $this->getLang('btn_show');
192 $label = $this->getLang('btn_hide');
195 $this->_button($lid, $label, 'linkback_toggle');
214 function _button($lid, $label, $act) { argument
223 <input type="submit" value="<?php echo $label ?>" class="button" title="<?php echo $label ?>" />
/plugin/wikicalendar/
H A Dsyntax.php334 $out .= '<td><label>'.$this->getLang('year').':</label></td>' . DOKU_LF;
352 $out .= '<td><label>'.$this->getLang('mon').':</label></td>' . DOKU_LF;
/plugin/vbsso/views/
H A Dadmin.html2-2.select.open.tpl2 <td><label for="[[content-0]]_[[content-1]]">[[content-2]]</label></td>
/plugin/commonmark/vendor/league/commonmark/src/Extension/Footnote/Parser/
H A DAnonymousFootnoteRefParser.php43 [$label] = $inlineContext->getSubMatches();
44 $reference = $this->createReference($label);
45 $inlineContext->getContainer()->appendChild(new FootnoteRef($reference, $label));
50 private function createReference(string $label): Reference
52 $refLabel = $this->slugNormalizer->normalize($label, ['length' => 20]);
57 $label
69 createReference(string $label) global() argument
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/
H A DWildfireFormatter.php90 $label = $record['channel'] .': '. $record['message'];
94 $label = $record['channel'];
103 'Label' => $label,
/plugin/struct/meta/
H A DValueValidator.php77 * @param string $label
81 protected function validateField(AbstractBaseType $type, $label, &$data)
83 $prefix = sprintf($this->hlp->getLang('validation_prefix'), $label);
75 validateField(AbstractBaseType $type, $label, & $data) global() argument

12345678910>>...43