Home
last modified time | relevance | path

Searched refs:chr (Results 126 – 150 of 294) sorted by relevance

12345678910>>...12

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DHash.php452 $this->ipad = str_repeat(chr(0x36), $b);
453 $this->opad = str_repeat(chr(0x5C), $b);
862 $key = str_pad($this->computedKey, $b, chr(0));
938 $temp = chr(0x01) . str_repeat("\0", $padLength - 1);
939 $temp[$padLength - 1] = $temp[$padLength - 1] | chr(0x80);
942 $temp = chr(0x1F) . str_repeat("\0", $padLength - 1);
943 $temp[$padLength - 1] = $temp[$padLength - 1] | chr(0x80);
948 … return $padLength == 1 ? chr(0x86) : chr(0x06) . str_repeat("\0", $padLength - 2) . chr(0x80);
1367 $m .= str_repeat(chr(0), 128 - (($length + 16) & 0x7F));
1368 $m[$length] = chr(0x80);
/plugin/statistics/inc/pchart/
H A DPalette.php79 $buffer = str_replace(chr(10), '', $buffer);
80 $buffer = str_replace(chr(13), '', $buffer);
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.tag.id3v1.php408 $ID3v1Tag .= chr($track);
418 $ID3v1Tag .= chr(intval($genreid));
421 $ID3v1Tag .= chr(255); // 'unknown' genre
H A Dmodule.audio-video.asf.php1629 $hexbytecharstring = chr(hexdec(substr($GUIDstring, 6, 2)));
1630 $hexbytecharstring .= chr(hexdec(substr($GUIDstring, 4, 2)));
1631 $hexbytecharstring .= chr(hexdec(substr($GUIDstring, 2, 2)));
1632 $hexbytecharstring .= chr(hexdec(substr($GUIDstring, 0, 2)));
1634 $hexbytecharstring .= chr(hexdec(substr($GUIDstring, 11, 2)));
1635 $hexbytecharstring .= chr(hexdec(substr($GUIDstring, 9, 2)));
1637 $hexbytecharstring .= chr(hexdec(substr($GUIDstring, 16, 2)));
1638 $hexbytecharstring .= chr(hexdec(substr($GUIDstring, 14, 2)));
1640 $hexbytecharstring .= chr(hexdec(substr($GUIDstring, 19, 2)));
1641 $hexbytecharstring .= chr(hexdec(substr($GUIDstring, 21, 2)));
[all …]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/
H A DEd448.php118 $h[0] = $h[0] & chr(0xFC);
121 $h[1] = $h[1] | chr(0x80);
141 $y[0] = $y[0] | chr(0x80);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DGradient.php56 $this->mpdf->gradients[$n]['stream'].=chr($patch_array[$i]['f']); //start with the edge flag as 8 bit
74 $this->mpdf->gradients[$n]['stream'] .= chr(floor($patch_array[$i]['points'][$j] / 256));
75 $this->mpdf->gradients[$n]['stream'] .= chr(floor(round($patch_array[$i]['points'][$j]) % 256));
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);
110 $this->mpdf->gradients[$n]['stream_trans'] .= chr($patch_array[$i]['f']);
114 $this->mpdf->gradients[$n]['stream_trans'] .= chr(floor($patch_array[$i]['points'][$j] / 256));
115 $this->mpdf->gradients[$n]['stream_trans'] .= chr(floo
[all...]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/
H A DPrivateKey.php229 $ps = str_repeat(chr(0), $emLen - $sLen - $this->hLen - 2);
230 $db = $ps . chr(1) . $salt;
233 $maskedDB[0] = ~chr(0xFF << ($emBits & 7)) & $maskedDB[0];
234 $em = $maskedDB . $h . chr(0xBC);
347 $ps = substr($em, 2, strpos($em, chr(0), 2) - 2);
/plugin/sqlraw/
H A Dtest2.php101 $contents = trim($contents,chr(0xC2).chr(0xA0));
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A DSafeFN.class.php102 … if ($codepoint < 127 && (strpos(self::$plain.self::$post_indicator,chr($codepoint))!==false)) {
107 $safe .= chr($codepoint);
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A DSafeFN.class.php101 … if ($codepoint < 127 && (strpos(self::$plain.self::$post_indicator,chr($codepoint))!==false)) {
106 $safe .= chr($codepoint);
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A DSafeFN.class.php102 … if ($codepoint < 127 && (strpos(self::$plain.self::$post_indicator,chr($codepoint))!==false)) {
107 $safe .= chr($codepoint);
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Encoder/
H A DBerEncoder.php37 use function chr;
233 $bytes = ($length < 128) ? chr($length) . $bytes : $this->encodeLongDefiniteLength($length) . $bytes;
242 $bytes = chr($tag | 0x1f) . $this->intToVlqBytes($type->getTagNumber()) . $bytes;
245 $bytes = chr($tag | $type->getTagNumber()) . $bytes;
594 $bytes = chr(gmp_intval(gmp_and(gmp_init(0x7f), $int)));
598 $bytes = chr(0x7f & $int);
605 $bytes = chr(gmp_intval(gmp_or(gmp_and(gmp_init(0x7f), $int), gmp_init(0x80)))) . $bytes;
609 $bytes = chr((0x7f & $int) | 0x80) . $bytes;
646 $bytes = (chr((int) ($num % 256))) . $bytes;
655 return chr(
[all...]
/plugin/dw2pdf/vendor/mpdf/mpdf/data/font/
H A Dccourierb.php4 $cw[chr($i)] = 600;
H A Dccourierbi.php4 $cw[chr($i)] = 600;
H A Dccourier.php4 $cw[chr($i)] = 600;
H A Dccourieri.php4 $cw[chr($i)] = 600;
/plugin/davcal/vendor/sabre/http/tests/HTTP/Auth/
H A DAWSTest.php229 $key = str_pad($key, $blocksize, chr(0x00));
230 $ipad = str_repeat(chr(0x36), $blocksize);
231 $opad = str_repeat(chr(0x5c), $blocksize);
/plugin/tabbox/
H A Dsyntax.php195 $prefix = chr(0) . '*' . chr(0);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
H A DFontWriter.php195 $utf8 = chr(($u >> 18) + 240) . chr((($u >> 12) & 63) + 128) . chr((($u >> 6) & 63) + 128) . chr(($u & 63) + 128);
398 $cidtogidmap[$cc * 2] = chr($glyph >> 8);
399 $cidtogidmap[$cc * 2 + 1] = chr($glyph & 0xFF);
411 $cidtogidmap[$cc * 2] = chr($glyph >> 8);
412 $cidtogidmap[$cc * 2 + 1] = chr($glyph & 0xFF);
/plugin/translator/
H A Dhelper.php902 case '\b': $utf8 .= chr(0x08); $c+=1; break;
903 case '\t': $utf8 .= chr(0x09); $c+=1; break;
904 case '\n': $utf8 .= chr(0x0A); $c+=1; break;
905 case '\f': $utf8 .= chr(0x0C); $c+=1; break;
906 case '\r': $utf8 .= chr(0x0D); $c+=1; break;
907 case '\:': $utf8 .= chr(0x3A); $c+=1; break;
908 case '\=': $utf8 .= chr(0x3D); $c+=1; break;
913 … $utf16 = chr(hexdec(substr($chrs, ($c+2), 2))) . chr(hexdec(substr($chrs, ($c+4), 2)));
950 $utf8 .= chr($ord_chrs_c);
/plugin/latexcaption/
H A Dhelper.php24 $alphabet = chr(65 + $p) . $alphabet;
/plugin/findologicxmlexport/vendor/hoa/ustring/Test/Unit/
H A DIssue.php55 ->when($result = LUT::toCode(chr(160)))
/plugin/issuetracker/
H A Dtablekit.js523 var chr = parseInt(r[4],10);
525 hr_num = chr < 12 ? chr + 12 : chr;
527 hr_num = chr < 12 ? chr : 0;
544 var chr = parseInt(r[4],10);
546 hr_num = chr < 12 ? chr + 12 : chr;
548 hr_num = chr < 12 ? chr : 0;
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DInflateStream.php49 while ($stream->read(1) !== chr(0)) {
/plugin/charter/lib/pchart/
H A DpData.class.php73 $buffer = str_replace(chr(10),"",$buffer);
74 $buffer = str_replace(chr(13),"",$buffer);

12345678910>>...12