Home
last modified time | relevance | path

Searched refs:locations (Results 51 – 75 of 173) sorted by relevance

1234567

/plugin/authgooglesheets/vendor/google/apiclient-services/src/DatabaseMigrationService/
H A DListLocationsResponse.php33 public function setLocations($locations) argument
35 $this->locations = $locations;
42 return $this->locations;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/GKEHub/
H A DListLocationsResponse.php33 public function setLocations($locations) argument
35 $this->locations = $locations;
42 return $this->locations;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ArtifactRegistry/
H A DListLocationsResponse.php33 public function setLocations($locations) argument
35 $this->locations = $locations;
42 return $this->locations;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Workflows/
H A DListLocationsResponse.php33 public function setLocations($locations) argument
35 $this->locations = $locations;
42 return $this->locations;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Firestore/
H A DListLocationsResponse.php33 public function setLocations($locations) argument
35 $this->locations = $locations;
42 return $this->locations;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDataplex/
H A DGoogleCloudLocationListLocationsResponse.php33 public function setLocations($locations) argument
35 $this->locations = $locations;
42 return $this->locations;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SecretManager/
H A DListLocationsResponse.php33 public function setLocations($locations) argument
35 $this->locations = $locations;
42 return $this->locations;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/NetworkSecurity/
H A DListLocationsResponse.php33 public function setLocations($locations) argument
35 $this->locations = $locations;
42 return $this->locations;
/plugin/html2pdf/html2pdf/html2ps/unittest/
H A Dtest.pagebreak.br.php25 $locations = PageBreakLocator::_getBreakLocations($tree);
26 $this->assertEqual(count($locations),
51 $locations = PageBreakLocator::_getBreakLocations($tree);
52 $this->assertEqual(count($locations),
H A Dtest.pagebreak.table.br.php45 $locations = PageBreakLocator::_getBreakLocations($tree);
46 $this->assertEqual(count($locations), 6);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/MyBusinessBusinessInformation/
H A DListLocationsResponse.php37 public function setLocations($locations) argument
39 $this->locations = $locations;
46 return $this->locations;
/plugin/tplinc/
H A Dadmin.php137 $locations = null;
138 if ($locations === null) $locations = $this->helper->getLocations();
140 if (!isset($locations[$loc])) $loc = '';
143 foreach ($locations as $location => $label) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DHeaders.php41 public function setLocations($locations) argument
43 $this->locations = $locations;
50 return $this->locations;
/plugin/schedule/lib/
H A DscheduleTable.js3 function scheduleHighlightEvent (day, locations) { argument
7 scheduleHighlightPOI (locations);
58 function scheduleHighlightPOI (locations) { argument
59 if (!locations) {
74 item.set ('selected', (location && (','+locations).indexOf (location) >= 0));
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ManagedServiceforMicrosoftActiveDirectoryConsumerAPI/
H A DDomain.php50 public $locations; variable in Google\\Service\\ManagedServiceforMicrosoftActiveDirectoryConsumerAPI\\Domain
161 public function setLocations($locations) argument
163 $this->locations = $locations;
170 return $this->locations;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DDataflow.php427 'locations',
431 'path' => 'v1b3/projects/{projectId}/locations/{location}/WorkerMessages',
481 'path' => 'v1b3/projects/{projectId}/locations/{location}/jobs',
504 'path' => 'v1b3/projects/{projectId}/locations/{location}/jobs/{jobId}',
580 'path' => 'v1b3/projects/{projectId}/locations/{location}/jobs',
631 'path' => 'v1b3/projects/{projectId}/locations/{location}/jobs/{jobId}',
932 'path' => 'v1b3/projects/{projectId}/locations/{location}/snapshots',
961 'path' => 'v1b3/projects/{projectId}/locations/{location}/sql:validate',
990 'path' => 'v1b3/projects/{projectId}/locations/{location}/templates',
1005 'path' => 'v1b3/projects/{projectId}/locations/{location}/templates:get',
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Vision/
H A DGoogleCloudVisionV1p2beta1EntityAnnotation.php113 public function setLocations($locations) argument
115 $this->locations = $locations;
122 return $this->locations;
H A DEntityAnnotation.php113 public function setLocations($locations) argument
115 $this->locations = $locations;
122 return $this->locations;
H A DGoogleCloudVisionV1p1beta1EntityAnnotation.php113 public function setLocations($locations) argument
115 $this->locations = $locations;
122 return $this->locations;
H A DGoogleCloudVisionV1p3beta1EntityAnnotation.php113 public function setLocations($locations) argument
115 $this->locations = $locations;
122 return $this->locations;
H A DGoogleCloudVisionV1p4beta1EntityAnnotation.php113 public function setLocations($locations) argument
115 $this->locations = $locations;
122 return $this->locations;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Container/
H A DNodePool.php40 public $locations; variable in Google\\Service\\Container\\NodePool
147 public function setLocations($locations) argument
149 $this->locations = $locations;
156 return $this->locations;
H A DUpdateNodePoolRequest.php44 public $locations; variable in Google\\Service\\Container\\UpdateNodePoolRequest
175 public function setLocations($locations) argument
177 $this->locations = $locations;
184 return $this->locations;
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Reports/
H A DInfo.php72 foreach ($data['values'] as $value => $locations) {
73 $locations = array_unique($locations);
74 $count = count($locations);
/plugin/html2pdf/html2pdf/html2ps/features/
H A Dtoc.php172 $locations = $this->get_locations();
174 foreach ($locations as $location) {
181 return $locations;
184 function set_locations($locations) { argument
185 $this->_locations = $locations;

1234567