| /plugin/authgoogle/google/io/ |
| D | Google_IO.php | 124 $addHeaders = array(); 128 $addHeaders['If-None-Match'] = $cached->getResponseHeader('etag'); 130 $addHeaders['If-Modified-Since'] = $cached->getResponseHeader('date'); 133 $request->setRequestHeaders($addHeaders);
|
| /plugin/webdav/vendor/sabre/http/lib/ |
| D | MessageDecoratorTrait.php | 203 function addHeaders(array $headers) { function 205 $this->inner->addHeaders($headers);
|
| D | MessageInterface.php | 147 function addHeaders(array $headers); function
|
| D | Message.php | 260 function addHeaders(array $headers) { function in Sabre\\HTTP\\Message
|
| /plugin/davcal/vendor/sabre/http/lib/ |
| H A D | MessageDecoratorTrait.php | 203 function addHeaders(array $headers) { function 205 $this->inner->addHeaders($headers);
|
| H A D | MessageInterface.php | 147 function addHeaders(array $headers); function
|
| H A D | Message.php | 256 function addHeaders(array $headers) { function in Sabre\\HTTP\\Message
|
| /plugin/davcal/vendor/sabre/http/tests/HTTP/ |
| H A D | MessageTest.php | 118 $message->addHeaders($headers); 121 $message->addHeaders([
|
| H A D | MessageDecoratorTest.php | 45 $this->outer->addHeaders([
|
| /plugin/piwiktagmanager/ |
| D | action.php | 19 public function addHeaders(&$event, $param) function in action_plugin_piwiktagmanager
|
| /plugin/authssocas/vendor/apereo/phpcas/source/CAS/Request/ |
| H A D | RequestInterface.php | 98 public function addHeaders (array $headers); function
|
| H A D | AbstractRequest.php | 147 public function addHeaders (array $headers) function in CAS_Request_AbstractRequest
|
| /plugin/googletagmanager/ |
| D | action.php | 18 public function addHeaders(&$event, $param) function in action_plugin_googletagmanager
|
| /plugin/calendar/classes/ |
| D | RateLimiter.php | 269 public static function addHeaders($action, $isWrite = false) { function in CalendarRateLimiter
|
| /plugin/davcal/vendor/sabre/http/ |
| H A D | CHANGELOG.md | 202 * Added: addHeaders() to append a list of new headers.
|
| H A D | README.md | 558 function addHeaders(array $headers); 703 function addHeaders(array $headers);
|
| /plugin/webdav/vendor/sabre/http/ |
| D | README.md | 558 function addHeaders(array $headers); 703 function addHeaders(array $headers);
|
| D | CHANGELOG.md | 235 * Added: addHeaders() to append a list of new headers.
|
| /plugin/calendar/ |
| D | action.php | 105 CalendarRateLimiter::addHeaders($action, $isWriteAction); 116 CalendarRateLimiter::addHeaders($action, $isWriteAction);
|
| /plugin/webdav/vendor/sabre/dav/lib/DAV/ |
| D | CorePlugin.php | 120 $response->addHeaders($httpHeaders);
|
| /plugin/davcal/vendor/sabre/dav/lib/DAV/ |
| H A D | CorePlugin.php | 118 $response->addHeaders($httpHeaders);
|
| /plugin/authssocas/vendor/apereo/phpcas/source/CAS/ |
| H A D | Client.php | 4354 $request->addHeaders($this->_rebroadcast_headers);
|