Home
last modified time | relevance | path

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

12345678910>>...45

/plugin/ajaxpeon/
H A Daction.php120 header('Content-Type: application/json');
196 header('Content-Type: application/json');
/plugin/alphalist2/
H A Dscript.js38 jQuery.each(lists, function (header, elements) { argument
39 jQuery(document.createElement("h" + headerLevel)).text(header).appendTo($parent);
/plugin/amcharts/assets/amcharts/plugins/dataloader/
H A Ddataloader.js537 var header = options.headers[ i ];
538 request.setRequestHeader( header.key, header.value );
H A Dreadme.md72 "skip": 1 // skip header row
167 "headers" array. Each header is an object with two keys: "key" and "value":
/plugin/amcharts/assets/amcharts/plugins/export/
H A DREADME.md350 withHeader | true | true/false | Add header row with column names
357 withHeader | true | true/false | Add header row with column names
1071 * Fix: issue on toCSV handling the header (first row)
/plugin/amcharts/assets/amcharts/plugins/export/libs/jszip/
H A Djszip.js1177 var header = "";
1180 header += "\x0A\x00";
1187 header += decToHex(dosTime, 2);
1189 header += decToHex(dosDate, 2);
1208 header +
2961 if (opt.header) {
3304 this.header = new gzheader();
5408 header |= (level_flags << 6);
5410 header += 31 - (header % 31);
5413 putShortMSB(s, header);
[all …]
H A Djszip.min.js13header&&g.deflateSetHeader(this.strm,b.header)};s.prototype.push=function(a,b){var c,d,e=this.strm…
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js13537 this.addHeadersAndFooters(header, footer);
13599 if(isFunction(header)) {
13600 this.addDynamicRepeatable(header, headerSizeFct);
13601 } else if(header) {
13602 this.addStaticRepeatable(header, headerSizeFct);
22721 header |= (level_flags << 6);
22722 if (s.strstart !== 0) { header |= PRESET_DICT; }
22723 header += 31 - (header % 31);
22726 putShortMSB(s, header);
23661 function copy_block(s, buf, len, header)
[all …]
H A Dpdfmake.min.js7 …,t.styles||{},t.defaultStyle||{fontSize:12,font:"Roboto"},t.background,t.header,t.footer,t.images,…
H A Dpdfmake.min.js.map1header","footer","pageBreakBefore","printActionRef","ref","Type","S","N","_root","OpenAction","__W…
/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/
H A Dxlsx.js908 var header = file.slice(0,ssz);
975 raw: {header: header, sectors: sectors},
11507 var val, row, range, header = 0, offset = 1, r, hdr = [], isempty, R, C, v;
11512 if(o.header === 1) header = 1;
11513 else if(o.header === "A") header = 2;
11514 else if(Array.isArray(o.header)) header = 3;
11520 if(header > 0) offset = 0;
11528 switch(header) {
11531 case 3: hdr[C] = o.header[C - r.s.c]; break;
11541 if(header === 1) row = [];
[all …]
H A Dxlsx.min.js2header=file.slice(0,ssz);check_shifts(blob,mver);var nds=blob.read_shift(4,"i");if(mver===3&&nds!=…
9header=0,offset=1,r,hdr=[],isempty,R,C,v;var o=opts!=null?opts:{};var raw=o.raw;if(sheet==null||sh…
H A Dxlsx.min.map1 …fat_start","fat_addrs","blob","slice","prep_blob","mv","check_get_mver","header","check_shifts","n…
/plugin/api/
H A Daction.php129 header('Content-Type: application/json');
/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/archivegenerator/
H A Dadmin.php106 header('Content-Type: application/zip');
107 header('Content-Disposition: attachment; filename="archive.zip"');
/plugin/authfacebook/
H A Dauth.php179 header("Location: ".wl('start', array(), true, '&'));
/plugin/authfacebook/lib/
H A DFacebookBatchResponse.php168 foreach ($batchHeaders as $header) {
169 $headers[$header['name']] = $header['value'];
/plugin/authfacebook/lib/HttpClients/
H A DFacebookStreamHttpClient.php87 $header = [];
89 $header[] = $k . ': ' . $v;
92 return implode("\r\n", $header);
/plugin/authfacebook/lib/Url/
H A DFacebookUrlDetectionHandler.php98 $header = $this->getHeader('X_FORWARDED_HOST');
99 if ($header && $this->isValidForwardedHost($header)) {
100 $elements = explode(',', $header);
169 * @param string $header
173 protected function isValidForwardedHost($header) argument
175 $elements = explode(',', $header);
/plugin/authg2fa/
H A DTokenHelper.php46 $header = "# g2fa_secrets.php\n# <?php exit()?>\n# Don't modify the lines above";
47 $header .= "#\n# Userfile\n#\n# Format:\n#\n# login:secret\n\n";
48 if(!io_saveFile($this->_g2fafile, $header, false)) {
/plugin/authgoogle/
H A Dauth.php98 header("Location: ".wl('start', array('do'=>'login'), true, '&'));
125 header('Location: ' . filter_var($authUrl, FILTER_SANITIZE_URL));
181 header("Location: ".$referer);
/plugin/authgoogle/google/auth/
H A DGoogle_OAuth2.php120 header('Location: ' . $authUrl);
/plugin/authgoogle/google/contrib/
H A DGoogle_PagespeedonlineService.php224 public $header; variable in Google_ResultFormattedResultsRuleResultsElementUrlBlocks
228 …public function setHeader(Google_ResultFormattedResultsRuleResultsElementUrlBlocksHeader $header) { argument
229 $this->header = $header;
232 return $this->header;
/plugin/authgoogle/google/io/
H A DGoogle_CurlIO.php187 list($header, $value) = explode(': ', $headerLine, 2);
188 $header = strtolower($header);
189 if (isset($responseHeaders[$header])) {
190 $responseHeaders[$header] .= "\n" . $value;
192 $responseHeaders[$header] = $value;

12345678910>>...45