Home
last modified time | relevance | path

Searched defs:cloud (Results 1 – 25 of 2111) sorted by relevance

12345678910>>...85

/dports/net/bosh-cli/bosh-cli-5.5.0/cloud/
H A Dcloud.go1 package cloud package
40 type cloud struct { struct
41 cpiCmdRunner CPICmdRunner
42 context CmdContext
43 logger boshlog.Logger
44 logTag string
129 func (c cloud) HasVM(vmCID string) (bool, error) {
152 func (c cloud) CreateVM(
357 func (c cloud) DeleteVM(vmCID string) error {
378 func (c cloud) DeleteDisk(diskCID string) error {
[all …]
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/common/include/pcl/common/
H A Dcentroid.h96 compute3DCentroid (const pcl::PointCloud<PointT> &cloud, in compute3DCentroid()
103 compute3DCentroid (const pcl::PointCloud<PointT> &cloud, in compute3DCentroid()
125 compute3DCentroid (const pcl::PointCloud<PointT> &cloud, in compute3DCentroid()
133 compute3DCentroid (const pcl::PointCloud<PointT> &cloud, in compute3DCentroid()
156 compute3DCentroid (const pcl::PointCloud<PointT> &cloud, in compute3DCentroid()
164 compute3DCentroid (const pcl::PointCloud<PointT> &cloud, in compute3DCentroid()
884 computeNDCentroid (const pcl::PointCloud<PointT> &cloud, in computeNDCentroid()
891 computeNDCentroid (const pcl::PointCloud<PointT> &cloud, in computeNDCentroid()
910 computeNDCentroid (const pcl::PointCloud<PointT> &cloud, in computeNDCentroid()
918 computeNDCentroid (const pcl::PointCloud<PointT> &cloud, in computeNDCentroid()
[all …]
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/cloud/openstack/
H A Dos_server.py416 def _exit_hostvars(module, cloud, server, changed=True): argument
431 def _network_args(module, cloud): argument
482 def _delete_server(module, cloud): argument
493 def _create_server(module, cloud): argument
550 def _update_server(module, cloud, server): argument
571 def _detach_ip_list(cloud, server, extra_ips): argument
579 def _check_ips(module, cloud, server): argument
637 def _check_security_groups(module, cloud, server): argument
664 def _get_server_state(module, cloud): argument
H A Dos_port.py220 def _needs_update(module, port, cloud): argument
274 def _system_state_change(module, port, cloud): argument
285 def _compose_port_args(module, cloud): argument
308 def get_security_group_id(module, cloud, security_group_name_or_id): argument
H A Dos_router.py218 def _router_internal_interfaces(cloud, router): argument
224 def _needs_update(cloud, module, router, network, internal_subnet_ids, internal_port_ids, filters=N… argument
286 def _system_state_change(cloud, module, router, network, internal_ids, internal_portids, filters=No… argument
298 def _build_kwargs(cloud, module, router, network): argument
326 def _validate_subnets(module, cloud, filters=None): argument
/dports/devel/py-openstacksdk/openstacksdk-0.60.0/openstack/cloud/
H A Dmeta.py100 def get_server_private_ip(server, cloud=None): argument
157 def get_server_external_ipv4(cloud, server): argument
290 def get_server_default_ip(cloud, server): argument
318 def _get_interface_ip(cloud, server): argument
340 def get_groups_from_server(cloud, server, server_vars): argument
384 def expand_server_vars(cloud, server): argument
396 def _get_supplemental_addresses(cloud, server): argument
439 def add_server_interfaces(cloud, server): argument
474 def expand_server_security_groups(cloud, server): argument
482 def get_hostvars_from_server(cloud, server, mounts=None): argument
/dports/math/openturns/openturns-1.18/python/doc/examples/reliability_sensitivity/design_of_experiments/
H A Dplot_low_discrepancy_sequence.py33 cloud = ot.Cloud(sample) variable
43 cloud = ot.Cloud(sample) variable
54 cloud = ot.Cloud(sample) variable
66 cloud = ot.Cloud(sample) variable
78 cloud = ot.Cloud(sample) variable
88 cloud = ot.Cloud(sample) variable
99 cloud = ot.Cloud(sample) variable
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/tools/
H A Dpcd2png.cpp107 loadCloud (const std::string &filename, pcl::PCLPointCloud2 &cloud) in loadCloud()
243 PointCloud<PointNormal> cloud; in main() local
251 PointCloud<PointXYZRGB> cloud; in main() local
259 PointCloud<PointXYZL> cloud; in main() local
269 PointCloud<PointXYZ> cloud; in main() local
279 PointCloud<PointNormal> cloud; in main() local
289 PointCloud<PointXYZI> cloud; in main() local
H A Dpclzf2pcd.cpp58 pcl::PointCloud<pcl::PointXYZRGBA> &cloud) in loadPCLZF()
89 pcl::PointCloud<pcl::PointXYZ> &cloud) in loadPCLZF()
106 saveCloud (const std::string &filename, const pcl::PointCloud<T> &cloud) in saveCloud()
152 pcl::PointCloud<pcl::PointXYZRGBA> cloud; in main() local
162 pcl::PointCloud<pcl::PointXYZ> cloud; in main() local
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/common/include/pcl/impl/
H A Dcloud_iterator.hpp53 DefaultIterator (PointCloud<PointT>& cloud) in DefaultIterator()
119 IteratorIdx (PointCloud<PointT>& cloud, const Indices& indices) in IteratorIdx()
126 IteratorIdx (PointCloud<PointT>& cloud, const PointIndices& indices) in IteratorIdx()
193 DefaultConstIterator (const PointCloud<PointT>& cloud) in DefaultConstIterator()
259 ConstIteratorIdx (const PointCloud<PointT>& cloud, in ConstIteratorIdx()
267 ConstIteratorIdx (const PointCloud<PointT>& cloud, in ConstIteratorIdx()
331 pcl::CloudIterator<PointT>::CloudIterator (PointCloud<PointT>& cloud) in CloudIterator()
339 PointCloud<PointT>& cloud, const Indices& indices) in CloudIterator()
347 PointCloud<PointT>& cloud, const PointIndices& indices) in CloudIterator()
453 const PointCloud<PointT>& cloud, const Indices& indices) in ConstCloudIterator()
[all …]
/dports/databases/libgda5/libgda-5.2.10/tools/browser/common/
H A Dobjects-cloud.c85 objects_cloud_init (ObjectsCloud *cloud, G_GNUC_UNUSED ObjectsCloudClass *klass) in objects_cloud_init()
101 ObjectsCloud *cloud = (ObjectsCloud *) object; in objects_cloud_dispose() local
156 update_display (ObjectsCloud *cloud) in update_display()
277 add_to_schema_data (ObjectsCloud *cloud, SchemaData *sd, GdaMetaDbObject *dbo) in add_to_schema_data()
348 objects_cloud_filter (ObjectsCloud *cloud, const gchar *filter) in objects_cloud_filter()
368 ObjectsCloud *cloud; in objects_cloud_new() local
414 objects_cloud_set_meta_struct (ObjectsCloud *cloud, GdaMetaStruct *mstruct) in objects_cloud_set_meta_struct()
432 objects_cloud_show_schemas (ObjectsCloud *cloud, gboolean show_schemas) in objects_cloud_show_schemas()
441 find_entry_changed_cb (GtkWidget *entry, ObjectsCloud *cloud) in find_entry_changed_cb()
452 objects_cloud_create_filter (ObjectsCloud *cloud) in objects_cloud_create_filter()
[all …]
/dports/databases/libgda5-postgresql/libgda-5.2.10/tools/browser/common/
H A Dobjects-cloud.c85 objects_cloud_init (ObjectsCloud *cloud, G_GNUC_UNUSED ObjectsCloudClass *klass) in objects_cloud_init()
101 ObjectsCloud *cloud = (ObjectsCloud *) object; in objects_cloud_dispose() local
156 update_display (ObjectsCloud *cloud) in update_display()
277 add_to_schema_data (ObjectsCloud *cloud, SchemaData *sd, GdaMetaDbObject *dbo) in add_to_schema_data()
348 objects_cloud_filter (ObjectsCloud *cloud, const gchar *filter) in objects_cloud_filter()
368 ObjectsCloud *cloud; in objects_cloud_new() local
414 objects_cloud_set_meta_struct (ObjectsCloud *cloud, GdaMetaStruct *mstruct) in objects_cloud_set_meta_struct()
432 objects_cloud_show_schemas (ObjectsCloud *cloud, gboolean show_schemas) in objects_cloud_show_schemas()
441 find_entry_changed_cb (GtkWidget *entry, ObjectsCloud *cloud) in find_entry_changed_cb()
452 objects_cloud_create_filter (ObjectsCloud *cloud) in objects_cloud_create_filter()
[all …]
/dports/databases/libgda5-mysql/libgda-5.2.10/tools/browser/common/
H A Dobjects-cloud.c85 objects_cloud_init (ObjectsCloud *cloud, G_GNUC_UNUSED ObjectsCloudClass *klass) in objects_cloud_init()
101 ObjectsCloud *cloud = (ObjectsCloud *) object; in objects_cloud_dispose() local
156 update_display (ObjectsCloud *cloud) in update_display()
277 add_to_schema_data (ObjectsCloud *cloud, SchemaData *sd, GdaMetaDbObject *dbo) in add_to_schema_data()
348 objects_cloud_filter (ObjectsCloud *cloud, const gchar *filter) in objects_cloud_filter()
368 ObjectsCloud *cloud; in objects_cloud_new() local
414 objects_cloud_set_meta_struct (ObjectsCloud *cloud, GdaMetaStruct *mstruct) in objects_cloud_set_meta_struct()
432 objects_cloud_show_schemas (ObjectsCloud *cloud, gboolean show_schemas) in objects_cloud_show_schemas()
441 find_entry_changed_cb (GtkWidget *entry, ObjectsCloud *cloud) in find_entry_changed_cb()
452 objects_cloud_create_filter (ObjectsCloud *cloud) in objects_cloud_create_filter()
[all …]
/dports/databases/libgda5-ui/libgda-5.2.10/tools/browser/common/
H A Dobjects-cloud.c85 objects_cloud_init (ObjectsCloud *cloud, G_GNUC_UNUSED ObjectsCloudClass *klass) in objects_cloud_init()
101 ObjectsCloud *cloud = (ObjectsCloud *) object; in objects_cloud_dispose() local
156 update_display (ObjectsCloud *cloud) in update_display()
277 add_to_schema_data (ObjectsCloud *cloud, SchemaData *sd, GdaMetaDbObject *dbo) in add_to_schema_data()
348 objects_cloud_filter (ObjectsCloud *cloud, const gchar *filter) in objects_cloud_filter()
368 ObjectsCloud *cloud; in objects_cloud_new() local
414 objects_cloud_set_meta_struct (ObjectsCloud *cloud, GdaMetaStruct *mstruct) in objects_cloud_set_meta_struct()
432 objects_cloud_show_schemas (ObjectsCloud *cloud, gboolean show_schemas) in objects_cloud_show_schemas()
441 find_entry_changed_cb (GtkWidget *entry, ObjectsCloud *cloud) in find_entry_changed_cb()
452 objects_cloud_create_filter (ObjectsCloud *cloud) in objects_cloud_create_filter()
[all …]
/dports/databases/libgda5-bdb/libgda-5.2.10/tools/browser/common/
H A Dobjects-cloud.c85 objects_cloud_init (ObjectsCloud *cloud, G_GNUC_UNUSED ObjectsCloudClass *klass) in objects_cloud_init()
101 ObjectsCloud *cloud = (ObjectsCloud *) object; in objects_cloud_dispose() local
156 update_display (ObjectsCloud *cloud) in update_display()
277 add_to_schema_data (ObjectsCloud *cloud, SchemaData *sd, GdaMetaDbObject *dbo) in add_to_schema_data()
348 objects_cloud_filter (ObjectsCloud *cloud, const gchar *filter) in objects_cloud_filter()
368 ObjectsCloud *cloud; in objects_cloud_new() local
414 objects_cloud_set_meta_struct (ObjectsCloud *cloud, GdaMetaStruct *mstruct) in objects_cloud_set_meta_struct()
432 objects_cloud_show_schemas (ObjectsCloud *cloud, gboolean show_schemas) in objects_cloud_show_schemas()
441 find_entry_changed_cb (GtkWidget *entry, ObjectsCloud *cloud) in find_entry_changed_cb()
452 objects_cloud_create_filter (ObjectsCloud *cloud) in objects_cloud_create_filter()
[all …]
/dports/databases/libgda5-jdbc/libgda-5.2.10/tools/browser/common/
H A Dobjects-cloud.c85 objects_cloud_init (ObjectsCloud *cloud, G_GNUC_UNUSED ObjectsCloudClass *klass) in objects_cloud_init()
101 ObjectsCloud *cloud = (ObjectsCloud *) object; in objects_cloud_dispose() local
156 update_display (ObjectsCloud *cloud) in update_display()
277 add_to_schema_data (ObjectsCloud *cloud, SchemaData *sd, GdaMetaDbObject *dbo) in add_to_schema_data()
348 objects_cloud_filter (ObjectsCloud *cloud, const gchar *filter) in objects_cloud_filter()
368 ObjectsCloud *cloud; in objects_cloud_new() local
414 objects_cloud_set_meta_struct (ObjectsCloud *cloud, GdaMetaStruct *mstruct) in objects_cloud_set_meta_struct()
432 objects_cloud_show_schemas (ObjectsCloud *cloud, gboolean show_schemas) in objects_cloud_show_schemas()
441 find_entry_changed_cb (GtkWidget *entry, ObjectsCloud *cloud) in find_entry_changed_cb()
452 objects_cloud_create_filter (ObjectsCloud *cloud) in objects_cloud_create_filter()
[all …]
/dports/databases/libgda5/libgda-5.2.10/libgda-ui/
H A Dgdaui-cloud.c221 update_display (GdauiCloud *cloud) in update_display()
404 GdauiCloud *cloud; in gdaui_cloud_new() local
422 GdauiCloud *cloud; in gdaui_cloud_dispose() local
460 GdauiCloud *cloud; in gdaui_cloud_set_property() local
523 GdauiCloud *cloud; in gdaui_cloud_get_property() local
936 GdauiCloud *cloud; member
1111 GdauiCloud *cloud; in cloud_selector_get_model() local
1126 GdauiCloud *cloud; in cloud_selector_get_selected_rows() local
1146 GdauiCloud *cloud; in cloud_selector_get_data_set() local
1176 GdauiCloud *cloud; in cloud_selector_select_row() local
[all …]
/dports/databases/libgda5-bdb/libgda-5.2.10/libgda-ui/
H A Dgdaui-cloud.c221 update_display (GdauiCloud *cloud) in update_display()
404 GdauiCloud *cloud; in gdaui_cloud_new() local
422 GdauiCloud *cloud; in gdaui_cloud_dispose() local
460 GdauiCloud *cloud; in gdaui_cloud_set_property() local
523 GdauiCloud *cloud; in gdaui_cloud_get_property() local
936 GdauiCloud *cloud; member
1111 GdauiCloud *cloud; in cloud_selector_get_model() local
1126 GdauiCloud *cloud; in cloud_selector_get_selected_rows() local
1146 GdauiCloud *cloud; in cloud_selector_get_data_set() local
1176 GdauiCloud *cloud; in cloud_selector_select_row() local
[all …]
/dports/databases/libgda5-ui/libgda-5.2.10/libgda-ui/
H A Dgdaui-cloud.c221 update_display (GdauiCloud *cloud) in update_display()
404 GdauiCloud *cloud; in gdaui_cloud_new() local
422 GdauiCloud *cloud; in gdaui_cloud_dispose() local
460 GdauiCloud *cloud; in gdaui_cloud_set_property() local
523 GdauiCloud *cloud; in gdaui_cloud_get_property() local
936 GdauiCloud *cloud; member
1111 GdauiCloud *cloud; in cloud_selector_get_model() local
1126 GdauiCloud *cloud; in cloud_selector_get_selected_rows() local
1146 GdauiCloud *cloud; in cloud_selector_get_data_set() local
1176 GdauiCloud *cloud; in cloud_selector_select_row() local
[all …]
/dports/databases/libgda5-mysql/libgda-5.2.10/libgda-ui/
H A Dgdaui-cloud.c221 update_display (GdauiCloud *cloud) in update_display()
404 GdauiCloud *cloud; in gdaui_cloud_new() local
422 GdauiCloud *cloud; in gdaui_cloud_dispose() local
460 GdauiCloud *cloud; in gdaui_cloud_set_property() local
523 GdauiCloud *cloud; in gdaui_cloud_get_property() local
936 GdauiCloud *cloud; member
1111 GdauiCloud *cloud; in cloud_selector_get_model() local
1126 GdauiCloud *cloud; in cloud_selector_get_selected_rows() local
1146 GdauiCloud *cloud; in cloud_selector_get_data_set() local
1176 GdauiCloud *cloud; in cloud_selector_select_row() local
[all …]
/dports/databases/libgda5-postgresql/libgda-5.2.10/libgda-ui/
H A Dgdaui-cloud.c221 update_display (GdauiCloud *cloud) in update_display()
404 GdauiCloud *cloud; in gdaui_cloud_new() local
422 GdauiCloud *cloud; in gdaui_cloud_dispose() local
460 GdauiCloud *cloud; in gdaui_cloud_set_property() local
523 GdauiCloud *cloud; in gdaui_cloud_get_property() local
936 GdauiCloud *cloud; member
1111 GdauiCloud *cloud; in cloud_selector_get_model() local
1126 GdauiCloud *cloud; in cloud_selector_get_selected_rows() local
1146 GdauiCloud *cloud; in cloud_selector_get_data_set() local
1176 GdauiCloud *cloud; in cloud_selector_select_row() local
[all …]
/dports/databases/libgda5-ldap/libgda-5.2.10/libgda-ui/
H A Dgdaui-cloud.c221 update_display (GdauiCloud *cloud) in update_display()
404 GdauiCloud *cloud; in gdaui_cloud_new() local
422 GdauiCloud *cloud; in gdaui_cloud_dispose() local
460 GdauiCloud *cloud; in gdaui_cloud_set_property() local
523 GdauiCloud *cloud; in gdaui_cloud_get_property() local
936 GdauiCloud *cloud; member
1111 GdauiCloud *cloud; in cloud_selector_get_model() local
1126 GdauiCloud *cloud; in cloud_selector_get_selected_rows() local
1146 GdauiCloud *cloud; in cloud_selector_get_data_set() local
1176 GdauiCloud *cloud; in cloud_selector_select_row() local
[all …]
/dports/databases/libgda5-jdbc/libgda-5.2.10/libgda-ui/
H A Dgdaui-cloud.c221 update_display (GdauiCloud *cloud) in update_display()
404 GdauiCloud *cloud; in gdaui_cloud_new() local
422 GdauiCloud *cloud; in gdaui_cloud_dispose() local
460 GdauiCloud *cloud; in gdaui_cloud_set_property() local
523 GdauiCloud *cloud; in gdaui_cloud_get_property() local
936 GdauiCloud *cloud; member
1111 GdauiCloud *cloud; in cloud_selector_get_model() local
1126 GdauiCloud *cloud; in cloud_selector_get_selected_rows() local
1146 GdauiCloud *cloud; in cloud_selector_get_data_set() local
1176 GdauiCloud *cloud; in cloud_selector_select_row() local
[all …]
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/io/include/pcl/io/
H A Dpcd_io.h621 loadPCDFile (const std::string &file_name, pcl::PCLPointCloud2 &cloud) in loadPCDFile()
636 loadPCDFile (const std::string &file_name, pcl::PCLPointCloud2 &cloud, in loadPCDFile()
650 loadPCDFile (const std::string &file_name, pcl::PointCloud<PointT> &cloud) in loadPCDFile()
719 savePCDFileASCII (const std::string &file_name, const pcl::PointCloud<PointT> &cloud) in savePCDFileASCII()
735 savePCDFileBinary (const std::string &file_name, const pcl::PointCloud<PointT> &cloud) in savePCDFileBinary()
780 savePCDFileBinaryCompressed (const std::string &file_name, const pcl::PointCloud<PointT> &cloud) in savePCDFileBinaryCompressed()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/test/io/
H A Dtest_point_cloud_image_extractors.cpp53 PointCloud<PointT> cloud; in TEST() local
91 PointCloud<PointT> cloud; in TEST() local
129 PointCloud<PointT> cloud; in TEST() local
168 PointCloud<PointT> cloud; in TEST() local
195 PointCloud<PointT> cloud; in TEST() local
233 PointCloud<PointT> cloud; in TEST() local
270 PointCloud<PointT> cloud; in TEST() local
297 PointCloud<PointT> cloud; in TEST() local
329 PointCloud<PointT> cloud; in TEST() local
359 PointCloud<PointT> cloud; in TEST() local
[all …]

12345678910>>...85