Home
last modified time | relevance | path

Searched refs:location_name (Results 1 – 25 of 265) sorted by relevance

1234567891011

/dports/www/mybb/mybb-mybb_1829/inc/
H A Dfunctions_online.php822 $location_name = $lang->registering;
829 $location_name = $lang->logging_in;
837 $location_name = $lang->logging_out;
843 $location_name = $lang->rating_user;
952 $location_name = $lang->viewing_wol;
968 $location_name = $lang->voting_poll;
983 $location_name = $lang->sending_pm;
986 $location_name = $lang->reading_pm;
1080 $location_name = $lang->user_cp;
1118 if(!$location_name)
[all …]
/dports/emulators/yuzu/yuzu-0b47f7a46/src/core/hle/service/time/
H A Dtime_zone_content_manager.cpp75 std::string location_name; in Initialize() local
78 location_name = Common::TimeZone::GetDefaultTimeZone(); in Initialize()
80 location_name = timezone_setting; in Initialize()
84 GetTimeZoneInfoFile(location_name, vfs_file) == RESULT_SUCCESS) { in Initialize()
97 if (const ResultCode result{GetTimeZoneInfoFile(location_name, vfs_file)}; in LoadTimeZoneRule()
105 bool TimeZoneContentManager::IsLocationNameValid(const std::string& location_name) const { in IsLocationNameValid()
110 ResultCode TimeZoneContentManager::GetTimeZoneInfoFile(const std::string& location_name, in GetTimeZoneInfoFile() argument
112 if (!IsLocationNameValid(location_name)) { in GetTimeZoneInfoFile()
128 vfs_file = zoneinfo_dir->GetFile(location_name); in GetTimeZoneInfoFile()
131 time_zone_binary_titleid, location_name); in GetTimeZoneInfoFile()
[all …]
H A Dtime_zone_service.cpp34 TimeZone::LocationName location_name{}; in GetDeviceLocationName() local
36 time_zone_content_manager.GetTimeZoneManager().GetDeviceLocationName(location_name)}; in GetDeviceLocationName()
43 IPC::ResponseBuilder rb{ctx, (sizeof(location_name) / 4) + 2}; in GetDeviceLocationName()
45 rb.PushRaw(location_name); in GetDeviceLocationName()
52 std::string location_name; in LoadTimeZoneRule() local
58 location_name.push_back(byte); in LoadTimeZoneRule()
61 LOG_DEBUG(Service_Time, "called, location_name={}", location_name); in LoadTimeZoneRule()
65 time_zone_content_manager.LoadTimeZoneRule(time_zone_rule, location_name)}; in LoadTimeZoneRule()
/dports/databases/grass7/grass-7.8.6/lib/gis/
H A Dmake_loc.c53 int G_make_location(const char *location_name, in G_make_location() argument
61 if (G_legal_filename(location_name) != 1) in G_make_location()
65 sprintf(path, "%s/%s", G_gisdbase(), location_name); in G_make_location()
76 G_setenv_nogisrc("LOCATION_NAME", location_name); in G_make_location()
127 int G_make_location_epsg(const char *location_name, in G_make_location_epsg() argument
136 ret = G_make_location(location_name, wind, proj_info, proj_units); in G_make_location_epsg()
186 int G_make_location_crs(const char *location_name, in G_make_location_crs() argument
203 G_write_projsrid(location_name, proj_srid); in G_make_location_crs()
208 G_write_projwkt(location_name, proj_wkt); in G_make_location_crs()
523 if (location_name && *location_name) in G_write_projwkt()
[all …]
H A Dmake_mapset.c43 int G_make_mapset(const char *gisdbase_name, const char *location_name, in G_make_mapset() argument
50 if (location_name == NULL) in G_make_mapset()
51 location_name = G_location(); in G_make_mapset()
64 sprintf(path, "%s/%s", gisdbase_name, location_name); in G_make_mapset()
66 G_fatal_error(_("Location <%s> doesn't exist"), location_name); in G_make_mapset()
69 sprintf(path, "%s/%s/%s", gisdbase_name, location_name, mapset_name); in G_make_mapset()
78 G_setenv_nogisrc("LOCATION_NAME", location_name); in G_make_mapset()
/dports/devel/py-azure-mgmt-sql/azure-mgmt-sql-3.0.1/azure/mgmt/sql/aio/operations/
H A D_instance_failover_groups_operations.py49 location_name: str,
112 location_name: str,
172 location_name: str,
208 location_name=location_name,
249 location_name: str,
293 location_name: str,
326 location_name=location_name,
363 location_name: str,
438 location_name: str,
522 location_name=location_name,
[all …]
H A D_long_term_retention_backups_operations.py48 location_name: str,
107 location_name: str,
145 location_name=location_name,
188 location_name: str,
247 location_name: str,
285 location_name=location_name,
328 location_name: str,
475 location_name=location_name,
876 location_name=location_name,
1024 location_name=location_name,
[all …]
H A D_long_term_retention_managed_instance_backups_operations.py48 location_name: str,
114 location_name: str,
160 location_name: str,
195 location_name=location_name,
234 location_name: str,
324 location_name: str,
410 location_name: str,
493 location_name: str,
564 location_name: str,
612 location_name: str,
[all …]
H A D_server_trust_groups_operations.py49 location_name: str,
79 'locationName': self._serialize.url("location_name", location_name, 'str'),
112 location_name: str,
130 'locationName': self._serialize.url("location_name", location_name, 'str'),
172 location_name: str,
208 location_name=location_name,
227 'locationName': self._serialize.url("location_name", location_name, 'str'),
249 location_name: str,
293 location_name: str,
326 location_name=location_name,
[all …]
/dports/devel/py-azure-mgmt-sql/azure-mgmt-sql-3.0.1/azure/mgmt/sql/operations/
H A D_instance_failover_groups_operations.py53 location_name, # type: str argument
117 location_name, # type: str argument
178 location_name, # type: str argument
215 location_name=location_name,
256 location_name, # type: str argument
301 location_name, # type: str argument
335 location_name=location_name,
372 location_name, # type: str argument
448 location_name, # type: str argument
534 location_name=location_name,
[all …]
H A D_long_term_retention_backups_operations.py52 location_name, # type: str argument
112 location_name, # type: str argument
151 location_name=location_name,
194 location_name, # type: str argument
254 location_name, # type: str argument
293 location_name=location_name,
336 location_name, # type: str argument
486 location_name=location_name,
892 location_name=location_name,
1042 location_name=location_name,
[all …]
H A D_long_term_retention_managed_instance_backups_operations.py52 location_name, # type: str argument
119 location_name, # type: str argument
166 location_name, # type: str argument
202 location_name=location_name,
241 location_name, # type: str argument
332 location_name, # type: str argument
419 location_name, # type: str argument
503 location_name, # type: str argument
575 location_name, # type: str argument
624 location_name, # type: str argument
[all …]
H A D_server_trust_groups_operations.py53 location_name, # type: str argument
84 'locationName': self._serialize.url("location_name", location_name, 'str'),
117 location_name, # type: str argument
136 'locationName': self._serialize.url("location_name", location_name, 'str'),
178 location_name, # type: str argument
215 location_name=location_name,
234 'locationName': self._serialize.url("location_name", location_name, 'str'),
256 location_name, # type: str argument
301 location_name, # type: str argument
335 location_name=location_name,
[all …]
/dports/games/searchandrescue/searchandrescue_1.4.0/sar/
H A Dsarcamp.c244 char *location_name; in Create_Campaign_Arrive_Objective() local
255 if (location_name) in Create_Campaign_Arrive_Objective()
257 strcat(buffer, location_name); in Create_Campaign_Arrive_Objective()
258 free(location_name); in Create_Campaign_Arrive_Objective()
264 if (location_name) in Create_Campaign_Arrive_Objective()
267 strcat(buffer, location_name); in Create_Campaign_Arrive_Objective()
268 free(location_name); in Create_Campaign_Arrive_Objective()
279 char *location_name; in Create_Campaign_Pickup_Objective() local
291 if (location_name) in Create_Campaign_Pickup_Objective()
294 strcat(buffer, location_name); in Create_Campaign_Pickup_Objective()
[all …]
/dports/net-mgmt/observium/observium/html/
H A Dgeojson.php55 $location_name = ""; variable
59 …$location_name = ($lon['down_hosts'][0]['location'] === '' ? OBS_VAR_UNSET : $lon['down_hosts'][0]… variable
65 …$location_name = ($lon['up_hosts'][0]['location'] === '' ? OBS_VAR_UNSET : $lon['up_hosts'][0]['lo… variable
69 $tooltip = "<h3>".$location_name."</h3><hr />".$tooltip;
77 'properties' => array('name' => $location_name,
79 'id' => safename($location_name),
/dports/devel/py-gs_api_client/gs_api_client-1.1.1/gs_api_client/swagger/models/
H A Dpaas_security_zone.py63 … create_time=None, location_iata=None, object_uuid=None, labels=None, location_name=None, status=N… argument
91 if location_name is not None:
92 self.location_name = location_name
239 def location_name(self): member in PaasSecurityZone
249 @location_name.setter
250 def location_name(self, location_name): argument
259 self._location_name = location_name
H A Dfirewall.py64 …ne, create_time=None, private=None, relations=None, description=None, location_name=None, name=Non… argument
98 if location_name is not None:
99 self.location_name = location_name
307 def location_name(self): member in Firewall
317 @location_name.setter
318 def location_name(self, location_name): member in Firewall
327 self._location_name = location_name
H A Dpaas_security_zones.py63 … create_time=None, location_iata=None, object_uuid=None, labels=None, location_name=None, status=N… argument
91 if location_name is not None:
92 self.location_name = location_name
239 def location_name(self): member in PaasSecurityZones
249 @location_name.setter
250 def location_name(self, location_name): argument
259 self._location_name = location_name
H A Dnetwork.py71 …e, relations=None, labels=None, change_time=None, location_iata=None, location_name=None): # noqa… argument
119 if location_name is not None:
120 self.location_name = location_name
443 def location_name(self): member in Network
453 @location_name.setter
454 def location_name(self, location_name): argument
463 self._location_name = location_name
H A Dsnapshot.py69 …product_no=None, current_price=None, create_time=None, capacity=None, location_name=None, location… argument
113 if location_name is not None:
114 self.location_name = location_name
397 def location_name(self): member in Snapshot
407 @location_name.setter
408 def location_name(self, location_name): member in Snapshot
417 self._location_name = location_name
H A Disoimage.py77 …def __init__(self, object_uuid=None, relations=None, description=None, location_name=None, source_… argument
106 if location_name is not None:
107 self.location_name = location_name
205 def location_name(self): member in Isoimage
215 @location_name.setter
216 def location_name(self, location_name): argument
225 self._location_name = location_name
H A Dstorage.py80 …price=None, create_time=None, last_used_template=None, capacity=None, location_name=None, location… argument
138 if location_name is not None:
139 self.location_name = location_name
539 def location_name(self): member in Storage
549 @location_name.setter
550 def location_name(self, location_name): argument
559 self._location_name = location_name
/dports/net-mgmt/observium/observium/html/includes/map/
H A Dgoogle-mc.inc.php102 $location_name = ""; variable
105 …$location_name = ($lon['down_hosts'][0]['location'] === '' ? OBS_VAR_UNSET : $lon['down_hosts'][0]… variable
115 …$location_name = ($lon['up_hosts'][0]['location'] === '' ? OBS_VAR_UNSET : $lon['up_hosts'][0]['lo… variable
119 $location_name = strtr(escape_html($location_name), "'\\", "`/"); variable
121 … echo "[$la, $lo, $num_up, $num_down, \"$tooltip\", '$location_name', '$location_url'],\n ";
/dports/www/webtrees20/webtrees-2.0.19/webtrees/app/
H A DPlaceLocation.php40 private $location_name; variable in Fisharebest\\Webtrees\\PlaceLocation
48 * @param string $location_name
50 public function __construct(string $location_name) argument
53 $location_name = trim($location_name);
54 …$this->parts = new Collection(preg_split(Gedcom::PLACE_SEPARATOR_REGEX, $location_name, -1, PREG…
57 $this->location_name = $this->parts->implode(Gedcom::PLACE_SEPARATOR);
83 … return Registry::cache()->array()->remember('location-' . $this->location_name, function () {
/dports/devel/py-azure-mgmt-datamigration/azure-mgmt-datamigration-9.0.0/tests/
H A Dtest_mgmt_datamigration.py25 location_name = 'centralus' variable in MgmtDataMigrationTest
32 @ResourceGroupPreparer(name_prefix='dms_sdk_test', location=location_name)
43 location = self.location_name,
54 'location': self.location_name,
70 location = self.location_name,
83 self.assertEqual(dms_service.location, self.location_name)
88 location = self.location_name,
95 location = self.location_name,
192 location = self.location_name,

1234567891011