Home
last modified time | relevance | path

Searched defs:ports (Results 1 – 25 of 3354) sorted by relevance

12345678910>>...135

/dports/net-mgmt/observium/observium/html/includes/
H A Dport-sort.inc.php31 $ports = array_sort_by($ports, 'ifOctets_rate', $sort_neg, SORT_NUMERIC); variable
34 $ports = array_sort_by($ports, 'ifInOctets_rate', $sort_neg, SORT_NUMERIC); variable
37 $ports = array_sort_by($ports, 'ifOutOctets_rate', $sort_neg, SORT_NUMERIC); variable
40 $ports = array_sort_by($ports, 'ifInOctets_perc', $sort_neg, SORT_NUMERIC); variable
46 $ports = array_sort_by($ports, 'ifOctets_perc', $sort_neg, SORT_NUMERIC); variable
58 $ports = array_sort_by($ports, 'ifErrors_rate', $sort_neg, SORT_NUMERIC); variable
61 $ports = array_sort_by($ports, 'ifSpeed', $sort_neg, SORT_NUMERIC); variable
65 $ports = array_sort_by($ports, 'port_label', $sort_order, SORT_STRING); variable
68 $ports = array_sort_by($ports, 'ifType', $sort_order, SORT_STRING); variable
71 $ports = array_sort_by($ports, 'ifAlias', $sort_order, SORT_STRING); variable
[all …]
/dports/net-mgmt/librenms/librenms-21.5.1/includes/html/reports/
H A Dports.csv.inc.php105 $ports = dbFetchRows($query, $param); variable
109 $ports = array_sort_by_column($ports, 'ifOctets_rate', SORT_DESC); variable
113 $ports = array_sort_by_column($ports, 'ifInOctets_rate', SORT_DESC); variable
117 $ports = array_sort_by_column($ports, 'ifOutOctets_rate', SORT_DESC); variable
121 $ports = array_sort_by_column($ports, 'ifUcastPkts_rate', SORT_DESC); variable
133 $ports = array_sort_by_column($ports, 'ifErrors_rate', SORT_DESC); variable
137 $ports = array_sort_by_column($ports, 'ifSpeed', SORT_DESC); variable
141 $ports = array_sort_by_column($ports, 'ifDescr', SORT_ASC); variable
145 $ports = array_sort_by_column($ports, 'ifType', SORT_ASC); variable
149 $ports = array_sort_by_column($ports, 'ifAlias', SORT_ASC); variable
[all …]
/dports/net-mgmt/librenms/librenms-21.5.1/includes/html/pages/
H A Dports.inc.php421 $ports = $format == 'graph' ? dbFetchRows($query, $param) : []; variable
425 $ports = array_sort_by_column($ports, 'ifOctets_rate', SORT_DESC); variable
428 $ports = array_sort_by_column($ports, 'ifInOctets_rate', SORT_DESC); variable
431 $ports = array_sort_by_column($ports, 'ifOutOctets_rate', SORT_DESC); variable
434 $ports = array_sort_by_column($ports, 'ifUcastPkts_rate', SORT_DESC); variable
443 $ports = array_sort_by_column($ports, 'ifErrors_rate', SORT_DESC); variable
446 $ports = array_sort_by_column($ports, 'ifSpeed', SORT_DESC); variable
449 $ports = array_sort_by_column($ports, 'ifDescr', SORT_ASC); variable
452 $ports = array_sort_by_column($ports, 'ifType', SORT_ASC); variable
455 $ports = array_sort_by_column($ports, 'ifAlias', SORT_ASC); variable
[all …]
/dports/net-mgmt/librenms/librenms-21.5.1/misc/
H A Dmacros.json21 "port": "(%ports.deleted = 0 && %ports.ignore = 0 && %ports.disabled = 0)", macro
22 …"port_down": "(%ports.ifOperStatus = \"down\" && %ports.ifAdminStatus != \"down\" && %macros.port)… macro
23 "port_up": "(%ports.ifOperStatus = \"up\" && %ports.ifAdminStatus = \"up\" && %macros.port)", macro
24 …"port_usage_perc": "((SELECT IF(%ports.ifOutOctets_rate>%ports.ifInOctets_rate, %ports.ifOutOctets… macro
25 "port_in_usage_perc": "((%ports.ifInOctets_rate*8) \/ %ports.ifSpeed)*100", macro
26 "port_out_usage_perc": "((%ports.ifOutOctets_rate*8) \/ %ports.ifSpeed)*100", macro
27 …"port_now_down": "%ports.ifOperStatus != %ports.ifOperStatus_prev && %ports.ifOperStatus_prev = \"… macro
/dports/emulators/dps8m/dps8m-572f79bb4f0f84a8b16c3892c894c2b9ed64b458/src/dps8/
H A Ddps8_scu.h56 struct ports struct
59 enum active_dev type; // type of connected device
60 int dev_idx; // index of connected dev (cpu_unit_udx, iom_unit_idx
61 bool is_exp;
65 vol int dev_port [N_SCU_SUBPORTS];
66 vol bool subport_enables [N_SCU_SUBPORTS];
67 vol bool xipmask [N_SCU_SUBPORTS];
68 vol int xipmaskval;
69 } ports [N_SCU_PORTS]; member
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/sun/management/jmxremote/startstop/
H A DJMXStartStopTest.java414 int ports[] = PortAllocator.allocatePorts(2); in test_01() local
441 int[] ports = PortAllocator.allocatePorts(1); in test_02() local
463 int[] ports = PortAllocator.allocatePorts(2); in test_03() local
495 int[] ports = PortAllocator.allocatePorts(2); in test_04() local
516 int[] ports = PortAllocator.allocatePorts(1); in test_05() local
536 int[] ports = PortAllocator.allocatePorts(2); in test_06() local
576 int[] ports = PortAllocator.allocatePorts(2); in test_07() local
617 int[] ports = PortAllocator.allocatePorts(2); in test_08() local
646 int[] ports; in test_09() local
697 int[] ports = PortAllocator.allocatePorts(2); in test_10() local
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/sun/management/jmxremote/startstop/
H A DJMXStartStopTest.java414 int ports[] = PortAllocator.allocatePorts(2); in test_01() local
441 int[] ports = PortAllocator.allocatePorts(1); in test_02() local
463 int[] ports = PortAllocator.allocatePorts(2); in test_03() local
495 int[] ports = PortAllocator.allocatePorts(2); in test_04() local
516 int[] ports = PortAllocator.allocatePorts(1); in test_05() local
536 int[] ports = PortAllocator.allocatePorts(2); in test_06() local
576 int[] ports = PortAllocator.allocatePorts(2); in test_07() local
617 int[] ports = PortAllocator.allocatePorts(2); in test_08() local
646 int[] ports; in test_09() local
697 int[] ports = PortAllocator.allocatePorts(2); in test_10() local
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/sun/management/jmxremote/startstop/
H A DJMXStartStopTest.java414 int ports[] = PortAllocator.allocatePorts(2); in test_01() local
441 int[] ports = PortAllocator.allocatePorts(1); in test_02() local
463 int[] ports = PortAllocator.allocatePorts(2); in test_03() local
495 int[] ports = PortAllocator.allocatePorts(2); in test_04() local
516 int[] ports = PortAllocator.allocatePorts(1); in test_05() local
536 int[] ports = PortAllocator.allocatePorts(2); in test_06() local
576 int[] ports = PortAllocator.allocatePorts(2); in test_07() local
617 int[] ports = PortAllocator.allocatePorts(2); in test_08() local
646 int[] ports; in test_09() local
697 int[] ports = PortAllocator.allocatePorts(2); in test_10() local
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/sun/management/jmxremote/startstop/
H A DJMXStartStopTest.java414 int ports[] = PortAllocator.allocatePorts(2); in test_01() local
441 int[] ports = PortAllocator.allocatePorts(1); in test_02() local
463 int[] ports = PortAllocator.allocatePorts(2); in test_03() local
495 int[] ports = PortAllocator.allocatePorts(2); in test_04() local
516 int[] ports = PortAllocator.allocatePorts(1); in test_05() local
536 int[] ports = PortAllocator.allocatePorts(2); in test_06() local
576 int[] ports = PortAllocator.allocatePorts(2); in test_07() local
617 int[] ports = PortAllocator.allocatePorts(2); in test_08() local
646 int[] ports; in test_09() local
697 int[] ports = PortAllocator.allocatePorts(2); in test_10() local
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/sun/management/jmxremote/startstop/
H A DJMXStartStopTest.java414 int ports[] = PortAllocator.allocatePorts(2); in test_01() local
441 int[] ports = PortAllocator.allocatePorts(1); in test_02() local
463 int[] ports = PortAllocator.allocatePorts(2); in test_03() local
495 int[] ports = PortAllocator.allocatePorts(2); in test_04() local
516 int[] ports = PortAllocator.allocatePorts(1); in test_05() local
536 int[] ports = PortAllocator.allocatePorts(2); in test_06() local
576 int[] ports = PortAllocator.allocatePorts(2); in test_07() local
617 int[] ports = PortAllocator.allocatePorts(2); in test_08() local
646 int[] ports; in test_09() local
697 int[] ports = PortAllocator.allocatePorts(2); in test_10() local
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/sun/management/jmxremote/startstop/
H A DJMXStartStopTest.java414 int ports[] = PortAllocator.allocatePorts(2); in test_01() local
441 int[] ports = PortAllocator.allocatePorts(1); in test_02() local
463 int[] ports = PortAllocator.allocatePorts(2); in test_03() local
495 int[] ports = PortAllocator.allocatePorts(2); in test_04() local
516 int[] ports = PortAllocator.allocatePorts(1); in test_05() local
536 int[] ports = PortAllocator.allocatePorts(2); in test_06() local
576 int[] ports = PortAllocator.allocatePorts(2); in test_07() local
617 int[] ports = PortAllocator.allocatePorts(2); in test_08() local
646 int[] ports; in test_09() local
697 int[] ports = PortAllocator.allocatePorts(2); in test_10() local
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/sun/management/jmxremote/startstop/
H A DJMXStartStopTest.java414 int ports[] = PortAllocator.allocatePorts(2); in test_01() local
441 int[] ports = PortAllocator.allocatePorts(1); in test_02() local
463 int[] ports = PortAllocator.allocatePorts(2); in test_03() local
495 int[] ports = PortAllocator.allocatePorts(2); in test_04() local
516 int[] ports = PortAllocator.allocatePorts(1); in test_05() local
536 int[] ports = PortAllocator.allocatePorts(2); in test_06() local
576 int[] ports = PortAllocator.allocatePorts(2); in test_07() local
617 int[] ports = PortAllocator.allocatePorts(2); in test_08() local
646 int[] ports; in test_09() local
697 int[] ports = PortAllocator.allocatePorts(2); in test_10() local
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/sun/management/jmxremote/startstop/
H A DJMXStartStopTest.java414 int ports[] = PortAllocator.allocatePorts(2); in test_01() local
441 int[] ports = PortAllocator.allocatePorts(1); in test_02() local
463 int[] ports = PortAllocator.allocatePorts(2); in test_03() local
495 int[] ports = PortAllocator.allocatePorts(2); in test_04() local
516 int[] ports = PortAllocator.allocatePorts(1); in test_05() local
536 int[] ports = PortAllocator.allocatePorts(2); in test_06() local
576 int[] ports = PortAllocator.allocatePorts(2); in test_07() local
617 int[] ports = PortAllocator.allocatePorts(2); in test_08() local
646 int[] ports; in test_09() local
697 int[] ports = PortAllocator.allocatePorts(2); in test_10() local
[all …]
/dports/databases/libcouchbase/libcouchbase-2.10.7/tests/vbucket/confdata/
H A Dmemd_ketama_config.json7 "ports" : { object
14 "ports" : { object
20 "ports" : { object
26 "ports" : { object
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/service_worker/
H A Dextendable_message_event.cc18 MessagePortArray* ports, in Create()
30 MessagePortArray* ports, in Create()
41 MessagePortArray* ports, in CreateError()
52 MessagePortArray* ports, in CreateError()
90 MessagePortArray ExtendableMessageEvent::ports() const { in ports() function in blink::ExtendableMessageEvent
147 MessagePortArray* ports, in ExtendableMessageEvent()
161 MessagePortArray* ports, in ExtendableMessageEvent()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/service_worker/
H A Dextendable_message_event.cc18 MessagePortArray* ports, in Create()
30 MessagePortArray* ports, in Create()
41 MessagePortArray* ports, in CreateError()
52 MessagePortArray* ports, in CreateError()
90 MessagePortArray ExtendableMessageEvent::ports() const { in ports() function in blink::ExtendableMessageEvent
147 MessagePortArray* ports, in ExtendableMessageEvent()
161 MessagePortArray* ports, in ExtendableMessageEvent()
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/cli/cli-20.10.2/cli/command/formatter/
H A Dcontainer_test.go436 type ports struct { struct
437 ports []types.Port member
438 expected string
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/cli/cli/command/formatter/
H A Dcontainer_test.go436 type ports struct { struct
437 ports []types.Port member
438 expected string
/dports/devel/emscripten/emscripten-2.0.3/tools/ports/
H A Dregal.py18 def get_lib_name(ports, settings): argument
22 def get(ports, settings, shared): argument
144 def clear(ports, settings, shared): argument
152 def process_args(ports): argument
/dports/sysutils/docker/docker-ce-18.09.5/components/cli/cli/command/formatter/
H A Dcontainer_test.go412 type ports struct { struct
413 ports []types.Port member
414 expected string
/dports/net-mgmt/observium/observium/html/pages/ports/
H A Dlist.inc.php19 $ports = array_chunk($ports, $vars['pagesize']); variable
20 $ports = $ports[$vars['pageno']-1]; variable
45 $ports = dbFetchRows($sql); variable
/dports/net-mgmt/librenms/librenms-21.5.1/includes/html/pages/device/
H A Dports.inc.php143 …$ports = dbFetchRows("SELECT * FROM `ports` WHERE `device_id` = ? AND `deleted` = '0' AND `disable… variable
155 $ports = array_sort_by_column($ports, 'ifOctets_rate', SORT_DESC); variable
158 $ports = array_sort_by_column($ports, 'ifIndex', SORT_ASC); variable
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/kubernetes/client/models/
H A Dv1_network_policy_ingress_rule.py37 def __init__(self, _from=None, ports=None): argument
85 def ports(self): member in V1NetworkPolicyIngressRule
101 def ports(self, ports): member in V1NetworkPolicyIngressRule
H A Dv1_network_policy_egress_rule.py37 def __init__(self, ports=None, to=None): argument
52 def ports(self): member in V1NetworkPolicyEgressRule
67 def ports(self, ports): member in V1NetworkPolicyEgressRule
H A Dv1beta1_network_policy_ingress_rule.py37 def __init__(self, _from=None, ports=None): argument
85 def ports(self): member in V1beta1NetworkPolicyIngressRule
101 def ports(self, ports): member in V1beta1NetworkPolicyIngressRule

12345678910>>...135