Home
last modified time | relevance | path

Searched refs:getStyle (Results 26 – 50 of 108) sorted by relevance

12345

/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/odt/ODT/
H A DODTExport.php165 $source = $params->document->getStyle($params->document->getStyleName('first page'));
166 … $dest = $params->document->getStyle($first_master->getProperty('style-page-layout-name'));
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 DODTParagraph.php70 $styleBody = $params->document->getStyle($styleName);
H A DODTState.php146 $styleObj = $this->document->getStyle($element->getStyleName());
H A Dstyleset.php259 public function getStyle ($name) { function in ODTStyleSet
H A DODTDocument.php1390 $outline_style = $this->getStyle('Outline');
2163 public function getStyle ($styleName) { function in ODTDocument
2164 return $this->styleset->getStyle($styleName);
2198 return $this->styleset->getStyle($this->styleset->getStyleName($alias));
2285 $style = $this->styleset->getStyle($name);
2358 $style = $this->styleset->getStyle($name);
/plugin/combo/ComboStrap/Tag/
H A DFollowTag.php63 $style = $brand->getStyle();
H A DShareTag.php49 $style = $brandButton->getStyle();
/plugin/combo/ComboStrap/
H A DBrandListTag.php99 $snippetManager->attachCssInternalStyleSheet($brandButton->getStyleScriptIdentifier(), $brandButton->getStyle());
H A DTagAttributes.php450 public function getStyle(): string function in ComboStrap\\TagAttributes
637 $this->addOutputAttributeValueIfNotEmpty("style", $this->getStyle());
884 $array["style"] = $this->getStyle();
H A DBrandTag.php86 $style = $brandButton->getStyle();
/plugin/issuetracker/
H A Dprototype.js2366 getStyle: function(element, style) { method in Element.Methods
2379 return $(element).getStyle('opacity');
2501 Element.Methods.getStyle = Element.Methods.getStyle.wrap(
3190 value = element.getStyle(property);
3256 var display = element.getStyle('display');
3330 width = element.getStyle('width');
3334 width = element.getStyle('width');
3796 left: element.getStyle('left'),
3797 top: element.getStyle('top'),
3798 width: element.getStyle('width'),
[all …]
/plugin/ckgdoku/ckeditor/plugins/image/
H A Dplugin.js1 …ta("cke-realelement")&&!c.isReadOnly()){return c}}function b(c){var d=c.getStyle("float");if(d=="i…
/plugin/ckgedit/ckeditor/plugins/image/
H A Dplugin.js1 …ta("cke-realelement")&&!c.isReadOnly()){return c}}function b(c){var d=c.getStyle("float");if(d=="i…
/plugin/combo/ComboStrap/Xml/
H A DXmlElement.php140 public function getStyle(): string function in ComboStrap\\Xml\\XmlElement
389 $source = StyleAttribute::HtmlStyleValueToArray($this->getStyle());
/plugin/ckgdoku/ckeditor/plugins/image/dialogs/
H A Dimage.js1getStyle(G),F);this.setValue(F)};var b;var w=function(){var B=this.originalElement;B.setCustomData…
/plugin/ckgedit/ckeditor/plugins/image/dialogs/
H A Dimage.js1getStyle(G),F);this.setValue(F)};var b;var w=function(){var B=this.originalElement;B.setCustomData…
/plugin/freechat/phpfreechat/data/public/js/
H A Dprototype.js1894 getStyle: function(element, style) { method in Element.Methods
1907 return $(element).getStyle('opacity');
1937 var display = $(element).getStyle('display');
1960 var pos = Element.getStyle(element, 'position');
2022 var p = Element.getStyle(element, 'position');
2031 if (element.getStyle('position') == 'absolute') return;
2055 if (element.getStyle('position') == 'relative') return;
2173 Element.Methods.getStyle = Element.Methods.getStyle.wrap(
2221 var position = element.getStyle('position');
2234 var position = element.getStyle('position');
[all …]
/plugin/s5reloaded/ui/effects_support/
H A Dprototype.js2189 getStyle: function(element, style) { method in Element.Methods
2202 return $(element).getStyle('opacity');
2232 var display = Element.getStyle(element, 'display');
2254 var pos = Element.getStyle(element, 'position');
2314 var p = Element.getStyle(element, 'position');
2374 if (Element.getStyle(element, 'position') != 'static')
2420 if (Element.getStyle(element, 'position') == 'absolute') {
2455 Element.Methods.getStyle = Element.Methods.getStyle.wrap(
2500 var position = element.getStyle('position');
2515 var position = element.getStyle('position');
[all …]
H A Dcontrols.js95 …if(Element.getStyle(this.update, 'display')=='none') this.options.onShow(this.element, this.update…
98 (Element.getStyle(this.update, 'position')=='absolute')) {
117 …if(Element.getStyle(this.update, 'display')!='none') this.options.onHide(this.element, this.update…
498 this._originalBackground = this.element.getStyle('background-color') || 'transparent';
/plugin/ckgedit/ckeditor/plugins/tabletools/dialogs/
H A DtableCell.js.unc58 cell.getStyle( 'width' ) || cell.getAttribute( 'width' ) );
101 textAlignStyle = element.getStyle( 'text-align' );
/plugin/chordsheets/js/
H A Djtab.min.js1getStyle=function(t,a){var s=t.css(a);return s||(document.defaultView?s=document.defaultView.getCo… function
/plugin/bibtex/OSBib/format/
H A DREADME.txt128 Parses the XML style file into raw arrays (to be further processed in BIBFORMAT::getStyle() (see be…
134 These last two are used in BIBFORMAT::getStyle().
136 BIBFORMAT::getStyle();
137 $bibformat->getStyle(ASSOC_ARRAY: $styleCommon, ASSOC_ARRAY: $styleTypes);
141 loadStyle() and getStyle() need be called only once.
/plugin/odt/ODT/elements/
H A DODTElementFrame.php175 $frameStyle = $this->getStyle();

12345