Home
last modified time | relevance | path

Searched refs:ord (Results 26 – 50 of 242) sorted by relevance

12345678910

/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/
H A DJsonWireCompat.php80 $ord = ord($chr);
83 $ord = hexdec(bin2hex($chr));
86 return sprintf('\\%X ', $ord);
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/Type/
H A DPdfString.php138 $actualChar = \ord($s[$count]);
147 \ord($s[$count + 1]) >= 48 &&
148 \ord($s[$count + 1]) <= 57
155 \ord($s[$count + 1]) >= 48 &&
156 \ord($s[$count + 1]) <= 57
/plugin/quickstats/GEOIP/
H A Dgeoipcity.inc75 $char = ord(substr($record_buf, $record_buf_pos, 1));
84 $char = ord(substr($record_buf, $record_buf_pos + $str_length, 1));
87 $char = ord(substr($record_buf, $record_buf_pos + $str_length, 1));
95 $char = ord(substr($record_buf, $record_buf_pos + $str_length, 1));
98 $char = ord(substr($record_buf, $record_buf_pos + $str_length, 1));
106 $char = ord(substr($record_buf, $record_buf_pos + $str_length, 1));
109 $char = ord(substr($record_buf, $record_buf_pos + $str_length, 1));
120 $char = ord(substr($record_buf, $record_buf_pos++, 1));
125 $char = ord(substr($record_buf, $record_buf_pos++, 1));
133 $char = ord(substr($record_buf, $record_buf_pos++, 1));
/plugin/qrcode2/
H A Dphpqrcode.php1084 $val += (ord($this->data[$i*3+1]) - ord('0')) * 10;
1085 $val += (ord($this->data[$i*3+2]) - ord('0'));
1090 $val = ord($this->data[$words*3]) - ord('0');
1094 $val += (ord($this->data[$words*3+1]) - ord('0'));
1405 if((ord($data[$i]) < ord('0')) || (ord($data[$i]) > ord('9'))){
1495 $val = (ord($data[$i]) << 8) | ord($data[$i+1]);
1990 return ((ord($str[$pos]) >= ord('0'))&&(ord($str[$pos]) <= ord('9')));
2019 $word = (ord($c) << 8) | ord($d);
2224 … if (ord($this->dataStr[$p]) >= ord('a') && ord($this->dataStr[$p]) <= ord('z')) {
2706 … $b22 = ord($frameY[$x]) & ord($frameY[$x-1]) & ord($frameYM[$x]) & ord($frameYM[$x-1]);
[all …]
/plugin/shortcutkey/
H A Daction.php30 $JSINFO['key_'.$_a] = (ord($this->getConf('key_'.$_a)));
33 $JSINFO['key_random']=ord($this->getConf('key_random'));
34 $JSINFO['key_nsrandom']=ord($this->getConf('key_nsrandom'));
/plugin/bibtex/OSBib/
H A DUTF8.php62 $ii = ord ($ch);
75 $ii = ord ($ch);
91 $ii = ord ($ch);
96 $ii = ord ($ch);
112 $ii = ord ($ch);
117 $ii = ord ($ch);
122 $ii = ord ($ch);
157 $thisValue = ord( $str[ $i ] );
/plugin/photogallery/phpThumb/
H A Dphpthumb.gif.php350 $Count = ord($data[0]);
406 $this->m_arColors[] = (ord($rgb[2]) << 16) + (ord($rgb[1]) << 8) + ord($rgb[0]);
546 return ord($str[ 0 ]) + (ord($str[ 1 ]) << 8);
595 $b = ord($lpData[8]);
617 return ord($str[ 0 ]) + (ord($str[ 1 ]) << 8);
657 $b = ord($data[0]);
703 $b = ord($data[0]);
709 $b = ord($data[1]);
729 $b = ord($data[0]);
735 $b = ord($data[0]);
[all …]
/plugin/freechat/phpfreechat/lib/utf8/
H A Dutf8_char2byte_pos.php27 $c = (int)ord($str{$i});
37 while ((ord($str{$i}) & 0x80) && !(ord($str{$i}) & 0x40)) { $i++; }
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.mp3header.php28 if (ord(substr($string, $i, 1)) <= 31) {
402 $intvalue += ord($byteword[$i]) * pow(256, ($bytewordlen - 1 - $i));
568 $nextchar = ord(substr($data, $i + 1, 1));
680 if ((ord($asciidata[$i]) <= 0x7F) || (ord($asciidata[$i]) >= 0xA0)) {
695 if ((ord($asciidata[$i]) <= 0x7F) || (ord($asciidata[$i]) >= 0xA0)) {
714 if ((ord($asciidata[($i + 1)]) <= 0x7F) || (ord($asciidata[($i + 1)]) >= 0xA0)) {
943 if ((ord($utf8text[$i]) & 0x80) == 0) {
945 } elseif ((ord($utf8text[$i]) & 0xF0) == 0xF0) {
948 } elseif ((ord($utf8text[$i]) & 0xE0) == 0xE0) {
951 } elseif ((ord($utf8text[$i]) & 0xC0) == 0xC0) {
[all …]
/plugin/bibtex/OSBib/format/bibtexParse/
H A DPARSECREATORS.php95 if((ord($firstChar) >= 97) && (ord($firstChar) <= 122))
120 if(!$noPrefix && (ord($firstChar) >= 97) && (ord($firstChar) <= 122))
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.misc.iso.php35 switch (ord($ISOheader[0])) {
302 while (ord($DirectoryRecordData[0]) > 33) {
304 $DirectoryRecordData .= $this->fread(ord($DirectoryRecordData[0]) - 1);
395 $UNIXyear = ord($ISOtime[0]) + 1900;
396 $UNIXmonth = ord($ISOtime[1]);
397 $UNIXday = ord($ISOtime[2]);
398 $UNIXhour = ord($ISOtime[3]);
399 $UNIXminute = ord($ISOtime[4]);
400 $UNIXsecond = ord($ISOtime[5]);
401 $GMToffset = $this->TwosCompliment2Decimal(ord($ISOtime[5]));
H A Dmodule.tag.xmp.php136 if ((ord($data[1]) < 0xD0) || (ord($data[1]) > 0xD7))
153 'SegType' => ord($data[1]),
154 'SegName' => $GLOBALS['JPEG_Segment_Names'][ord($data[1])],
H A Dmodule.audio.dss.php46 …$info['dss']['version'] = ord(substr($DSSheader, 0, 1));
55 …$info['dss']['priority'] = ord(substr($DSSheader, 793, 1));
57 …$info['dss']['sample_rate_index'] = ord(substr($DSSheader, 1538, 1))…
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DPDF417.php872 $chval = ord($code{$i});
882 …if (((($i + 1) == $codelen) OR ((($i + 1) < $codelen) AND (array_search(ord($code{($i + 1)}), $thi…
928 $t = bcmul(''.ord($code[0]), '1099511627776');
929 $t = bcadd($t, bcmul(''.ord($code[1]), '4294967296'));
930 $t = bcadd($t, bcmul(''.ord($code[2]), '16777216'));
931 $t = bcadd($t, bcmul(''.ord($code[3]), '65536'));
932 $t = bcadd($t, bcmul(''.ord($code[4]), '256'));
933 $t = bcadd($t, ''.ord($code[5]));
946 $cw[] = ord($code{$i});
972 $cw[] = ord($code);
/plugin/twofactor/
H A DGoogleAuthenticator.php52 $secret .= $validChars[ord($rnd[$i]) & 31];
82 $offset = ord(substr($hm, -1)) & 0x0F;
205 $binaryString .= (($y = chr(base_convert($eightBits[$z], 2, 10))) || ord($y) == 48) ? $y : '';
252 $result |= (ord($safeString[$i]) ^ ord($userString[$i]));
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Gif/
H A DColorTable.php39 $this->m_arColors[] = (ord($rgb[2]) << 16) + (ord($rgb[1]) << 8) + ord($rgb[0]);
H A DImageHeader.php65 $b = ord($lpData[8]);
85 return ord(substr($str, 0, 1)) + (ord(substr($str, 1, 1)) << 8);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DASN1.php243 $type = ord($encoded[$encoded_pos++]);
256 $temp = ord($encoded[$encoded_pos++]);
275 $length = ord($encoded[$encoded_pos++]);
836 $length = ord(Strings::shift($string));
985 $tag = ord($temp[0]);
1175 if (ord($content[$len - 1]) & 0x80) {
1181 $temp = ord($content[$pos++]);
1190 $first = floor(ord($content[0]) / 40);
1385 $c = ord($in[$i++]);
1388 $c = ($c << 8) | ord($in[$i++]);
[all …]
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/Filter/
H A DAscii85.php38 $ch = \ord($data[$k]) & 0xff;
41 if ($k === 0 && $ch === 60 && isset($data[$k + 1]) && (\ord($data[$k + 1]) & 0xFF) === 126) {
46 if ($ch === 126 && isset($data[$k + 1]) && (\ord($data[$k + 1]) & 0xFF) === 62) {
/plugin/authfacebook/lib/
H A Dpolyfills.php43 $result |= (ord($knownString[$i]) ^ ord($userString[$i]));
/plugin/authgooglesheets/vendor/firebase/php-jwt/src/
H A DJWT.php460 $status |= (\ord($left[$i]) ^ \ord($right[$i]));
525 if (\ord($r[0]) > 0x7f) {
528 if (\ord($s[0]) > 0x7f) {
603 $constructed = (\ord($der[$pos]) >> 5) & 0x01;
604 $type = \ord($der[$pos++]) & 0x1f;
607 $len = \ord($der[$pos++]);
612 $len = ($len << 8) | \ord($der[$pos++]);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
H A DImageProcessor.php321 $unitSp = ord(substr($data, $j + 7, 1));
391 $sn = max(1, ord($data[$pos + 12]));
392 $nom = max(1, ord($data[$pos + 13]));
448 $bpc = ord(substr($data, 24, 1));
454 $ct = ord(substr($data, 25, 1));
488 if (ord(substr($data, 26, 1)) !== 0) {
492 if (ord(substr($data, 27, 1)) !== 0) {
496 if (ord(substr($data, 28, 1)) !== 0) {
503 $unitSp = ord(substr($data, $j + 12, 1));
610 // ord(
[all...]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DGradient.php84 if (isset($patch_array[$i]['colors'][$j][4]) && ord($patch_array[$i]['colors'][$j][4]) < 100) {
88 $this->mpdf->gradients[$n]['stream'] .= chr(ord($patch_array[$i]['colors'][$j][1]) * 2.55);
89 $this->mpdf->gradients[$n]['stream'] .= chr(ord($patch_array[$i]['colors'][$j][2]) * 2.55);
90 $this->mpdf->gradients[$n]['stream'] .= chr(ord($patch_array[$i]['colors'][$j][3]) * 2.55);
91 $this->mpdf->gradients[$n]['stream'] .= chr(ord($patch_array[$i]['colors'][$j][4]) * 2.55);
92 if (isset($patch_array[$i]['colors'][$j][5]) && ord($patch_array[$i]['colors'][$j][5]) < 100) {
121 $this->mpdf->gradients[$n]['stream_trans'] .= chr((int) (ord($patch_array[$i]['colors'][$j][4]) * 2.55));
123 $this->mpdf->gradients[$n]['stream_trans'] .= chr((int) (ord($patch_array[$i]['colors'][$j][5]) * 2.55));
125 $this->mpdf->gradients[$n]['stream_trans'] .= chr((int) (ord($patch_array[$i]['colors'][$j][3]) * 2.55));
537 $this->mpdf->gradients[$n]['stops'][$i]['col'] = sprintf('%.3F %.3F %.3F %.3F', ord(
[all...]
/plugin/davcard/vendor/sabre/vobject/lib/Property/
H A DText.php254 $ord = ord($val[$ii]);
256 if ($ord >= 32 && $ord <=126) {
/plugin/webdavclient/vendor/sabre/vobject/lib/Property/
H A DText.php254 $ord = ord($val[$ii]);
256 if ($ord >= 32 && $ord <=126) {

12345678910