Home
last modified time | relevance | path

Searched refs:info (Results 26 – 50 of 1857) sorted by relevance

12345678910>>...75

/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio-video.ts.php27 $info = &$this->getid3->info;
29 $this->fseek($info['avdataoffset']);
36 $info['fileformat'] = 'ts';
41 …$info['ts']['packet']['sync'] = getid3_lib::BigEndian2Int(substr($TSheader, $offset, 1)); $offset …
47 …$info['ts']['packet']['packet_id'] = ($pid_flags_raw & 0x1…
50 …$info['ts']['packet']['flags']['adaption_field_exists'] = (bool) ($SAC_raw & 0…
51 …$info['ts']['packet']['flags']['payload_exists'] = (bool) ($SAC_raw & 0…
53 …$info['ts']['packet']['scrambling_control'] = $this->TSscramblingControlLookup(…
55 if ($info['ts']['packet']['flags']['adaption_field_exists']) {
66 if ($info['ts']['packet']['adaption']['flags']['pcr']) {
[all …]
H A Dmodule.misc.exe.php27 $info = &$this->getid3->info;
29 $this->fseek($info['avdataoffset']);
38 $info['fileformat'] = 'exe';
39 $info['exe']['mz']['magic'] = 'MZ';
41 …$info['exe']['mz']['raw']['last_page_size'] = getid3_lib::LittleEndian2Int(substr($EXEhea…
42 …$info['exe']['mz']['raw']['page_count'] = getid3_lib::LittleEndian2Int(substr($EXEhea…
43 …$info['exe']['mz']['raw']['relocation_count'] = getid3_lib::LittleEndian2Int(substr($EXEhea…
54 …$info['exe']['mz']['byte_size'] = (($info['exe']['mz']['raw']['page_count'] - 1)) * 512 +…
55 $info['exe']['mz']['header_size'] = $info['exe']['mz']['raw']['header_paragraphs'] * 16;
56 …$info['exe']['mz']['memory_minimum'] = $info['exe']['mz']['raw']['min_memory_paragraphs'] * 16;
[all …]
H A Dmodule.graphic.tiff.php27 $info = &$this->getid3->info;
29 $this->fseek($info['avdataoffset']);
34 $info['tiff']['byte_order'] = 'Intel';
37 $info['tiff']['byte_order'] = 'Motorola';
44 $info['fileformat'] = 'tiff';
45 $info['video']['dataformat'] = 'tiff';
46 $info['video']['lossless'] = true;
47 $info['tiff']['ifd'] = array();
121 $info['tiff']['ifd'][] = $CurrentIFD;
159 $xmpkey = (isset($info['tiff']['XMP']) ? count($info['tiff']['XMP']) : 0);
[all …]
H A Dmodule.audio-video.flv.php97 $info = &$this->getid3->info;
101 $FLVdataLength = $info['avdataend'] - $info['avdataoffset'];
104 $info['fileformat'] = 'flv';
111 unset($info['flv'], $info['fileformat']);
265 if (!empty($info['video']['resolution_x']) && !empty($info['video']['resolution_y'])) {
266 …$info['video']['pixel_aspect_ratio'] = $info['video']['resolution_x'] / $info['video']['resolution…
297 $info['video'][$destkey] = $info['flv']['meta']['onMetaData'][$sourcekey];
317 … $info['bitrate'] = (($info['avdataend'] - $info['avdataoffset']) * 8) / $info['playtime_seconds'];
325 $info['audio']['channels'] = $info['flv']['audio']['audioType'] + 1; // 0=mono,1=stereo
337 $info['playtime_seconds'] = $info['flv']['meta']['onMetaData']['duration'];
[all …]
H A Dmodule.audio.bonk.php27 $info = &$this->getid3->info;
30 $info['bonk'] = array();
31 $thisfile_bonk = &$info['bonk'];
61 if (empty($info['audio']['encoder'])) {
113 if (empty($info['audio']['encoder'])) {
117 unset($info['bonk']);
127 $info = &$this->getid3->info;
158 if ($info['playtime_seconds'] > 0) {
159 …$info['audio']['bitrate'] = (($info['bonk']['dataend'] - $info['bonk']['dataoffset']) * 8) / $info
211 if ($info['bonk'][' ID3']['valid']) {
[all …]
H A Dmodule.audio.shorten.php26 $info = &$this->getid3->info;
28 $this->fseek($info['avdataoffset']);
36 $info['fileformat'] = 'shn';
37 $info['audio']['dataformat'] = 'shn';
38 $info['audio']['lossless'] = true;
39 $info['audio']['bitrate_mode'] = 'vbr';
43 $this->fseek($info['avdataend'] - 12);
46 if ($info['shn']['seektable']['present']) {
48 $info['shn']['seektable']['offset'] = $info['avdataend'] - $info['shn']['seektable']['length'];
49 $this->fseek($info['shn']['seektable']['offset']);
[all …]
H A Dmodule.audio.mpc.php27 $info = &$this->getid3->info;
60 unset($info['mpc']);
73 $info = &$this->getid3->info;
140 …$info['audio']['bitrate'] = (($info['avdataend'] - $info['avdataoffset']) * 8) / $info['playtime_s…
223 $info = &$this->getid3->info;
285 …$info['playtime_seconds'] = ($thisfile_mpc_header['samples'] / $info['audio']['channels']) / $
294 …$info['audio']['bitrate'] = (($info['avdataend'] - $info['avdataoffset']) * 8) / $info['playtime_s…
339 $info = &$this->getid3->info;
385 unset($info['mpc']);
403 …$info['mpc']['bitrate'] = ($info['avdataend'] - $info['avdataoffset']) * 8 * 44100 / $thisfile_m…
[all …]
H A Dmodule.graphic.efax.php27 $info = &$this->getid3->info;
29 $this->fseek($info['avdataoffset']);
32 $info['efax']['header']['magic'] = substr($efaxheader, 0, 2);
33 if ($info['efax']['header']['magic'] != "\xDC\xFE") {
34 …pecting DC FE, found '.getid3_lib::PrintHexBytes($info['efax']['header']['magic']).') at offset '.…
37 $info['fileformat'] = 'efax';
39 $info['efax']['header']['filesize'] = getid3_lib::LittleEndian2Int(substr($efaxheader, 2, 4));
40 if ($info['efax']['header']['filesize'] != $info['filesize']) {
41info['efax']['header']['filesize'] > $info['filesize']) ? 'truncated' : 'corrupt').' file, expecti…
47 $info['efax']['header']['pages'] = getid3_lib::LittleEndian2Int(substr($efaxheader, 198, 2));
[all …]
H A Dmodule.audio-video.bink.php26 $info = &$this->getid3->info;
30 $this->fseek($info['avdataoffset']);
49 $info = &$this->getid3->info;
50 $info['fileformat'] = 'bink';
51 $info['video']['dataformat'] = 'bink';
55 $info['bink']['data_size'] = getid3_lib::LittleEndian2Int(substr($fileData, 4, 4));
58 if (($info['avdataend'] - $info['avdataoffset']) != ($info['bink']['data_size'] + 8)) {
59 …r('Probably truncated file: expecting '.$info['bink']['data_size'].' bytes, found '.($info['avdata…
69 $info = &$this->getid3->info;
70 $info['fileformat'] = 'smacker';
[all …]
H A Dmodule.audio.vqf.php27 $info = &$this->getid3->info;
32 $info['fileformat'] = 'vqf';
33 $info['audio']['dataformat'] = 'vqf';
34 $info['audio']['bitrate_mode'] = 'cbr';
35 $info['audio']['lossless'] = false;
38 $info['vqf']['raw'] = array();
42 $this->fseek($info['avdataoffset']);
50 unset($info['vqf']);
51 unset($info['fileformat']);
99 $info['audio']['encoder_options'] = 'CBR' . ceil($info['audio']['bitrate']/1000);
[all …]
H A Dmodule.audio-video.riff.php43 $info = &$this->getid3->info;
97 $info['avdataend'] = $info['filesize'];
585 $info['avdataend'] = $info['filesize'];
636 $info['avdataend'] = $info['filesize'];
982 $info['avdataend'] = $info['filesize'];
1300 …$info['bitrate'] = ((($info['avdataend'] - $info['avdataoffset']) / $info['playtime_seconds']) * 8…
1321 …$info['bitrate'] = ((($info['avdataend'] - $info['avdataoffset']) / $info['playtime_seconds']) * 8…
1416 $info = &$this->getid3->info;
1513 $info = &$this->getid3->info;
1873 $info = &$this->getid3->info;
[all …]
H A Dmodule.misc.pdf.php29 $info = &$this->getid3->info;
34 $info['fileformat'] = 'pdf';
45 $this->parseXREF($info['pdf']['trailer']['startxref']);
46 if (!empty($info['pdf']['xref']['offset'])) {
47 …while (!$this->feof() && (max(array_keys($info['pdf']['xref']['offset'])) > $info['pdf']['xref']['…
58 …if (empty($info['pdf']['xref']['xref_offsets']) || !in_array($XREFoffset, $info['pdf']['xref']['xr…
87 $info['pdf']['pages'] = (int) $matches[1];
97 …unset($info['pdf']['xref']['offset'], $info['pdf']['xref']['generation'], $info['pdf']['xref']['en…
119 $info = &$this->getid3->info;
127 …$info['pdf']['xref']['count'] = $XREFcount + (!empty($info['pdf']['xref']['count']) ? $info['pdf']…
[all …]
H A Dmodule.audio-video.real.php28 $info = &$this->getid3->info;
31 $info['bitrate'] = 0;
32 $info['playtime_seconds'] = 0;
46 $info['audio']['sample_rate'] = $info['real']['old_ra_header']['sample_rate'];
47 $info['audio']['bits_per_sample'] = $info['real']['old_ra_header']['bits_per_sample'];
48 $info['audio']['channels'] = $info['real']['old_ra_header']['channels'];
50 …$info['playtime_seconds'] = 60 * ($info['real']['old_ra_header']['audio_bytes'] / $info['r…
51 …$info['audio']['bitrate'] = 8 * ($info['real']['old_ra_header']['audio_bytes'] / $info['p…
52 …$info['audio']['codec'] = $this->RealAudioCodecFourCClookup($info['real']['old_ra_header…
62 unset($info['bitrate']);
[all …]
H A Dmodule.audio.amr.php27 $info = &$this->getid3->info;
29 $this->fseek($info['avdataoffset']);
39 $info['amr'] = array();
40 $thisfile_amr = &$info['amr'];
42 $info['fileformat'] = 'amr';
43 $info['audio']['dataformat'] = 'amr';
44 …$info['audio']['bitrate_mode'] = 'vbr'; // within a small predefined range: 4.75kbps to 12.2k…
47 $info['audio']['channels'] = 1;
64 …$info['playtime_seconds'] = array_sum($thisfile_amr['frame_mode_count']) * 0.020; // each frame co…
65 …$info['audio']['bitrate'] = (8 * ($info['avdataend'] - $info['avdataoffset'])) / $info['playtime_s…
[all …]
H A Dmodule.audio.aa.php27 $info = &$this->getid3->info;
29 $this->fseek($info['avdataoffset']);
39 $info['aa'] = array();
40 $thisfile_aa = &$info['aa'];
42 $info['fileformat'] = 'aa';
43 $info['audio']['dataformat'] = 'aa';
46 $info['audio']['bitrate_mode'] = 'cbr'; // is it?
50 if ($thisfile_aa['filesize'] > ($info['avdataend'] - $info['avdataoffset'])) {
54 $info['audio']['bits_per_sample'] = 16; // is it?
55 $info['audio']['sample_rate'] = $thisfile_aa['sample_rate'];
[all …]
H A Dmodule.archive.hpk.php27 $info = &$this->getid3->info;
29 $info['fileformat'] = 'hpk';
31 $this->fseek($info['avdataoffset']);
36 …$info['hpk']['header']['signature'] = substr($HPKh…
37 …$info['hpk']['header']['data_offset'] = getid3_lib::LittleEndian2Int(substr($HPKh…
38 …$info['hpk']['header']['fragments_per_file'] = getid3_lib::LittleEndian2Int(substr($HPKh…
40 …$info['hpk']['header']['fragments_residual_offset'] = getid3_lib::LittleEndian2Int(substr($HPKh…
46 …$info['hpk']['header']['filesystem_entries'] = $info['hpk']['header']['fragmented_filesystem_lengt…
47 $this->fseek($info['hpk']['header']['fragmented_filesystem_offset']);
48 for ($i = 0; $i < $info['hpk']['header']['filesystem_entries']; $i++) {
[all …]
H A Dmodule.audio.au.php27 $info = &$this->getid3->info;
29 $this->fseek($info['avdataoffset']);
39 $info['au'] = array();
40 $thisfile_au = &$info['au'];
42 $info['fileformat'] = 'au';
43 $info['audio']['dataformat'] = 'au';
44 $info['audio']['bitrate_mode'] = 'cbr';
49 $info['avdataoffset'] += $thisfile_au['header_length'];
66 $info['audio']['channels'] = $thisfile_au['channels'];
68 if (($info['avdataoffset'] + $thisfile_au['data_size']) > $info['avdataend']) {
[all …]
H A Dmodule.audio.mod.php27 $info = &$this->getid3->info;
28 $this->fseek($info['avdataoffset']);
47 $info = &$this->getid3->info;
55 $info['fileformat'] = 'mod';
65 $info = &$this->getid3->info;
66 $this->fseek($info['avdataoffset']);
73 $info['fileformat'] = 'xm';
83 $info = &$this->getid3->info;
91 $info['fileformat'] = 's3m';
101 $info = &$this->getid3->info;
[all …]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
H A DImageWriter.php33 foreach ($this->mpdf->images as $file => $info) {
41 $this->writer->write('/Width ' . $info['w']);
42 $this->writer->write('/Height ' . $info['h']);
44 if (isset($info['interpolation']) && $info['interpolation']) {
48 if (isset($info['masked'])) {
54 if (isset($info['icc']) && ( $info['icc'] !== false)) {
58 } elseif ($info['cs'] === 'Indexed') {
62 $this->writer->write('/ColorSpace [/Indexed /DeviceRGB ' . (strlen($info['pa
[all...]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Shaper/
H A DIndic.php108 public static function set_indic_properties(&$info, $scriptblock) argument
110 $u = $info['uni'];
167 if ($info['general_category'] == Ucdn::UNICODE_GENERAL_CATEGORY_NON_SPACING_MARK) {
197 $info['indic_category'] = $cat;
198 $info['indic_position'] = $pos;
336 public static function initial_reordering(&$info, $GSUBdata, $broken_syllables, $indic_config, $scriptblock, $is_old_spec, $dottedcircle) argument
339 self::update_consonant_positions($info, $GSUBdata);
342 self::insert_dotted_circles($info, $dottedcircle);
345 $count = count($info);
350 $last_syllable = $info[
361 update_consonant_positions(& $info, $GSUBdata) global() argument
379 insert_dotted_circles(& $info, $dottedcircle) global() argument
418 initial_reordering_syllable(& $info, $GSUBdata, $indic_config, $scriptblock, $is_old_spec, $start, $end) global() argument
893 final_reordering(& $info, $GSUBdata, $indic_config, $scriptblock, $is_old_spec) global() argument
911 final_reordering_syllable(& $info, $GSUBdata, $indic_config, $scriptblock, $is_old_spec, $start, $end) global() argument
1221 _move_info_pos(& $info, $from, $to) global() argument
1254 is_one_of($info, $flags) global() argument
1262 is_joiner($info) global() argument
1269 is_consonant($info) global() argument
1274 is_halant_or_coeng($info) global() argument
[all...]
H A DSea.php125 public static function set_sea_properties(&$info, $scriptblock) argument
127 $u = $info['uni'];
160 $info['sea_category'] = $cat;
161 $info['sea_position'] = $pos;
203 public static function initial_reordering(&$info, $GSUBdata, $broken_syllables, $scriptblock, $dottedcircle) argument
207 self::insert_dotted_circles($info, $dottedcircle);
210 $count = count($info);
215 $last_syllable = $info[0]['syllable'];
217 if ($last_syllable != $info[$i]['syllable']) {
218 self::initial_reordering_syllable($info,
226 insert_dotted_circles(& $info, $dottedcircle) global() argument
243 initial_reordering_syllable(& $info, $GSUBdata, $scriptblock, $start, $end) global() argument
284 final_reordering(& $info, $GSUBdata, $scriptblock) global() argument
302 final_reordering_syllable(& $info, $GSUBdata, $scriptblock, $start, $end) global() argument
[all...]
H A DMyanmar.php113 public static function set_myanmar_properties(&$info) argument
115 $u = $info['uni'];
253 $info['myanmar_category'] = $cat;
254 $info['myanmar_position'] = $pos;
296 public static function reordering(&$info, $GSUBdata, $broken_syllables, $dottedcircle) argument
299 self::insert_dotted_circles($info, $dottedcircle);
301 $count = count($info);
306 $last_syllable = $info[0]['syllable'];
308 if ($last_syllable != $info[$i]['syllable']) {
309 self::reordering_syllable($info,
317 insert_dotted_circles(& $info, $dottedcircle) global() argument
344 reordering_syllable(& $info, $GSUBdata, $start, $end) global() argument
439 is_one_of($info, $flags) global() argument
449 is_consonant($info) global() argument
[all...]
/plugin/creole/_test/
H A Dcreole.test.php27 $info = array();
42 $info = array();
57 $info = array();
73 $info = array();
89 $info = array();
105 $info = array();
121 $info = array();
137 $info = array();
153 $info = array();
169 $info = array();
[all …]
/plugin/usersubscriptions/
H A Dusersubscriptions.tpl.php31 foreach($usersubscriptions as $id => $info) {
32 if(!$info['display']) continue; // skips not displayable items
38info['isnamespace'] ? 'namespace' : 'page'; ?>.png" alt="<?php echo $this->getLang($info['isnamesp…
41 …<a href="<?php echo wl($id).($info['isnamespace'] ? ':' : ''); ?>"><?php echo ($id != '') ? $id : …
44 …<?php echo $info['inheritedsubscription'] ? $this->getLang('because_parent_ns_subscribed') : '&nbs…
48info['deleteoption']) { ?><a href="<?php echo wl($ID); ?>&amp;pluginusersubscriptions_unsubscribe=…
72 foreach($usersubscriptions as $id => $info) {
73 if($info['selfsubscribed']) continue; // don't display already subscribed items
75info['isnamespace'] ? 'ns' : 'pg').'-'.$id.($info['isnamespace'] ? ':' : '').'" class="'.($info['i…
76 <!--<?php echo str_repeat('&nbsp;&nbsp;&nbsp;', max(0, $info['lvl'] - 1)); ?>-->
/plugin/webdav/core/DAV/Collection/Media/
H A DFile.php24 if ($this->info['perm'] < AUTH_DELETE) {
28 $res = media_delete($this->info['id'], null);
49 if (@file_exists($this->info['path'])) {
55 if ($this->info['perm'] < $perm_needed) {
61 $timestamp_old = @filemtime($this->info['path']);
80 io_createNamespace($this->info['id'], 'media');
88 'filename' => $this->info['filename'],
92 $filesize_new = filesize($this->info['path']);
95 …if (!file_exists(mediaFN($this->info['id'], $timestamp_old)) && file_exists($this->info['path'])) {
97 media_saveOldRevision($this->info['id']);
[all …]

12345678910>>...75