Home
last modified time | relevance | path

Searched refs:headers (Results 176 – 200 of 443) sorted by relevance

12345678910>>...18

/plugin/authgoogle/google/contrib/
H A DGoogle_AdExchangeSellerService.php643 public $headers; variable in Google_Report
656 public function setHeaders(/* array(Google_ReportHeaders) */ $headers) { argument
657 $this->assertIsArray($headers, 'Google_ReportHeaders', __METHOD__);
658 $this->headers = $headers;
661 return $this->headers;
/plugin/html2pdf/html2pdf/html2ps/
H A Ddestination.browser.class.php3 function headers($content_type) { function in DestinationBrowser
H A Ddestination.download.class.php7 function headers($content_type) { function in DestinationDownload
/plugin/blogtng/action/
H A Dfeed.php117 $headers = array_filter($ins, array($this, 'filterHeaders'));
118 $headingIns = array_shift($headers);
/plugin/siteexport/syntax/
H A Daggregate.php20 private $headers = array(); variable in syntax_plugin_siteexport_aggregate
76 …$formParams = array( 'id' => sectionID('siteexport_site_aggregator', $this->headers), 'action' => …
/plugin/codemirror/dist/modes/
H A Dasciiarmor.min.js.map1headers\";\n state.type = m[1];\n return \"tag\";\n }\n re…
/plugin/swiftmail/Swift/Message/
H A DEncoder.php95 public function base64Encode($data, $chunk=76, $init_chunk=0, $headers=false, $le="\r\n") argument
107 if ($headers) $data = $this->quoteChunk($data);
180 public function QPEncode($data, $chunk=76, $init_chunk=0, $headers=false, $le="\r\n") argument
183 if ($headers) $data = $this->quoteChunk($data);
/plugin/xtern/
H A Dadmin.php14 private $headers; variable in admin_plugin_xtern
76 $this->headers = array();
233 if(!isset($this->headers[$id])) {
235 $this->headers[$id] = 1;
/plugin/sectiontoggle/
H A DREADME.md4 Dokuwiki plugin to toggle (hide and show) sections by clicking on section headers.
H A Dplugin.info.txt6 desc Toggles sections for display and hide by clicking headers
/plugin/pdftools/tpl/checkliste2/
H A DREADME.txt11 The following files can be created and will be used to set headers and
12 footers on odd or even pages. Special headers/footers can be used on the
53 In the headers and footers the ID of the bookmanager page of the Bookcreator is applied.
/plugin/pdftools/tpl/kompakt/
H A DREADME.txt11 The following files can be created and will be used to set headers and
12 footers on odd or even pages. Special headers/footers can be used on the
53 In the headers and footers the ID of the bookmanager page of the Bookcreator is applied.
/plugin/pdftools/tpl/checkliste/
H A DREADME.txt11 The following files can be created and will be used to set headers and
12 footers on odd or even pages. Special headers/footers can be used on the
53 In the headers and footers the ID of the bookmanager page of the Bookcreator is applied.
/plugin/pdftools/tpl/info/
H A DREADME.txt11 The following files can be created and will be used to set headers and
12 footers on odd or even pages. Special headers/footers can be used on the
53 In the headers and footers the ID of the bookmanager page of the Bookcreator is applied.
/plugin/webdav/vendor/sabre/http/lib/Auth/
H A DAWS.php192 $headers = $this->request->getHeaders();
193 foreach ($headers as $headerName => $headerValue) {
/plugin/davcal/vendor/sabre/http/lib/Auth/
H A DAWS.php192 $headers = $this->request->getHeaders();
193 foreach ($headers as $headerName => $headerValue) {
/plugin/zerolinecss/
H A DREADME.md23 global $headers, $clear, $updateVersion;
25 $headers['link'][] = array(
/plugin/elasticsearch/vendor/ruflin/elastica/src/Transport/
H A DHttpAdapter.php100 $headers = $connection->hasConfig('headers') ?: [];
121 return new HttpAdapterRequest($url, $method, HttpAdapterRequest::PROTOCOL_VERSION_1_1, $headers, $streamBody);
/plugin/latexport/examples/
H A Dexample.tex55 \usepackage{fancyhdr} % To have fancy headers.
56 \pagestyle{fancy} % To activate fancy headers.
59 % used in headers:
/plugin/pdftools/tpl/onlylogo/
H A DREADME.txt11 The following files can be created and will be used to set headers and
12 footers on odd or even pages. Special headers/footers can be used on the
55 In the headers and footers the ID of the bookmanager page of the Bookcreator is applied.
/plugin/pdftools/tpl/standard/
H A DREADME.txt11 The following files can be created and will be used to set headers and
12 footers on odd or even pages. Special headers/footers can be used on the
55 In the headers and footers the ID of the bookmanager page of the Bookcreator is applied.
/plugin/pdftools/tpl/minimal/
H A DREADME.txt11 The following files can be created and will be used to set headers and
12 footers on odd or even pages. Special headers/footers can be used on the
55 In the headers and footers the ID of the bookmanager page of the Bookcreator is applied.
/plugin/dw2pdf/tpl/default/
H A DREADME.txt11 The following files can be created and will be used to set headers and
12 footers on odd or even pages. Special headers/footers can be used on the
55 In the headers and footers the ID of the bookmanager page of the Bookcreator is applied.
/plugin/amcharts/assets/amcharts/plugins/dataloader/
H A Ddataloader.min.js1headers:[],chart:a};c.loadData=function(){if("stock"===a.type)setTimeout(function(){0>a.panelsSett…
/plugin/rater/scripts/
H A Djquery.tablesorter.js126 }, headers: {}, widthFixed: false, property in AnonymousFunctionb162a0010100.defaults
178 } else if ((table.config.headers[i] && table.config.headers[i].sorter)) {
180 p = getParserById(table.config.headers[i].sorter);
491 if ((table.config.headers[i]) && (table.config.headers[i].sorter === false)) {
498 …if ((table.config.headers[i]) && (table.config.headers[i].lockedOrder)) return table.config.header…

12345678910>>...18