Home
last modified time | relevance | path

Searched refs:ord (Results 151 – 175 of 242) sorted by relevance

12345678910

/plugin/memcache/classes/
H A Dmemcache_fakecache.class.php8 function($m){ return "-".ord($m[1])."-"; },
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DTTFontFile.php373 $hi += (ord($data[$i]) << 8) + ord($data[$i + 1]);
374 $lo += (ord($data[$i + 2]) << 8) + ord($data[$i + 3]);
427 $a = (ord($s[0]) << 8) + ord($s[1]);
437 $a = (ord($s[0]) << 8) + ord($s[1]);
450 return (ord($s[0]) << 8) + ord(
[all...]
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.graphic.gif.php209 $bitbuffer = str_pad(decbin(ord($this->fread(1))), 8, '0', STR_PAD_LEFT).$bitbuffer;
H A Dmodule.audio.voc.php67 $BlockType = ord($BlockData[0]);
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);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/
H A DBinaryField.php87 if (ord($c[$g]) & $mask) {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Color/
H A DColorModeConverter.php16 return [1, ($c[1] * .21) + ($c[2] * .71) + ($c[3] * .07), ord(1), $c[4]];
/plugin/authdrupal8/
H A Dpassword.inc53 $value = ord($input[$i++]);
56 $value |= ord($input[$i]) << 8;
63 $value |= ord($input[$i]) << 16;
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
H A DSvg.php1373 $critere_style['fill-opacity'] = ord($col[4] / 100);
1376 $critere_style['fill-opacity'] = ord($col[5] / 100);
1385 $critere_style['fill-opacity'] = ord($col[4] / 100);
1388 $critere_style['fill-opacity'] = ord($col[5] / 100);
1414 $critere_style['stroke-opacity'] = ord($col[4] / 100);
1417 $critere_style['stroke-opacity'] = ord($col[5] / 100);
1430 $critere_style['stroke-opacity'] = ord($col[4] / 100);
1433 $critere_style['stroke-opacity'] = ord($col[5] / 100);
3585 $color_final = sprintf('%.3F %.3F %.3F', ord($col[1]) / 255, ord(
[all...]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Barcode/
H A DCode128.php277 $char_num = ord($code[$i]);
H A DCode39.php189 if (ord($code[$i]) > 127) {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DANSI.php238 $chr = ord($source[$i]);
245 case strlen($this->ansi) == 2 && $chr >= 64 && $chr <= 95 && $chr != ord('['):
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/
H A DMSBLOB.php111 switch (ord($type)) {
/plugin/html2pdf/html2pdf/html2ps/fpdf/
H A Dfpdf.php2698 $header=(ord($font{0})==128);
2703 if($header && ord($font{$info['length1']})==128) {
3089 $bpc=ord(fread($f,1));
3095 $ct=ord(fread($f,1));
3106 if (ord(fread($f,1))!=0) {
3110 if (ord(fread($f,1))!=0) {
3114 if (ord(fread($f,1))!=0) {
3140 $trns=array(ord(substr($t,1,1)));
3142 $trns=array(ord(substr($t,1,1)),ord(substr($t,3,1)),ord(substr($t,5,1)));
/plugin/markdownextra/
H A Dmarkdown.php1525 $ord = ord($char);
1527 if ($ord < 128) {
1532 else if ($r < 45) $chars[$key] = '&#x'.dechex($ord).';';
1533 else $chars[$key] = '&#'.$ord.';';
1612 return $this->hashPart("&#". ord($token{1}). ";");
/plugin/vcard/
H A Dvcard.php52 $dec = ord($c);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DPHP64.php91 $temp = $i > 0 ? ord($val[$i - 1]) : 0;
/plugin/html2pdf/html2pdf/html2ps/
H A Doutput.fastps.class.php392 if (ord($str{$i}) > 127) {
393 $str = substr_replace($str, sprintf("\\%o", ord($str{$i})), $i, 1);
/plugin/twofactorgoogleauth/
H A DQRCode.php320 $ch = ord(substr($data, $i, 1));
356 $c1 = ord(substr($group, 0, 1));
357 $c2 = ord(substr($group, 1, 1));
/plugin/quickstats/GEOIP/
H A Dgeoip.inc1405 $gi->databaseType = ord(@shmop_read($gi->shmid, $offset, 1));
1437 $gi->databaseSegments += (ord($buf[$j]) << ($j * 8));
1467 $gi->databaseType = ord(fread($gi->filehandle, 1));
1499 $gi->databaseSegments += (ord($buf[$j]) << ($j * 8));
1702 $x[$i] += ord($buf[$gi->record_length * $i + $j]) << ($j * 8);
1749 $x[$i] += ord($buf[$gi->record_length * $i + $j]) << ($j * 8);
/plugin/authgooglesheets/vendor/paragonie/constant_time_encoding/
H A DREADME.md21 * Uses `pack()` and `unpack()` instead of `chr()` and `ord()`
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Dcheck_acl.php198 return '%'.dechex(ord(substr($matches[1],-1)));
/plugin/gtime/gtlib/util/
H A DGTUtil.php448 array_push($result, ord($string{$i}));
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dcheck_acl.php198 return '%'.dechex(ord(substr($matches[1],-1)));

12345678910