Home
last modified time | relevance | path

Searched refs:ord (Results 51 – 75 of 242) sorted by relevance

12345678910

/plugin/authgooglesheets/vendor/symfony/polyfill-php72/
H A DPhp72.php33 default: $s[$j] = "\xC3"; $s[++$j] = \chr(\ord($s[$i]) - 64); break;
49 $c = (\ord($s[$i] & "\x1F") << 6) | \ord($s[++$i] & "\x3F");
201 return \ord($s);
/plugin/davcal/vendor/sabre/vobject/lib/Property/
H A DText.php254 $ord = ord($val[$ii]);
256 if ($ord >= 32 && $ord <=126) {
/plugin/translator/
H A Dhelper.php833 ord($var{$c+1}),
834 ord($var{$c+2}));
845 ord($var{$c+1}),
846 ord($var{$c+2}),
858 ord($var{$c+1}),
859 ord($var{$c+2}),
860 ord($var{$c+3}),
872 ord($var{$c+1}),
873 ord($var{$c+2}),
874 ord($var{$c+3}),
[all …]
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A DSafeFN.class.php109 } else if ($codepoint == ord(self::$pre_indicator)) {
141 $unicode[] = ord($sub[$i]);
146 $unicode[] = ord($sub);
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A DSafeFN.class.php108 } else if ($codepoint == ord(self::$pre_indicator)) {
139 $unicode[] = ord($sub[$i]);
144 $unicode[] = ord($sub);
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Encoder/
H A DCerDerTrait.php19 use function ord;
41 if ($unused && $length && ord($this->binary[$this->pos + ($length - 1)]) !== 0 && ((8 - $length) << ord($this->binary[$this->pos + ($length - 1)])) !== 0) {
58 throw new EncoderException(sprintf('The encoded boolean must be 0 or 255, received "%s".', ord($this->binary[$this->pos])));
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A DSafeFN.class.php109 } else if ($codepoint == ord(self::$pre_indicator)) {
141 $unicode[] = ord($sub[$i]);
146 $unicode[] = ord($sub);
H A Dutf8.php70 if(ord($str[$i]) <128){
91 $b = ord($Str[$i]);
101 if ((++$i == $len) || ((ord($Str[$i]) & 0xC0) != 0x80))
665 return unicode_to_utf8(array(ord($c)));
722 $in = ord($str[$i]);
1057 while (($i<$limit) && ((ord($str[$i]) & 0xC0) == 0x80)) $i++;
1059 while ($i && ((ord($str[$i]) & 0xC0) == 0x80)) $i--;
/plugin/webdav/vendor/sabre/vobject/lib/Property/
H A DText.php240 $ord = \ord($val[$ii]);
242 if ($ord >= 32 && $ord <= 126) {
/plugin/commonmark/vendor/league/commonmark/src/Util/
H A DUrlEncoder.php59 if (\ord($code) < 128) {
60 $result .= self::ENCODE_CACHE[\ord($code)];
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.graphic.bmp.php340 $paletteindexbyte = ord($BMPpixelData[$pixeldataoffset++]);
357 $paletteindexbyte = ord($BMPpixelData[$pixeldataoffset++]);
374 $paletteindex = ord($BMPpixelData[$pixeldataoffset++]);
387 …bmp['data'][$row][$col] = (ord($BMPpixelData[$pixeldataoffset+2]) << 16) | (ord($BMPpixelData[$pix…
400 … (ord($BMPpixelData[$pixeldataoffset+3]) << 24) | (ord($BMPpixelData[$pixeldataoffset+2]) << 16) |…
H A Dmodule.audio-video.swf.php70 $FrameSizeBitsPerValue = (ord(substr($SWFfileData, 8, 1)) & 0xF8) >> 3;
72 …$FrameSizeDataString = str_pad(decbin(ord(substr($SWFfileData, 8, 1)) & 0x07), 3, '0', STR_PAD_L…
74 …$FrameSizeDataString .= str_pad(decbin(ord(substr($SWFfileData, 8 + $i, 1))), 8, '0', STR_PAD_LEFT…
H A Dmodule.audio.wavpack.php107 $info['wavpack']['blockheader']['minor_version'] = ord($wavpackheader[8]);
108 $info['wavpack']['blockheader']['major_version'] = ord($wavpackheader[9]);
127 $info['wavpack']['blockheader']['track_number'] = ord($wavpackheader[10]); // unused
128 $info['wavpack']['blockheader']['index_number'] = ord($wavpackheader[11]); // unused
158 $metablock['id'] = ord($metablockheader[0]);
H A Dmodule.archive.tar.php50 $checksum += ord($buffer[$i]);
53 $checksum += ord(' ');
56 $checksum += ord($buffer[$i]);
/plugin/judge/helper/
H A Dnumbers.php28 $code = ord(substr($string, 0, 1));
40 $code2 = ord(substr($string, $offset, 1)) - 128;
/plugin/icalevents/vendor/sabre/vobject/lib/Property/
H A DText.php256 $ord = ord($val[$ii]);
258 if ($ord >= 32 && $ord <= 126) {
/plugin/zip/pear/File/Archive/Writer/
H A DTar.php105 $checksum = 8*ord(" ");
107 $checksum += ord($blockbeg{$i});
110 $checksum += ord($blockend{$i});
/plugin/photogallery/phpThumb/
H A Dphpthumb.bmp.php394 $paletteindexbyte = ord($BMPpixelData[$pixeldataoffset++]);
411 $paletteindexbyte = ord($BMPpixelData[$pixeldataoffset++]);
428 $paletteindex = ord($BMPpixelData[$pixeldataoffset++]);
441 …bmp['data'][$row][$col] = (ord($BMPpixelData[$pixeldataoffset+2]) << 16) | (ord($BMPpixelData[$pix…
454 … (ord($BMPpixelData[$pixeldataoffset+3]) << 24) | (ord($BMPpixelData[$pixeldataoffset+2]) << 16) |…
817 $intvalue += ord($byteword[$i]) * pow(256, $bytewordlen - 1 - $i);
830 $binvalue .= str_pad(decbin(ord($byteword[$i])), 8, '0', STR_PAD_LEFT);
/plugin/fedauth/classes/
H A Dfa_providerlist.class.php289 $ord =& $this->_getOrderFor($id);
290 if ($ord != null) {
291 $index = array_search($id, $ord);
292 array_splice($ord, $index, 1);
/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.list-style-type.inc.php66 return chr(ord('a')+($num-1) % 26);
68 return chr(ord('A')+($num-1) % 26);
/plugin/authgoogle2fa/
H A DGoogleAuthenticator.php55 $offset = ord(substr($hm, -1)) & 0x0F;
146 … $binaryString .= ( ($y = chr(base_convert($eightBits[$z], 2, 10))) || ord($y) == 48 ) ? $y:"";
168 $binaryString .= str_pad(base_convert(ord($secret[$i]), 10, 2), 8, '0', STR_PAD_LEFT);
/plugin/authg2fa/
H A DGoogleAuthenticator.php55 $offset = ord(substr($hm, -1)) & 0x0F;
146 … $binaryString .= ( ($y = chr(base_convert($eightBits[$z], 2, 10))) || ord($y) == 48 ) ? $y:"";
168 $binaryString .= str_pad(base_convert(ord($secret[$i]), 10, 2), 8, '0', STR_PAD_LEFT);
/plugin/combo/vendor/symfony/polyfill-php80/
H A DPhpToken.php52 $name = \strlen($this->text) > 1 || \ord($this->text) < 32 ? null : $this->text;
92 $id = \ord($token);
/plugin/fedauth/Auth/OpenID/
H A DDiffieHellman.php106 $xsecret .= chr(ord($secret[$i]) ^ ord($hash_dh_shared[$i]));
/plugin/openid/Auth/OpenID/
H A DDiffieHellman.php107 $xsecret .= chr(ord($secret[$i]) ^ ord($hash_dh_shared[$i]));

12345678910