Home
last modified time | relevance | path

Searched refs:headers (Results 226 – 250 of 443) sorted by relevance

12345678910>>...18

/plugin/authfacebook/lib/
H A DFacebookBatchRequest.php254 $headers = $request->getHeaders();
255 foreach ($headers as $name => $value) {
/plugin/authgoogle/google/service/
H A DGoogle_MediaFileUpload.php222 $headers = array(
229 $httpRequest = new Google_HttpRequest($this->resumeUri, 'PUT', $headers, $chunk);
/plugin/s5reloaded/
H A Drenderer.php45 $headers = array(
48 p_set_metadata($ID,array('format' => array('s5reloaded' => $headers) ));
/plugin/orgchart/
H A DREADME40 headers : Name, Line Manager, Job Title
46 headers : Name, Line Manager, Job Title, Photo
/plugin/sectiontoggle/
H A Daction.php66 $headers = $this->getConf('headers');
67 $JSINFO['se_headers'] = $headers[1];
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Client/
H A DStreamHandler.php50 'headers' => Core::headersFromLines($hdrs),
141 'headers' => [],
195 $request['headers']['Connection'] = ['close'];
225 $headers = "";
226 foreach ($request['headers'] as $name => $value) {
228 $headers .= "$name: $val\r\n";
235 'header' => $headers,
/plugin/mediasyntax/test/
H A Ddokusyntax-test.txt17 Now a table without headers follows:
/plugin/oiddelegate/lang/en/
H A Dintro.txt3 Here you can setup OpenID [[http://wiki2008.openid.net/Delegation|delegation headers]] for certain …
/plugin/sentry/
H A Dscript.js18 headers: { class in data.request
/plugin/webdavclient/
H A Dhelper.php29 $client_headers = $this->client->headers;
1114 * @param array $headers (Optional) Additional headers
1118 $ct = 'application/xml; charset=utf-8', $headers = array(), argument
1129 $this->client->headers = $this->client_headers;
1130 foreach($headers as $header => $content)
1131 $this->client->headers[$header] = $content;
1133 $this->client->headers['Content-Type'] = $ct;
1135 $this->client->headers['Depth'] = $depth;
1137 $this->client->headers['Content-Length'] = $cl;
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DUPGRADING.md202 ## headers event has been removed
204 Removed the "headers" event. This event was only useful for changing the
208 first byte is written, you could check if the response headers match your
417 addition of arbitrary headers.
419 of the custom headers are now handled separately in specific
421 been updated to properly handle headers that contain parameters (like the
520 `headers` is a new event that is emitted after the response headers of a
707 'command.headers' => array('Test' => '123'),
715 'headers' => array('Test' => '123'),
742 `$client->setDefaultOption('headers/{header_name}', 'value')`. or
[all …]
H A DCHANGELOG.md56 * Fix: Default headers when decode_content is specified
171 * Bug fix: Now ignoring Set-Cookie headers that have no name.
241 previous headers in the associative array.
350 when sending POST requests, allowing for customized headers. See
515 including getting the start line and getting headers as a string.
613 * MockAdapter now properly reads a body and emits a `headers` event
732 headers of a response
793 * Always setting X-cache headers on cached responses
960 * Debug headers can now added to cached response in the CachePlugin
1197 * Bug fix: Using header glue when transferring headers over the wire
[all …]
/plugin/googlesearch/
H A Dnusoap.php3050 var $headers = array(); variable in soap_server
3327 $headers = getallheaders();
3328 foreach($headers as $k=>$v){
3330 $this->headers[$k] = $v;
3339 if(isset($this->headers['content-type']) && strpos($this->headers['content-type'],'=')){
3380 $this->headers[$k] = $v;
3414 $this->headers[$k] = $v;
3451 if (isset($this->headers['content-encoding']) && $this->headers['content-encoding'] != '') {
3744 …if (strlen($payload) > 1024 && isset($this->headers) && isset($this->headers['accept-encoding'])) …
6876 function setHeaders($headers){ argument
[all …]
/plugin/publistx/bib2tpl/
H A DREADME14 See COPYING and/or file headers for license info.
/plugin/publist/bib2tpl/
H A DREADME14 See COPYING and/or file headers for license info.
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dhttp-meta-data.asciidoc5 custom headers.
49 `Content-Type` and `Accept`. The PHP client can be configured to emit the following HTTP headers:
/plugin/orphanmedia/
H A Dsyntax.php805 $headers = @get_headers( "$url[scheme]://$url[host]:$url[port]$path ");
806 $headers = (is_array($headers)) ? implode( "n ", $headers) : $headers;
/plugin/orphanmedia2/
H A Dsyntax.php806 $headers = @get_headers( "$url[scheme]://$url[host]:$url[port]$path ");
807 $headers = (is_array($headers)) ? implode( "n ", $headers) : $headers;
/plugin/tagging/
H A Dhelper.php709 $headers = array(
716 $headers,
721 array_push($headers,
771 * Table headers
774 foreach ($headers as $header) {
806 foreach ($headers as $header) {
/plugin/mantis/lib/
H A Dnusoap.php3431 var $headers = array(); variable in nusoap_server
3714 $headers = getallheaders();
3715 foreach($headers as $k=>$v){
3717 $this->headers[$k] = $v;
3726 if(isset($this->headers['content-type']) && strpos($this->headers['content-type'],'=')){
3767 $this->headers[$k] = $v;
3801 $this->headers[$k] = $v;
3838 if (isset($this->headers['content-encoding']) && $this->headers['content-encoding'] != '') {
4172 …if (strlen($payload) > 1024 && isset($this->headers) && isset($this->headers['accept-encoding'])) …
7626 function setHeaders($headers){ argument
[all …]
/plugin/publistf/bib2tpl/
H A DREADME15 See COPYING and/or file headers for license info.
/plugin/fksnewsfeed/
H A Dscript.js13 headers: {
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/py/
H A Dupload.py79 for header in conn.headers:
/plugin/popupviewer/syntax/
H A Dviewer.php18 private $headers = array(); variable in syntax_plugin_popupviewer_viewer
84 $scID = sectionID(noNs($id), $this->headers);
/plugin/struct/renderer/
H A Dcsv.php51 * Set proper headers
57 $headers = [
61 p_set_metadata($ID, ['format' => ['struct_csv' => $headers]]);

12345678910>>...18