Home
last modified time | relevance | path

Searched refs:label (Results 601 – 625 of 1053) sorted by path

1...<<21222324252627282930>>...43

/plugin/freechat/phpfreechat/lib/csstidy-1.2/
H A Dcssparse.css48 label.block {
/plugin/freechat/phpfreechat/lib/pear/PHPUnit/GUI/
H A DGtk.php604 function _setLabelValue(&$label, $value) argument
606 $label->set_text($value);
/plugin/freechat/phpfreechat/src/
H A Dpfci18n.class.php150 foreach($matches[1] as $label)
152 echo "line: ".$line_nb."\t- ".$label."\n";
153 $res[$label] = "// line ".$line_nb." in ".basename($src_filename);
/plugin/frootysearch/
H A Dscript.js34 var label = document.createElement('label');
35 label.setAttribute('for', searchField.id);
36 searchField.parentNode.insertBefore(label, searchField);
37 label.appendChild(searchField);
/plugin/gallery/script/
H A Dprosemirror.js39 label: LANG.plugins.gallery.label_namespace,
45 label: LANG.plugins.gallery.label_thumbnailsize,
53 label: LANG.plugins.gallery.label_imagesize,
61 label: LANG.plugins.gallery.label_cache,
68 label: LANG.plugins.gallery.label_filter,
74 label: LANG.plugins.gallery.label_showname,
81 label: LANG.plugins.gallery.label_showtitle,
88 label: LANG.plugins.gallery.label_crop,
95 label: LANG.plugins.gallery.label_direct,
102 label
[all...]
/plugin/geonav/tpl/startermap/css/
H A Dbasic.css366 label { selector
/plugin/ghissues/helper/
H A DapiCacheInterface.php197 foreach($issue->labels as $label) {
198 $outputXML .= '<span style="background-color:#'.$label->color.'"';
199 $outputXML .= ' class='.$this->_getSpanClassFromBG($label->color).'>';
200 $outputXML .= htmlentities($label->name);
/plugin/gitbacked/
H A DREADME.md8 …github.com/woolfg/dokuwiki-plugin-gitbacked/issues?q=is%3Aissue+is%3Aopen+label%3Acontributionwelc…
9 …github.com/woolfg/dokuwiki-plugin-gitbacked/issues?q=is%3Aissue+is%3Aopen+label%3A%22feature+reque…
/plugin/groupmail/
H A Dstyle.css23 form[id^="groupmail-"] label {
H A Dsyntax.php472 protected function _form_row($label, $name, $type, $default='') { argument
475 $row = '<label for="'.$name.'">'.$label.'</label>';
/plugin/groupmanager/
H A Dsyntax.php663 function _htmlInputField(&$renderer, $id, $name, $label, $value, $cando, $indent = 0) argument
679 $renderer->doc .= "<td style='width: 30%'><label for=\"$id\" >$label: </label></td>";
/plugin/guestbook/
H A Dstyle.css15 .guestbookform label, .guestbookform input, .guestbookform select, .guestbookform textarea { /* All…
/plugin/highlightjs/highlight/
H A Dhighlight.pack.js1label:1,acronym:1,sup:1,body:1,xml:1,basefont:1,base:1,br:1,address:1,strong:1,legend:1,ol:1,scrip… property in hljs.HTML_TAGS
H A Dreadme.eng.txt404 label label
H A Dreadme.rus.txt410 label метка
/plugin/highlightjs/highlight/styles/
H A Ddefault.css68 .label,
H A Dmagula.css60 .label,
/plugin/html2pdf/snorriheim/
H A Ddesign.css63 div.dokuwiki label.block {
69 div.dokuwiki label.simple {
75 div.dokuwiki label.block input.edit {
H A Dmedia.css74 #media__opts label {
79 *+html #media__opts label,
80 * html #media__opts label {
157 #media__content form#dw__upload label.check {
170 #media__content form.meta label {
H A Drtl.css28 label { selector
32 label.simple {
/plugin/html5video2/script/
H A Dvideo.min.js12label(),role:"dialog"})},t.dispose=function(){this.contentEl_=null,this.descEl_=null,this.previous… argument
20label=n.label,i.default=n.default,Object.defineProperties(yt(i),{readyState:{get:function(){return… property in i.buildCSSClass.e.En.textOpacity
21 …s.role.value||"",n=t.attributes.lang||"",r=t.attributes.label||"main";e[r=n&&!t.attributes.label?t…
27 …|(c[i]=[]),u[e][i]){var g=u[e][i][m],y=void 0,y=f?(h("AUDIO group '"+i+"' label '"+m+"' is a maste… property in AnonymousFunctionc9f82cd760200.i
/plugin/html5video2/
H A Dstyle.css1697 .vjs-text-track-settings .vjs-label {
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DVCardConverter.php212 $label = $input->{$property->group . '.X-ABLABEL'};
215 if (!$label || $label->getValue() !== '_$!<Anniversary>!$_') {
/plugin/icalevents/vendor/sabre/vobject/resources/schema/
H A Dxcard.rng177 param-label = element label { value-text }?
181 param-label }?,
/plugin/icalevents/vendor/sabre/xml/tests/Sabre/Xml/
H A DServiceTest.php269 $expected->status->label = 'processed';
327 public $label; variable in Sabre\\Xml\\OrderStatus

1...<<21222324252627282930>>...43