Home
last modified time | relevance | path

Searched refs:headers (Results 151 – 175 of 443) sorted by relevance

12345678910>>...18

/plugin/eventum/XML/
H A DRPC.php697 var $headers = ''; variable in XML_RPC_Client
901 $op = $this->headers . "\r\n\r\n";
1003 $this->headers .= ':' . $this->port;
1006 $this->headers = 'POST ';
1008 $this->headers .= $this->path. " HTTP/1.0\r\n";
1010 $this->headers .= "User-Agent: PEAR XML_RPC\r\n";
1011 $this->headers .= 'Host: ' . $this->server . "\r\n";
1014 $this->headers .= 'Proxy-Authorization: Basic '
1021 $this->headers .= 'Authorization: Basic '
1026 $this->headers .= "Content-Type: text/xml\r\n";
[all …]
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Http/Client/
H A DStreamClient.php79 private function generateStreamContext($body, $headers, $method) argument
85 'header' => implode("\r\n", array_values($headers)),
/plugin/top/
H A DCrawlerDetect.php313 public function __construct(array $headers = null, $userAgent = null) argument
315 $this->setHttpHeaders($headers);
/plugin/rating/
H A DCrawlerDetect.php313 public function __construct(array $headers = null, $userAgent = null) argument
315 $this->setHttpHeaders($headers);
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/py/
H A Dfckconnector.py41 self.headers = [] # Clean Headers
50 self.headers.append ((key, value))
/plugin/siteexport/syntax/
H A Dsiteexport.php20 private $headers = array(); variable in syntax_plugin_siteexport_siteexport
47 …$formParams = array( 'id' => sectionID('siteexport_siteexporter', $this->headers), 'action' => wl(…
/plugin/swiftmail/Swift/Message/
H A DHeaders.php41 protected $headers = array(); variable in Swift_Message_Headers
116 $this->headers[$name] = null;
117 $this->lowerHeaders[$lname] =& $this->headers[$name];
166 unset($this->headers[$name]);
178 return $this->headers;
566 foreach ($this->headers as $name => $value) //Look at each header
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/
H A DCore.php34 * This method searches through the "headers" key of a message for a header
46 if (!empty($message['headers'])) {
47 foreach ($message['headers'] as $name => $value) {
60 * This method searches through the "headers" key of a message for a header
87 if (!empty($message['headers'])) {
88 foreach ($message['headers'] as $name => $value) {
110 if (!empty($message['headers'])) {
111 foreach ($message['headers'] as $name => $value) {
122 * Parses an array of header lines into an associative array of headers.
130 $headers
[all...]
/plugin/siteexport/
H A Dpreload.php233 $headers = function_exists('getallheaders') ? getallheaders() : null;
234 …return is_array($headers) && array_key_exists('X-Site-Exporter', $headers) /* && $headers['X-Site-…
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DClient.php333 * @param array $headers
337 function request($method, $url = '', $body = null, array $headers = []) { argument
341 $response = $this->send(new HTTP\Request($method, $url, $headers, $body));
/plugin/issuelinks/services/
H A DGitLab.service.php119 * @param array $headers an array of additional headers to send along
126 protected function makeGitLabRequest($endpoint, array $data, $method, array $headers = []) argument
134 $requestHeaders = array_merge($defaultHeaders, $headers);
470 $headers = $this->dokuHTTPClient->resp_headers;
472 if (empty($headers['link'])) {
478 $links = $util->parseHTTPLinkHeaders($headers['link']);
/plugin/latexport/renderer/
H A Dtex.php104 $headers = array(
110 p_set_metadata($this->currentPageId,array('format' => array('latexport_tex' => $headers) ));
/plugin/davcal/vendor/sabre/http/tests/HTTP/
H A DSapiTest.php103 $headers = xdebug_get_headers();
113 $headers
/plugin/s5/
H A Drenderer.php43 $headers = array(
46 p_set_metadata($ID,array('format' => array('s5' => $headers) ));
/plugin/magnifier/
H A Dsyntax.php18 private $headers = array(); variable in syntax_plugin_magnifier
65 $scID = sectionID(noNs($id), $this->headers);
/plugin/ckgdoku/ckeditor/plugins/headerbuttons/
H A Dplugin.js89 var headers = ['h1','h2','h3','h4','h5','h6'];
104 if (headers.indexOf(nodeType) != -1) {
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/
H A DIMipPluginTest.php122 'headers' => [
164 'headers' => [
/plugin/ckgedit/ckeditor/plugins/headerbuttons/
H A Dplugin.js89 var headers = ['h1','h2','h3','h4','h5','h6'];
104 if (headers.indexOf(nodeType) != -1) {
/plugin/feedmod/
H A Daction.php94 $headers = array_filter($ins, array($this, '_filterHeaders'));
95 $headingIns = array_shift($headers);
/plugin/quickstats/GEOIP/vendor/maxmind/web-service-common/src/WebService/
H A DClient.php150 private function createRequest($path, $headers = []) argument
153 $headers,
164 'headers' => $headers,
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-fileupload-1.3.2.jar ... private org.apache.commons.fileupload.FileItemHeaders headers public void <init> (java.lang. ...
/plugin/authfacebook/lib/
H A DFacebookClient.php204 list($url, $method, $headers, $body) = $this->prepareRequestMessage($request);
216 $rawResponse = $this->httpClientHandler->send($url, $method, $body, $headers, $timeOut);
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth1/Service/
H A DYahoo.php74 $headers = array_merge($authorizationHeader, $this->getExtraOAuthHeaders(), array());
76 $responseBody = $this->httpClient->retrieveResponse($this->getAccessTokenEndpoint(), $bodyParams, $headers);
/plugin/news/
H A DREADME33 …news items are generated from material which is preceded by Dokuwiki header markup, and the headers
34 …ws items. The <n> designates the number of equal signs that mark up your headers. The plugin will
35 create news items from all headers greater than or equal to n. For instance:
37 will create items from all headers with with three or more equal signs:
/plugin/issuetracker/
H A Dedit.php69 …$headers .= "Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encod…
70 … mail_send_html($to, $subject, $body, $bodyhtml, $from, $cc, $bcc='', $headers, $params=null);
73 mail_send($to, $subject, $body, $from, $cc, $bcc='', $headers=null, $params=null);
117 …$headers .= "Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encod…
118 … mail_send_html($to, $subject, $body, $bodyhtml, $from, $cc, $bcc='', $headers, $params=null);
121 mail_send($to, $subject, $body, $from, $cc='', $bcc='', $headers=null, $params=null);

12345678910>>...18