Home
last modified time | relevance | path

Searched refs:bgcolor (Results 1 – 25 of 51) sorted by relevance

123

/plugin/svgimg2/
H A Dhelper.php110 function _calc_bgcolor( $bgcolor ) { argument
112 if ( empty($bgcolor) ) { $bgcolor = $this->getConf('bgc'); }
115 $bgcolor = str_replace('#', '', $bgcolor);
117 switch (strlen($bgcolor))
120 $red = hexdec(substr($bgcolor, 0, 2));
121 $green = hexdec(substr($bgcolor, 2, 2));
122 $blue = hexdec(substr($bgcolor, 4, 2));
126 $red = substr($bgcolor, 0, 1);
127 $green = substr($bgcolor, 1, 1);
128 $blue = substr($bgcolor, 2, 1);
[all …]
/plugin/reflect/
H A Daction.php166 function calc_bgcolor( $bgcolor ) { argument
168 if ( empty($bgcolor) ) { $bgcolor = $this->getConf('bgc'); }
171 $bgcolor = str_replace('#', '', $bgcolor);
173 switch (strlen($bgcolor))
190 $red = substr($bgcolor, 0, 1);
191 $green = substr($bgcolor, 1, 1);
192 $blue = substr($bgcolor, 2, 1);
193 $alpha = substr($bgcolor, 3, 1);
201 $red = substr($bgcolor, 0, 1);
202 $green = substr($bgcolor, 1, 1);
[all …]
/plugin/socialshareprivacy2/SSP/scripts/
H A Djquery.socialshareprivacy.reddit.js68 if (options.bgcolor) params.bgcolor = options.bgcolor;
/plugin/block/
H A Dsyntax.php62 $bgcolor = 'white';
102 if($bg) $bgcolor = "$bg;";
126 . " background-color:$bgcolor $text_color $font'>" );
131 . " background-color:$bgcolor $text_color $font'>");
/plugin/structrowcolor/
H A Dstruct.php134 $bgcolor = $this->row_colors[$searchConfig_hash][$rownum];
136 if (!$bgcolor) return;
147 $renderer->doc = $rest . $tr_tag . ' style="background-color: '.$bgcolor.'" ' . $tr_rest;
/plugin/geogebra/syntax/
H A Dgeogebrafile.php155 $bgcolor = $data['bgcolor'];
213 if ($bgcolor != '')
215 $txt .= ' <param name="bgcolor" value="'.$bgcolor.'"/>';
/plugin/flowplay2/
H A Dplaylist.js20 bgcolor:'#6F7485', property in embedConfig
/plugin/credits/
H A Dsyntax.php77 $bgcolor = $this->_get_configs('background_color');
82 ' style="visibility:hidden; position:absolute; background-color: ' . $bgcolor . ';'
/plugin/stlviewer/
H A DREADME.md16 - bgcolor: background color
/plugin/openlayersmap/
H A DStaticMap.php511 $bgcolor = imagecolorallocate($this->image, 200, 200, 200);
599 $bgcolor
789 $bgcolor = imagecolorallocate($this->image, 200, 200, 200);
807 $bgcolor
843 $bgcolor
/plugin/s5reloaded/ui/thesis/pics/
H A Dbackground-head.xcf4 (bgcolor (color-rgba 1.000000 1.000000 1.000000 1.000000))
/plugin/barcode/api/qrserver/
H A Dbarcode.inc39 'charset-source', 'charset-target', 'ecc', 'color', 'bgcolor', 'margin', 'qzone'
/plugin/nowiki/images/
H A Dtb_nowiki.xcf3 (bgcolor (color-rgba 1.000000 1.000000 1.000000 1.000000))
/plugin/itrackviewer/
H A Dsyntax.php241 'bgcolor="#ffffff" '.
/plugin/flowplay2/flowplayer/html/
H A Dflashembed.min.js19 …tall:null,allowfullscreen:true,allowscriptaccess:'always',quality:'high',bgcolor:'#ffffff',type:'a… property in flashembed.k
H A Dflashembed.min.js_0.2618 …tall:null,allowfullscreen:true,allowscriptaccess:'always',quality:'high',bgcolor:'#ffffff',type:'a…
/plugin/querychangelog/
H A Dadmin.php201 ptln ('<tr><td bgcolor="red" colspan="5">');
/plugin/pycode/images/
H A Dlogo.xcf3 (bgcolor (color-rgba 1.000000 1.000000 1.000000 1.000000))
/plugin/glossary/images/
H A Dscore.xcf4 (bgcolor (color-rgba 1.000000 1.000000 1.000000 1.000000))
/plugin/authucenter/lib/uc_client/
H A Dclient.php602 …<embed src="'.$uc_avatarflash.'" quality="high" bgcolor="#ffffff" width="450" height="253" name="m…
613 'bgcolor','#ffffff',
/plugin/abc2/abc-libraries/abc2svg/
H A Dstrtab-1.js8 m=abc.cfmt().bgcolor||"white"
/plugin/ckgdoku/ckeditor/lang/
H A Den.js1 …nAbsMiddle:"Abs Middle",alignBaseline:"Baseline",alignTextTop:"Text Top",bgcolor:"Background color… property in CKEDITOR.lang.en.flash
/plugin/charter/
H A Dhelper.php75 'bgcolor', // background color
/plugin/avatar/parts/
H A Dmonsterparts.xcf5 (bgcolor (color-rgba 1.000000 1.000000 1.000000 1.000000))
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.readme.txt232 "5|<threshold>|<bgcolor>" where <threshold> is between 0
233 and 1, and <bgcolor> is the hex background color

123