Searched refs:decbin (Results 1 – 21 of 21) sorted by relevance
| /plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Type/ |
| H A D | BitStringType.php | 88 $bitstring .= sprintf('%08d', decbin(ord($bytes[$i]))); 106 $pieces = str_split(decbin($int), 8);
|
| /plugin/jplayer/vendor/james-heinrich/getid3/getid3/ |
| D | module.audio-video.swf.php | 72 …$FrameSizeDataString = str_pad(decbin(ord(substr($SWFfileData, 8, 1)) & 0x07), 3, '0', STR_PAD_L… 74 …$FrameSizeDataString .= str_pad(decbin(ord(substr($SWFfileData, 8 + $i, 1))), 8, '0', STR_PAD_LEFT…
|
| D | getid3.lib.php | 191 $binarypointnumber = decbin($intpart).'.'.$pointbitstring; 227 $exponentbitstring = str_pad(decbin($biasedexponent), $exponentbits, '0', STR_PAD_LEFT); 390 $binvalue .= str_pad(decbin(ord($byteword[$i])), 8, '0', STR_PAD_LEFT); 437 …$binstring = (($i == count($bytes) - 1) ? decbin($bytes[$i]) : str_pad(decbin($bytes[$i]), 8, '0',… 1455 $gainstring = str_pad(decbin($namecode), 3, '0', STR_PAD_LEFT); 1456 $gainstring .= str_pad(decbin($originatorcode), 3, '0', STR_PAD_LEFT); 1458 $gainstring .= str_pad(decbin($storedreplaygain), 9, '0', STR_PAD_LEFT);
|
| D | module.audio.aac.php | 310 static $decbin = array(); 314 $decbin[chr($i)] = str_pad(decbin($i), 8, '0', STR_PAD_LEFT);
|
| D | module.graphic.gif.php | 209 $bitbuffer = str_pad(decbin(ord($this->fread(1))), 8, '0', STR_PAD_LEFT).$bitbuffer;
|
| D | module.audio.ac3.php | 692 $fourbit = str_pad(decbin(($compre & 0xF0) >> 4), 4, '0', STR_PAD_LEFT);
|
| /plugin/jukebox/id3/ |
| D | getid3.lib.php | 118 $binarypointnumber = decbin($intpart).'.'.$pointbitstring; 147 $exponentbitstring = str_pad(decbin($biasedexponent), $exponentbits, '0', STR_PAD_LEFT); 278 $binvalue .= str_pad(decbin(ord($byteword{$i})), 8, '0', STR_PAD_LEFT); 313 …$binstring = (($i == count($bytes) - 1) ? decbin($bytes[$i]) : str_pad(decbin($bytes[$i]), 8, '0',… 1140 $gainstring = str_pad(decbin($namecode), 3, '0', STR_PAD_LEFT); 1141 $gainstring .= str_pad(decbin($originatorcode), 3, '0', STR_PAD_LEFT); 1143 $gainstring .= str_pad(decbin($storedreplaygain), 9, '0', STR_PAD_LEFT);
|
| /plugin/gtime/gtlib/asn1/ |
| D | ASN1BitString.php | 112 $byte = decbin($byte);
|
| /plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/ |
| D | Montgomery.php | 62 $temp = decbin($n->value[$i]);
|
| /plugin/ipban/ip-lib/src/ |
| D | Factory.php | 144 $differentBitsInByte = decbin($fromByte ^ $toByte);
|
| /plugin/number/ |
| D | syntax.php | 85 . (is_string($value) ? substr($value, 2) : decbin($value)) . '</code>';
|
| /plugin/character/ |
| D | syntax.php | 163 … .join(' ', array_map(function ($i) { return str_pad(decbin($i), 8, '0', STR_PAD_LEFT); }, $bytes))
|
| /plugin/gtime/gtlib/util/ |
| D | GTBigInteger.php | 394 $byte = decbin($byte);
|
| /plugin/authradius/ |
| D | des.php | 285 $bin .= sprintf('%08s', decbin(ord($key{$i})));
|
| /plugin/jplayer/vendor/james-heinrich/getid3/demos/ |
| D | demo.mp3header.php | 277 $binarypointnumber = decbin($intpart).'.'.$pointbitstring; 307 $exponentbitstring = str_pad(decbin($biasedexponent), $exponentbits, '0', STR_PAD_LEFT); 438 $binvalue .= str_pad(decbin(ord($byteword[$i])), 8, '0', STR_PAD_LEFT); 475 …$binstring = (($i == count($bytes) - 1) ? decbin($bytes[$i]) : str_pad(decbin($bytes[$i]), 8, '0',…
|
| /plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BinaryField/ |
| D | Integer.php | 152 $xbit = decbin(ord($x[0]));
|
| /plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/ |
| D | Engine.php | 474 $pre_msb = decbin(ord($temp[0])); 476 $msb = decbin(ord($temp[0]));
|
| /plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Encoder/ |
| H A D | BerEncoder.php | 39 use function decbin; alias 1071 $octet = sprintf("%08d", decbin(ord($this->binary[$this->pos])));
|
| /plugin/photogallery/phpThumb/ |
| D | phpthumb.bmp.php | 830 $binvalue .= str_pad(decbin(ord($byteword[$i])), 8, '0', STR_PAD_LEFT);
|
| /plugin/codemirror/dist/modes/ |
| D | php.min.js.map | 1 …e abs ceil floor round is_finite is_nan is_infinite bindec hexdec octdec decbin decoct dechex base…
|
| /plugin/syntaxhighlighter4/dist/ |
| D | syntaxhighlighter.js.map | 1 …ss_exists ' +\n 'closedir closelog copy cos cosh count count_chars date decbin dechex decoct ' +\…
|