Home
last modified time | relevance | path

Searched refs:result (Results 76 – 100 of 1997) sorted by path

12345678910>>...80

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
H A DGoogleCloudDialogflowCxV3beta1ContinuousTestResult.php30 public $result; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3beta1ContinuousTestResult
57 public function setResult($result) argument
59 $this->result = $result;
66 return $this->result;
H A DGoogleCloudDialogflowCxV3beta1RunTestCaseResponse.php28 public function setResult(GoogleCloudDialogflowCxV3beta1TestCaseResult $result) argument
30 $this->result = $result;
37 return $this->result;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Directory/
H A DDirectoryChromeosdevicesCommandResult.php33 public $result; variable in Google\\Service\\Directory\\DirectoryChromeosdevicesCommandResult
66 public function setResult($result) argument
68 $this->result = $result;
75 return $this->result;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/FirebaseRules/
H A DFunctionMock.php63 public function setResult(Result $result) argument
65 $this->result = $result;
72 return $this->result;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Firestore/
H A DRunAggregationQueryResponse.php50 public function setResult(AggregationResult $result) argument
52 $this->result = $result;
59 return $this->result;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Genomics/
H A DCheckInRequest.php85 public function setResult(Status $result) argument
87 $this->result = $result;
94 return $this->result;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/NetworkManagement/
H A DReachabilityDetails.php28 public $result; variable in Google\\Service\\NetworkManagement\\ReachabilityDetails
53 public function setResult($result) argument
55 $this->result = $result;
62 return $this->result;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/RemoteBuildExecution/
H A DBuildBazelRemoteExecutionV2ExecuteResponse.php50 public function setResult(BuildBazelRemoteExecutionV2ActionResult $result) argument
52 $this->result = $result;
59 return $this->result;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Script/
H A DExecuteStreamResponse.php28 public function setResult(ScriptExecutionResult $result) argument
30 $this->result = $result;
37 return $this->result;
H A DExecutionResponse.php25 public $result; variable in Google\\Service\\Script\\ExecutionResponse
30 public function setResult($result) argument
32 $this->result = $result;
39 return $this->result;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/WorkflowExecutions/
H A DExecution.php43 public $result; variable in Google\\Service\\WorkflowExecutions\\Execution
130 public function setResult($result) argument
132 $this->result = $result;
139 return $this->result;
/plugin/authgooglesheets/vendor/google/apiclient/
H A DLICENSE159 result of this License or out of the use or inability to use the
/plugin/authgooglesheets/vendor/google/apiclient/src/
H A DModel.php157 $result = $this->getSimpleValue($val);
158 if ($result !== null) {
159 $object->$key = $this->nullPlaceholderCheck($result);
168 $result = $this->getSimpleValue($this->$name);
169 if ($result !== null) {
171 $object->$name = $this->nullPlaceholderCheck($result);
/plugin/authgooglesheets/vendor/google/auth/
H A DCOPYING160 result of this License or out of the use or inability to use the
H A DLICENSE159 result of this License or out of the use or inability to use the
H A DREADME.md106 // show the result!
163 // show the result!
212 // show the result!
254 // show the result!
/plugin/authgooglesheets/vendor/google/auth/src/
H A DOAuth2.php703 $result = clone $this->authorizationUri;
704 $existingParams = Query::parse($result->getQuery());
706 $result = $result->withQuery(
710 if ($result->getScheme() != 'https') {
716 return $result;
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md901 * Bug fix: Parsing a query string with a single PHP array value will now result in an array. #263
1059 * Magic methods return the result of a command
1259 * Allowing the result of a command object to be changed
1294 * [BC] Executing a Command returns the result of the command rather than the command
H A DUPGRADING.md32 wait for a result. Guzzle promises allows this functionality (and does
34 3. Because we need to be able to wait on a result, doing so using React
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DClient.php310 $result = $options + $defaults;
313 foreach ($result as $k => $v) {
315 unset($result[$k]);
319 return $result;
H A DHandlerStack.php87 $result = '';
92 $result = "> {$str}\n{$result}";
97 $result .= "< {$stack[$k]}\n";
100 return $result;
H A DMessageFormatter.php80 $result = '';
83 $result = Psr7\str($request);
95 $result = $response ?
112 $result = gmdate('c');
134 $result = $response
142 $result = gethostname();
158 $result = $response
164 $cache[$matches[1]] = $result;
165 return $result;
178 $result = '';
[all …]
H A DUriTemplate.php63 $result = [];
66 $result['operator'] = $expression[0];
69 $result['operator'] = '';
86 $result['values'][] = $varspec;
89 return $result;
H A Dfunctions.php227 $result = [];
229 $result[strtolower($key)] = $key;
232 return $result;
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Cookie/
H A DCookieJar.php169 $result = $cookie->validate();
170 if ($result !== true) {
172 throw new \RuntimeException('Invalid cookie: ' . $result);

12345678910>>...80