Home
last modified time | relevance | path

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

12345678910>>...43

/plugin/ckgdoku/ckeditor/plugins/geshi/dialogs/
H A Dgeshi.js1label:"Basic Settings",elements:[{type:"textarea",rows:18,cols:80,id:"geshi",label:k.lang.geshi.co…
/plugin/commonmark/vendor/league/commonmark/src/Reference/
H A DReferenceParser.php26 // Looking for and parsing the label, i.e. `[foo]` within `[foo]`
51 private ?string $label = null;
141 $this->label = '';
145 $this->label .= "\n";
160 \assert($this->label !== null);
161 $this->label .= $partialLabel;
164 // label might continue on next line
165 $this->label .= "\n";
176 // end of label
183 // spec: A link label ca
[all...]
/plugin/bez/db/
H A Dupdate0002.sql27 label.id AS label_id,
28 label.name AS label_name,
39 LEFT JOIN label ON label.id = thread_label.label_id;
/plugin/quizlib/
H A DREADME.md58 <li><label><input type="radio" name="q2" value="a"> is a hamster</label></li>
59 … <li><label><input type="radio" name="q2" value="b"> smells of elderberries</label></li>
68 <li><label><input type="checkbox" name="q3" value="a"> Global warming</label></li>
69 … <li><label><input type="checkbox" name="q3" value="b"> The release of Linux 4.1.15</label></li>
70 <li><label><input type="checkbox" name="q3" value="c"> Cats</label></li>
71 …<li><label><input type="checkbox" name="q3" value="d"> Advancements in artificial intelligence</la…
/plugin/ckgdoku/ckeditor/plugins/footnote/
H A Dplugin.js1label:d.ToolTip,command:"footnoteDialog",icon:this.path+"images/footnote.png"});CKEDITOR.dialog.ad…
/plugin/ckgedit/ckeditor/plugins/footnote/
H A Dplugin.js1label:d.ToolTip,command:"footnoteDialog",icon:this.path+"images/footnote.png"});CKEDITOR.dialog.ad…
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Parser/
H A DQuotedPrintableTest.php19 $this->assertEquals("Aachen", $this->getPropertyValue($result->label));
31 $this->assertEquals("Aachen", $this->getPropertyValue($result->label));
43 $this->assertEquals("Aachen\r\nGermany", $this->getPropertyValue($result->label));
56 $this->assertEquals("Aachen\r\nDeutschland:okay", $this->getPropertyValue($result->label));
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Parser/
H A DQuotedPrintableTest.php19 $this->assertEquals("Aachen", $this->getPropertyValue($result->label));
31 $this->assertEquals("Aachen", $this->getPropertyValue($result->label));
43 $this->assertEquals("Aachen\r\nGermany", $this->getPropertyValue($result->label));
56 $this->assertEquals("Aachen\r\nDeutschland:okay", $this->getPropertyValue($result->label));
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Parser/
H A DQuotedPrintableTest.php19 $this->assertEquals("Aachen", $this->getPropertyValue($result->label));
31 $this->assertEquals("Aachen", $this->getPropertyValue($result->label));
43 $this->assertEquals("Aachen\r\nGermany", $this->getPropertyValue($result->label));
56 $this->assertEquals("Aachen\r\nDeutschland:okay", $this->getPropertyValue($result->label));
/plugin/avbarchart/
H A Dsyntax.php91 $label = $inColumn[0] ?? '';
96 if (empty($label)) {
97 $label='&nbsp;';
104 …able><br clear='all' /><span style='font-size:".$this->fontSize.";'><b>".$label."</b></span></td>";
/plugin/jdraw/src/com/mxgraph/examples/swing/
H A DUserObject.java114 String label = newValue.toString(); in UserObject()
119 int pos = label.indexOf(' '); in UserObject()
121 String firstName = (pos > 0) ? label.substring(0, in UserObject()
122 pos).trim() : label; in UserObject()
123 String lastName = (pos > 0) ? label.substring( in UserObject()
124 pos + 1, label.length()).trim() : ""; in UserObject()
H A DCustomCanvas.java38 String label = (drawLabel) ? state.getLabel() : ""; in CustomCanvas()
47 .drawVertex(state, label); in CustomCanvas()
53 ((SwingCanvas) canvas).drawVertex(state, label); in CustomCanvas()
118 public void drawVertex(mxCellState state, String label) in drawVertex() argument
120 vertexRenderer.setText(label); in drawVertex()
H A DUserObject.java.bak57 // Overrides method to disallow edge label editing
63 // Overrides method to provide a cell label in the display
98 // Overrides method to store a cell label in the model
108 String label = newValue.toString();
113 int pos = label.indexOf(' ');
115 String firstName = (pos > 0) ? label.substring(0,
116 pos).trim() : label;
117 String lastName = (pos > 0) ? label.substring(
118 pos + 1, label.length()).trim() : "";
/plugin/diagrams/script/
H A DDiagramsForm.js105 type: 'select', 'label': LANG.plugins.diagrams.alignment, 'name': 'align', 'options':
107 {value: '', label: ''},
108 {value: 'left', label: LANG.plugins.diagrams.left},
109 {value: 'right', label: LANG.plugins.diagrams.right},
110 {value: 'center', label: LANG.plugins.diagrams.center}
114 label: LANG.plugins.diagrams.title, name: 'title'
121 label: LANG.plugins.diagrams.mediaSource,
/plugin/ckgdoku/ckeditor/plugins/find/dialogs/
H A Dfind.js17label:c.lang.common.close})],contents:[{id:"find",label:f.find,title:f.find,accessKey:"",elements:…
18label:CKEDITOR.tools.htmlEncode(f.findOptions),style:"margin-top:29px",children:[{type:"vbox",padd…
19 label:f.replace,accessKey:"M",elements:[{type:"hbox",widths:["230px","90px"],children:[{type:"text"…
20 …ce",label:f.replaceWith,isChanged:!1,labelLayout:"horizontal",accessKey:"R"},{type:"button",id:"bt…
21 …",label:CKEDITOR.tools.htmlEncode(f.findOptions),children:[{type:"vbox",padding:0,children:[{type:…
22 label:f.matchWord},{type:"checkbox",id:"txtReplaceCyclic",isChanged:!1,"default":!0,label:f.matchCy…
/plugin/ckgedit/ckeditor/plugins/find/dialogs/
H A Dfind.js17 …_NONE,minWidth:350,minHeight:170,buttons:[CKEDITOR.dialog.cancelButton(c,{label:c.lang.common.clos…
18label:e.find,title:e.find,accessKey:"",elements:[{type:"hbox",widths:["230px","90px"],children:[{t…
19label:CKEDITOR.tools.htmlEncode(e.findOptions),style:"margin-top:29px",children:[{type:"vbox",padd…
20 …ace",label:e.findWhat,isChanged:!1,labelLayout:"horizontal",accessKey:"F"},{type:"button",id:"btnF…
21 …ce",label:e.replaceWith,isChanged:!1,labelLayout:"horizontal",accessKey:"R"},{type:"button",id:"bt…
22label:CKEDITOR.tools.htmlEncode(e.findOptions),children:[{type:"vbox",padding:0,children:[{type:"c…
/plugin/struct/types/
H A DAbstractBaseType.php37 protected $keepconfig = ['label', 'hint', 'visibility'];
40 * @var string label for the field
42 protected $label = '';
67 * @param string $label The label for this field (empty for new definitions=
71 public function __construct($config = null, $label = '', $ismulti = false, $tid = 0)
88 $this->label = $label;
123 'label' => $this->label,
41 protected $label = ''; global() variable in dokuwiki\\plugin\\struct\\types\\AbstractBaseType
70 __construct($config = null, $label = '', $ismulti = false, $tid = 0) global() argument
[all...]
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D70.70.js1label:0,sent:function(){if(1&i[0])throw i[1];return i[1]},trys:[],ops:[]};return o={next:a(0),thro… property in AnonymousFunctione6029fa93d00.t
/plugin/openlayersmap/ol7/
H A Dol-layerswitcher.js
/plugin/struct/helper/
H A Dfield.php34 $this->column = $this->findColumn($this->opt['label']);
67 $label = $this->column->getTranslatedLabel();
69 $label = $this->opt['label'];
71 msg(sprintf($this->getLang('e_required'), hsc($label)), -1);
209 $html .= "<label class=\"$lclass\" data-column=\"$colname\" for=\"$id\">";
210 $html .= "<span class=\"label $class\" title=\"$hint\">$trans$required</span>";
211 $html .= '</label>';
227 [$table, $label] = explode('.', $colname, 2);
228 if (!$table || !$label) {
[all...]
/plugin/ckgdoku/ckeditor/plugins/tabletools/dialogs/
H A DtableCell.js.unc25 label: langCell.title,
45 label: langCommon.width,
82 label: editor.lang.table.widthUnit,
101 label: langCell.hAlign,
146 label: langCell.cellType,
163 label: langCell.rowSpan,
182 label: langCell.colSpan,
208 label: langCell.bgColor,
232 label: langCell.chooseColor,
257 label: langCell.borderColor,
[all …]
/plugin/form/
H A Dstyle.css1 div.dokuwiki label.th,
2 div.dokuwiki label.td {
8 div.dokuwiki label.th {
/plugin/tagfilter/
H A Dhelper.php62 * @return string[]|false with tag=>label pairs
97 * Returns latest part of tag as label
104 $label = strrchr($tag, ':');
105 $label = $label != '' ? $label : $tag;
106 return PhpString::ucwords(str_replace('_', ' ', trim($label, ':')));
466 $label = strstr($tag, ':', true);
467 $label = $label !
[all...]
/plugin/ckgdoku/ckeditor/plugins/headerbuttons/
H A Dplugin.js60 label: editor.lang.headerbuttons.same,
66 label: editor.lang.headerbuttons.lower,
72 label: editor.lang.headerbuttons.higher,
78 label: editor.lang.headerbuttons.remove,
/plugin/ckgedit/ckeditor/plugins/headerbuttons/
H A Dplugin.js60 label: editor.lang.headerbuttons.same,
66 label: editor.lang.headerbuttons.lower,
72 label: editor.lang.headerbuttons.higher,
78 label: editor.lang.headerbuttons.remove,

12345678910>>...43