Home
last modified time | relevance | path

Searched refs:ord (Results 101 – 125 of 242) sorted by last modified time

12345678910

/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D3.3.js.map1 …\\u2A54\",\n \"or;\": \"\\u2228\",\n \"orarr;\": \"\\u21BB\",\n \"ord;\": \"\\u2A5D\",\n …
H A D39.39.js.map1 …'opendir',\n 'split',\n '-T',\n 'getgrent',\n 'ord',\n 'sprintf…
/plugin/publistf/bib2tpl/lib/
H A DBibTex.php811 $ord = ord($letter);
812 if ($ord == 123) { //Open brace
815 if ($ord == 125) { //Closing brace
818 … if (($ord>=65) && ($ord<=90) && (0==$openbrace)) { //The first character is uppercase
821 … } elseif ( ($ord>=97) && ($ord<=122) && (0==$openbrace) ) { //The first character is lowercase
/plugin/webdav/vendor/sabre/vobject/lib/Parser/
H A DMimeDir.php149 && 0xef === ord($line[0])
150 && 0xbb === ord($line[1])
151 && 0xbf === ord($line[2])) {
/plugin/webdav/vendor/sabre/http/lib/
H A Dfunctions.php390 return '%' . sprintf('%02x', ord($match[0]));
408 return '%' . sprintf('%02x', ord($match[0]));
/plugin/webdav/vendor/sabre/vobject/lib/Property/
H A DText.php240 $ord = \ord($val[$ii]);
242 if ($ord >= 32 && $ord <= 126) {
/plugin/elwikiupgrade/
H A DVerboseTarLib.class.php478 $chks += ord($data_first[$i]);
481 $chks += ord($data_last[$j]);
499 $chks += ord($block[$i]);
502 $chks += ord($block[$i]);
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.graphic.pcd.php38 $PCDisVertical = ((ord($PCDflags) & 0x01) ? true : false);
82 …PCD_width - $x][$y] = $this->YCbCr2RGB(ord($PCD_data_Y1[$x]), ord($PCD_data_Cb[(int) floor($x …
83 …PCD_width - $x][$y + 1] = $this->YCbCr2RGB(ord($PCD_data_Y2[$x]), ord($PCD_data_Cb[(int) floor($x …
85 …y][$x] = $this->YCbCr2RGB(ord($PCD_data_Y1[$x]), ord($PCD_data_Cb[(int) floor($x …
86 …y + 1][$x] = $this->YCbCr2RGB(ord($PCD_data_Y2[$x]), ord($PCD_data_Cb[(int) floor($x …
H A Dwrite.php673 if (ord($value[$i]) > 127) {
H A Dgetid3.lib.php868 $charval = ord($string[$i]);
944 (ord($string[($offset + 3)]) & 0x3F);
950 (ord($string[($offset + 2)]) & 0x3F);
955 (ord($string[($offset + 1)]) & 0x3F);
959 $charval = ord($string[$offset]);
994 (ord($string[($offset + 3)]) & 0x3F);
1000 (ord($string[($offset + 2)]) & 0x3F);
1005 (ord($string[($offset + 1)]) & 0x3F);
1009 $charval = ord($string[$offset]);
1059 $charval = ord($string[$offset]);
[all …]
H A Dgetid3.php567 $this->info['id3v2']['majorversion'] = ord($header[3]);
568 $this->info['id3v2']['minorversion'] = ord($header[4]);
H A Dmodule.audio-video.flv.php446 return ord(substr($this->bytes, $this->pos++, 1));
H A Dmodule.audio-video.riff.php2154 $parsed['rating_id'] = ord(substr($DIVXTAG, 115, 1));
H A Dmodule.audio.amr.php55 $AMR_frame_header = ord(substr($buffer, 0, 1));
H A Dmodule.audio.flac.php189 $info['md5_data_source'] .= str_pad(dechex(ord($md5[$i])), 2, '00', STR_PAD_LEFT);
H A Dmodule.audio.mpc.php513 $thisbyte = ord(substr($data, ($packetLength - 1), 1));
H A Dmodule.audio.ogg.php276 …$info['ogg']['flac']['header']['version_major'] = ord(substr($filedata, …
277 …$info['ogg']['flac']['header']['version_minor'] = ord(substr($filedata, …
H A Dmodule.graphic.jpg.php116 $version_subparts[$i] = ord(substr($info['jpg']['exif']['GPS']['GPSVersion'], $i, 1));
154 …$info['jpg']['exif']['GPS']['GPSAltitudeRef'] = ord($info['jpg']['exif']['GPS']['GPSAltitudeRef'])…
H A Dmodule.archive.tar.php50 $checksum += ord($buffer[$i]);
53 $checksum += ord(' ');
56 $checksum += ord($buffer[$i]);
H A Dmodule.audio-video.matroska.php1312 $first_byte_int = ord($this->EBMLbuffer[$actual_offset]);
1565 $first_byte_int = ord($EBMLstring[0]);
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.dsdiff.php88 …$info['dsdiff']['format_version'] = ord($FVER[0]).'.'.ord($FVER[1]).'.'.ord($FVER[2]).'.'.ord($FVE…
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))…
H A Dmodule.audio.mp3.php707 $thisfile_mpeg_audio['toc'][$i] = ord($LAMEtocData[$i]);
1891 $MPEGrawHeader['version'] = (ord($Header4Bytes[1]) & 0x18) >> 3; // BB
1892 $MPEGrawHeader['layer'] = (ord($Header4Bytes[1]) & 0x06) >> 1; // CC
1893 $MPEGrawHeader['protection'] = (ord($Header4Bytes[1]) & 0x01); // D
1894 $MPEGrawHeader['bitrate'] = (ord($Header4Bytes[2]) & 0xF0) >> 4; // EEEE
1895 $MPEGrawHeader['sample_rate'] = (ord($Header4Bytes[2]) & 0x0C) >> 2; // FF
1896 $MPEGrawHeader['padding'] = (ord($Header4Bytes[2]) & 0x02) >> 1; // G
1898 $MPEGrawHeader['channelmode'] = (ord($Header4Bytes[3]) & 0xC0) >> 6; // II
1899 $MPEGrawHeader['modeextension'] = (ord($Header4Bytes[3]) & 0x30) >> 4; // JJ
1900 $MPEGrawHeader['copyright'] = (ord($Header4Bytes[3]) & 0x08) >> 3; // K
[all …]
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dchangelog.txt2773 * Bugfix: various values were incorrectly returned (unneeded ord())

12345678910