Home
last modified time | relevance | path

Searched refs:className (Results 501 – 525 of 555) sorted by path

1...<<212223

/plugin/virtualkeyboard/vk/
H A Dvirtualkeyboard.js384 …s1.className = s2.className = s1.className.replace (new RegExp("\\s*\\b"+cssClasses['buttonDown']+…
387 s1.className = s2.className = s1.className+" "+cssClasses['buttonDown'];
662 … cp.className = cp.className.replace (new RegExp("\\s*\\b"+cssClasses['buttonDown']+"\\b","g"),'');
667 … el.className = el.className.replace(new RegExp("\\s*\\b"+cssClasses['buttonDown']+"\\b","g"),"");
693 …nodes.desk.className = nodes.desk.className.replace(new RegExp("\\s*\\b"+cssClasses['capslock']+"\…
720 … el.className = el.className.replace(new RegExp("\\s*\\b"+cssClasses['buttonDown']+"\\b","g"),"");
749 … cp.className = cp.className.replace (new RegExp("\\s*\\b"+cssClasses['buttonDown']+"\\b","g"),'');
780 …nodes.desk.className = nodes.desk.className.replace(new RegExp("\\s*\\b"+cssClasses['capslock']+"\…
812 s1.className = s2.className = cn;
814 el.className = cn;
[all …]
/plugin/vkeyboard/
H A Dvkeyboard.js1className="keyboardInputInitiator";x.title=this.VKI_i18n["01"];x.elem=y;x.onclick=function(K){K=K|…
H A Dvkeyboard.js.unc1136 … && (ex.className.indexOf("keyboardInput") > -1) || (ex.className.indexOf("wiki__text") > -1))
1162 if (self.VKI_isIE) this.className += " hover";
1166 if (self.VKI_isIE) this.className = this.className.replace(/ ?(hover|pressed) ?/g, "");
1174 if (self.VKI_isIE) this.className = this.className.replace(/ ?pressed ?/g, "");
1212 li[x].className = "selected";
1214 } else li[x].className = "";
1255 … self.VKI_keyboard.className = self.VKI_keyboard.className.replace(/ ?keyboardInputSize\d ?/, "");
1390 this.className += " dead";
1427 var className = [];
1433 td.className = className.join(" ");
[all …]
/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js773 node.className=node.className.substr(0,index-1)+node.className.substr(index+size)
1252 if(className in win&&object instanceof win[className]){return true
1254 if(className in win){return object instanceof win[className]
1910 var className=item.className||"";
1923 }item.className=className;
2291 node.className="fbBody";
2800 }fbBottom.className="hide"
5850 elt.className=rowName+(className?" "+rowName+"-"+className:"");
6502 }e.className=e.className+" selectedElement";
6535 }}else{if(targ.className=="nodeValue"||targ.className=="nodeName"){}}};
[all …]
/plugin/webcode/
H A DwebCodeConsole.js7 webConsoleLine.className = "webCodeConsoleLine";
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DServer.php1637 foreach ($this->resourceTypeMapping as $className => $resourceType) {
1638 if ($node instanceof $className) $result[] = $resourceType;
/plugin/webdav/vendor/sabre/vobject/lib/Component/
H A DVCard.php526 $className = parent::getClassNameForPropertyName($propertyName);
529 …if ('Sabre\\VObject\\Property\\Binary' == $className && self::VCARD40 === $this->getDocumentType()…
533 return $className;
/plugin/webdav/vendor/sabre/xml/lib/Deserializer/
H A Dfunctions.php200 * @param string $className
204 function valueObject(Reader $reader, $className, $namespace) { argument
206 $valueObject = new $className();
212 $defaultProperties = get_class_vars($className);
/plugin/webdav/vendor/sabre/xml/lib/
H A DService.php224 * @param object $className
227 function mapValueObject($elementName, $className) { argument
230 $this->elementMap[$elementName] = function(Reader $reader) use ($className, $namespace) {
231 return \Sabre\Xml\Deserializer\valueObject($reader, $className, $namespace);
233 $this->classMap[$className] = function(Writer $writer, $valueObject) use ($namespace) {
236 $this->valueObjectMap[$className] = $elementName;
/plugin/webdavclient/vendor/sabre/vobject/lib/Component/
H A DVCard.php441 $className = parent::getClassNameForPropertyName($propertyName);
444 …if ($className == 'Sabre\\VObject\\Property\\Binary' && $this->getDocumentType()===self::VCARD40) {
447 return $className;
/plugin/widearea/widearea/
H A Dwidearea.js74 wideAreaWrapper.className = 'widearea-wrapper';
75 wideAreaIcons.className = 'widearea-icons';
87 … currentTextArea.className = (currentTextArea.className + " widearea").replace(/^\s+|\s+$/g, "");
225 …currentTextArea.className = ('widearea-fullscreen ' + targetTextarea.className).replace(/^\s+|\s…
226 …targetTextarea.className = ('widearea-fullscreened ' + targetTextarea.className).replace(/^\s+|\s…
229 controlPanel.className = 'widearea-controlPanel';
234 closeIcon.className = 'widearea-icon close';
304 if(/dark/gi.test(overlayLayer.className)) {
305 overlayLayer.className = overlayLayer.className.replace('dark', 'light');
307 overlayLayer.className = overlayLayer.className.replace('light', 'dark');
[all …]
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckeditingarea.js142 eTextarea.className = 'SourceField' ;
H A Dfckicon.js100 eIcon.className = 'TB_Button_Image' ;
H A Dfckmenublock.js82 oMainElement.className = 'MN_Menu' ;
141 eCell.className = 'MN_Separator MN_Icon' ;
144 eCell.className = 'MN_Separator' ;
145 eCell.appendChild( oDoc.createElement( 'DIV' ) ).className = 'MN_Separator_Line' ;
148 eCell.className = 'MN_Separator' ;
149 eCell.appendChild( oDoc.createElement( 'DIV' ) ).className = 'MN_Separator_Line' ;
H A Dfckmenuitem.js60 r.className = this.IsDisabled ? 'MN_Item_Disabled' : 'MN_Item' ;
74 eCell.className = 'MN_Icon' ;
79 eCell.className = 'MN_Label' ;
87 eCell.className = 'MN_Arrow' ;
102 this.MainElement.className = 'MN_Item_Over' ;
118 this.MainElement.className = 'MN_Item' ;
H A Dfckspecialcombo.js42 this._PanelBox.className = 'SC_Panel' ;
61 this.className += ' SC_ItemOver' ;
66 this.className = this.originalClass ;
71 this.className = this.originalClass ;
236 oField.className = 'SC_Field' ;
245 oField.className = 'TB_Button_Off' ;
293 this.className = 'TB_Button_On_Over';
296 this.className = 'TB_Button_On_Over';
310 this.className = 'TB_Button_Off';
313 this.className = 'TB_Button_Off';
[all …]
H A Dfckstyle.js670 el.className = attValue ;
H A Dfcktoolbar.js65 e.className = 'TB_Toolbar' ;
79 eCell.appendChild( oDoc.createElement( 'div' ) ).className = 'TB_Start' ;
91 eCell.appendChild( oDoc.createElement( 'div' ) ).className = 'TB_End' ;
102 FCKTools.AppendElement( parentElement, 'div' ).className = 'TB_Separator' ;
H A Dfcktoolbarbreak_ie.js33 oBreakDiv.className = 'TB_Break' ;
H A Dfcktoolbarbuttonui.js42 oImg.className = 'TB_Button_Padding' ;
94 oCell.className = 'TB_Button_Text' ;
132 e.className = 'TB_Button_Off' ;
136 e.className = 'TB_Button_On' ;
140 e.className = 'TB_Button_Disabled' ;
150 this.className = 'TB_Button_Off_Over' ;
152 this.className = 'TB_Button_On_Over' ;
158 this.className = 'TB_Button_Off' ;
160 this.className = 'TB_Button_On' ;
H A Dfcktoolbarpanelbutton.js46 parentElement.className += 'Menu' ;
58 eLine.className = 'TB_ConnectionLine' ;
H A Dfcktoolbarstylecombo.js66 targetDoc.body.className += ' ForceBaseFont' ;
/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/
H A Dfck_othercommands.js434 oAnchor.className = oAnchor.className.replace( FCKRegexLib.FCK_Class, '' ) ;
H A Dfckindentcommands.js110 var indentClass = firstBlock.className.match( FCKIndentCommand._ClassNameRegex ) ;
151 var indentClass = block.className.match( FCKIndentCommand._ClassNameRegex ) ;
166 var className = block.className.replace( FCKIndentCommand._ClassNameRegex, '' ) ;
168 block.className = className ;
170 block.className = ( className.length > 0 ? className + ' ' : '' ) +
H A Dfckjustifycommands.js71 var className = classes[i] ;
72 if ( className && className.length > 0 )
73 names.push( className ) ;
115 var className = block.className.replace( FCKJustifyCommand._GetClassNameRegex(), '' ) ;
120 if ( className.length > 0 )
121 className += ' ' ;
122 block.className = className + cssClassName ;
124 else if ( className.length == 0 )

1...<<212223