Home
last modified time | relevance | path

Searched refs:ord (Results 76 – 100 of 242) sorted by relevance

12345678910

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Pdf/
H A DProtection.php162 $j = ($j + $t + ord($k[$i])) % 256;
183 $out .= chr(ord($text[$i]) ^ $k);
273 $key .= chr(ord($owner_rc4_key[$j]) ^ $i);
291 $key .= chr(ord($this->encryptionKey[$j]) ^ $i);
/plugin/jukebox/id3/
H A Dmodule.audio.mp3.php669 $thisfile_mpeg_audio['toc'][$i] = ord($LAMEtocData{$i});
1703 $MPEGrawHeader['version'] = (ord($Header4Bytes{1}) & 0x18) >> 3; // BB
1704 $MPEGrawHeader['layer'] = (ord($Header4Bytes{1}) & 0x06) >> 1; // CC
1705 $MPEGrawHeader['protection'] = (ord($Header4Bytes{1}) & 0x01); // D
1706 $MPEGrawHeader['bitrate'] = (ord($Header4Bytes{2}) & 0xF0) >> 4; // EEEE
1707 $MPEGrawHeader['sample_rate'] = (ord($Header4Bytes{2}) & 0x0C) >> 2; // FF
1708 $MPEGrawHeader['padding'] = (ord($Header4Bytes{2}) & 0x02) >> 1; // G
1710 $MPEGrawHeader['channelmode'] = (ord($Header4Bytes{3}) & 0xC0) >> 6; // II
1711 $MPEGrawHeader['modeextension'] = (ord($Header4Bytes{3}) & 0x30) >> 4; // JJ
1712 $MPEGrawHeader['copyright'] = (ord($Header4Bytes{3}) & 0x08) >> 3; // K
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/TestDox/
H A DNamePrettifier.php101 ord($name[$i]) >= 65 &&
102 ord($name[$i]) <= 90) {
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio.dsdiff.php88 …$info['dsdiff']['format_version'] = ord($FVER[0]).'.'.ord($FVER[1]).'.'.ord($FVER[2]).'.'.ord($FVE…
H A Dmodule.audio.mp3.php707 $thisfile_mpeg_audio['toc'][$i] = ord($LAMEtocData[$i]);
1891 $MPEGrawHeader['version'] = (ord($Header4Bytes[1]) & 0x18) >> 3; // BB
1892 $MPEGrawHeader['layer'] = (ord($Header4Bytes[1]) & 0x06) >> 1; // CC
1893 $MPEGrawHeader['protection'] = (ord($Header4Bytes[1]) & 0x01); // D
1894 $MPEGrawHeader['bitrate'] = (ord($Header4Bytes[2]) & 0xF0) >> 4; // EEEE
1895 $MPEGrawHeader['sample_rate'] = (ord($Header4Bytes[2]) & 0x0C) >> 2; // FF
1896 $MPEGrawHeader['padding'] = (ord($Header4Bytes[2]) & 0x02) >> 1; // G
1898 $MPEGrawHeader['channelmode'] = (ord($Header4Bytes[3]) & 0xC0) >> 6; // II
1899 $MPEGrawHeader['modeextension'] = (ord($Header4Bytes[3]) & 0x30) >> 4; // JJ
1900 $MPEGrawHeader['copyright'] = (ord($Header4Bytes[3]) & 0x08) >> 3; // K
[all …]
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 …]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
H A DMetadataWriter.php655 $annotcolor .= sprintf('%.3F %.3F %.3F', ord($col[1]) / 255, ord($col[2]) / 255, ord($col[3]) / 255);
657 $annotcolor .= sprintf('%.3F', ord($col[1]) / 255);
659 $annotcolor .= sprintf('%.3F %.3F %.3F %.3F', ord($col[1]) / 100, ord($col[2]) / 100, ord($col[3]) / 100, ord($col[4]) / 100);
H A DFontWriter.php54 $nChars = (ord($f['cw'][0]) << 8) + ord($f['cw'][1]);
197 $l1 = ord($utf16[0]);
198 $h1 = ord($utf16[1]);
199 $l2 = ord($utf16[2]);
200 $h2 = ord($utf16[3]);
482 $width = (ord($character1) << 8) + ord($character2);
/plugin/gtime/gtlib/util/
H A DGTBaseX.php239 $next = ord($string{$j});
279 $c = ord($string{$i});
302 $c = ord($string{$i}) - $this->min;
/plugin/html2pdf/html2pdf/html2ps/
H A Dmanager.encoding.php186 if ((ord($raw_content[$ptr]) & 0xF0) == 0xF0) {
188 } elseif ((ord($raw_content[$ptr]) & 0xE0) == 0xE0) {
190 } elseif ((ord($raw_content[$ptr]) & 0xC0) == 0xC0) {
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/Filter/
H A DLzw.php176 $this->nextData = ($this->nextData << 8) | (\ord($this->data[$this->bytePointer++]) & 0xff);
180 $this->nextData = ($this->nextData << 8) | (\ord($this->data[$this->bytePointer++]) & 0xff);
/plugin/publistx/bib2tpl/lib/
H A DBibTex.php811 $ord = ord($letter);
812 if ($ord == 123) { //Open brace
815 if ($ord == 125) { //Closing brace
818 … if (($ord>=65) && ($ord<=90) && (0==$openbrace)) { //The first character is uppercase
821 … } elseif ( ($ord>=97) && ($ord<=122) && (0==$openbrace) ) { //The first character is lowercase
/plugin/publistf/bib2tpl/lib/
H A DBibTex.php811 $ord = ord($letter);
812 if ($ord == 123) { //Open brace
815 if ($ord == 125) { //Closing brace
818 … if (($ord>=65) && ($ord<=90) && (0==$openbrace)) { //The first character is uppercase
821 … } elseif ( ($ord>=97) && ($ord<=122) && (0==$openbrace) ) { //The first character is lowercase
/plugin/publist/bib2tpl/lib/
H A DBibTex.php811 $ord = ord($letter);
812 if ($ord == 123) { //Open brace
815 if ($ord == 125) { //Closing brace
818 … if (($ord>=65) && ($ord<=90) && (0==$openbrace)) { //The first character is uppercase
821 … } elseif ( ($ord>=97) && ($ord<=122) && (0==$openbrace) ) { //The first character is lowercase
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Gif/
H A DLzw.php79 $this->SetCodeSize = ord($data[0]);
211 $Count = ord($data[$dp]);
216 $this->Buf[2 + $i] = ord($data[$dp + $i]);
/plugin/freechat/phpfreechat/lib/utf8/
H A Dutf8_strlen.php16 $c = ord($str{$i});
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Encoder/
H A DBerEncoder.php64 use function ord;
332 $tag = ord($this->binary[$this->pos++]);
353 $length = ord($this->binary[$this->pos++]);
531 $length = $length * 256 + ord($this->binary[$this->pos]);
563 $orVal = (ord($this->binary[$this->pos]) & 0x7f);
570 if ((ord($this->binary[$this->pos]) & 0x80) === 0) {
855 $msbSet = (bool) (ord($bytes[0]) & 0x80);
1040 $unused = ord($this->binary[$this->pos++]);
1071 $octet = sprintf("%08d", decbin(ord($this->binary[$this->pos])));
1095 $isNegative = (ord(
[all...]
/plugin/gtime/gtlib/asn1/
H A DASN1IA5String.php43 $byte = ord($value{$i});
/plugin/fedauth/Auth/Yadis/
H A DMisc.php49 $result .= "%".sprintf("%X", ord($c[$i]));
/plugin/openid/Auth/Yadis/
H A DMisc.php49 $result .= "%" . sprintf("%X", ord($c[$i]));
/plugin/zip/pear/File/Archive/Reader/
H A DTar.php196 $checksum = 8*ord(" ");
198 $checksum += ord($rawHeader{$i});
201 $checksum += ord($rawHeader{$i});
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Common/Functions/
H A DStrings.php115 $result[] = ord(self::shift($data));
118 $result[] = ord(self::shift($data)) != 0;
354 $b = ord($x[$i]);
/plugin/bibtex4dw/lib/
H A Dbibtexparser.php1151 $ord = ord($letter);
1152 if ($ord == 123) { //Open brace
1155 if ($ord == 125) { //Closing brace
1158 if (($ord>=65) && ($ord<=90) && (0==$openbrace)) { //The first character is uppercase
1161 } elseif ( ($ord>=97) && ($ord<=122) && (0==$openbrace) ) { //The first character is lowercase
/plugin/davcard/vendor/sabre/vobject/lib/Parser/
H A DMimeDir.php107 && ord($line[0]) === 0xef
108 && ord($line[1]) === 0xbb
109 && ord($line[2]) === 0xbf) {
/plugin/webdavclient/vendor/sabre/vobject/lib/Parser/
H A DMimeDir.php107 && ord($line[0]) === 0xef
108 && ord($line[1]) === 0xbb
109 && ord($line[2]) === 0xbf) {

12345678910