/plugin/authgooglesheets/vendor/google/apiclient-services/src/Contactcenterinsights/ |
H A D | GoogleCloudContactcenterinsightsV1SmartReplyData.php | 30 public $queryRecord; variable in Google\\Service\\Contactcenterinsights\\GoogleCloudContactcenterinsightsV1SmartReplyData 61 public function setQueryRecord($queryRecord) argument 63 $this->queryRecord = $queryRecord; 70 return $this->queryRecord;
|
H A D | GoogleCloudContactcenterinsightsV1SmartComposeSuggestionData.php | 30 public $queryRecord; variable in Google\\Service\\Contactcenterinsights\\GoogleCloudContactcenterinsightsV1SmartComposeSuggestionData 61 public function setQueryRecord($queryRecord) argument 63 $this->queryRecord = $queryRecord; 70 return $this->queryRecord;
|
H A D | GoogleCloudContactcenterinsightsV1ArticleSuggestionData.php | 33 public $queryRecord; variable in Google\\Service\\Contactcenterinsights\\GoogleCloudContactcenterinsightsV1ArticleSuggestionData 78 public function setQueryRecord($queryRecord) argument 80 $this->queryRecord = $queryRecord; 87 return $this->queryRecord;
|
H A D | GoogleCloudContactcenterinsightsV1FaqAnswerData.php | 37 public $queryRecord; variable in Google\\Service\\Contactcenterinsights\\GoogleCloudContactcenterinsightsV1FaqAnswerData 92 public function setQueryRecord($queryRecord) argument 94 $this->queryRecord = $queryRecord; 101 return $this->queryRecord;
|
/plugin/sqlite/_test/ |
H A D | SQLiteDBTest.php | 57 $result = $db->queryRecord($sql, ['one', 'two', 'three']); 60 $result = $db->queryRecord($sql, 'one', 'two', 'three'); 65 $result = $db->queryRecord($sql, ['first' => 'one', 'second' => 'two', 'third' => 'three']); 99 $result = $db->queryRecord($sql, [4]);
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ |
H A D | ChromeUXReport.php | 64 'queryRecord' => [ 65 'path' => 'v1/records:queryRecord',
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ChromeUXReport/Resource/ |
H A D | Records.php | 42 public function queryRecord(QueryRequest $postBody, $optParams = []) function in Google\\Service\\ChromeUXReport\\Resource\\Records
|
/plugin/struct/meta/ |
H A D | PageMeta.php | 42 $data = $this->sqlite->queryRecord($sql, [$this->pid]);
|
/plugin/sqlite/ |
H A D | SQLiteDB.php | 226 public function queryRecord($sql, ...$params) 269 return $this->queryRecord($sql); 197 public function queryRecord($sql, ...$params) global() function in dokuwiki\\plugin\\sqlite\\SQLiteDB
|
/plugin/aichat/Storage/ |
H A D | SQLiteStorage.php | 48 $record = $this->db->queryRecord('SELECT * FROM embeddings WHERE id = ?', [$chunkID]); 361 $result = $this->db->queryRecord($query, [json_encode($vector, JSON_THROW_ON_ERROR)]);
|
/plugin/acknowledge/ |
H A D | helper.php | 260 $record = $this->db->queryRecord($sql, $page);
|