Home
last modified time | relevance | path

Searched refs:Location (Results 151 – 175 of 224) sorted by path

123456789

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Networkconnectivity/
H A DLocation.php20 class Location extends \Google\Model class
116 class_alias(Location::class, 'Google_Service_Networkconnectivity_Location');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Networkconnectivity/Resource/
H A DProjectsLocations.php21 use Google\Service\Networkconnectivity\Location; alias
38 * @return Location
44 return $this->call('get', [$params], Location::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/OnDemandScanning/
H A DLocation.php20 class Location extends \Google\Model class
78 class_alias(Location::class, 'Google_Service_OnDemandScanning_Location');
H A DPackageOccurrence.php23 protected $locationType = Location::class;
31 * @param Location[]
38 * @return Location[]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PeopleService/
H A DLocation.php20 class Location extends \Google\Model class
168 class_alias(Location::class, 'Google_Service_PeopleService_Location');
H A DPerson.php63 protected $locationsType = Location::class;
359 * @param Location[]
366 * @return Location[]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SecretManager/
H A DListLocationsResponse.php23 protected $locationsType = Location::class;
31 * @param Location[]
38 * @return Location[]
H A DLocation.php20 class Location extends \Google\Model class
116 class_alias(Location::class, 'Google_Service_SecretManager_Location');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SecretManager/Resource/
H A DProjectsLocations.php21 use Google\Service\SecretManager\Location; alias
38 * @return Location
44 return $this->call('get', [$params], Location::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceDirectory/
H A DListLocationsResponse.php23 protected $locationsType = Location::class;
31 * @param Location[]
38 * @return Location[]
H A DLocation.php20 class Location extends \Google\Model class
116 class_alias(Location::class, 'Google_Service_ServiceDirectory_Location');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceDirectory/Resource/
H A DProjectsLocations.php21 use Google\Service\ServiceDirectory\Location; alias
38 * @return Location
44 return $this->call('get', [$params], Location::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/TPU/
H A DListLocationsResponse.php23 protected $locationsType = Location::class;
31 * @param Location[]
38 * @return Location[]
H A DLocation.php20 class Location extends \Google\Model class
116 class_alias(Location::class, 'Google_Service_TPU_Location');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/TPU/Resource/
H A DProjectsLocations.php21 use Google\Service\TPU\Location; alias
38 * @return Location
44 return $this->call('get', [$params], Location::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Translate/
H A DListLocationsResponse.php23 protected $locationsType = Location::class;
31 * @param Location[]
38 * @return Location[]
H A DLocation.php20 class Location extends \Google\Model class
116 class_alias(Location::class, 'Google_Service_Translate_Location');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Translate/Resource/
H A DProjectsLocations.php25 use Google\Service\Translate\Location; alias
115 * @return Location
121 return $this->call('get', [$params], Location::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/VMMigrationService/
H A DListLocationsResponse.php23 protected $locationsType = Location::class;
31 * @param Location[]
38 * @return Location[]
H A DLocation.php20 class Location extends \Google\Model class
116 class_alias(Location::class, 'Google_Service_VMMigrationService_Location');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/VMMigrationService/Resource/
H A DProjectsLocations.php21 use Google\Service\VMMigrationService\Location; alias
38 * @return Location
44 return $this->call('get', [$params], Location::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Workflows/
H A DListLocationsResponse.php23 protected $locationsType = Location::class;
31 * @param Location[]
38 * @return Location[]
H A DLocation.php20 class Location extends \Google\Model class
116 class_alias(Location::class, 'Google_Service_Workflows_Location');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Workflows/Resource/
H A DProjectsLocations.php21 use Google\Service\Workflows\Location; alias
38 * @return Location
44 return $this->call('get', [$params], Location::class);
/plugin/autostart/
H A Daction.php48 if ($id) header('Location: ' . wl($id,'',true));

123456789