/plugin/combo/ComboStrap/ |
H A D | TextColor.php | 7 class TextColor class 36 $colorAttributes = [TextColor::CSS_ATTRIBUTE, TextColor::TEXT_COLOR_ATTRIBUTE]; 52 $attributes->addStyleDeclarationIfNotSet(TextColor::CSS_ATTRIBUTE, "{$primaryColor->toRgbHex()}!important"); 59 $attributes->addStyleDeclarationIfNotSet(TextColor::CSS_ATTRIBUTE, "{$secondaryColor->toRgbHex()}!important"); 81 $attributes->addStyleDeclarationIfNotSet(TextColor::CSS_ATTRIBUTE, $colorValue);
|
H A D | ButtonTag.php | 68 $tagAttributes->addComponentAttributeValue(TextColor::TEXT_COLOR_ATTRIBUTE, $type);
|
/plugin/dw2pdf/vendor/setasign/fpdi/src/ |
H A D | FpdfTplTrait.php | 243 'TextColor' => $this->TextColor, 290 $this->TextColor = $state['TextColor'];
|
/plugin/html2pdf/html2pdf/html2ps/ |
H A D | pdf.fpdf.php | 1075 var $TextColor; //commands for text color variable in FPDF 1653 $this->TextColor='0 g'; 1797 $tc=$this->TextColor; 1823 $this->TextColor=$tc; 1841 $this->TextColor=$tc; 1873 $this->ColorFlag = ($this->FillColor!=$this->TextColor); 1881 $this->TextColor=sprintf('%.3f g',$r/255); 1883 $this->TextColor=sprintf('%.3f %.3f %.3f rg',$r/255,$g/255,$b/255); 1886 $this->ColorFlag=($this->FillColor!=$this->TextColor); 2076 $s='q '.$this->TextColor.' '.$s.' Q';
|
/plugin/html2pdf/html2pdf/html2ps/fpdf/ |
H A D | fpdf.php | 984 var $TextColor; //commands for text color variable in FPDF 1560 $this->TextColor='0 g'; 1786 $tc=$this->TextColor; 1816 $this->TextColor=$tc; 1836 $this->TextColor=$tc; 1884 $this->ColorFlag=($this->FillColor!=$this->TextColor); 1892 $this->TextColor=sprintf('%.3f g',$r/255); 1894 $this->TextColor=sprintf('%.3f %.3f %.3f rg',$r/255,$g/255,$b/255); 1897 $this->ColorFlag=($this->FillColor!=$this->TextColor); 2121 $s='q '.$this->TextColor.' '.$s.' Q'; [all …]
|
/plugin/wysiwyg/fckeditor/editor/_source/internals/ |
H A D | fcktoolbaritems.js | 98 …case 'TextColor' : oItem = new FCKToolbarPanelButton( 'TextColor', FCKLang.TextColor, null, null,…
|
/plugin/diagramsnet/lib/math/extensions/TeX/ |
H A D | color.js | 19 …yle().With({styles:{mathcolor:e}});this.stack.env.color=e;this.Push(f)},TextColor:function(h){var …
|
/plugin/wysiwyg/fckeditor/editor/lang/ |
H A D | fo.js | 87 TextColor : "Tekstlitur", property in FCKLang
|
H A D | gl.js | 87 TextColor : "Cor do Texto", property in FCKLang
|
H A D | hu.js | 87 TextColor : "Betűszín", property in FCKLang
|
H A D | lv.js | 87 TextColor : "Teksta krāsa", property in FCKLang
|
H A D | mn.js | 87 TextColor : "Фонтны өнгө", property in FCKLang
|
H A D | pt.js | 87 TextColor : "Cor do Texto", property in FCKLang
|
H A D | sl.js | 87 TextColor : "Barva besedila", property in FCKLang
|
H A D | sr-latn.js | 87 TextColor : "Boja teksta", property in FCKLang
|
H A D | af.js | 87 TextColor : "Karakter kleur", property in FCKLang
|
H A D | bn.js | 87 TextColor : "টেক্স্ট রং", property in FCKLang
|
H A D | bs.js | 87 TextColor : "Boja teksta", property in FCKLang
|
/plugin/fckg/fckeditor/editor/lang/ |
H A D | lv.js | 91 TextColor : "Teksta krāsa", property in FCKLang
|
H A D | mn.js | 91 TextColor : "Фонтны өнгө", property in FCKLang
|
H A D | ms.js | 91 TextColor : "Warna Text", property in FCKLang
|
H A D | nb.js | 91 TextColor : "Tekstfarge", property in FCKLang
|
H A D | no.js | 91 TextColor : "Tekstfarge", property in FCKLang
|
H A D | ru.js | 91 TextColor : "Цвет текста", property in FCKLang
|
H A D | zh.js | 91 TextColor : "文字顏色", property in FCKLang
|