Home
last modified time | relevance | path

Searched refs:headers (Results 201 – 225 of 443) sorted by relevance

12345678910>>...18

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Serializers/
H A DEverythingToJSONSerializer.php49 public function deserialize(?string $data, array $headers) argument
H A DArrayToJSONSerializer.php53 public function deserialize(?string $data, array $headers) argument
/plugin/operawidget/
H A DINFO.txt7 desc Adds Opera Widget-Metadata to headers
/plugin/authlemonldap/
H A DREADME.md6 Create the following mapping for headers in LemonLDAP::NG:
/plugin/metaheaders/
H A Dplugin.info.txt6 desc MetaHeaders allows you to add/remove meta headers dynamically to your Wiki pages.
/plugin/podcast/action/
H A Dfeed.php94 $headers = array_filter($ins, array($this, '_filterHeaders'));
95 $headingIns = array_shift($headers);
/plugin/davcal/vendor/sabre/dav/bin/
H A Dgooglecode_upload.py92 headers = {
99 server.request('POST', upload_uri, body, headers)
/plugin/sql2wiki/syntax/
H A Dquery.php132 $headers = array_shift($result);
133 foreach ($headers as $header) {
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth1/Service/
H A DFlickr.php96 $headers = array_merge($authorizationHeader, $extraHeaders);
98 return $this->httpClient->retrieveResponse($uri, $body, $headers, $method);
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DServer.php307 $headers = $e->getHTTPHeaders($this);
312 $headers = [];
315 $headers['Content-Type'] = 'application/xml; charset=utf-8';
318 $this->httpResponse->setHeaders($headers);
860 $headers = [];
865 $headers[$header] = $properties[$property];
869 $headers[$header] = HTTP\Util::toHTTPDate($properties[$property]->getTime());
874 return $headers;
/plugin/amcharts/assets/amcharts/plugins/dataloader/
H A Dreadme.md98 headers | | An array of objects with two properties (key and value) to attach to HTTP request
164 ## Adding custom headers to HTTP requests
166 If you want to add additional headers to your data load HTTP requests, use
167 "headers" array. Each header is an object with two keys: "key" and "value":
173 "headers": [{
323 * Fixed error related to headers not being set when using standalone data load functions
329 * Added `headers` config variable which allows adding custom headers to HTTP requests
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DServer.php301 $headers = $e->getHTTPHeaders($this);
306 $headers = [];
309 $headers['Content-Type'] = 'application/xml; charset=utf-8';
312 $this->httpResponse->setHeaders($headers);
818 $headers = [];
823 $headers[$header] = $properties[$property];
827 $headers[$header] = HTTP\Util::toHTTPDate($properties[$property]->getTime());
832 return $headers;
/plugin/faq/
H A Dstyle.css2 * FAQs are just headers with a different class in them. Here's a simple
/plugin/twcheckliste/
H A Drenderer.php.old42 // store the content type headers in metadata
43 $headers = array(
46 p_set_metadata($ID,array('format' => array('twcheckliste' => $headers) ));
/plugin/revealjs/
H A Dchangelog.md16 - Improved slide handling: Since slides are indicated by headers you are relative inflexible regard…
18 …- New conf option enlarge_vertical_slide_headers: Increase headers on slides below horizontal_slid…
33 …In the rendering the slide mode changes from "headers driven" to "special horizontal rule driven" …
42 …- Slide background definition or alternative slide indicators must be noted before the headers/sli…
43 …- The normal section editing has the problem, that it is starting on the headers, so the backgroun…
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/py/
H A Dwsgi.py51 start_response ("200 Ok", conn.headers)
/plugin/oiddelegate/
H A Dplugin.info.txt8 desc Add OpenID delegation headers to all or specific pages in your wiki.
/plugin/combo/resources/snippet/js/
H A Drailbar.js19 headers: {
H A Dsearch.js14 headers: {
/plugin/google_maps/
H A Dstyle.css2 …(gmaps_link.png) no-repeat left center; /* "top" does not look nicely in headers; "center" creates…
/plugin/corsharing/
H A DREADME.md3 Used to enable/disable CORS (Cross-Origin Resource Sharing) http headers in DokuWiki
H A Dplugin.info.txt6 desc Enable/disable CORS (Cross-Origin Resource Sharing). Used to enable CORS http headers to per…
/plugin/fetchmedia/script/
H A Dmain.js36headers: new Headers({ 'content-type': 'application/x-www-form-urlencoded; charset=UTF-8' }), property in requestDownloadExternalFile.options
69headers: new Headers({ 'content-type': 'application/x-www-form-urlencoded; charset=UTF-8' }),
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DServerPropsTest.php35 private function sendRequest($body, $path = '/', $headers = ['Depth' => '0']) { argument
37 $request = new HTTP\Request('PROPFIND', $path, $headers, $body);
/plugin/xhtmlruby/
H A Dconf.ini6 ; if 'true', wiki text will be rubified. if 'false', it won't be (includes headers)

12345678910>>...18