Home
last modified time | relevance | path

Searched refs:result (Results 51 – 75 of 1997) sorted by path

12345678910>>...80

/plugin/authfacebook/lib/Http/
H A DRequestBodyMultipart.php149 $result = [];
153 $result[urldecode($key)] = urldecode($value);
156 return $result;
/plugin/authfacebook/lib/
H A Dpolyfills.php41 $result = 0;
43 $result |= (ord($knownString[$i]) ^ ord($userString[$i]));
47 return 0 === $result;
/plugin/authgoogle/google/contrib/
H A DGoogle_FreebaseService.php124 public $result; variable in Google_ContentserviceGet
125 public function setResult( $result) { argument
126 $this->result = $result;
129 return $this->result;
H A DGoogle_PagespeedonlineService.php286 public $result; variable in Google_ResultFormattedResultsRuleResultsElementUrlBlocksUrls
294 …ic function setResult(Google_ResultFormattedResultsRuleResultsElementUrlBlocksUrlsResult $result) { argument
295 $this->result = $result;
298 return $this->result;
H A DGoogle_PlusService.php1734 public $result; variable in Google_Moment
1752 public function setResult(Google_ItemScope $result) { argument
1753 $this->result = $result;
1756 return $this->result;
/plugin/authgoogle/google/service/
H A DGoogle_MediaFileUpload.php242 $result = null;
/plugin/authgooglesheets/vendor/google/apiclient-services/
H A DLICENSE159 result of this License or out of the use or inability to use the
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidProvisioningPartner/
H A DOperationPerDevice.php48 public function setResult(PerDeviceStatusInBatch $result) argument
50 $this->result = $result;
57 return $this->result;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidPublisher/
H A DReviewsReplyResponse.php28 public function setResult(ReviewReplyResult $result) argument
30 $this->result = $result;
37 return $this->result;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1AsyncQuery.php172 public function setResult(GoogleCloudApigeeV1AsyncQueryResult $result) argument
174 $this->result = $result;
181 return $this->result;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/BinaryAuthorization/
H A DValidateAttestationOccurrenceResponse.php29 public $result; variable in Google\\Service\\BinaryAuthorization\\ValidateAttestationOccurrenceResponse
48 public function setResult($result) argument
50 $this->result = $result;
57 return $this->result;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudBuild/
H A DBuildApproval.php48 public function setResult(ApprovalResult $result) argument
50 $this->result = $result;
57 return $this->result;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudFunctions/
H A DCallFunctionResponse.php33 public $result; variable in Google\\Service\\CloudFunctions\\CallFunctionResponse
66 public function setResult($result) argument
68 $this->result = $result;
75 return $this->result;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DInterconnectsGetDiagnosticsResponse.php28 public function setResult(InterconnectDiagnostics $result) argument
30 $this->result = $result;
37 return $this->result;
H A DRouterStatusResponse.php46 public function setResult(RouterStatus $result) argument
48 $this->result = $result;
55 return $this->result;
H A DUrlMapsValidateResponse.php28 public function setResult(UrlMapValidationResult $result) argument
30 $this->result = $result;
37 return $this->result;
H A DVmEndpointNatMappingsList.php89 public function setResult($result) argument
91 $this->result = $result;
98 return $this->result;
H A DVpnGatewaysGetStatusResponse.php28 public function setResult(VpnGatewayStatus $result) argument
30 $this->result = $result;
37 return $this->result;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ContainerAnalysis/
H A DContaineranalysisGoogleDevtoolsCloudbuildV1BuildApproval.php48 public function setResult(ContaineranalysisGoogleDevtoolsCloudbuildV1ApprovalResult $result) argument
50 $this->result = $result;
57 return $this->result;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DLP/
H A DGooglePrivacyDlpV2InspectContentResponse.php28 public function setResult(GooglePrivacyDlpV2InspectResult $result) argument
30 $this->result = $result;
37 return $this->result;
H A DGooglePrivacyDlpV2InspectDataSourceDetails.php44 public function setResult(GooglePrivacyDlpV2Result $result) argument
46 $this->result = $result;
53 return $this->result;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
H A DGoogleCloudDialogflowCxV3ContinuousTestResult.php30 public $result; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3ContinuousTestResult
57 public function setResult($result) argument
59 $this->result = $result;
66 return $this->result;
H A DGoogleCloudDialogflowCxV3Deployment.php90 public function setResult(GoogleCloudDialogflowCxV3DeploymentResult $result) argument
92 $this->result = $result;
99 return $this->result;
H A DGoogleCloudDialogflowCxV3Experiment.php189 public function setResult(GoogleCloudDialogflowCxV3ExperimentResult $result) argument
191 $this->result = $result;
198 return $this->result;
H A DGoogleCloudDialogflowCxV3RunTestCaseResponse.php28 public function setResult(GoogleCloudDialogflowCxV3TestCaseResult $result) argument
30 $this->result = $result;
37 return $this->result;

12345678910>>...80