Home
last modified time | relevance | path

Searched refs:header (Results 26 – 50 of 1105) sorted by relevance

12345678910>>...45

/plugin/graphviz/
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/mindmap/
H A Dimg.php21 header('Content-Type: image/png;');
22 header('Expires: '.gmdate("D, d M Y H:i:s", time()+max($conf['cachetime'], 3600)).' GMT');
23 header('Cache-Control: public, proxy-revalidate, no-transform, max-age='.max($conf['cachetime'], 36…
24 header('Pragma: public');
30 header("HTTP/1.0 404 Not Found");
31 header('Content-Type: image/png');
/plugin/dataplot/
H A Dimg.php19 header('Content-Type: image/png;');
20 header('Expires: '.gmdate("D, d M Y H:i:s", time()+max($conf['cachetime'], 3600)).' GMT');
21 header('Cache-Control: public, proxy-revalidate, no-transform, max-age='.max($conf['cachetime'], 36…
22 header('Pragma: public');
27 header("HTTP/1.0 404 Not Found");
28 header('Content-Type: image/png');
/plugin/godiag/
H A Dfetch.php28 header('HTTP/1.0 404 Not Found');
34 header('Content-Type: '.$mime);
35 if($_GET['t'] != 'png') header('Content-Disposition: attachment; filename="'.basename($file).'";');
36 header('Expires: '.gmdate("D, d M Y H:i:s", time()+3600).' GMT');
37 header('Cache-Control: public, proxy-revalidate, no-transform, max-age=3600');
38 header('Pragma: public');
/plugin/davcal/vendor/sabre/http/lib/
H A DSapi.php58header('HTTP/' . $response->getHttpVersion() . ' ' . $response->getStatus() . ' ' . $response->get…
63 header($key . ': ' . $v);
65 header($key . ': ' . $v, false);
168 $header = strtolower(substr($key, 5));
172 $header = ucwords(str_replace('_', ' ', $header));
175 $header = str_replace(' ', '-', $header);
176 $headers[$header] = $value;
/plugin/confmanager/configTypes/
H A DConfigManagerTwoLineLeftImageConfigCascade.php86 header('Content-Type: text/plain');
94 header('Content-Type: text/plain');
100 header('Content-Type: text/plain');
106 header('Content-Type: text/plain');
113 header('Content-Type: text/plain');
119 header('Content-Type: text/plain');
127 header('Content-Type: text/plain');
133 header('Content-Type: text/plain');
138 header('Content-Type: text/plain');
178 header('Content-Type: text/plain');
[all …]
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/php/
H A Dbasexml.php32 header('Expires: Mon, 26 Jul 1997 05:00:00 GMT') ;
34 header('Last-Modified: ' . gmdate('D, d M Y H:i:s') . ' GMT') ;
36 header('Cache-Control: no-store, no-cache, must-revalidate') ;
37 header('Cache-Control: post-check=0, pre-check=0', false) ;
39 header('Pragma: no-cache') ;
42 header( 'Content-Type: text/xml; charset=utf-8' ) ;
/plugin/webdav/vendor/sabre/http/lib/
H A DSapi.php58header('HTTP/' . $response->getHttpVersion() . ' ' . $response->getStatus() . ' ' . $response->get…
63 header($key . ': ' . $v);
65 header($key . ': ' . $v, false);
176 $header = strtolower(substr($key, 5));
180 $header = ucwords(str_replace('_', ' ', $header));
183 $header = str_replace(' ', '-', $header);
184 $headers[$header] = $value;
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A Dbasexml.php32 header('Expires: Mon, 26 Jul 1997 05:00:00 GMT') ;
34 header('Last-Modified: ' . gmdate('D, d M Y H:i:s') . ' GMT') ;
36 header('Cache-Control: no-store, no-cache, must-revalidate') ;
37 header('Cache-Control: post-check=0, pre-check=0', false) ;
39 header('Pragma: no-cache') ;
42 header( 'Content-Type: text/xml; charset=utf-8' ) ;
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Dbasexml.php32 header('Expires: Mon, 26 Jul 1997 05:00:00 GMT') ;
34 header('Last-Modified: ' . gmdate('D, d M Y H:i:s') . ' GMT') ;
36 header('Cache-Control: no-store, no-cache, must-revalidate') ;
37 header('Cache-Control: post-check=0, pre-check=0', false) ;
39 header('Pragma: no-cache') ;
42 header( 'Content-Type: text/xml; charset=utf-8' ) ;
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dbasexml.php32 header('Expires: Mon, 26 Jul 1997 05:00:00 GMT') ;
34 header('Last-Modified: ' . gmdate('D, d M Y H:i:s') . ' GMT') ;
36 header('Cache-Control: no-store, no-cache, must-revalidate') ;
37 header('Cache-Control: post-check=0, pre-check=0', false) ;
39 header('Pragma: no-cache') ;
42 header( 'Content-Type: text/xml; charset=utf-8' ) ;
/plugin/html2pdf/html2pdf/html2ps/
H A Dfetcher.url.class.php325 $header .= "Host: ".$this->host."\r\n";
326 $header .= "Accept: */*\r\n";
328 $header .= "Connection: keep-alive\r\n";
331 $header .= "\r\n";
333 fputs ($socket, $header);
359 $header .= "Host: ".$this->host."\r\n";
360 $header .= "Accept: */*\r\n";
362 $header .= "Connection: keep-alive\r\n";
363 $header .= "Accept: text/html\r\n";
368 $header .= "\r\n";
[all …]
/plugin/nsexport/packer/
H A Dpacker.php69 header('Content-Type: ' . $mime[1]);
70 header('Content-Disposition: attachment; filename="export.' . $this->ext . '"');
71 header('Expires: 0');
72 header('Content-Length: ' . filesize($filename));
73 header('Cache-Control: must-revalidate, post-check=0, pre-check=0');
74 header('Content-Transfer-Encoding: binary');
75 header('Pragma: public');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
H A DGoogleCloudDialogflowV2beta1IntentMessageColumnProperties.php25 public $header; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowV2beta1IntentMessageColumnProperties
34 public function setHeader($header) argument
36 $this->header = $header;
43 return $this->header;
H A DGoogleCloudDialogflowV2IntentMessageColumnProperties.php25 public $header; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowV2IntentMessageColumnProperties
34 public function setHeader($header) argument
36 $this->header = $header;
43 return $this->header;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/HangoutsChat/
H A DSection.php26 public $header; variable in Google\\Service\\HangoutsChat\\Section
33 public function setHeader($header) argument
35 $this->header = $header;
42 return $this->header;
/plugin/graphgear/
H A Dload.php17 header("HTTP/1.0 404 Not Found");
22 header('Content-Type: text/xml; charset=utf-8');
23 header('Expires: '.gmdate("D, d M Y H:i:s", time()+max($conf['cachetime'], 3600)).' GMT');
24 header('Cache-Control: public, proxy-revalidate, no-transform, max-age='.max($conf['cachetime'], 36…
25 header('Pragma: public');
/plugin/codebutton2/
H A Dgenpng.php2 header("Content-type: image/png");
3 header("Expires: Mon, 01 Jul 2003 00:00:00 GMT");
4 header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT");
5 header("Cache-Control: no-cache, must-revalidate");
6 header("Pragma: no-cache");
/plugin/custombuttons/
H A Dgenpng.php2 header("Content-type: image/png");
3 header("Expires: Mon, 01 Jul 2003 00:00:00 GMT");
4 header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT");
5 header("Cache-Control: no-cache, must-revalidate");
6 header("Pragma: no-cache");
/plugin/swiftmail/Swift/Message/
H A DHeaders.php275 $lheader = strtolower($header);
277 if (!$this->has($header))
301 $lheader = strtolower($header);
302 if (!$this->has($header))
320 if (!$this->has($header))
328 $lheader = strtolower($header);
343 $lheader = strtolower($header);
344 if ($this->has($header))
354 public function listAttributes($header) argument
356 $header = strtolower($header);
[all …]
/plugin/elasticsearch/vendor/ruflin/elastica/src/Multi/
H A DSearch.php34 * @const string[] valid header options
156 $header = $this->_getSearchDataHeader($search);
158 $header = (empty($header)) ? new \stdClass() : $header;
164 $data = JSON::stringify($header)."\n";
172 $header = $search->getOptions();
175 $header['index'] = $search->getIndices();
178 // Filter options accepted in the "header"
179 return \array_intersect_key($header, \array_fli
[all...]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceManagement/
H A DJwtLocation.php29 public $header; variable in Google\\Service\\ServiceManagement\\JwtLocation
56 public function setHeader($header) argument
58 $this->header = $header;
65 return $this->header;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceNetworking/
H A DJwtLocation.php29 public $header; variable in Google\\Service\\ServiceNetworking\\JwtLocation
56 public function setHeader($header) argument
58 $this->header = $header;
65 return $this->header;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceUsage/
H A DJwtLocation.php29 public $header; variable in Google\\Service\\ServiceUsage\\JwtLocation
56 public function setHeader($header) argument
58 $this->header = $header;
65 return $this->header;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceConsumerManagement/
H A DJwtLocation.php29 public $header; variable in Google\\Service\\ServiceConsumerManagement\\JwtLocation
56 public function setHeader($header) argument
58 $this->header = $header;
65 return $this->header;

12345678910>>...45