Home
last modified time | relevance | path

Searched refs:home_location (Results 1 – 17 of 17) sorted by relevance

/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/hetzner/hcloud/tests/integration/targets/hcloud_floating_ip/tasks/
H A Dmain.yml55 home_location: "fsn1"
70 home_location: "fsn1"
83 home_location: "abc"
97 home_location: "fsn1"
110 home_location: "fsn1"
125 home_location: "fsn1"
137 home_location: "fsn1"
151 home_location: "fsn1"
166 home_location: "fsn1"
179 home_location: "fsn1"
[all …]
/dports/sysutils/py-hcloud/hcloud-1.16.0/hcloud/floating_ips/
H A Ddomain.py59 home_location=None,
72 self.home_location = home_location
H A Dclient.py22 home_location = data.get("home_location")
23 if home_location is not None:
25 client._client.locations, home_location
272 home_location=None, # type: Optional[Location] argument
297 if home_location is not None:
298 data["home_location"] = home_location.id_or_name
/dports/sysutils/py-hcloud/hcloud-1.16.0/tests/unit/floating_ips/
H A Dtest_client.py35 assert isinstance(bound_floating_ip.home_location, BoundLocation)
36 assert bound_floating_ip.home_location.id == 1
37 assert bound_floating_ip.home_location.name == "fsn1"
38 assert bound_floating_ip.home_location.description == "Falkenstein DC Park 1"
39 assert bound_floating_ip.home_location.country == "DE"
40 assert bound_floating_ip.home_location.city == "Falkenstein"
41 assert bound_floating_ip.home_location.latitude == 50.47612
42 assert bound_floating_ip.home_location.longitude == 12.370071
211 home_location=Location(name="location"),
/dports/sysutils/mate-control-center/mate-control-center-1.26.0/font-viewer/
H A Dfont-view.c343 GFile *xdg_location = NULL, *home_location = NULL; in install_button_clicked_cb() local
363 if ((home_location == NULL) && in install_button_clicked_cb()
365 home_location = file; in install_button_clicked_cb()
378 else if (home_location != NULL) in install_button_clicked_cb()
379 dest_location = g_object_ref (home_location); in install_button_clicked_cb()
381 g_clear_object (&home_location); in install_button_clicked_cb()
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/hetzner/hcloud/plugins/modules/
H A Dhcloud_floating_ip.py194 "home_location": to_native(self.hcloud_floating_ip.home_location.name),
329 home_location={"type": "str"},
H A Dhcloud_floating_ip_facts.py131 "home_location": to_native(floating_ip.home_location.name),
H A Dhcloud_floating_ip_info.py131 "home_location": to_native(floating_ip.home_location.name),
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/cloud/hcloud/
H A D_hcloud_floating_ip_facts.py124 "home_location": to_native(floating_ip.home_location.name),
H A Dhcloud_floating_ip_info.py124 "home_location": to_native(floating_ip.home_location.name),
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/hetzner/hcloud/tests/integration/targets/hcloud_floating_ip_info/tasks/
H A Dmain.yml12 home_location: "fsn1"
/dports/deskutils/gnome-font-viewer/gnome-font-viewer-41.0/src/
H A Dfont-view.c956 g_autoptr(GFile) xdg_location = NULL, home_location = NULL, dest_location = NULL; in install_button_clicked_cb()
978 if ((home_location == NULL) && in install_button_clicked_cb()
980 home_location = g_steal_pointer (&file); in install_button_clicked_cb()
989 else if (home_location != NULL) in install_button_clicked_cb()
990 dest_location = g_steal_pointer (&home_location); in install_button_clicked_cb()
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/hetzner/hcloud/tests/integration/targets/hcloud_rdns/tasks/
H A Dmain.yml22 home_location: "fsn1"
/dports/x11-fm/nautilus/nautilus-41.1/src/
H A Dnautilus-list-view.c1857 GFile *home_location; in location_cell_data_func() local
1865 home_location = g_file_new_for_path (g_get_home_dir ()); in location_cell_data_func()
1908 base_location = g_object_ref (home_location); in location_cell_data_func()
1926 base_location = g_object_ref (home_location); in location_cell_data_func()
1941 else if (g_file_equal (home_location, dir_location)) in location_cell_data_func()
1968 g_object_unref (home_location); in location_cell_data_func()
/dports/editors/gedit/gedit-40.1/plugins/filebrowser/
H A Dgedit-file-browser-widget.c2913 GFile *home_location; in home_activated() local
2918 home_location = g_file_new_for_path (g_get_home_dir ()); in home_activated()
2919 gedit_file_browser_widget_set_root (widget, home_location, TRUE); in home_activated()
2921 g_object_unref (home_location); in home_activated()
/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/
H A Dgtkfilechooserwidget.c4551 GFile *home_location; in file_system_model_set() local
4555 home_location = g_file_new_for_path (g_get_home_dir ()); in file_system_model_set()
4577 else if (g_file_equal (home_location, dir_location)) in file_system_model_set()
4579 else if (g_file_has_prefix (dir_location, home_location)) in file_system_model_set()
4583 relative_path = g_file_get_relative_path (home_location, dir_location); in file_system_model_set()
4595 g_object_unref (home_location); in file_system_model_set()
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtkfilechooserwidget.c5256 GFile *home_location; in file_system_model_set() local
5260 home_location = g_file_new_for_path (g_get_home_dir ()); in file_system_model_set()
5282 else if (g_file_equal (home_location, dir_location)) in file_system_model_set()
5284 else if (g_file_has_prefix (dir_location, home_location)) in file_system_model_set()
5288 relative_path = g_file_get_relative_path (home_location, dir_location); in file_system_model_set()
5300 g_object_unref (home_location); in file_system_model_set()