Home
last modified time | relevance | path

Searched refs:header (Results 1001 – 1025 of 1105) sorted by last modified time

1...<<4142434445

/plugin/onlineordering/
H A Dsend_form.php133 $header = 'MIME-Version: 1.0' . "\r\n"; variable
134 $header .= 'Content-type: text/html; charset=iso-8859-1' . "\r\n";
149 $header .= "BCC: ".$email_cc."\r\n";
152 $result = @mail($recipient, $subject, $mail, $header.$from);
/plugin/inlineeditor/
H A Dajax.php31 header('Content-Type: text/plain; charset=utf-8');
/plugin/gtime/
H A Drenderer.php98 header("Content-Type: archive/zip");
99 header("Content-Disposition: attachment; filename={$filename}");
/plugin/s5reloaded/ui/thesis/
H A Dframing.css8 div#header, div#footer, .slide {width: 100%; top: 0; left: 0;}
9 div#header {top: 0; height: 3em; z-index: 1;}
19 div#header {background: #FCC;}
H A Dpretty.css240 div#header, div#footer
247 div#header
411 background:url(pics/table-header.png) bottom left repeat-x #000;
H A Ds5-core.css3 div#header, div#footer, div#controls, .slide {position: absolute;}
4 html>body div#header, html>body div#footer,
H A Dprint.css87 #header
/plugin/jquery-syntax/
H A Djquery-1.6.min.js16 …on(a){return!a.firstChild},has:function(a,b,c){return!!k(c[3],a).length},header:function(a){return…
/plugin/editsections/
H A Dall.css5 This moves the section edit button down onto the same "line" as the header
22 /* Hiding the header will stop Dokuwiki from displaying special content */
/plugin/autlogin/
H A Dajax.php27 header('Content-Type: text/html; charset=utf-8');
/plugin/tline/timeline_ajax/
H A Dsimile-ajax-bundle.js413 },header:function(a){return/h\d/i.test(a.nodeName);
/plugin/translator/
H A Dhelper.php612 header("Content-Type: text");
614 header('Cache-Control: must-revalidate, no-transform, post-check=0, pre-check=0');
615 header('Pragma: public');
616 header('Content-Disposition: attachment; filename="'.$fileName.'";');
/plugin/jsonrpc/
H A DIJR_Server.php160 header('Connection: close');
161 header('Content-Length: '.$length);
162 header('Content-Type: application/json');
163 header('Date: '.date('r'));
/plugin/translation3/
H A Daction.php54 header('Location: '.wl($lc.':'.$conf['start'],'',true,'&'));
/plugin/seqdia/
H A Dimg.php17 header('Content-Type: image/png;');
18 header('Expires: '.gmdate("D, d M Y H:i:s", time()+max($conf['cachetime'], 3600)).' GMT');
19 header('Cache-Control: public, proxy-revalidate, no-transform, max-age='.max($conf['cachetime'], 36…
20 header('Pragma: public');
26 header("HTTP/1.0 404 Not Found");
27 header('Content-Type: image/png');
/plugin/qrcode2/
H A Dphpqrcode.php951 header("Content-type: image/png");
/plugin/quickedit/
H A Dajax.php48 header('Content-Type: text/plain; charset=utf-8');
/plugin/dokugource/
H A Daction.php112 header('Content-Type: text/plain; charset=utf-8');
H A Dadmin.php66 header('Content-Transfer-Encoding: binary');
67 header('Content-Length: '.strlen($f));
68 header('Content-Disposition: attachment; filename="gource.log"');
69 header('Expires: 0');
70 header('Cache-Control: no-cache, must-revalidate');
71 header('Pragma: no-cache');
/plugin/noticeboard/classes/
H A DICal.php53 header("Content-Type: text/calendar; charset=UTF-8");
54 header('Content-Disposition: attachment; filename="calendar.ics"');
H A Drss.php45 header("Content-Type: application/xml; charset=UTF-8");
/plugin/noticeboard/noticeboard/classes/
H A DICal.php53 header("Content-Type: text/calendar; charset=UTF-8");
54 header('Content-Disposition: attachment; filename="calendar.ics"');
H A Drss.php45 header("Content-Type: application/xml; charset=UTF-8");
/plugin/farm/
H A Dinstall.class.php123 header('Location: '.$this->webroot.'farmstructurecreator.php');
/plugin/cronojob/
H A Dpseudocron.php397 header('Connection: Close');

1...<<4142434445