Home
last modified time | relevance | path

Searched refs:getStyle (Results 1 – 25 of 108) sorted by last modified time

12345

/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/columns/
H A Dsyntax.php195 protected function getStyle($attribute, $attributeName, $styleName = '') { function in columns_renderer
266 $style = $this->getStyle($attribute, 'column-width', 'width');
267 $style .= $this->getStyle($attribute, 'vertical-align');
/plugin/aichat/script/
H A DAIChatButton.js31 this.#root.appendChild(this.getStyle());
70 getStyle() {
59 getStyle() { global() method in AIChatButton
H A DAIChatChat.js28 this.#root.appendChild(this.getStyle());
68 getStyle() {
53 getStyle() { global() method in AIChatChat
/plugin/button/
H A Dsyntax.php116 protected function getStyle($name)
213 $data['css'] = $this->getStyle($data['css']);
217 $data['css'] = $this->getStyle('default') . ' ; ' . $data['css'];
87 protected function getStyle($name) { global() function in syntax_plugin_button
/plugin/combo/ComboStrap/
H A DBrandListTag.php99 $snippetManager->attachCssInternalStyleSheet($brandButton->getStyleScriptIdentifier(), $brandButton->getStyle());
H A DBrandTag.php86 $style = $brandButton->getStyle();
H A DBrandButton.php303 function getStyle(): string function in ComboStrap\\BrandButton
395 * The identifier of the {@link BrandButton::getStyle()} script
406 * @return string - the class identifier used in the {@link BrandButton::getStyle()} script
H A DTagAttributes.php450 public function getStyle(): string function in ComboStrap\\TagAttributes
637 $this->addOutputAttributeValueIfNotEmpty("style", $this->getStyle());
884 $array["style"] = $this->getStyle();
/plugin/combo/ComboStrap/Xml/
H A DXmlElement.php140 public function getStyle(): string function in ComboStrap\\Xml\\XmlElement
389 $source = StyleAttribute::HtmlStyleValueToArray($this->getStyle());
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.4.js284 this.getStyle=this.isIE?function(el,name){return el.currentStyle[name]||el.style[name]||undefined
442 this.isVisible=function(elt){return this.getStyle(elt,"visibility")!="hidden"&&(elt.offsetWidth>0||elt.offsetHeight>0||elt.tagName in invisibleTags||elt.namespaceURI=="http://www.w3.org/2000/svg"||elt.namespaceURI=="http://www.w3.org/1998/Math/MathML")
2169 var cssValue=this.getStyle(el,name);
2260 },getStyle:isIE?function(el,name){return el.currentStyle[name]||el.style[name]||undefined
H A Dfirebug-lite-1.2-compressed.js96 break;}}},cssSelectbox:function(){with(firebug){d.css.open(el.button.css.selectbox.environment.getElement().selectedIndex);}},domTextbox:function(_event){with(firebug){if(_event.keyCode==13){d.dom.open(eval(el.button.dom.textbox.environment.getElement().value),el.left.dom.container);}}},inspector:function(){with(firebug){if(internal.popupWin){internal.popupWin.firebug.d.html.inspect(firebug.d.inspector.el);}else{firebug.d.html.inspect(firebug.d.inspector.el);}}},keyboard:function(_event){with(firebug){if(_event.keyCode==27&&d.inspector.enabled){d.inspector.toggle();}else if(_event.keyCode===123&&(_event.ctrlKey||_event.metaKey)){if(internal.isPopup){win.dock();}else{win.newWindow();}}else if((_event.keyCode===123&&(!_event.ctrlKey&&!_event.metaKey))||(_event.keyCode===76&&(_event.ctrlKey||_event.metaKey)&&_event.shiftKey)||(_event.keyCode===13&&_event.shiftKey)){if(internal.isPopup){win.dock();}else if(el.main.environment.getStyle("display")==='none'){win.show();}else{win.hide();}}}},mouse:function(_event){with(firebug){if(d.inspector.enabled){var target;var borderInspector=el.borderInspector.environment.getElement();var display=el.borderInspector.environment.getStyle("display");borderInspector.style.display="none";if(document.elementFromPoint){target=document.elementFromPoint(_event.clientX,_event.clientY);}else{if(lib.env.ie){target=_event.srcElement;}else{target=_event.explicitOriginalTarget||_event.target;}}
113 try{_element.style[key]=_style[key];}catch(e){}}},getStyle:function(_element,_property){_property=_property=="float"?pi.env.ie?"styleFloat":"cssFloat":_property;if(_property=="opacity"&&pi.env.ie) method in pi.util.Element
128 return this._parent_;},"addAfter":function(_element,_referenceElement){this.addBefore(_element.environment?_element.environment.getElement():_element,(_referenceElement.environment?_referenceElement.environment.getElement():_referenceElement).nextSibling);return this._parent_;},"addBefore":function(_element,_referenceElement){this._parent_.environment.getElement().insertBefore(_element.environment?_element.environment.getElement():_element,_referenceElement.environment?_referenceElement.environment.getElement():_referenceElement);return this._parent_;},"remove":function(_element){this._parent_.environment.getElement().removeChild(_element.environment?_element.environment.getElement():_element);}},"environment":{"_element":null,"setElement":function(_value){this._parent_.element=_value;this._parent_.element.lib=this._parent_;this._parent_.element.firebugElement=true;this._setElement(_value);},"getParent":function(){return this.getElement().parentNode;},"getPosition":function(){return pi.util.Element.getPosition(this.getElement());},"getSize":function(){return pi.util.Element.getSize(this.getElement());},"addStyle":function(_styleObject){pi.util.Element.addStyle(this.getElement(),_styleObject);return this._parent_;},"getStyle":function(_property){return pi.util.Element.getStyle(this.getElement(),_property);},"getName":function(){return this.getElement().nodeName;},"getType":function(){return this.getElement().nodeType;},"getValue":function(){return pi.util.Element.getValue(this.getElement());},"getView":function(_property){return pi.util.Element.getView(this.getElement(),_property);}},"event":{"addListener":function(_event,_fn,_useCapture){pi.util.AddEvent(this._parent_.environment.getElement(),_event,_fn,_useCapture);return this._parent_;},"removeListener":function(_event,_fn,_useCapture){pi.util.RemoveEvent(this._parent_.environment.getElement(),_event,_fn,_useCapture);return this._parent_;}}};pi.element=pi.element.build();pi.xhr=new pi.base;pi.xhr.init=function(_url){if(!window.XMLHttpRequest){var names=["Msxml2.XMLHTTP.6.0","Msxml2.XMLHTTP.3.0","Msxml2.XMLHTTP","Microsoft.XMLHTTP"];for(var i=0;i<names.length;i++){try{this.environment.setApi(new ActiveXObject(names[i]));break;}catch(e){continue;}}} method in pi.element.body.environment
H A Dfirebug-lite-1.2.js1836 } else if (el.main.environment.getStyle("display") === 'none') {
1851 var display = el.borderInspector.environment.getStyle("display");
2132 getStyle:function(_element,_property){ method in pi.util.Element
2437 "getStyle":function(_property){ method in pi.element.body.environment
2438 return pi.util.Element.getStyle(this.getElement(),_property);
/plugin/combo/ComboStrap/Tag/
H A DFollowTag.php63 $style = $brand->getStyle();
H A DShareTag.php49 $style = $brandButton->getStyle();
/plugin/odt/ODT/
H A DODTImport.php153 $style = $params->styleset->getStyle($name);
163 $style = $params->styleset->getStyle($name);
215 $style = $params->styleset->getStyle($name);
222 $firstStyle = $params->styleset->getStyle($name);
224 $lastStyle = $params->styleset->getStyle($name);
357 $style = $params->styleset->getStyle($name);
364 $firstStyle = $params->styleset->getStyle($name);
366 $lastStyle = $params->styleset->getStyle($name);
506 $style = $params->styleset->getStyle($name);
612 $style = $params->styleset->getStyle($name);
[all …]
H A DODTList.php253 $style_body = $params->document->getStyle($last_p_style);
H A DODTParagraph.php70 $styleBody = $params->document->getStyle($styleName);
H A DODTState.php146 $styleObj = $this->document->getStyle($element->getStyleName());
H A DODTTable.php44 $list_style = $params->document->getStyle($list_style_name);
57 $style_obj = clone $params->document->getStyle($tableStyleName);
593 $style_obj = $params->document->getStyle($style_name);
H A Dstyleset.php259 public function getStyle ($name) { function in ODTStyleSet
/plugin/odt/ODT/elements/
H A DODTElementFrame.php175 $frameStyle = $this->getStyle();
H A DODTElementTable.php320 $cell_style = $cell->getStyle();
339 $style_obj = $params->document->getStyle($style_name);
359 $tableStyle = $this->getStyle();
427 $style_obj = $params->document->getStyle($table_style_name);
459 $tableStyle = $this->getStyle();
470 $style_obj = $params->document->getStyle($style_name);
H A DODTStateElement.php102 public function getStyle() { function in ODTStateElement
/plugin/odt/renderer/
H A Dpage.php1065 $style = clone($this->document->getStyle($body));
1090 $style = clone($this->document->getStyle($ol));

12345