Home
last modified time | relevance | path

Searched refs:getStyle (Results 1 – 11 of 11) sorted by relevance

/webtrees/public/ckeditor-4.15.1-custom/plugins/tabletools/dialogs/
H A DtableCell.js6 …tup:f(function(b){var c=parseFloat(b.getAttribute(a),10);b=parseFloat(b.getStyle(a),10);if(!isNaN(…
7 …ectedIndex=-1))}}function u(a,b){var c=/^(\d+(?:\.\d+)?)(px|%)$/.exec(a.getStyle(b)||a.getAttribut…
9getStyle("white-space")||b)return"no"}),commit:function(a){"no"==this.getValue()?a.setStyle("white…
10 …ine,"baseline"]],setup:f(function(a){var b=a.getAttribute("vAlign");a=a.getStyle("vertical-align")…
13 …efault":"",setup:f(function(a){var c=a.getAttribute("bgColor");return a.getStyle("background-color…
14 …lt":"",setup:f(function(a){var c=a.getAttribute("borderColor");return a.getStyle("border-color")||…
/webtrees/public/ckeditor-4.15.1-custom/plugins/image/dialogs/
H A Dimage.js9 …idth"==this.id?"width":"height",g=b.getAttribute(f);g&&(e=c(g,e));e=c(b.getStyle(f),e);this.setVal…
28 …lang.image.validateBorder),setup:function(a,b){if(1==a){var c;c=(c=(c=b.getStyle("border-width"))&…
30 ….validateHSpace),setup:function(a,b){if(1==a){var c,d;c=b.getStyle("margin-left");d=b.getStyle("ma…
32 setup:function(a,b){if(1==a){var c,d;c=b.getStyle("margin-top");d=b.getStyle("margin-bottom");c=c&&…
33 …l(this,"advanced:txtdlgGenStyle")},setup:function(a,b){if(1==a){var c=b.getStyle("float");switch(c…
/webtrees/public/ckeditor-4.15.1-custom/plugins/table/dialogs/
H A Dtable.js6 …ange",function(){var a=this.getStyle("width",""),c=d.getContentElement("info","txtWidth");c&&c.set…
16 …yles");a&&a.updateStyle("width",this.getValue())},setup:function(a){a=a.getStyle("width");this.set…
17 …es");a&&a.updateStyle("height",this.getValue())},setup:function(a){(a=a.getStyle("height"))&&this.…
/webtrees/app/Report/
H A DPdfRenderer.php201 $style = $this->getStyle($s);
212 public function getStyle(string $s): array function in Fisharebest\\Webtrees\\Report\\PdfRenderer
279 $style = $this->getStyle($this->currentStyle);
H A DHtmlRenderer.php474 $style = $this->getStyle($this->currentStyle);
525 $style = $this->getStyle($this->currentStyle);
703 $style = $this->getStyle($this->getCurrentStyle());
H A DReportHtmlText.php104 $style = $renderer->getStyle($this->styleName);
H A DAbstractRenderer.php393 public function getStyle(string $s): array function in Fisharebest\\Webtrees\\Report\\AbstractRenderer
/webtrees/public/ckeditor-4.15.1-custom/plugins/liststyle/dialogs/
H A Dliststyle.js6 "square"]],setup:function(a){a=a.getStyle("list-style-type")||k[a.getAttribute("type")]||a.getAttri…
8 …bel:b.type,id:"type",style:"width: 100%;",items:f,setup:function(a){a=a.getStyle("list-style-type"…
/webtrees/public/ckeditor-4.15.1-custom/plugins/colordialog/dialogs/
H A Dcolordialog.js12 …OR.tools.array.forEach(a,function(a){b=CKEDITOR.tools.convertRgbToHex(a.getStyle("background-color…
/webtrees/public/ckeditor-4.15.1-custom/plugins/pastefromword/filter/
H A Ddefault.js22 …roman"==a?e(b.toUpperCase()):"lower-alpha"==a||"upper-alpha"==a?c(b):1},getStyle:function(b){b=b.s… method
28 this.numbering.getStyle(c),c=this.numbering.toNumber(c,e),c!==a&&(b.attributes.value=c))}},calculat…
/webtrees/public/ckeditor-4.15.1-custom/
H A Dckeditor.js38 …").toArray();return CKEDITOR.tools.array.filter(c,function(b){return!!b.getStyle(a)})},fixDomain:f…
115 …=b&&new CKEDITOR.dom.node(b))&&a&&!a(b)&&(b=b.getPrevious(a));return b},getStyle:function(a){retur…
137 "ltr":this.getStyle("direction")||this.getAttribute("dir")},data:function(a,b){a="data-"+a;if(void …
501 …getAttribute(Y)==Z?C[Y]=1:G[Y]=1);for(X in h.styles)!D[X]&&(Z=y.getStyle(X))&&(l.getStyle(X)==Z?A[…
511 …ute(g));for(var h in c)this._.definition.fullMatch&&a.getStyle(h)!=n(h,c[h],!0)||(f=f||!!a.getStyl…
628 …osition.x=c-this._.contentSize.width-parseInt(this._.element.getFirst().getStyle("right"),10)}this…
673 …config?d.config.useComputedState:1;(b?a.getComputedStyle("direction"):a.getStyle("direction")||a.h…
676 c.getStyle("direction")||c.getAttribute("dir"),a.getCommand("bidirtl").setState("rtl"==b?CKEDITOR.T…
698 …es({position:"absolute",top:k(e.y+d.height-u.height)});var n="fixed"==a.getStyle("position")?d.lef…
785 …){for(var b=function(a){return a.type==CKEDITOR.NODE_ELEMENT&&"none"==a.getStyle("display")},e=thi…
[all …]