Home
last modified time | relevance | path

Searched refs:hex (Results 26 – 27 of 27) sorted by path

12

/template/twigstarter/vendor/symfony/polyfill-mbstring/
H A Dbootstrap80.php27 …ding = null, ?bool $hex = false): string { return p\Mbstring::mb_encode_numericentity((string) $st… argument
/template/zenith/images/
H A Dpagetools-build.php72 function hex2rgb($hex) { argument
74 $hex = str_replace('#', '', $hex);
77 if(strlen($hex) == 3){
78 $hex = substr($hex,0,1).
79 substr($hex,0,1).
80 substr($hex,1,1).
81 substr($hex,1,1).
82 substr($hex,2,1).
83 substr($hex,2,1);
88 'r' => hexdec(substr($hex, 0, 2)),
[all …]

12