Home
last modified time | relevance | path

Searched refs:dechex (Results 1 – 25 of 49) sorted by relevance

12

/plugin/xtermrtf/
H A Dsyntax.php129 $r=dechex($rgb[1]);
130 $v=dechex($rgb[2]);
131 $b=dechex($rgb[3]);
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.mp3header.php853 $GUIDstring = str_pad(dechex(ord($Bytestring[3])), 2, '0', STR_PAD_LEFT);
854 $GUIDstring .= str_pad(dechex(ord($Bytestring[2])), 2, '0', STR_PAD_LEFT);
855 $GUIDstring .= str_pad(dechex(ord($Bytestring[1])), 2, '0', STR_PAD_LEFT);
856 $GUIDstring .= str_pad(dechex(ord($Bytestring[0])), 2, '0', STR_PAD_LEFT);
858 $GUIDstring .= str_pad(dechex(ord($Bytestring[5])), 2, '0', STR_PAD_LEFT);
859 $GUIDstring .= str_pad(dechex(ord($Bytestring[4])), 2, '0', STR_PAD_LEFT);
861 $GUIDstring .= str_pad(dechex(ord($Bytestring[7])), 2, '0', STR_PAD_LEFT);
862 $GUIDstring .= str_pad(dechex(ord($Bytestring[6])), 2, '0', STR_PAD_LEFT);
864 $GUIDstring .= str_pad(dechex(ord($Bytestring[8])), 2, '0', STR_PAD_LEFT);
865 $GUIDstring .= str_pad(dechex(ord($Bytestring[9])), 2, '0', STR_PAD_LEFT);
[all …]
H A Ddemo.browse.php446 …return str_pad(dechex($Rcomponent), 2, '0', STR_PAD_LEFT).str_pad(dechex($Gcomponent), 2, '0', STR…
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio-video.asf.php1659 $GUIDstring = str_pad(dechex(ord($Bytestring[3])), 2, '0', STR_PAD_LEFT);
1660 $GUIDstring .= str_pad(dechex(ord($Bytestring[2])), 2, '0', STR_PAD_LEFT);
1661 $GUIDstring .= str_pad(dechex(ord($Bytestring[1])), 2, '0', STR_PAD_LEFT);
1662 $GUIDstring .= str_pad(dechex(ord($Bytestring[0])), 2, '0', STR_PAD_LEFT);
1664 $GUIDstring .= str_pad(dechex(ord($Bytestring[5])), 2, '0', STR_PAD_LEFT);
1665 $GUIDstring .= str_pad(dechex(ord($Bytestring[4])), 2, '0', STR_PAD_LEFT);
1667 $GUIDstring .= str_pad(dechex(ord($Bytestring[7])), 2, '0', STR_PAD_LEFT);
1668 $GUIDstring .= str_pad(dechex(ord($Bytestring[6])), 2, '0', STR_PAD_LEFT);
1670 $GUIDstring .= str_pad(dechex(ord($Bytestring[8])), 2, '0', STR_PAD_LEFT);
1671 $GUIDstring .= str_pad(dechex(ord($Bytestring[9])), 2, '0', STR_PAD_LEFT);
[all …]
H A Dmodule.audio.optimfrog.php419 …FROGencoderSystemLookup[$EncoderSystemID] : 'undefined encoder type (0x'.dechex($EncoderSystemID).…
446 …FROGencoderModeLookup[$CompressionModeID] : 'undefined mode (0x'.str_pad(dechex($CompressionModeID…
466 …imFROGencoderSpeedupLookup[$CompressionSpeedupID] : 'undefined mode (0x'.dechex($CompressionSpeedu…
H A Dmodule.audio.dss.php108 $this->getid3->warning('unknown sample_rate_index: 0x'.strtoupper(dechex($sample_rate_index)));
H A Dmodule.audio-video.swf.php129 …$info['swf']['bgcolor'] = strtoupper(str_pad(dechex(getid3_lib::BigEndian2Int($TagData['data'])), …
H A Dmodule.audio.monkey.php168 $info['md5_data_source'] .= str_pad(dechex(ord($md5[$i])), 2, '00', STR_PAD_LEFT);
H A Dmodule.audio.tak.php161 $info['md5_data_source'] .= str_pad(dechex(ord($md5[$i])), 2, '00', STR_PAD_LEFT);
H A Dmodule.audio.ac3.php80 …return $this->error('Expecting "'.dechex(self::syncword).'" at offset '.$info['avdataoffset'].', f…
H A Dmodule.audio.wavpack.php216 …$this->warning('Unexpected metablock type "0x'.str_pad(dechex($metablock['function_id']), 2, '0', …
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
H A DFontWriter.php201 $toUnistring .= sprintf("<%02s> <%02s%02s%02s%02s>\n", strtoupper(dechex($cp)), strtoupper(dechex($l1)), strtoupper(dechex($h1)), strtoupper(dechex($l2)), strtoupper(dechex($h2)));
203 $toUnistring .= sprintf("<%02s> <%04s>\n", strtoupper(dechex($cp)), strtoupper(dechex($u)));
252 // $toUni .= sprintf("<00> <%02s>\n", strtoupper(dechex(count($font['subsets'][$sfid])-1)));
/plugin/badbehaviour/bad-behavior/
H A Dbanned.inc.php19 $ip_hex .= str_pad(dechex($octet), 2, 0, STR_PAD_LEFT);
/plugin/distributedacl/
H A Daction.php92 $user .= "%".dechex(ord( $u[$j] ));
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Encoder/
H A DDigestMD5Encoder.php17 use function dechex, explode, implode, preg_match, sprintf, str_pad, strlen, substr; alias
246 $encoded = str_pad(dechex($value), 8, '0', STR_PAD_LEFT);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Barcode/
H A DImb.php136 $first_byte = sprintf('%2s', dechex((hexdec($binaryCodeArray[0]) << 2) >> 2));
330 array_push($hex, strtoupper(dechex(bcmod($number, '16'))));
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Mechanism/
H A DDigestMD5Mechanism.php121 str_pad(dechex($response->get('nc')), 8, '0', STR_PAD_LEFT),
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Fonts/
H A DMetricsGenerator.php104 $panose .= ' ' . dechex($value);
/plugin/zip/pear/File/Archive/Writer/
H A DZip.php99 dechex(($mtime['year']-1980<<25)|
/plugin/odp/
H A DZipLib.class.php33 $info['crc'] = strtoupper(dechex( $header['crc'] ));
121 $dtime = dechex($this->DosTime());
/plugin/authradius/
H A Ddes.php290 $x .= sprintf('%02s', dechex($odd_parity[bindec($s . '0')]));
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Dcheck_acl.php198 return '%'.dechex(ord(substr($matches[1],-1)));
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dcheck_acl.php198 return '%'.dechex(ord(substr($matches[1],-1)));
/plugin/freechat/phpfreechat/lib/csstidy-1.2/
H A Dclass.csstidy_optimise.php315 $color .= '0' . dechex($color_tmp[$i]);
317 $color .= dechex($color_tmp[$i]);
/plugin/upgrade/vendor/splitbrain/php-archive/src/
H A DZip.php911 $dtime = dechex($this->makeDosTime($ts));
958 $dtime = dechex($this->makeDosTime($ts));

12