Home
last modified time | relevance | path

Searched refs:parts (Results 251 – 275 of 925) sorted by last modified time

1...<<11121314151617181920>>...37

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
H A DGoogleCloudDialogflowV2MessageAnnotation.php47 public function setParts($parts) argument
49 $this->parts = $parts;
56 return $this->parts;
H A DGoogleCloudDialogflowV2beta1IntentTrainingPhrase.php55 public function setParts($parts) argument
57 $this->parts = $parts;
64 return $this->parts;
H A DGoogleCloudDialogflowV2beta1MessageAnnotation.php47 public function setParts($parts) argument
49 $this->parts = $parts;
56 return $this->parts;
H A DGoogleCloudDialogflowCxV3beta1IntentTrainingPhrase.php51 public function setParts($parts) argument
53 $this->parts = $parts;
60 return $this->parts;
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md1110 * Bug: Hardening request and response parsing to account for missing parts
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DMessage.php212 $parts = explode(' ', $data['start-line'], 3);
213 $version = isset($parts[2]) ? explode('/', $parts[2])[1] : '1.1';
216 $parts[0],
217 $matches[1] === '/' ? self::parseRequestUri($parts[1], $data['headers']) : $parts[1],
223 return $matches[1] === '/' ? $request : $request->withRequestTarget($parts[1]);
242 $parts = explode(' ', $data['start-line'], 3);
245 (int) $parts[1],
248 explode('/', $parts[0])[1],
249 isset($parts[2]) ? $parts[2] : null
H A DUri.php70 $parts = self::parse($uri);
71 if ($parts === false) {
74 $this->applyParts($parts);
406 * @param array $parts
417 $uri->applyParts($parts);
585 private function applyParts(array $parts) argument
593 $this->host = isset($parts['host'])
596 $this->port = isset($parts['port'])
599 $this->path = isset($parts['path'])
602 $this->query = isset($parts['query'])
[all …]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DASN1.php1235 $parts = explode('.', $oid);
1236 $part1 = array_shift($parts);
1237 $part2 = array_shift($parts);
1243 array_unshift($parts, $first->toString());
1246 foreach ($parts as $part) {
H A DX509.php1167 $parts = parse_url($url);
1169 switch ($parts['scheme']) {
1171 $fsock = @fsockopen($parts['host'], isset($parts['port']) ? $parts['port'] : 80);
1175 fputs($fsock, "GET $parts[path] HTTP/1.0\r\n");
1176 fputs($fsock, "Host: $parts[host]\r\n\r\n");
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Gmail/
H A DMessagePart.php115 public function setParts($parts) argument
117 $this->parts = $parts;
124 return $this->parts;
/plugin/authgooglesheets/
H A DLICENSE250 10. If you wish to incorporate parts of the Program into other free
321 parts of the General Public License. Of course, the commands you use may
/plugin/a2s/
H A DLICENSE250 10. If you wish to incorporate parts of the Program into other free
321 parts of the General Public License. Of course, the commands you use may
/plugin/foldablelist/
H A DLICENSE250 10. If you wish to incorporate parts of the Program into other free
321 parts of the General Public License. Of course, the commands you use may
/plugin/structcondstyle/
H A Dplugin.info.txt6 desc A small struct extension plugin that allows the user to style parts of agregations with plai…
H A DLICENSE250 10. If you wish to incorporate parts of the Program into other free
321 parts of the General Public License. Of course, the commands you use may
H A DREADME.md3 A small struct extension plugin that allows the user to style parts of aggregations with plain CSS …
/plugin/translate/
H A DCOPYING250 10. If you wish to incorporate parts of the Program into other free
321 parts of the General Public License. Of course, the commands you use may
/plugin/wideredit/
H A DLICENSE250 10. If you wish to incorporate parts of the Program into other free
321 parts of the General Public License. Of course, the commands you use may
/plugin/twofactorgoogleauth/
H A DLICENSE250 10. If you wish to incorporate parts of the Program into other free
321 parts of the General Public License. Of course, the commands you use may
/plugin/tablelayout/
H A DLICENSE250 10. If you wish to incorporate parts of the Program into other free
321 parts of the General Public License. Of course, the commands you use may
/plugin/gemini/
H A DLICENSE250 10. If you wish to incorporate parts of the Program into other free
321 parts of the General Public License. Of course, the commands you use may
/plugin/oauthdrkserver/
H A DLICENSE250 10. If you wish to incorporate parts of the Program into other free
321 parts of the General Public License. Of course, the commands you use may
/plugin/hidemenus/
H A DLICENSE250 10. If you wish to incorporate parts of the Program into other free
321 parts of the General Public License. Of course, the commands you use may
/plugin/lms/
H A DLICENSE250 10. If you wish to incorporate parts of the Program into other free
321 parts of the General Public License. Of course, the commands you use may
/plugin/authorstats/
H A Daction.php160 $parts = explode(DOKU_TAB, $line);
161 if ($parts && $parts[4] != "") {
162 $record["timestamp"] = $parts[0];
163 $record["type"] = $parts[2];
164 $record["author"] = $parts[4];
165 $record["date"] = date("Ym", $parts[0]);

1...<<11121314151617181920>>...37