Home
last modified time | relevance | path

Searched refs:hex (Results 1 – 25 of 27) sorted by last modified time

12

/template/mindthedark/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 …]
/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
H A Dbootstrap.php31 …tring, $map, $encoding = null, $hex = false) { return p\Mbstring::mb_encode_numericentity($string,… argument
/template/strap/images/
H A Dpagetools-build.php70 function hex2rgb($hex) { argument
72 $hex = str_replace('#', '', $hex);
75 if(strlen($hex) == 3){
76 $hex = substr($hex,0,1).
77 substr($hex,0,1).
78 substr($hex,1,1).
79 substr($hex,1,1).
80 substr($hex,2,1).
81 substr($hex,2,1);
86 'r' => hexdec(substr($hex, 0, 2)),
[all …]
/template/flat/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 …]
/template/notes/images/
H A Dpagetools-build.php74 function hex2rgb($hex) { argument
76 $hex = str_replace('#', '', $hex);
79 if(strlen($hex) == 3){
80 $hex = substr($hex,0,1).
81 substr($hex,0,1).
82 substr($hex,1,1).
83 substr($hex,1,1).
84 substr($hex,2,1).
85 substr($hex,2,1);
90 'r' => hexdec(substr($hex, 0, 2)),
[all …]
/template/kkh/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 …]
/template/docnavwiki/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 …]
/template/bs4simple/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 …]
/template/darkblue/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 …]
/template/greensteel/images/
H A Dpagetools-build.php68 * Convert a hex color code to an rgb array
70 function hex2rgb($hex) { argument
72 $hex = str_replace('#', '', $hex);
75 if(strlen($hex) == 3){
76 $hex = substr($hex,0,1).
77 substr($hex,0,1).
78 substr($hex,1,1).
79 substr($hex,
[all...]
/template/bootie/images/
H A Dpagetools-build.php70 function hex2rgb($hex) { argument
72 $hex = str_replace('#', '', $hex);
75 if(strlen($hex) == 3){
76 $hex = substr($hex,0,1).
77 substr($hex,0,1).
78 substr($hex,1,1).
79 substr($hex,1,1).
80 substr($hex,2,1).
81 substr($hex,2,1);
86 'r' => hexdec(substr($hex, 0, 2)),
[all …]
/template/byu_2017_theme/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 …]
/template/dokuwikitplacc/dokuwikiBee/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 …]
/template/dokuwikibee/dokuwikibee/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 …]
/template/congrid/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 …]
/template/codowik/images/
H A Dpagetools-build.php70 function hex2rgb($hex) { argument
72 $hex = str_replace('#', '', $hex);
75 if(strlen($hex) == 3){
76 $hex = substr($hex,0,1).
77 substr($hex,0,1).
78 substr($hex,1,1).
79 substr($hex,1,1).
80 substr($hex,2,1).
81 substr($hex,2,1);
86 'r' => hexdec(substr($hex, 0, 2)),
[all …]
/template/ghw/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 …]
/template/simplewiki/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 …]
/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 …]
/template/adoradark/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 …]
/template/20cones/images/
H A Dpagetools-build.php72 * Convert a hex color code to an rgb array
74 function hex2rgb($hex) {
76 $hex = str_replace('#', '', $hex);
79 if(strlen($hex) == 3){
80 $hex = substr($hex,0,1).
81 substr($hex,0,1).
82 substr($hex,1,1).
83 substr($hex,
70 hex2rgb($hex) global() argument
[all...]
/template/daily/images/
H A Dpagetools-build.php70 function hex2rgb($hex) { argument
72 $hex = str_replace('#', '', $hex);
75 if(strlen($hex) == 3){
76 $hex = substr($hex,0,1).
77 substr($hex,0,1).
78 substr($hex,1,1).
79 substr($hex,1,1).
80 substr($hex,2,1).
81 substr($hex,2,1);
86 'r' => hexdec(substr($hex, 0, 2)),
[all …]
/template/ramtop/images/
H A Dpagetools-build.php70 function hex2rgb($hex) { argument
72 $hex = str_replace('#', '', $hex);
75 if(strlen($hex) == 3){
76 $hex = substr($hex,0,1).
77 substr($hex,0,1).
78 substr($hex,1,1).
79 substr($hex,1,1).
80 substr($hex,2,1).
81 substr($hex,2,1);
86 'r' => hexdec(substr($hex, 0, 2)),
[all …]
/template/lisps/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