Searched defs:color (Results 1 – 9 of 9) sorted by relevance
/webtrees/app/Report/ |
H A D | ReportBaseText.php | 30 public string $color; variable in Fisharebest\\Webtrees\\Report\\ReportBaseText 47 public function __construct(string $style, string $color)
|
H A D | HtmlRenderer.php | 287 public function createText(string $style, string $color): ReportBaseText 701 public function write(string $text, string $color = '', bool $useclass = true): void
|
H A D | PdfRenderer.php | 470 public function createText(string $style, string $color): ReportBaseText
|
H A D | AbstractRenderer.php | 257 abstract public function createText(string $style, string $color): ReportBaseText;
|
/webtrees/resources/js/ |
H A D | statistics.js | 168 color: '#777' property 212 color: '#757575', property 252 color: '#757575', property
|
/webtrees/public/ckeditor-4.15.1-custom/plugins/scayt/dialogs/ |
H A D | options.js | 18 …data.command+"Dic"),c=c.replace("%s",b.data.name),d.setText(c),a.css(d.$,{color:"blue"})):(""===b.… property 19 d.setText(c)),a.css(d.$,{color:"red"}),null!=e.getUserDictionaryName()&&""!=e.getUserDictionaryName… property 20 …ata.command+"Dic"),f=f.replace("%s",b.data.name),d.setText(f));a.css(d.$,{color:"red"});null!=c.ge… property
|
/webtrees/public/js/ |
H A D | webtrees.min.js | 1 …ator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor==… argument
|
/webtrees/public/ckeditor-4.15.1-custom/ |
H A D | styles.js | 37 { name: 'Subtitle', element: 'h3', styles: { 'color': '#aaa', 'font-style': 'italic' } }, property
|
H A D | ckeditor.js | 58 …teClass({$:function(a){a=a||{};this.width=a.width;this.style=a.style;this.color=a.color;this._.nor… property 802 …+"_colorBox",y={type:h},z=new CKEDITOR.style(r["colorButton_"+h+"Style"],{color:"inherit"}),w=func… property 809 …&&g.push("\x3c/tr\x3e\x3ctr\x3e");var m=h[b].split("/"),v=m[0],m=new q(a,{color:m[1]||v,label:m[1]… property 813 {color:b.styles.background})).getDefinition();b.name=c.element;b.styles=c.styles;b.attributes=c.att… property 819 …},createAtBeginning:function(a){this._.moveToBeginning(new q(this.editor,{color:a},this.clickFn))}… property 824 CKEDITOR.config.colorButton_foreStyle={element:"span",styles:{color:"#(color)"},overrides:[{element… property 891 CKEDITOR.config.find_highlight={element:"span",styles:{"background-color":"#004",color:"#fff"}};(fu… property
|