Home
last modified time | relevance | path

Searched refs:content (Results 126 – 150 of 1767) sorted by path

12345678910>>...71

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Testing/
H A DIosDeviceFile.php50 public function setContent(FileReference $content) argument
52 $this->content = $content;
59 return $this->content;
H A DRegularFile.php32 public function setContent(FileReference $content) argument
34 $this->content = $content;
41 return $this->content;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Translate/
H A DDetectLanguageRequest.php25 public $content; variable in Google\\Service\\Translate\\DetectLanguageRequest
42 public function setContent($content) argument
44 $this->content = $content;
51 return $this->content;
H A DDocumentInputConfig.php25 public $content; variable in Google\\Service\\Translate\\DocumentInputConfig
36 public function setContent($content) argument
38 $this->content = $content;
45 return $this->content;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Vision/
H A DGoogleCloudVisionV1p1beta1InputConfig.php25 public $content; variable in Google\\Service\\Vision\\GoogleCloudVisionV1p1beta1InputConfig
36 public function setContent($content) argument
38 $this->content = $content;
45 return $this->content;
H A DGoogleCloudVisionV1p2beta1InputConfig.php25 public $content; variable in Google\\Service\\Vision\\GoogleCloudVisionV1p2beta1InputConfig
36 public function setContent($content) argument
38 $this->content = $content;
45 return $this->content;
H A DGoogleCloudVisionV1p3beta1InputConfig.php25 public $content; variable in Google\\Service\\Vision\\GoogleCloudVisionV1p3beta1InputConfig
36 public function setContent($content) argument
38 $this->content = $content;
45 return $this->content;
H A DGoogleCloudVisionV1p4beta1InputConfig.php25 public $content; variable in Google\\Service\\Vision\\GoogleCloudVisionV1p4beta1InputConfig
36 public function setContent($content) argument
38 $this->content = $content;
45 return $this->content;
H A DImage.php25 public $content; variable in Google\\Service\\Vision\\Image
32 public function setContent($content) argument
34 $this->content = $content;
41 return $this->content;
H A DInputConfig.php25 public $content; variable in Google\\Service\\Vision\\InputConfig
36 public function setContent($content) argument
38 $this->content = $content;
45 return $this->content;
/plugin/authgooglesheets/vendor/google/apiclient/
H A DLICENSE141 origin of the Work and reproducing the content of the NOTICE file.
/plugin/authgooglesheets/vendor/google/apiclient/src/Http/
H A DBatch.php105 $content = (string) $request->getBody();
118 $content ? "\n".$content : ''
/plugin/authgooglesheets/vendor/google/auth/
H A DCOPYING142 origin of the Work and reproducing the content of the NOTICE file.
H A DLICENSE141 origin of the Work and reproducing the content of the NOTICE file.
H A DREADME.md223 the Authorization header to your application without processing the content.
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md106 * Fix drain case where content-length is the literal string zero
131 * Feature: report original content encoding and length on decoded responses.
474 response content, and pass a string to provide a request `Accept-Encoding`
959 …* Added support for stale-if-error so that the CachePlugin can now serve stale content from the ca…
1003 * Bug: Adding required content-type when JSON request visitor adds JSON to a command
H A DREADME.md27 echo $response->getHeaderLine('content-type'); # 'application/json; charset=utf8'
H A DUPGRADING.md405 $request->getBody()->addFile(new PostFile('file_key', fopen('/path/to/content', 'r')));
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DREADME.md133 Uses PHP's zlib.inflate filter to inflate deflate or gzipped content.
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DCHANGELOG.md295 * Fixed AmqpHandler content-type being incorrectly set when using with the AMQP extension
447 * Added support for tweaking the content type and encoding in NativeMailerHandler
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DChromePHPHandler.php178 protected function sendHeader(string $header, string $content): void argument
181 header(sprintf('%s: %s', $header, $content));
H A DCouchDBHandler.php58 'content' => $record['formatted'],
H A DFirePHPHandler.php130 protected function sendHeader(string $header, string $content): void argument
133 header(sprintf('%s: %s', $header, $content));
158 foreach ($this->getInitHeaders() as $header => $content) {
159 $this->sendHeader($header, $content);
H A DFleepHookHandler.php103 $content = $this->buildContent($record);
105 return $this->buildHeader($content) . $content;
111 private function buildHeader(string $content): string argument
116 $header .= "Content-Length: " . strlen($content) . "\r\n";
H A DFlowdockHandler.php104 $content = $this->buildContent($record);
106 return $this->buildHeader($content) . $content;
122 private function buildHeader(string $content): string argument
127 $header .= "Content-Length: " . strlen($content) . "\r\n";

12345678910>>...71