Home
last modified time | relevance | path

Searched refs:sources (Results 1 – 25 of 345) sorted by path

12345678910>>...14

/plugin/aichat/
H A Daction.php51 'sources' => [],
58 $sources = [];
59 foreach ($result['sources'] as $source) {
61 if (isset($sources[$source->getPage()])) continue; // only show the first occurrence per page
62 $sources[$source->getPage()] = [
75 'sources' => array_values($sources),
84 'sources' => $sources,
96 'sources'
[all...]
H A Dcli.php327 $sources = $this->helper->getEmbeddings()->getSimilarChunks($query, $langlimit);
328 $this->printSources($sources);
402 $this->printSources($answer['sources']);
408 * Print the given sources
410 * @param Chunk[] $sources
413 protected function printSources($sources)
415 foreach ($sources as $source) {
199 printSources($sources) global() argument
/plugin/aichat/script/
H A DAIChatChat.js228 this.#history.push([response.question, response.answer, response.sources]);
232 this.displayMessage(response.answer, response.sources); // display the answer
278 * @param {object|null} sources Dict of sources {url:title, ...} if given this is assumed to be an AI message
281 displayMessage(message, sources = null) {
283 if(sources !== null) {
291 if (sources !== null && sources.length > 0) {
293 sources.forEach((source) => {
249 displayMessage(message, sources = null) global() argument
/plugin/amcharts/assets/amcharts/plugins/dataloader/
H A Dreadme.md12 from external data data sources in CSV and JSON formats.
/plugin/amcharts/assets/amcharts/plugins/export/libs/jszip/
H A Djszip.js3541 var sources = Array.prototype.slice.call(arguments, 1);
3542 while (sources.length) {
3543 var source = sources.shift();
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js23038 var sources = Array.prototype.slice.call(arguments, 1);
23039 while (sources.length) {
23040 var source = sources.shift();
H A Dpdfmake.min.js.map1sources":["pdfmake.js"],"names":["modules","__webpack_require__","moduleId","installedModules","ex…
/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/
H A Dxlsx.min.map1 {"version":3,"file":"dist/xlsx.min.js","sources":["xlsx.js"],"names":["XLSX","make_xlsx","version",…
/plugin/amcharts/assets/amcharts/plugins/responsive/
H A Dresponsive.min.js.map6 "sources":["responsive.js"],
/plugin/authgoogle/google/contrib/
H A DGoogle_CivicInfoService.php111 public $sources; variable in Google_AdministrationRegion
137 $this->assertIsArray($sources, 'Google_Source', __METHOD__);
138 $this->sources = $sources;
141 return $this->sources;
346 public $sources; variable in Google_Contest
429 $this->assertIsArray($sources, 'Google_Source', __METHOD__);
430 $this->sources = $sources;
433 return $this->sources;
566 public $sources; variable in Google_PollingLocation
607 $this->sources = $sources;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AccessContextManager/
H A DIngressFrom.php65 public function setSources($sources) argument
67 $this->sources = $sources;
74 return $this->sources;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CivicInfo/
H A DAdministrationRegion.php82 public function setSources($sources) argument
84 $this->sources = $sources;
91 return $this->sources;
H A DContest.php429 public function setSources($sources) argument
431 $this->sources = $sources;
438 return $this->sources;
H A DOffice.php119 public function setSources($sources) argument
121 $this->sources = $sources;
128 return $this->sources;
H A DPollingLocation.php143 public function setSources($sources) argument
145 $this->sources = $sources;
152 return $this->sources;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudAsset/
H A DGoogleIdentityAccesscontextmanagerV1IngressFrom.php65 public function setSources($sources) argument
67 $this->sources = $sources;
74 return $this->sources;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DCloudSearch.php531 'sources',
535 'path' => 'v1/query/sources',
H A DPeopleService.php247 'sources' => [
304 'sources' => [
333 'sources' => [
356 'sources' => [
379 'sources' => [
410 'sources' => [
436 'sources' => [
467 'sources' => [
486 'sources' => [
549 'sources' => [
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSearch/
H A DListDataSourceResponse.php47 public function setSources($sources) argument
49 $this->sources = $sources;
56 return $this->sources;
H A DListQuerySourcesResponse.php47 public function setSources($sources) argument
49 $this->sources = $sources;
56 return $this->sources;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/
H A DSideInputInfo.php51 public function setSources($sources) argument
53 $this->sources = $sources;
60 return $this->sources;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/NetworkSecurity/
H A DRule.php45 public function setSources($sources) argument
47 $this->sources = $sources;
54 return $this->sources;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PeopleService/
H A DBatchCreateContactsRequest.php32 public $sources; variable in Google\\Service\\PeopleService\\BatchCreateContactsRequest
65 public function setSources($sources) argument
67 $this->sources = $sources;
74 return $this->sources;
H A DBatchUpdateContactsRequest.php32 public $sources; variable in Google\\Service\\PeopleService\\BatchUpdateContactsRequest
69 public function setSources($sources) argument
71 $this->sources = $sources;
78 return $this->sources;
H A DCopyOtherContactToMyContactsGroupRequest.php34 public $sources; variable in Google\\Service\\PeopleService\\CopyOtherContactToMyContactsGroupRequest
67 public function setSources($sources) argument
69 $this->sources = $sources;
76 return $this->sources;

12345678910>>...14