Home
last modified time | relevance | path

Searched refs:ord (Results 126 – 150 of 242) sorted by last modified time

12345678910

/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
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.graphic.gif.php209 $bitbuffer = str_pad(decbin(ord($this->fread(1))), 8, '0', STR_PAD_LEFT).$bitbuffer;
H A Dwrite.id3v2.php1131 $framedata .= ord($source_data_array['methodsymbol']);
1145 $framedata .= ord($source_data_array['groupsymbol']);
1165 $framedata .= ord($source_data_array['groupsymbol']);
1966 $nextchar = ord($data[$i + 1]);
H A Dmodule.audio-video.asf.php1659 $GUIDstring = str_pad(dechex(ord($Bytestring[3])), 2, '0', STR_PAD_LEFT);
1660 $GUIDstring .= str_pad(dechex(ord($Bytestring[2])), 2, '0', STR_PAD_LEFT);
1661 $GUIDstring .= str_pad(dechex(ord($Bytestring[1])), 2, '0', STR_PAD_LEFT);
1662 $GUIDstring .= str_pad(dechex(ord($Bytestring[0])), 2, '0', STR_PAD_LEFT);
1664 $GUIDstring .= str_pad(dechex(ord($Bytestring[5])), 2, '0', STR_PAD_LEFT);
1665 $GUIDstring .= str_pad(dechex(ord($Bytestring[4])), 2, '0', STR_PAD_LEFT);
1667 $GUIDstring .= str_pad(dechex(ord($Bytestring[7])), 2, '0', STR_PAD_LEFT);
1668 $GUIDstring .= str_pad(dechex(ord($Bytestring[6])), 2, '0', STR_PAD_LEFT);
1670 $GUIDstring .= str_pad(dechex(ord($Bytestring[8])), 2, '0', STR_PAD_LEFT);
1671 $GUIDstring .= str_pad(dechex(ord($Bytestring[9])), 2, '0', STR_PAD_LEFT);
[all …]
H A Dmodule.audio-video.quicktime.php2084 $b = ord(substr($data, $offset++, 1));
2741 'PictureControlAdjust' => $PictureControlAdjust[ord(substr($data, 48, 1))],
2742 'PictureControlQuickAdjust' => ord(substr($data, 49, 1)),
2743 'Sharpness' => ord(substr($data, 50, 1)),
2744 'Contrast' => ord(substr($data, 51, 1)),
2745 'Brightness' => ord(substr($data, 52, 1)),
2746 'Saturation' => ord(substr($data, 53, 1)),
2747 'HueAdjustment' => ord(substr($data, 54, 1)),
2748 'FilterEffect' => $FilterEffect[ord(substr($data, 55, 1))],
2750 'ToningSaturation' => ord(substr($data, 57, 1)),
[all …]
H A Dmodule.audio.midi.php117 $deltatimebyte = ord(substr($trackdata, $eventsoffset++, 1));
141 $notenumber = ord(substr($trackdata, $eventsoffset++, 1));
142 $velocity = ord(substr($trackdata, $eventsoffset++, 1));
146 $notenumber = ord(substr($trackdata, $eventsoffset++, 1));
147 $velocity = ord(substr($trackdata, $eventsoffset++, 1));
151 $notenumber = ord(substr($trackdata, $eventsoffset++, 1));
152 $velocity = ord(substr($trackdata, $eventsoffset++, 1));
156 $controllernum = ord(substr($trackdata, $eventsoffset++, 1));
157 $newvalue = ord(substr($trackdata, $eventsoffset++, 1));
176 $changeLSB = ord(substr($trackdata, $eventsoffset++, 1));
[all …]
H A Dmodule.audio.monkey.php168 $info['md5_data_source'] .= str_pad(dechex(ord($md5[$i])), 2, '00', STR_PAD_LEFT);
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.id3v1.php47 $ParsedID3v1['genreid'] = ord(substr($id3v1tag, 127, 1));
52 $ParsedID3v1['track_number'] = ord(substr($ParsedID3v1['comment'], 29, 1));
H A Dmodule.archive.gzip.php70 if (!$this->get_os_type(ord($attr['os']))) {
97 $thisInfo['raw']['id1'] = ord($attr['cmethod']);
98 $thisInfo['raw']['id2'] = ord($attr['cmethod']);
99 $thisInfo['raw']['cmethod'] = ord($attr['cmethod']);
100 $thisInfo['raw']['os'] = ord($attr['os']);
101 $thisInfo['raw']['xflags'] = ord($attr['xflags']);
102 $thisInfo['raw']['flags'] = ord($attr['flags']);
138 $si1 = ord(substr($buff, $fpointer + $idx++, 1));
139 $si2 = ord(substr($buff, $fpointer + $idx++, 1));
161 if (ord($buff[$fpointer]) == 0) {
[all …]
H A Dmodule.audio-video.mpeg.php73 $StartCodeValue = ord(substr($MPEGstreamData, $StartCodeOffset + 3, 1));
H A Dmodule.audio.tak.php161 $info['md5_data_source'] .= str_pad(dechex(ord($md5[$i])), 2, '00', STR_PAD_LEFT);
H A Dmodule.audio.tta.php55 $info['tta']['compression_level'] = ord($ttaheader[3]);
H A Dmodule.audio.voc.php67 $BlockType = ord($BlockData[0]);
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.tag.id3v2.php85 $id3_flags = ord($header[5]);
444 $id3_flags = ord($footer[5]);
1145 if (ord($frame_idstring) === 0) {
1276 if (ord($frame_idstring) === 0) {
1514 if (ord($frame_mimetype) === 0) {
1524 if (ord($frame_filename) === 0) {
1634 if (ord($frame_ownerid) === 0) {
1668 if (ord($frame_url) === 0) {
1846 if (ord($frame_ownerid) === 0) {
1869 if (ord($frame_ownerid) === 0) {
[all …]
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])],
/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/adfs/phpsaml/extlib/xmlseclibs/
H A Dxmlseclibs.php221 $byte = ord($key[$i]) & 0xfe;
332 $decrypted_data = substr($decrypted_data, 0, $dataLen - ord($paddingLength));
426 if (ord($string) > 0x7f)
/plugin/codemirror/dist/modes/
H A Dmirc.min.js.map1 …ric $numok $oline $onpoly \" +\n \"$opnick $or $ord $os $passivedcc $pi…
H A Dperl.min.js.map1ord","our","pack","package","pipe","pop","pos","print","printf","prototype","push","q","qq","qr","…
H A Dpython.min.js.map1 …min\", \"next\",\n \"object\", \"oct\", \"open\", \"ord\", \"pow\", \"prope…
H A Dperl.min.js1 …msgget:1,msgrcv:1,msgsnd:1,my:2,"new":1,next:1,no:1,oct:1,open:1,opendir:1,ord:1,our:2,pack:1,"pac… property in AnonymousFunction3829359c0200.a
/plugin/pdfjs/pdfjs/web/locale/nb-NO/
H A Dviewer.properties168 find_entire_word_label=Hele ord
/plugin/pdfjs/pdfjs/web/locale/da/
H A Dviewer.properties168 find_entire_word_label=Hele ord

12345678910