Home
last modified time | relevance | path

Searched refs:show_port (Results 1 – 15 of 15) sorted by relevance

/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/gui2/actions/
H A Ddevice.py281 show_port = True
286 show_port = False
289 show_port = False
292 show_port = True
300 if show_port and use_fixed_port:
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/dellemc/os10/roles/os10_template/tasks/
H A Dshow_port-channel_summary.yaml14 - name: PARSE THE OUTPUT for {{ ansible_network_os }} show_port-channel_summary
H A Dmain.yml6 import_tasks: show_port-channel_summary.yaml
/dports/net/onenetd/onenetd-12/
H A Donenetd.c42 int show_port = 0; variable
226 if (show_port) { in make_listen_socket()
450 show_port = 1; in main()
/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/network/
H A Dsocket_address.hpp107 std::string toString(bool show_port = true) const;
H A Dsocket_address.cpp532 std::string SocketAddress::toString(bool show_port) const in toString()
541 if (show_port) in toString()
547 if (show_port) in toString()
/dports/sysutils/py-salt/salt-3004.1/salt/modules/
H A Dneutron.py307 def show_port(port, profile=None):
323 return conn.show_port(port)
/dports/sysutils/py-salt/salt-3004.1/tests/unit/modules/
H A Dtest_neutron.py85 def show_port(port): member in MockNeutron
599 self.assertTrue(neutron.show_port("1080", profile="openstack1"))
/dports/www/py-horizon/horizon-19.2.0/openstack_dashboard/test/unit/api/
H A Dtest_neutron.py575 neutronclient.show_port.return_value = port
580 neutronclient.show_port.assert_called_once_with(port_id)
1436 self.qclient.show_port.return_value = {'port': assoc_port}
1445 self.qclient.show_port.assert_called_once_with(assoc_port['id'])
/dports/sysutils/py-salt/salt-3004.1/salt/utils/openstack/
H A Dneutron.py368 def show_port(self, port): member in SaltNeutron
/dports/www/py-horizon/horizon-19.2.0/openstack_dashboard/api/
H A Dneutron.py1357 port = neutronclient(request).show_port(port_id, **params).get('port')
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/infiniband/ulp/srp/
H A Dib_srp.c3885 static ssize_t show_port(struct device *dev, struct device_attribute *attr, in show_port() function
3893 static DEVICE_ATTR(port, S_IRUGO, show_port, NULL);
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/infiniband/ulp/srp/
H A Dib_srp.c3885 static ssize_t show_port(struct device *dev, struct device_attribute *attr, in show_port() function
3893 static DEVICE_ATTR(port, S_IRUGO, show_port, NULL);
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/infiniband/ulp/srp/
H A Dib_srp.c3885 static ssize_t show_port(struct device *dev, struct device_attribute *attr, in show_port() function
3893 static DEVICE_ATTR(port, S_IRUGO, show_port, NULL);
/dports/net/py-python-neutronclient/python-neutronclient-7.2.1/neutronclient/v2_0/
H A Dclient.py802 def show_port(self, port, **_params): member in Client