Home
last modified time | relevance | path

Searched defs:runQuery (Results 1 – 6 of 6) sorted by relevance

/plugin/aichat/Storage/
DPineconeStorage.php40 protected function runQuery($endpoint, mixed $data, $method = 'POST') function in dokuwiki\\plugin\\aichat\\Storage\\PineconeStorage
DQdrantStorage.php50 protected function runQuery($endpoint, mixed $data, $method = 'POST', $retry = 0) function in dokuwiki\\plugin\\aichat\\Storage\\QdrantStorage
DChromaStorage.php52 protected function runQuery($endpoint, mixed $data, $method = 'POST') function in dokuwiki\\plugin\\aichat\\Storage\\ChromaStorage
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Datastore/Resource/
DProjects.php191 public function runQuery($projectId, RunQueryRequest $postBody, $optParams = []) function in Google\\Service\\Datastore\\Resource\\Projects
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Firestore/Resource/
DProjectsDatabasesDocuments.php384 public function runQuery($parent, RunQueryRequest $postBody, $optParams = []) function in Google\\Service\\Firestore\\Resource\\ProjectsDatabasesDocuments
/plugin/authgoogle/google/contrib/
DGoogle_DatastoreService.php144 public function runQuery($datasetId, Google_RunQueryRequest $postBody, $optParams = array()) { function in Google_DatasetsServiceResource