Home
last modified time | relevance | path

Searched full:ports (Results 1 – 25 of 95) sorted by relevance

1234

/plugin/switchpanel/lang/en/
Dlang.php8 $lang['panel_24rj'] = "Insert a panel 24 ports with no name";
9 $lang['panel_1x24'] = "Insert a panel 24 ports with name";
10 $lang['panel_1x48'] = "Insert a panel 48 ports with name";
11 $lang['panel_2x24'] = "Insert a panel 48 ports with two names";
12 $lang['panel_2x12'] = "Insert a panel 2x12 ports with name";
13 $lang['panel_4x12'] = "Insert a panel 4x12 ports with two names";
14 $lang['panel_logo'] = "Insert a panel 24 ports with logo";
15 $lang['panel_ears'] = "Insert a panel 24 ports with fixings";
17 $lang['name_1x24a'] = "24 ports on 1U (01-24)";
18 $lang['name_1x48a'] = "48 ports on 2U (01-48)";
[all …]
/plugin/switchpanel/lang/fr/
Dlang.php8 $lang['panel_24rj'] = "Insérer un bandeau 24 ports sans nom";
9 $lang['panel_1x24'] = "Insérer un bandeau 24 ports avec nom";
10 $lang['panel_1x48'] = "Insérer un bandeau 48 ports avec nom";
11 $lang['panel_2x24'] = "Insérer un bandeau 48 ports avec deux noms";
12 $lang['panel_2x12'] = "Insérer un bandeau 2x12 ports avec nom";
13 $lang['panel_4x12'] = "Insérer un bandeau 4x12 ports avec deux noms";
14 $lang['panel_logo'] = "Insérer un bandeau 24 ports avec logo";
15 $lang['panel_ears'] = "Insérer un bandeau 24 ports avec fixations";
17 $lang['name_1x24a'] = "24 ports sur 1U (01-24)";
18 $lang['name_1x48a'] = "48 ports sur 2U (01-48)";
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/NetworkServices/
DTrafficPortSelector.php22 protected $collection_key = 'ports';
26 public $ports; variable in Google\\Service\\NetworkServices\\TrafficPortSelector
31 public function setPorts($ports) argument
33 $this->ports = $ports;
40 return $this->ports;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
DFirewallPolicyRuleMatcherLayer4Config.php22 protected $collection_key = 'ports';
30 public $ports; variable in Google\\Service\\Compute\\FirewallPolicyRuleMatcherLayer4Config
49 public function setPorts($ports) argument
51 $this->ports = $ports;
58 return $this->ports;
DFirewallDenied.php22 protected $collection_key = 'ports';
33 public $ports; variable in Google\\Service\\Compute\\FirewallDenied
52 public function setPorts($ports) argument
54 $this->ports = $ports;
61 return $this->ports;
DFirewallAllowed.php22 protected $collection_key = 'ports';
33 public $ports; variable in Google\\Service\\Compute\\FirewallAllowed
52 public function setPorts($ports) argument
54 $this->ports = $ports;
61 return $this->ports;
DForwardingRule.php108 public $ports; variable in Google\\Service\\Compute\\ForwardingRule
427 public function setPorts($ports) argument
429 $this->ports = $ports;
436 return $this->ports;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CertificateManager/
DIpConfig.php22 protected $collection_key = 'ports';
30 public $ports; variable in Google\\Service\\CertificateManager\\IpConfig
49 public function setPorts($ports) argument
51 $this->ports = $ports;
58 return $this->ports;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/NetworkSecurity/
DDestination.php22 protected $collection_key = 'ports';
36 public $ports; variable in Google\\Service\\NetworkSecurity\\Destination
83 public function setPorts($ports) argument
85 $this->ports = $ports;
92 return $this->ports;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudMachineLearningEngine/
DGoogleCloudMlV1ContainerSpec.php22 protected $collection_key = 'ports';
99 public function setPorts($ports) argument
101 $this->ports = $ports;
108 return $this->ports;
/plugin/elasticsearch/
Ddocker-compose.yml6 ports:
16 ports:
22 ports:
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRun/
DGoogleCloudRunOpV2Container.php121 public function setPorts($ports) argument
123 $this->ports = $ports;
130 return $this->ports;
DGoogleCloudRunV2Container.php121 public function setPorts($ports) argument
123 $this->ports = $ports;
130 return $this->ports;
DContainer.php189 public function setPorts($ports) argument
191 $this->ports = $ports;
198 return $this->ports;
/plugin/switchpanel/
Daction.php21 // Samples for RJ, OF or Gbic ports
37 // Complete panel for 24 ports / 2x12 ports (1U or 2U)
38 … $rj01_24a = $nb_of_rj.$rj01to04.$rj05to10.$rj11to16.$rj17to22.$of23gb24; // 1x24 ports
39 … $rj01_24b = $nb_of_rj.$rj01to04.$rj05to10.$cl11se12.$rj13to16.$rj17to22.$of23gb24; // 2x12 ports
40 … $rj25_48a = $nb_of_rj.$rj25to28.$rj29to34.$rj35to40.$rj41to46.$of47gb48; // 1x24 ports
41 … $rj25_48b = $nb_of_rj.$rj25to28.$rj29to34.$cl35se36.$rj37to40.$rj41to46.$of47gb48; // 2x12 ports
/plugin/patchpanel/
Dsyntax.php8 * ports=<number> The total number of ports. (default: 48)
10 * groups=<number> Number of ports in a group (default: 6)
69 'ports' => 48,
88 } elseif (preg_match("/^ports=(\d+)/",$o,$matches)) {
89 $opt['ports'] = $matches[1];
173 …#", 80+$position*43+$group*10, $image); // offset from edge+width of preceeding ports+group spacing
222 $portsPerRow = ceil($opt['ports']/$opt['rows']);
294 // Calculate the starting and ending ports for this row.
297 if ($endPort > $opt['ports']) { $endPort = $opt['ports']; }
299 // Draw ethernet ports over the patch panel
/plugin/snap/
Dserver.sh8 ports="8888 8889 8890 8891 8892"
21 for port in $ports; do
Dhelper.php209 //Build the ports list
210 $ports=explode(" ",$this->snapPorts);
216 $this->selectedPort=$ports[array_rand($ports)];
/plugin/file2dw/docker/proxy/
Ddocker-compose.yml16 ports:
75 #ports:
/plugin/oauthdoorkeeper/
Ddocker-compose.yml5 ports:
/plugin/pagebuttons/
Ddocker-compose.yml9 ports:
/plugin/drawio/
Ddocker-compose.yaml11 ports:
/plugin/bpmnio/test/
H A Ddocker-compose.yml12 ports:
/plugin/authssocas/vendor/apereo/phpcas/source/CAS/ServiceBaseUrl/
H A DAllowedListDiscovery.php122 $ports = explode(',', $_SERVER['HTTP_X_FORWARDED_PORT']);
123 $server_port = $ports[0];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/Resource/
DRegionInstanceGroups.php109 * about the named ports. Depending on the specified options, this method can
168 * Sets the named ports for the specified regional instance group.
174 * the named ports are updated.

1234