Home
last modified time | relevance | path

Searched refs:ord (Results 126 – 150 of 242) sorted by relevance

12345678910

/plugin/fedauth/Auth/OpenID/
H A DCryptUtil.php98 $n = ord(Auth_OpenID_CryptUtil::getBytes(1));
H A DSQLStore.php493 } else if (ord($ch) == 0) {
496 $result .= "\\" . strval(decoct(ord($ch)));
/plugin/findologicxmlexport/vendor/hoa/ustring/Test/Unit/
H A DUstring.php686 ->integer(ord($result))
691 ->integer(ord($result))
696 ->integer(ord($result))
701 ->integer(ord($result))
706 ->integer(ord($result))
/plugin/authucenter/lib/uc_client/model/
H A Dbase.php159 $t = ord($string[$n]);
189 $strcut .= ord($string[$i]) > 127 ? $string[$i].$string[++$i] : $string[$i];
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Barcode/
H A DCode93.php122 if (ord($code[$i]) > 127) {
138 $char = ord($code[$i]);
/plugin/upgrade/vendor/splitbrain/php-archive/src/
H A DTar.php563 $chks += ord($data_first[$i]);
567 $chks += ord($data_last[$j]);
593 $chks += ord($block[$i]);
597 $chks += ord($block[$i]);
/plugin/html2pdf/html2pdf/html2ps/
H A Dpdf.fpdf.makefont.php309 $s .= sprintf("0x%02X => 0x%04X,\n", ord($char), $ucs);
468 $header=(ord($file{0})==128);
478 if($header and ord($file{$size1})==128) {
H A Dpdf.fpdf.php2245 $header=(ord($font{0})==128);
2250 if($header && ord($font{$info['length1']})==128) {
2615 $bpc = ord(fread($f,1));
2621 $ct=ord(fread($f,1));
2632 if (ord(fread($f,1))!=0) {
2636 if (ord(fread($f,1))!=0) {
2640 if (ord(fread($f,1))!=0) {
2662 $trns=array(ord(substr($t,1,1)));
2664 $trns=array(ord(substr($t,1,1)),ord(substr($t,3,1)),ord(substr($t,5,1)));
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/
H A DPrivateKey.php343 if (ord($em[0]) != 0 || ord($em[1]) > 2) {
397 $y = ord($em[0]);
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DBarcode1D.php371 if (ord($code{$i}) > 127) {
494 if (ord($code{$i}) > 127) {
507 $char = ord($code{$i});
937 $char_id = ord($char);
952 $char_id = ord($char);
965 if (ord($code[0]) == 241) {
1032 $char_id = ord($char);
1043 $tmpchr = ord($seq[1][0]);
1075 $char_id = ord($char);
/plugin/bibtex/OSBib/
H A DMINIMALRTF.php182 $thisValue = ord($string[$i]);
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/
H A DDecoder.php307 $part = \ord($bytes[$i]);
338 $size = 29 + \ord($bytes);
/plugin/findologicxmlexport/vendor/hoa/ustring/
H A DUstring.php957 $code = ord($char[0]);
976 $code = ($code << 6) + (ord($char[$i - 1]) & ~0x80);
994 $out .= vsprintf('%08b', ord($char[$i]));
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php1507 … if (is_bool($response) || !strlen($response) || ord($response[0]) != NET_SSH2_MSG_KEXINIT) {
1645 || ord($kexinit_payload_server[0]) != NET_SSH2_MSG_KEXINIT
3595 $cmf = ord($payload[0]);
3606 $flg = ord($payload[1]);
3626 …mber = isset($this->message_numbers[ord($payload[0])]) ? $this->message_numbers[ord($payload[0])] …
3706 switch (ord($payload[0])) {
3747 switch (ord($payload[0])) {
3752 if (ord(substr($payload, 9 + $length))) { // want reply
3948 switch (ord($packet[0])) {
4289 …umber = isset($this->message_numbers[ord($logged[0])]) ? $this->message_numbers[ord($logged[0])] :…
[all …]
/plugin/authucenter/lib/api/
H A Duc.php313 $rndkey[$i] = ord($cryptkey[$i % $key_length]);
329 $result .= chr(ord($string[$i]) ^ ($box[($box[$a] + $box[$j]) % 256]));
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Type/
H A DBitStringType.php88 $bitstring .= sprintf('%08d', decbin(ord($bytes[$i])));
/plugin/captcha/
H A Dfiglet.php95 $asciValue = ord($character);
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio.tta.php55 $info['tta']['compression_level'] = ord($ttaheader[3]);
H A Dmodule.audio-video.quicktime.php2084 $b = ord(substr($data, $offset++, 1));
2741 'PictureControlAdjust' => $PictureControlAdjust[ord(substr($data, 48, 1))],
2742 'PictureControlQuickAdjust' => ord(substr($data, 49, 1)),
2743 'Sharpness' => ord(substr($data, 50, 1)),
2744 'Contrast' => ord(substr($data, 51, 1)),
2745 'Brightness' => ord(substr($data, 52, 1)),
2746 'Saturation' => ord(substr($data, 53, 1)),
2747 'HueAdjustment' => ord(substr($data, 54, 1)),
2748 'FilterEffect' => $FilterEffect[ord(substr($data, 55, 1))],
2750 'ToningSaturation' => ord(substr($data, 57, 1)),
[all …]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DOtlDump.php297 $hi += (ord($data[$i]) << 8) + ord($data[$i + 1]);
298 $lo += (ord($data[$i + 2]) << 8) + ord($data[$i + 3]);
346 $a = (ord($s[0]) << 8) + ord($s[1]);
356 $a = (ord($s[0]) << 8) + ord($s[1]);
369 return (ord($s[0]) << 8) + ord(
[all...]
/plugin/html2pdf/html2pdf/html2ps/fpdf/font/makefont/
H A Dmakefont.php366 $header=(ord($file{0})==128);
376 if($header and ord($file{$size1})==128)
/plugin/dw2pdf/vendor/mpdf/qrcode/src/
H A DQrCode.php296 $this->addData(ord(substr($this->value, $i, 1)), 8);
507 $this->rsEccCodewords = ord(fread($fp1, 1));
556 $first = ord($rst[0]);
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Security/
H A DDigestMD5SecurityLayer.php203 $padOrd = isset($message[-1]) ? ord($message[-1]) : 0;
372 $bytes[$i] = ord($key[$i]);
/plugin/openid/Auth/OpenID/
H A DSQLStore.php530 } else if (ord($ch) == 0) {
533 $result .= "\\" . strval(decoct(ord($ch)));
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DRC4.php254 $j = ($j + $keyStream[$i] + ord($key[$i % $keyLength])) & 255;

12345678910