Home
last modified time | relevance | path

Searched refs:header (Results 226 – 250 of 1105) sorted by last modified time

12345678910>>...45

/plugin/upgrade/vendor/
H A Dautoload.php7 header('HTTP/1.1 500 Internal Server Error');
/plugin/upgrade/vendor/splitbrain/php-archive/src/
H A DTar.php116 $header = $this->parseHeader($read);
117 if (!is_array($header)) {
121 $this->skipbytes(ceil($header['size'] / 512) * 512);
122 yield $this->header2fileinfo($header);
169 // read the file header
170 $header = $this->parseHeader($dat);
171 if (!is_array($header)) {
174 $fileinfo = $this->header2fileinfo($header);
181 $this->skipbytes(ceil($header['size'] / 512) * 512);
199 $size = floor($header['siz
649 header2fileinfo($header) global() argument
[all...]
H A DZip.php149 // read file header
151 $header = $this->readCentralFileHeader();
152 $header['index'] = $i;
154 fseek($this->fh, $header['offset']); // seek to beginning of file header
155 $header = $this->readFileHeader($header);
156 $fileinfo = $this->header2fileinfo($header);
170 $directory = ($header['folder']) ? $output : dirname($output);
182 if ($header['compressio
638 readFileHeader($header) global() argument
680 parseExtra($header) global() argument
709 header2fileinfo($header) global() argument
[all...]
/plugin/upgrade/vendor/composer/
H A Dplatform_check.php13 header('HTTP/1.1 500 Internal Server Error');
/plugin/smtp/subtree/txtthinking/Mailer/src/Mailer/
H A DMessage.php64 protected $header = array(); variable in Tx\\Mailer\\Message
248 $this->header['Date'] = date('r');
251 $this->header['Return-Path'] = $this->fakeFromEmail;
254 $this->header['Return-Path'] = $this->fromEmail;
255 $this->header['From'] = $this->fromName . " <" . $this->fromEmail .">";
258 $this->header['To'] = '';
260 $this->header['To'] .= $toName . " <" . $toEmail . ">, ";
262 $this->header['To'] = substr($this->header['To'], 0, -2);
263 $this->header['Subject'] = $this->subject;
265 $this->header['X-Priority'] = '3';
[all …]
/plugin/statistics/
H A Dhelper.php142 header('Content-Type: image/gif');
143 header('Content-Length: ' . strlen($img));
144 header('Connection: Close');
H A Dadmin.php478 function html_resulttable($result, $header = '', $pager = 0) { argument
480 if(is_array($header)) {
482 foreach($header as $h) {
/plugin/statistics/inc/pchart/
H A DpCache.php95 header('Content-type: image/png');
H A DpChart.php2995 header('Content-type: image/png');
3151 header("HTTP/1.0 404 Not Found");
/plugin/statistics/inc/
H A DStatisticsGraph.class.php64 header('Content-Type: image/png');
145 header('Content-Type: image/png');
212 header('Content-Type: image/png');
245 header('Content-Type: image/png');
313 header('Content-Type: image/png');
363 header('Content-Type: image/png');
/plugin/farmer/action/
H A Dajax.php74 header('Content-Type: application/json');
110 header('Content-Type: text/html; charset=utf-8');
128 header('Content-Type: text/html; charset=utf-8');
219 header('Content-Type: text/html; charset=utf-8');
/plugin/farmer/3rdparty/
H A DRingIcon.php78 header("Content-type: image/png");
/plugin/sql2wiki/syntax/
H A Dquery.php133 foreach ($headers as $header) {
135 $renderer->cdata($header);
/plugin/approve/action/
H A Dapprove.php108 header('Location: ' . wl($INFO['id']));
137 header('Location: ' . wl($INFO['id']));
173 header("Location: " . wl($INFO['id'], ['rev' => $last_approved_rev], false, '&'));
/plugin/btable2/
H A Dexport.php35 header("Content-type: text/csv");
36 header("Content-Disposition: attachment; filename=".$dID.".csv");
/plugin/htmlmetatags/
H A DREADME.md3 Dokuwiki-Plugin: Adds some (open graph) meta tags to the html header
/plugin/odt/ODT/styles/
H A DODTMasterPageStyle.php152 $header = '';
164 $header .= $items ['odt_property'].'="'.$items ['value'].'" ';
184 if ( !empty($header) || !empty($content_header) ) {
185 $style .= '<style:header '.$header.">\n";
/plugin/odt/action/
H A Dexport.php470 header('Content-Type: application/vnd.oasis.opendocument.text');
471 header('Cache-Control: must-revalidate, no-transform, post-check=0, pre-check=0');
472 header('Pragma: public');
477 header('Content-Disposition: attachment; filename="' . $filename . '.odt";');
479 header('Content-Disposition: inline; filename="' . $filename . '.odt";');
483 header('Set-Cookie: fileDownload=true; path=/');
492 header("HTTP/1.0 500 Internal Server Error");
/plugin/odt/renderer/
H A Dpage.php669 function header($text, $level, $pos){ function in renderer_plugin_odt_page
/plugin/odt/
H A DChangeLog.txt95 …* Bugfix: close paragraph (if open) before opening a header. Otherwise headers would disappear if …
/plugin/openid/Auth/Yadis/
H A DParanoidHTTPFetcher.php48 * @param string $header
51 function _writeHeader($ch, $header) argument
53 array_push($this->headers, rtrim($header));
54 return strlen($header);
200 foreach ($headers as $header) {
201 if (strpos($header, ': ')) {
202 list($name, $value) = explode(': ', $header, 2);
279 foreach ($this->headers as $header) {
280 if (strpos($header, ': ')) {
281 list($name, $value) = explode(': ', $header, 2);
H A DPlainHTTPFetcher.php145 foreach ($headers as $header) {
146 if (preg_match("/:/", $header)) {
147 $parts = explode(": ", $header, 2);
245 foreach ($headers as $header) {
246 if (preg_match("/:/", $header)) {
247 list($name, $value) = explode(": ", $header, 2);
/plugin/prosemirror/lib/
H A Dbundle.js1 !function(e){var t={};function n(r){if(t[r])return t[r].exports;var o=t[r]={i:r,l:!1,exports:{}};return e[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)n.d(r,o,function(t){return e[t]}.bind(null,o));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=27)}([function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=o,t.svgIcon=function(e){var t=document.createElement("span");return t.innerHTML=o(e),t};var r={"alert-circle-outline":"M11,15H13V17H11V15M11,7H13V13H11V7M12,2C6.47,2 2,6.5 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2M12,20A8,8 0 0,1 4,12A8,8 0 0,1 12,4A8,8 0 0,1 20,12A8,8 0 0,1 12,20Z","chevron-down":"M7.41,8.58L12,13.17L16.59,8.58L18,10L12,16L6,10L7.41,8.58Z","file-image-outline":"M14,2L20,8V20A2,2 0 0,1 18,22H6A2,2 0 0,1 4,20V4A2,2 0 0,1 6,2H14M18,20V9H13V4H6V20H18M17,13V19H7L12,14L14,16M10,10.5A1.5,1.5 0 0,1 8.5,12A1.5,1.5 0 0,1 7,10.5A1.5,1.5 0 0,1 8.5,9A1.5,1.5 0 0,1 10,10.5Z","format-bold":"M13.5,15.5H10V12.5H13.5A1.5,1.5 0 0,1 15,14A1.5,1.5 0 0,1 13.5,15.5M10,6.5H13A1.5,1.5 0 0,1 14.5,8A1.5,1.5 0 0,1 13,9.5H10M15.6,10.79C16.57,10.11 17.25,9 17.25,8C17.25,5.74 15.5,4 13.25,4H7V18H14.04C16.14,18 17.75,16.3 17.75,14.21C17.75,12.69 16.89,11.39 15.6,10.79Z","format-header-pound":"M3,4H5V10H9V4H11V18H9V12H5V18H3V4M13,8H15.31L15.63,5H17.63L17.31,8H19.31L19.63,5H21.63L21.31,8H23V10H21.1L20.9,12H23V14H20.69L20.37,17H18.37L18.69,14H16.69L16.37,17H14.37L14.69,14H13V12H14.9L15.1,10H13V8M17.1,10L16.9,12H18.9L19.1,10H17.1Z","format-header-1":"M3,4H5V10H9V4H11V18H9V12H5V18H3V4M14,18V16H16V6.31L13.5,7.75V5.44L16,4H18V16H20V18H14Z","format-header-2":"M3,4H5V10H9V4H11V18H9V12H5V18H3V4M21,18H15A2,2 0 0,1 13,16C13,15.47 13.2,15 13.54,14.64L18.41,9.41C18.78,9.05 19,8.55 19,8A2,2 0 0,0 17,6A2,2 0 0,0 15,8H13A4,4 0 0,1 17,4A4,4 0 0,1 21,8C21,9.1 20.55,10.1 19.83,10.83L15,16H21V18Z","format-header-3":"M3,4H5V10H9V4H11V18H9V12H5V18H3V4M15,4H19A2,2 0 0,1 21,6V16A2,2 0 0,1 19,18H15A2,2 0 0,1 13,16V15H15V16H19V12H15V10H19V6H15V7H13V6A2,2 0 0,1 15,4Z","format-header-4":"M3,4H5V10H9V4H11V18H9V12H5V18H3V4M18,18V13H13V11L18,4H20V11H21V13H20V18H18M18,11V7.42L15.45,11H18Z","format-header-5":"M3,4H5V10H9V4H11V18H9V12H5V18H3V4M15,4H20V6H15V10H17A4,4 0 0,1 21,14A4,4 0 0,1 17,18H15A2,2 0 0,1 13,16V15H15V16H17A2,2 0 0,0 19,14A2,2 0 0,0 17,12H15A2,2 0 0,1 13,10V6A2,2 0 0,1 15,4Z","format-header-6":"M3,4H5V10H9V4H11V18H9V12H5V18H3V4M15,4H19A2,2 0 0,1 21,6V7H19V6H15V10H19A2,2 0 0,1 21,12V16A2,2 0 0,1 19,18H15A2,2 0 0,1 13,16V6A2,2 0 0,1 15,4M15,12V16H19V12H15Z","format-header-decrease":"M4,4H6V10H10V4H12V18H10V12H6V18H4V4M20.42,7.41L16.83,11L20.42,14.59L19,16L14,11L19,6L20.42,7.41Z","format-header-equal":"M4,4H6V10H10V4H12V18H10V12H6V18H4V4M14,10V8H21V10H14M14,12H21V14H14V12Z","format-header
[all...]
/plugin/prosemirror/
H A Drenderer.php281 public function header($text, $level, $pos) function in renderer_plugin_prosemirror
/plugin/prosemirror/action/
H A Dajax.php115 header('Content-Type: application/json');
178 header('Content-Type: application/json');
201 header('Content-Type: application/json');
210 header('Content-Type: application/json');

12345678910>>...45