Home
last modified time | relevance | path

Searched refs:remove_port (Results 1 – 25 of 174) sorted by relevance

1234567

/dports/net/ryu/ryu-4.26/ryu/controller/
H A Dnetwork.py225 def remove_port(self, dpid, port_no): member in DPIDs
318 def remove_port(self, dpid, port_no, mac_address): member in MacToPort
335 def remove_port(self, network_id, dpid, port_no, mac_address): member in MacAddresses
339 mac2port.remove_port(dpid, port_no, mac_address)
428 def remove_port(self, network_id, dpid, port_no): member in Network
432 self.dpids.remove_port(dpid, port_no)
440 self.mac_addresses.remove_port(network_id, dpid, port_no,
465 self.mac_addresses.remove_port(network_id, dpid, port_no,
528 self.dpids.remove_port(dpid, port_no)
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/devtools/protocol/
H A Ddevtools_protocol_test_support.h113 GURL::Replacements remove_port; in RemovePort() local
114 remove_port.ClearPort(); in RemovePort()
115 return url.ReplaceComponents(remove_port).spec(); in RemovePort()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/devtools/protocol/
H A Ddevtools_protocol_test_support.h113 GURL::Replacements remove_port; in RemovePort() local
114 remove_port.ClearPort(); in RemovePort()
115 return url.ReplaceComponents(remove_port).spec(); in RemovePort()
/dports/sysutils/ansible2/ansible-2.9.27/test/units/modules/storage/netapp/
H A Dtest_na_ontap_net_ifgrp.py252 def test_modify_ports_calls_remove_existing_ports(self, add_port, remove_port): argument
258 assert remove_port.call_count == 1
263 def test_modify_ports_calls_add_new_ports(self, add_port, remove_port): argument
269 assert remove_port.call_count == 0
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/netapp/ontap/tests/unit/plugins/modules/
H A Dtest_na_ontap_net_ifgrp.py253 def test_modify_ports_calls_remove_existing_ports(self, add_port, remove_port): argument
259 assert remove_port.call_count == 1
264 def test_modify_ports_calls_add_new_ports(self, add_port, remove_port): argument
270 assert remove_port.call_count == 0
/dports/devel/py-twilio/twilio-7.4.0/twilio/
H A Drequest_validator.py26 def remove_port(uri): function
105 uri_without_port = remove_port(parsed_uri)
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/common/extensions/manifest_handlers/
H A Dapp_launch_info.cc324 GURL::Replacements remove_port; in OverrideLaunchURL() local
325 remove_port.ClearPort(); in OverrideLaunchURL()
326 override_url = override_url.ReplaceComponents(remove_port); in OverrideLaunchURL()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/common/extensions/manifest_handlers/
H A Dapp_launch_info.cc324 GURL::Replacements remove_port; in OverrideLaunchURL() local
325 remove_port.ClearPort(); in OverrideLaunchURL()
326 override_url = override_url.ReplaceComponents(remove_port); in OverrideLaunchURL()
/dports/net/gupnp-igd/gupnp-igd-1.2.0/libgupnp-igd/
H A Dgupnp-simple-igd-priv.h52 void (*remove_port) (GUPnPSimpleIgd *self, member
H A Dgupnp-simple-igd-thread.c143 simple_igd_class->remove_port = gupnp_simple_igd_thread_remove_port; in gupnp_simple_igd_thread_class_init()
399 if (klass->remove_port) in remove_port_idle_func()
400 klass->remove_port (GUPNP_SIMPLE_IGD (self), data->protocol, in remove_port_idle_func()
/dports/multimedia/pipewire/pipewire-0.3.43/spa/include/spa/node/
H A Dnode.h466 int (*remove_port) (void *object, member
657 #define spa_node_remove_port(n,...) spa_node_method(n, remove_port, 0, __VA_ARGS__)
/dports/multimedia/pipewire/pipewire-0.3.43/src/modules/module-client-node/v0/
H A Dext-client-node.h329 void (*remove_port) (void *object, member
404 #define pw_client_node0_resource_remove_port(r,...) pw_client_node0_resource(r,remove_port,0,__VA_…
/dports/www/firefox/firefox-99.0/third_party/pipewire/spa/node/
H A Dnode.h458 int (*remove_port) (void *object, member
649 #define spa_node_remove_port(n,...) spa_node_method(n, remove_port, 0, __VA_ARGS__)
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/pipewire/spa/node/
H A Dnode.h458 int (*remove_port) (void *object, member
649 #define spa_node_remove_port(n,...) spa_node_method(n, remove_port, 0, __VA_ARGS__)
/dports/www/firefox-esr/firefox-91.8.0/third_party/pipewire/spa/node/
H A Dnode.h458 int (*remove_port) (void *object, member
649 #define spa_node_remove_port(n,...) spa_node_method(n, remove_port, 0, __VA_ARGS__)
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/ardour/
H A Dmonitor_port.h44 void remove_port (std::string const&, bool instantly = false);
/dports/multimedia/pipewire/pipewire-0.3.43/test/
H A Dtest-spa-node.c180 int (*remove_port) (void *object, in PWTEST() member
230 TEST_FUNC(m, methods, remove_port, SPA_NODE_METHOD_REMOVE_PORT); in PWTEST()
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/infinidat/infinibox/plugins/modules/
H A Dinfini_port.py113 host.remove_port(wwn)
119 host.remove_port(iscsi_name)
/dports/audio/gsequencer/gsequencer-3.10.4/ags/X/
H A Dags_soundcard_editor.h67 GtkButton *remove_port; member
/dports/devel/libunit/unit-1.26.1/go/
H A Dnxt_cgo_lib.c29 init.callbacks.remove_port = nxt_go_remove_port; in nxt_cgo_run()
/dports/www/unit-java/unit-1.26.1/go/
H A Dnxt_cgo_lib.c29 init.callbacks.remove_port = nxt_go_remove_port; in nxt_cgo_run()
/dports/www/unit-php/unit-1.26.1/go/
H A Dnxt_cgo_lib.c29 init.callbacks.remove_port = nxt_go_remove_port; in nxt_cgo_run()
/dports/www/unit-perl/unit-1.26.1/go/
H A Dnxt_cgo_lib.c29 init.callbacks.remove_port = nxt_go_remove_port; in nxt_cgo_run()
/dports/www/unit-python/unit-1.26.1/go/
H A Dnxt_cgo_lib.c29 init.callbacks.remove_port = nxt_go_remove_port; in nxt_cgo_run()
/dports/www/unit/unit-1.26.1/go/
H A Dnxt_cgo_lib.c29 init.callbacks.remove_port = nxt_go_remove_port; in nxt_cgo_run()

1234567