Home
last modified time | relevance | path

Searched refs:header (Results 576 – 600 of 1105) sorted by last modified time

1...<<21222324252627282930>>...45

/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.mysqli.php139 header('Content-type: audio/x-mpegurl');
710 header('Content-type: audio/x-mpegurl');
826 header('Content-type: audio/x-mpegurl');
865 header('Content-type: audio/x-mpegurl');
907 header('Content-type: audio/x-mpegurl');
948 header('Content-type: audio/x-mpegurl');
984 header('Content-type: audio/x-mpegurl');
1624 header('Content-type: audio/x-mpegurl');
1651 header('Content-type: audio/x-mpegurl');
1767 header('Content-type: audio/x-mpegurl');
[all …]
H A Ddemo.browse.php58 header('Content-Type: text/html; charset='.$PageEncoding);
H A Ddemo.mp3header.php2357 $header = '';
2375 $header_len = strlen($header) - round(32768 / 2);
2394 } elseif ($header .= fread($fd, 32768)) {
2397 $header_len = strlen($header) - round(32768 / 2);
2416 if (($SynchSeekOffset + 1) >= strlen($header)) {
2421 …if (($header[$SynchSeekOffset] == CONST_FF) && ($header[($SynchSeekOffset + 1)] > CONST_E0)) { // …
/plugin/jplayer/vendor/james-heinrich/getid3/licenses/
H A Dlicense.lgpl-30.txt66 a header file that is part of the Library. You may convey such object
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dreadme.txt312 * Ability to create Xing/LAME VBR header for VBR MP3s that are missing VBR header
462 of the ID3v2 header. This is supposedly fixed in v3.4b21 but
489 LAME/VBR header, but it never gets written) when encoding in CBR
H A DREADME.md305 * Ability to create Xing/LAME VBR header for VBR MP3s that are missing VBR header
448 of the ID3v2 header. This is supposedly fixed in v3.4b21 but
470 LAME/VBR header, but it never gets written) when encoding in CBR
/plugin/jplayer/vendor/kriswallsmith/assetic/
H A DCHANGELOG-1.2.md7 * Added --no-header option for Coffeescript
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Dogg.js2 …sponseHeader("Content-length"));var header;var hasByteServing=(header=xhr.getResponseHeader("Accep…
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.graphic.bmp.php667 header('Content-type: image/png');
H A Dmodule.tag.id3v2.php62 $header = $this->fread(10);
63 if (substr($header, 0, 3) == 'ID3' && strlen($header) == 10) {
65 $thisfile_id3v2['majorversion'] = ord($header[3]);
66 $thisfile_id3v2['minorversion'] = ord($header[4]);
85 $id3_flags = ord($header[5]);
109 …$thisfile_id3v2['headerlength'] = getid3_lib::BigEndian2Int(substr($header, 6, 4), 1) + 10; // len…
/plugin/task/
H A Dics.php33 header("Content-Disposition: attachment; filename='$filename'");
34 header('Content-Length: '.strlen($output));
35 header('Connection: close');
36 header("Content-Type: text/Calendar; name='$filename'");
/plugin/task/syntax/
H A Dtask.php132 function _tablerow($header, $data, &$renderer, $trclass = '', $tdclass = '') { argument
137 if ($header) $renderer->doc .= hsc($this->getLang($header)).':';
H A Dtasks.php115 $pagelist->header['page'] = $this->getLang('task');
116 $pagelist->header['date'] = str_replace(' ', '&nbsp;', $this->getLang('date'));
117 $pagelist->header['user'] = str_replace(' ', '&nbsp;', $this->getLang('user'));
/plugin/filelist/
H A Dsyntax.php
/plugin/feed/
H A Dfeed.php57 header('Cache-Control: must-revalidate, post-check=0, pre-check=0');
58 header('Pragma: public');
59 header('Content-Type: application/xml; charset=utf-8');
71 if ($conf['allowdebug']) header("X-CacheUsed: $cache");
/plugin/countdown/
H A DChangeLog53 * bugfix: No newline after "?>" (Warning: Cannot modify header information...)
/plugin/adfs/phpsaml/lib/Saml2/
H A DUtils.php360 header('Pragma: no-cache');
361 header('Cache-Control: no-cache, must-revalidate');
362 header('Location: ' . $url);
/plugin/adfs/
H A Daction.php35 header('Content-Type: application/samlmetadata+xml');
36 header('Content-Disposition: attachment; filename="saml-metadata.xml"');
H A Dadmin.php24 header("X-XSS-Protection: 0");
/plugin/adfs/phpsaml/
H A DREADME.md693 header('Pragma: no-cache');
694 header('Cache-Control: no-cache, must-revalidate');
695 header('Location: ' . $ssoBuiltUrl);
720 header('Content-Type: text/xml');
1076 header('Pragma: no-cache');
1077 header('Cache-Control: no-cache, must-revalidate');
1078 header('Location: ' . $sloBuiltUrl);
1460 * `formatCert` - Returns a x509 cert (adding header & footer if required).
1461 * `formatPrivateKey` - returns a RSA private key (adding header & footer if required).
/plugin/admnote/
H A DREADME.md7 …Docs Admonition notes are supported. Notes are not collapsible and you cannot omit the header line.
/plugin/fileshare/
H A Dfilesharedownload.php9 header ( "Content-Type: ". get_mime_type($filename) );
10 header ( "Content-Disposition: attachment; filename=" . $filename );
11 header ( "Content-Length: " . filesize ( $downloadFile ) );
/plugin/codemirror/dist/
H A Dscripts.min.js.map1 … name: 'header', // 50\n type: 'baseonly',\n entries: [{match: /^[ \\t]*={2}.+={2,}[…
/plugin/codemirror/dist/modes/
H A Dgherkin.min.js.map1 … stream.match(/[^\\|]*/);\n return state.tableHeaderLine ? \"header\" : \"string\";\n …
H A Dmbox.min.js1header=null}if(a.match(e)){b.inHeaders=true;b.inSeparator=true;return"atom"}var c;var n=false;if((…

1...<<21222324252627282930>>...45