Home
last modified time | relevance | path

Searched refs:queryResult (Results 1 – 7 of 7) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
H A DGoogleCloudDialogflowV2WebhookRequest.php52 public function setQueryResult(GoogleCloudDialogflowV2QueryResult $queryResult) argument
54 $this->queryResult = $queryResult;
61 return $this->queryResult;
H A DGoogleCloudDialogflowCxV3FulfillIntentResponse.php66 public function setQueryResult(GoogleCloudDialogflowCxV3QueryResult $queryResult) argument
68 $this->queryResult = $queryResult;
75 return $this->queryResult;
H A DGoogleCloudDialogflowV2beta1WebhookRequest.php69 public function setQueryResult(GoogleCloudDialogflowV2beta1QueryResult $queryResult) argument
71 $this->queryResult = $queryResult;
78 return $this->queryResult;
H A DGoogleCloudDialogflowCxV3DetectIntentResponse.php88 public function setQueryResult(GoogleCloudDialogflowCxV3QueryResult $queryResult) argument
90 $this->queryResult = $queryResult;
97 return $this->queryResult;
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DICSExportPlugin.php180 $queryResult = $calendarNode->calendarQuery([
201 $queryResult = array_map(
205 $queryResult
207 $nodes = $this->server->getPropertiesForMultiplePaths($queryResult, [$calDataProp]);
208 unset($queryResult);
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DICSExportPlugin.php180 $queryResult = $calendarNode->calendarQuery([
201 $queryResult = array_map(
205 $queryResult
207 $nodes = $this->server->getPropertiesForMultiplePaths($queryResult, [$calDataProp]);
208 unset($queryResult);
/plugin/edittable/lib/
H A Dhandsontable.full.js47191 var queryResult = [];
47216 queryResult.push(singleResult);
47225 return queryResult;