Home
last modified time | relevance | path

Searched refs:content (Results 576 – 600 of 1767) sorted by last modified time

1...<<21222324252627282930>>...71

/plugin/authgooglesheets/vendor/google/auth/
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
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Docs/
H A DTableCell.php49 public function setContent($content) argument
51 $this->content = $content;
58 return $this->content;
H A DTextRun.php26 public $content; variable in Google\\Service\\Docs\\TextRun
43 public function setContent($content) argument
45 $this->content = $content;
52 return $this->content;
/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 DMandrillHandler.php53 protected function send(string $content, array $records): void argument
56 if ($this->isHtmlBody($content)) {
61 $message->setBody($content, $mime);
H A DNativeMailerHandler.php114 protected function send(string $content, array $records): void argument
116 …$contentType = $this->getContentType() ?: ($this->isHtmlBody($content) ? 'text/html' : 'text/plain…
119 $content = wordwrap($content, $this->maxColumnWidth);
136 mail($to, $subject, $content, $headers, $parameters);
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 DPushoverHandler.php141 $content = $this->buildContent($record);
143 return $this->buildHeader($content) . $content;
190 private function buildHeader(string $content): string argument
195 $header .= "Content-Length: " . strlen($content) . "\r\n";
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DisplayVideo/
H A DAsset.php25 public $content; variable in Google\\Service\\DisplayVideo\\Asset
34 public function setContent($content) argument
36 $this->content = $content;
43 return $this->content;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DASN1.php323 'content' => $content,
1161 * @param string $content
1164 public static function decodeOID($content) argument
1173 $len = strlen($content);
1175 if (ord($content[$len - 1]) & 0x80) {
1181 $temp = ord($content[$pos++]);
1272 * @param string $content
1296 $content = $prefix . $content;
1301 if ($content[strlen($content) - 1] == 'Z') {
1302 $content = substr($content, 0, -1) . '+0000';
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Blogger/
H A DComment.php29 public $content; variable in Google\\Service\\Blogger\\Comment
90 public function setContent($content) argument
92 $this->content = $content;
99 return $this->content;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Slides/
H A DTextRun.php25 public $content; variable in Google\\Service\\Slides\\TextRun
32 public function setContent($content) argument
34 $this->content = $content;
41 return $this->content;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DShoppingContent.php95 $this->servicePath = 'content/v2.1/';
98 $this->serviceName = 'content';
H A DCloudDataplex.php273 'content',
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudKMS/
H A DKeyOperationAttestation.php27 public $content; variable in Google\\Service\\CloudKMS\\KeyOperationAttestation
50 public function setContent($content) argument
52 $this->content = $content;
59 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-services/
H A DLICENSE141 origin of the Work and reproducing the content of the NOTICE file.
/plugin/c3chart/assets/
H A Dc3.min.js2 …n(t){return s.axis_rotated?c(t,"x"):d(t,"y")}).text(function(t){return t.content}).style("opacity"…
/plugin/vshare/
H A Dall.css5 justify-content: center;
/plugin/instructions/
H A Dsyntax.php104 $content = substr($match, $s1, $s3-1);
/plugin/tablelayout/
H A Dstyle.less102 justify-content: flex-end;
H A Dyarn.lock176 content-type "~1.0.1"
400 content-type@~1.0.1:
402 …resolved "https://registry.yarnpkg.com/content-type/-/content-type-1.0.4.tgz#e138cc75e040c727b1966…
/plugin/layeranimation/
H A Dstyle.less25 content: '';
H A DREADME.md1 #Layer Animation - animated DokuWiki content
4 The Layer Animation plugin displays your DokuWiki content in an animated series of layers. It suppo…

1...<<21222324252627282930>>...71