Home
last modified time | relevance | path

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

12345678910>>...14

/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Asset/Iterator/
H A DAssetCollectionFilterIterator.php25 private $sources; variable in Assetic\\Asset\\Iterator\\AssetCollectionFilterIterator
32 * @param array $sources An array of visited source strings
34 … __construct(AssetCollectionIterator $iterator, array $visited = array(), array $sources = array()) argument
39 $this->sources = $sources;
67 if (in_array($source, $this->sources)) {
70 $this->sources[] = $source;
82 return new self($this->getInnerIterator()->getChildren(), $this->visited, $this->sources);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PeopleService/
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;
H A DUpdateContactPhotoRequest.php34 public $sources; variable in Google\\Service\\PeopleService\\UpdateContactPhotoRequest
67 public function setSources($sources) argument
69 $this->sources = $sources;
76 return $this->sources;
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 DPersonMetadata.php101 public function setSources($sources) argument
103 $this->sources = $sources;
110 return $this->sources;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
H A DChartSourceRange.php29 public function setSources($sources) argument
31 $this->sources = $sources;
38 return $this->sources;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SecurityCommandCenter/
H A DListSourcesResponse.php47 public function setSources($sources) argument
49 $this->sources = $sources;
56 return $this->sources;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSearch/
H A DListQuerySourcesResponse.php47 public function setSources($sources) argument
49 $this->sources = $sources;
56 return $this->sources;
H A DListDataSourceResponse.php47 public function setSources($sources) argument
49 $this->sources = $sources;
56 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/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/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/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/VMMigrationService/
H A DListSourcesResponse.php51 public function setSources($sources) argument
53 $this->sources = $sources;
60 return $this->sources;
/plugin/zip/pear/File/Archive/Reader/
H A DMulti.php43 var $sources = array(); variable in File_Archive_Reader_Multi
61 $this->sources[] =& $source;
69 while (array_key_exists($this->currentIndex, $this->sources)) {
70 $this->source =& $this->sources[$this->currentIndex];
/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 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;
H A DContest.php429 public function setSources($sources) argument
431 $this->sources = $sources;
438 return $this->sources;
/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/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/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/authgooglesheets/vendor/google/apiclient-services/src/
H A DPeopleService.php247 'sources' => [
304 'sources' => [
333 'sources' => [
356 'sources' => [
379 'sources' => [
410 'sources' => [
436 'sources' => [
467 'sources' => [
486 'sources' => [
549 'sources' => [

12345678910>>...14