Home
last modified time | relevance | path

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

12345678910>>...17

/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Asset/Iterator/
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/asciidocjs/node_modules/lodash/
D_createAssigner.js12 return baseRest(function(object, sources) { argument
14 length = sources.length,
15 customizer = length > 1 ? sources[length - 1] : undefined,
16 guard = length > 2 ? sources[2] : undefined;
22 if (guard && isIterateeCall(sources[0], sources[1], guard)) {
28 var source = sources[index];
Ddefaults.js33 var defaults = baseRest(function(object, sources) { argument
37 var length = sources.length;
38 var guard = length > 2 ? sources[2] : undefined;
40 if (guard && isIterateeCall(sources[0], sources[1], guard)) {
45 var source = sources[index];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PeopleService/
DCopyOtherContactToMyContactsGroupRequest.php34 public $sources; variable in Google\\Service\\PeopleService\\CopyOtherContactToMyContactsGroupRequest
67 public function setSources($sources) argument
69 $this->sources = $sources;
76 return $this->sources;
DUpdateContactPhotoRequest.php34 public $sources; variable in Google\\Service\\PeopleService\\UpdateContactPhotoRequest
67 public function setSources($sources) argument
69 $this->sources = $sources;
76 return $this->sources;
DBatchCreateContactsRequest.php32 public $sources; variable in Google\\Service\\PeopleService\\BatchCreateContactsRequest
65 public function setSources($sources) argument
67 $this->sources = $sources;
74 return $this->sources;
DBatchUpdateContactsRequest.php32 public $sources; variable in Google\\Service\\PeopleService\\BatchUpdateContactsRequest
69 public function setSources($sources) argument
71 $this->sources = $sources;
78 return $this->sources;
DPersonMetadata.php101 public function setSources($sources) argument
103 $this->sources = $sources;
110 return $this->sources;
/plugin/asciidocjs/node_modules/uglify-js/lib/
Dsourcemap.js95 var sources = create_array_map();
110 sources: map.sources, property
113 for (var i = 0; i < map.sources.length; i++) {
115 if (content) sources_content.set(map.sources[i], content);
140 source = map.sources[indices[1]];
158 sources: sources, property
159 sourcesContent: sources_content ? sources.map(function(source) {
182 var src_idx = sources.index(source);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
DChartSourceRange.php29 public function setSources($sources) argument
31 $this->sources = $sources;
38 return $this->sources;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSearch/
DListDataSourceResponse.php47 public function setSources($sources) argument
49 $this->sources = $sources;
56 return $this->sources;
DListQuerySourcesResponse.php47 public function setSources($sources) argument
49 $this->sources = $sources;
56 return $this->sources;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SecurityCommandCenter/
DListSourcesResponse.php47 public function setSources($sources) argument
49 $this->sources = $sources;
56 return $this->sources;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/NetworkSecurity/
DRule.php45 public function setSources($sources) argument
47 $this->sources = $sources;
54 return $this->sources;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudAsset/
DGoogleIdentityAccesscontextmanagerV1IngressFrom.php65 public function setSources($sources) argument
67 $this->sources = $sources;
74 return $this->sources;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AccessContextManager/
DIngressFrom.php65 public function setSources($sources) argument
67 $this->sources = $sources;
74 return $this->sources;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/
DSideInputInfo.php51 public function setSources($sources) argument
53 $this->sources = $sources;
60 return $this->sources;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/VMMigrationService/
DListSourcesResponse.php51 public function setSources($sources) argument
53 $this->sources = $sources;
60 return $this->sources;
/plugin/zip/pear/File/Archive/Reader/
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/
DAdministrationRegion.php82 public function setSources($sources) argument
84 $this->sources = $sources;
91 return $this->sources;
DOffice.php119 public function setSources($sources) argument
121 $this->sources = $sources;
128 return $this->sources;
/plugin/authgoogle/google/contrib/
DGoogle_CivicInfoService.php111 public $sources; variable in Google_AdministrationRegion
136 public function setSources(/* array(Google_Source) */ $sources) { argument
137 $this->assertIsArray($sources, 'Google_Source', __METHOD__);
138 $this->sources = $sources;
141 return $this->sources;
346 public $sources; variable in Google_Contest
428 public function setSources(/* array(Google_Source) */ $sources) { argument
429 $this->assertIsArray($sources, 'Google_Source', __METHOD__);
430 $this->sources = $sources;
433 return $this->sources;
[all …]
/plugin/aichat/
Daction.php59 $sources = [];
62 … if (isset($sources[$source->getPage()])) continue; // only show the first occurrence per page
63 $sources[$source->getPage()] = [
76 'sources' => array_values($sources),
85 'sources' => $sources,
/plugin/asciidocjs/node_modules/handlebars/dist/cjs/handlebars/internal/
Dcreate-new-lookup-object.js16 for (var _len = arguments.length, sources = Array(_len), _key = 0; _key < _len; _key++) {
17 sources[_key] = arguments[_key];
20 return _utils.extend.apply(undefined, [Object.create(null)].concat(sources));
/plugin/asciidocjs/node_modules/handlebars/dist/amd/handlebars/internal/
Dcreate-new-lookup-object.js15 for (var _len = arguments.length, sources = Array(_len), _key = 0; _key < _len; _key++) {
16 sources[_key] = arguments[_key];
19 return _utils.extend.apply(undefined, [Object.create(null)].concat(sources));

12345678910>>...17