Home
last modified time | relevance | path

Searched refs:info (Results 1101 – 1125 of 1857) sorted by path

1...<<41424344454647484950>>...75

/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.graphic.png.php36 $info = &$this->getid3->info;
39 $info['png'] = array();
40 $thisfile_png = &$info['png'];
42 $info['fileformat'] = 'png';
43 $info['video']['dataformat'] = 'png';
44 $info['video']['lossless'] = false;
46 $this->fseek($info['avdataoffset']);
55 unset($info['fileformat']);
499 $info['video']['dataformat'] = 'apng';
500 $info['playtime_seconds'] = 0;
[all …]
H A Dmodule.graphic.svg.php27 $info = &$this->getid3->info;
29 $this->fseek($info['avdataoffset']);
33 $info['svg']['xml']['raw'] = $matches;
39 $info['svg']['svg']['raw'] = $matches;
76 $info['svg']['width'] = intval($info['svg']['svg']['sections']['width']);
79 $info['svg']['height'] = intval($info['svg']['svg']['sections']['height']);
82 $info['svg']['version'] = $info['svg']['svg']['sections']['version'];
84 if (!isset($info['svg']['version']) && isset($info['svg']['doctype']['sections'])) {
93 if (!empty($info['svg']['width'])) {
94 $info['video']['resolution_x'] = $info['svg']['width'];
[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.misc.cue.php47 $info = &$this->getid3->info;
49 $info['fileformat'] = 'cue';
50 $this->readCueSheetFilename($info['filenamepath']);
51 $info['cue'] = $this->cuesheet;
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.misc.iso.php27 $info = &$this->getid3->info;
29 $info['fileformat'] = 'iso';
55 $info['iso']['files'] = array();
73 $info = &$this->getid3->info;
82 unset($info['fileformat']);
83 unset($info['iso']);
151 $info = &$this->getid3->info;
160 unset($info['fileformat']);
161 unset($info['iso']);
228 $info = &$this->getid3->info;
[all …]
H A Dmodule.misc.msoffice.php27 $info = &$this->getid3->info;
29 $this->fseek($info['avdataoffset']);
33 …$this->error('Expecting "'.getid3_lib::PrintHexBytes($magic).'" at '.$info['avdataoffset'].', foun…
36 $info['fileformat'] = 'msoffice';
H A Dmodule.misc.par2.php27 $info = &$this->getid3->info;
29 $info['fileformat'] = 'par2';
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.tag.apetag.php39 $info = &$this->getid3->info;
59 $info['ape']['tag_offset_end'] = $info['filesize'] - $id3v1tagsize;
65 $info['ape']['tag_offset_end'] = $info['filesize'];
77 if (!isset($info['ape']['tag_offset_end'])) {
80 unset($info['ape']);
86 $thisfile_ape = &$info['ape'];
108 unset($info['id3v1']);
111 unset($info['warning'][$key]);
112 sort($info['warning']);
129 $info['replay_gain'] = array();
[all …]
H A Dmodule.tag.id3v1.php27 $info = &$this->getid3->info;
29 if (!getid3_lib::intValueSupported($info['filesize'])) {
40 $info['avdataend'] = $info['filesize'] - 128;
108 $ParsedID3v1['tag_offset_end'] = $info['filesize'];
111 $info['id3v1'] = $ParsedID3v1;
112 $info['id3v1']['encoding'] = $ID3v1encoding;
129 $info['avdataend'] -= 128;
H A Dmodule.tag.id3v2.php30 $info = &$this->getid3->info;
55 $info['id3v2']['header'] = true;
56 $thisfile_id3v2 = &$info['id3v2'];
73 unset($info['id3v2']);
505 $info['avdataoffset'] += 10;
572 $info = &$this->getid3->info;
573 $id3v2_majorversion = $info['id3v2']['majorversion'];
1479 $info['id3v2']['comments']['picture'] = array();
2104 if (!isset($info['id3v2']['chapters'])) {
2105 $info['id3v2']['chapters'] = array();
[all …]
H A Dmodule.tag.lyrics3.php26 $info = &$this->getid3->info;
74 if (isset($info['ape']['tag_offset_start']) && ($info['ape']['tag_offset_start'] > 15)) {
104 $info['avdataend'] = $lyrics3offset;
107 if (!isset($info['ape'])) {
117 $info['ape'] = $getid3_temp->info['ape'];
120 $info['replay_gain'] = $getid3_temp->info['replay_gain'];
143 $info = &$this->getid3->info;
250 unset($info['id3v1']);
253 unset($info['warning'][$key]);
254 sort($info['warning']);
[all …]
/plugin/jplayer/vendor/james-heinrich/getid3/helperapps/
H A Dreadme.helperapps.txt2 /// getID3() by James Heinrich <info@getid3.org> //
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dlicense.txt2 /// getID3() by James Heinrich <info@getid3.org> //
H A Dreadme.txt2 /// getID3() by James Heinrich <info@getid3.org> //
345 * Support for TTF (thanks infoØbutterflyx*com)
602 * http://cui.unige.ch/OSG/info/AudioFormats/ap11.html
H A Dstructure.txt2 /// getID3() by James Heinrich <info@getid3.org> //
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
H A DLogger.php108 public function info($message, array $context = array()); function
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/Logger/
H A DAbstractLogger.php106 public function info($message, array $context = array()) function in Mustache_Logger_AbstractLogger
/plugin/jquerymigrate/
H A DREADME12 Please refer to http://www.dokuwiki.org/plugins for additional info
/plugin/jquotes/
H A DREADME10 Please refer to http://www.dokuwiki.org/plugins for additional info
/plugin/jsonrpc/
H A Djsonrpc.php140 $info = array(
148 $info['size'] = filesize($file);
151 return $info;
286 $info = getRevisionInfo($id, $time, 1024);
291 'author' => (($info['user']) ? $info['user'] : $info['ip']),
632 if(!empty($info)) {
633 $data['user'] = $info['user'];
634 $data['ip'] = $info['ip'];
635 $data['type'] = $info['type'];
636 $data['sum'] = $info['sum'];
[all …]
/plugin/jspolyfill/
H A DREADME12 Please refer to http://www.dokuwiki.org/plugins for additional info
/plugin/judge/
H A DREADME.md9 Please refer to http://www.dokuwiki.org/plugin:judge for additional info
/plugin/jukebox/
H A DREADME10 Please refer to http://www.dokuwiki.org/plugins for additional info

1...<<41424344454647484950>>...75