Home
last modified time | relevance | path

Searched refs:label (Results 326 – 350 of 1053) sorted by path

1...<<11121314151617181920>>...43

/plugin/ckgedit/ckeditor/skins/moono/
H A Ddialog_iequirks.css5 …e_label{display:none}.cke_dialog_body label{display:inline;margin-bottom:auto;cursor:default}.cke_…
H A Ddialog_opera.css5 …e_label{display:none}.cke_dialog_body label{display:inline;margin-bottom:auto;cursor:default}.cke_…
/plugin/ckgedit/lang/
H A Den.4.9.js.beautified262 "label": "Copy Formatting",
360 "label": "Size",
364 "label": "Font",
436 "label": "Format",
642 "label": "Styles",
724 "label": "%1 widget"
758 CKEDITOR.lang.en["stylescombo"]["label"] = "Code";
863 CKEDITOR.lang.en.format["label"] = "Headlines";
865 CKEDITOR.lang.en["stylescombo"]["label"] = "Code";
/plugin/code3/
H A Dscript.js8 …)){var x=PSyHi.toolbar[V];v[v.length]="<input type=\"button\" title=\""+x.label+"\" onclick=\"PSyH… property in PSyHi.toolbar.togglelinenumbers
/plugin/code3/src/
H A Dpsyhi.js146 …s[s.length] = "<input type=\"button\" title=\""+t.label+"\" onclick=\"PSyHi.toolbar."+i+".handler(…
/plugin/codemirror/dist/modes/
H A Dcss.min.js.map1 …baseline-shift\", \"binding\", \"bleed\", \"block-size\",\n \"bookmark-label\", \"bookmark-leve…
H A Dcypher.min.js.map1 …om\", \"grant\", \"graph\", \"graphs\", \"if\", \"index\", \"indexes\", \"label\", \"labels\", \"m…
H A Ddockerfile.min.js.map1 …\", \"i\");\n\n var others = [\n \"arg\", \"from\", \"maintainer\", \"label\", \"env\",\n \…
H A Dmscgen.min.js.map1label\", \"idurl\", \"id\", \"url\", \"linecolor\", \"linecolour\", \"textcolor\", \"textcolour\",…
H A Dmumps.min.js1label=true;g.commandMode=0}var h=a.peek();if(h==" "||h=="\t"){g.label=false;if(g.commandMode==0)g.…
H A Dmumps.min.js.map1label","commandMode","ch","peek","skipToEnd","match","skipTo","next","test","eatWhile","startState…
H A Dpascal.min.js.map1 …function goto if implementation in inherited \" +\n \"inline interface label mod nil not object…
H A Dsas.min.js.map1label format _n_ _error_', ['inDataStep']);\n define('def', 'ALTER BUFNO BUFSIZE CNTLLEV COMPRE…
H A Dsql.min.js.map1 … interval into invoker is isnull isolation join k key key_member key_type label lag language large…
H A Dstex.min.js.map1 …nPattern(\"end\", \"tag\", [\"atom\"]);\n\n plugins[\"label\" ] = addPluginPattern(\"label\"…
H A Dstylus.min.js.map1label\",\"legend\",\"li\",\"link\",\"main\",\"map\", \"mark\",\"marquee\",\"menu\",\"menuitem\",\"…
H A Dttcn.min.js.map1 …" +\n \" goto group if import in infinity inout interleave\" +\n \" label language length lo…
H A Dvhdl.min.js.map1 …generate,generic,generic map,group,guarded,if,impure,in,inertial,inout,is,label,library,linkage,\"…
/plugin/codemirror/dist/
H A Dscripts.min.js.map1label","removeAttribute","showMultipleSelections","curAnchor","domToPos","curFocus","bad","posToDO…
/plugin/codeprettify/code-prettify/src/
H A Dlang-vhdl.js39 …or|function|generate|generic|group|guarded|if|impure|in|inertial|inout|is|label|library|linkage|li…
/plugin/combo/ComboStrap/
H A DBrandButton.php554 $label = $this->getLabel();
570 $buttonAttributes->addOutputAttributeValue("title", $label);
587 $buttonAttributes->addOutputAttributeValue("aria-label", $label);
599 $buttonAttributes->addOutputAttributeValue("title", $label);
611 $buttonAttributes->addOutputAttributeValue("title", $label);
690 * A button should have a aria-label
H A DEditButton.php53 private $label; variable in ComboStrap\\EditButton
92 public function __construct($label) argument
94 $this->label = $label;
98 public static function create($label): EditButton argument
100 return new EditButton($label);
105 $label = $attributes[\syntax_plugin_combo_edit::LABEL];
109 $editButton = EditButton::create($label)
172 $data[self::EDIT_MESSAGE] = $this->label;
221 return "Section Edit $this->label";
[all...]
H A DFetcherAppPages.php242 $label = "App Pages";
245 $label = "Resend Password";
248 $label = "Login";
251 $label = "Register";
255 $label = "Editor";
258 $label = "Diff";
261 $label = "Log";
264 return $label;
H A DIdentityFormsHelper.php41 $label = "";
43 $label = $labelObject->val();
51 if (empty($placeholder) && !empty($label)) {
52 $inputElement->attr("placeholder", $label);
61 $form->addHTML("<label for=\"$inputId\" class=\"form-label\">$label</label>", $elementPosition + 1);
H A DLogUtility.php215 $label = ucfirst(str_replace(":", " ", $canonical));
216 $htmlMsg = PluginUtility::getDocumentationHyperLink($canonical, $label, false);

1...<<11121314151617181920>>...43