Home
last modified time | relevance | path

Searched refs:label (Results 1001 – 1025 of 1053) sorted by path

1...<<414243

/plugin/virtualgroup/
H A Dstyle.css
/plugin/vkeyboard/
H A Dstyle.css241 #keyboardInputMaster tbody tr td div label {
246 #keyboardInputMaster tbody tr td div label input {
H A Dvkeyboard.js.unc1309 var label = document.createElement('label');
1319 label.appendChild(checkbox);
1321 div.appendChild(label);
/plugin/watchcycle/
H A Dstyle.less63 label[class=outdated] {
/plugin/webcode/vendor/
H A Dfirebug-lite-1.2-compressed.js14label=new lib.element("LABEL").update("Object Path:").insert(el.button.dom.container);el.button.do…
H A Dfirebug-lite-1.2.js275 …el.button.dom.label = new lib.element("LABEL").update("Object Path:").insert(el.button.dom.contain…
303 …el.button.xhr.label = new lib.element("LABEL").update("XHR Path:").insert(el.button.xhr.container);
H A Dfirebug-lite-1.4.js653 if(element.id){label+="#"+element.id
655 }return label
1769 var m=re.exec(label);
1771 }else{if(isIE&&(label=="[object]"||typeof object=="object"&&typeof label=="undefined")){return"Obje…
1772 }else{return label
1924 item.label=$STR(item.label);
4687 items.push({label:"Cut",commandID:"cmd_cut"});
4688 items.push({label:"Copy",commandID:"cmd_copy"});
6149 var label=name+": "+diff+"ms";
6150 this.info(label);
[all …]
H A Dfirebug-lite.css2 …lect, #Firebug option, #Firebug a, #Firebug strong, #Firebug em, #Firebug label, #Firebug center {
168 #Firebug .ButtonContainer .DOM label { font:11px Verdana, Geneva, Arial, Helvetica, sans-serif; }
182 #Firebug .ButtonContainer .XHR label { font:11px Verdana, Geneva, Arial, Helvetica, sans-serif; }
/plugin/webdav/vendor/sabre/dav/lib/DAV/Browser/
H A DHtmlOutputHelper.php88 * @param string $label
91 function link($url, $label = null) { argument
94 return '<a href="' . $url . '">' . ($label ? $this->h($label) : $url) . '</a>';
/plugin/webdav/vendor/sabre/dav/lib/DAV/Browser/assets/
H A Dsabredav.css197 .actions label {
/plugin/webdav/vendor/sabre/dav/lib/DAV/Sharing/
H A DPlugin.php286 …<label>Share with (uri):</label> <input type="text" name="href" placeholder="mailto:user@example.o…
287 <label>Access</label>
/plugin/webdav/vendor/sabre/vobject/lib/
H A DVCardConverter.php195 $label = $input->{$property->group.'.X-ABLABEL'};
198 if (!$label || '_$!<Anniversary>!$_' !== $label->getValue()) {
/plugin/webdav/vendor/sabre/vobject/resources/schema/
H A Dxcard.rng177 param-label = element label { value-text }?
181 param-label }?,
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DVCardConverter.php208 $label = $input->{$property->group . '.X-ABLABEL'};
211 if (!$label || $label->getValue()!=='_$!<Anniversary>!$_') {
/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/wikicalendar/
H A Dstyle.css107 div.dokuwiki table.plugin_wikicalendar_go2 label {
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/wikistats/
H A Dhelper.php65 $label = $this->getLang('btn_display_stats');
66 if (!$label) {
68 $label = 'Stats';
70 $tip = htmlspecialchars($label);
76 …<a class="action wikistats" href="'.$url.'" rel="nofollow" title="'.$label.'">'.$label.'</a></li>';
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckcontextmenu.js59 FCKContextMenu.prototype.AddItem = function( name, label, iconPathOrStripInfoArrayOrIndex, isDisabl… argument
61 var oItem = this._MenuBlock.AddItem( name, label, iconPathOrStripInfoArrayOrIndex, isDisabled) ;
H A Dfckmenublock.js35 FCKMenuBlock.prototype.AddItem = function( name, label, iconPathOrStripInfoArrayOrIndex, isDisabled… argument
37 var oItem = new FCKMenuItem( this, name, label, iconPathOrStripInfoArrayOrIndex, isDisabled ) ;
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 ) ;
H A Dfckspecialcombo.js94 FCKSpecialCombo.prototype.AddItem = function( id, html, label, bgColor ) argument
100 oDiv.FCKItemLabel = label || id ;
H A Dfcktoolbar.js35 FCKToolbar.prototype.AddButton = function( name, label, tooltip, iconPathOrStripInfoArrayOrIndex, s… argument
40 …var oButton = new FCKToolbarButtonUI( name, label, tooltip, iconPathOrStripInfoArrayOrIndex, style…
H A Dfcktoolbarbutton.js24 var FCKToolbarButton = function( commandName, label, tooltip, style, sourceView, contextSensitive, … argument
27 this.Label = label ;
H A Dfcktoolbarbuttonui.js24 var FCKToolbarButtonUI = function( name, label, tooltip, iconPathOrStripInfoArray, style, state ) argument
27 this.Label = label || name ;

1...<<414243