Home
last modified time | relevance | path

Searched refs:ports (Results 1 – 25 of 48) sorted by relevance

12

/plugin/authgooglesheets/vendor/google/apiclient-services/src/NetworkServices/
H A DTrafficPortSelector.php26 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/
H A DFirewallPolicyRuleMatcherLayer4Config.php30 public $ports; variable in Google\\Service\\Compute\\FirewallPolicyRuleMatcherLayer4Config
49 public function setPorts($ports) argument
51 $this->ports = $ports;
58 return $this->ports;
H A DFirewallDenied.php33 public $ports; variable in Google\\Service\\Compute\\FirewallDenied
52 public function setPorts($ports) argument
54 $this->ports = $ports;
61 return $this->ports;
H A DFirewallAllowed.php33 public $ports; variable in Google\\Service\\Compute\\FirewallAllowed
52 public function setPorts($ports) argument
54 $this->ports = $ports;
61 return $this->ports;
H A 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/
H A DIpConfig.php30 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/
H A DDestination.php36 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/
H A DGoogleCloudMlV1ContainerSpec.php99 public function setPorts($ports) argument
101 $this->ports = $ports;
108 return $this->ports;
/plugin/elasticsearch/
H A Ddocker-compose.yml5 ports:
14 ports:
20 ports:
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRun/
H A DGoogleCloudRunOpV2Container.php121 public function setPorts($ports) argument
123 $this->ports = $ports;
130 return $this->ports;
H A DGoogleCloudRunV2Container.php121 public function setPorts($ports) argument
123 $this->ports = $ports;
130 return $this->ports;
H A DContainer.php189 public function setPorts($ports) argument
191 $this->ports = $ports;
198 return $this->ports;
/plugin/snap/
H A Dserver.sh8 ports="8888 8889 8890 8891 8892"
21 for port in $ports; do
H A Dhelper.php210 $ports=explode(" ",$this->snapPorts);
216 $this->selectedPort=$ports[array_rand($ports)];
/plugin/oauthdoorkeeper/
H A Ddocker-compose.yml5 ports:
/plugin/pagebuttons/
H A Ddocker-compose.yml9 ports:
/plugin/drawio/
H A Ddocker-compose.yaml11 ports:
/plugin/mantis/lib/
H A Dclass.wsdl.php30 var $ports = array(); variable in wsdl
438 $this->ports[$this->currentPort]['binding'] = $this->getLocalPart($attrs['binding']);
442 $this->ports[$this->currentPort]['location'] = $attrs['location'];
443 $this->ports[$this->currentPort]['bindingType'] = $namespace;
444 … $this->bindings[ $this->ports[$this->currentPort]['binding'] ]['bindingType'] = $namespace;
445 … $this->bindings[ $this->ports[$this->currentPort]['binding'] ]['endpoint'] = $attrs['location'];
593 foreach($this->ports as $port => $portData) {
624 foreach($this->ports as $port => $portData) {
655 foreach($this->ports as $port => $portData) {
994 if (count($this->ports) >= 1) {
[all …]
/plugin/file2dw/docker/simple/
H A Ddocker-compose.yml12 ports:
/plugin/file2dw/docker/proxy/
H A Ddocker-compose.yml16 ports:
75 #ports:
/plugin/sequencediagram/bower_components/lodash/test/
H A Dsaucelabs.js36 var ports = [ variable
75 port = ports[Math.min(_.sortedIndex(ports, getOption('port', 9001)), ports.length - 1)],
/plugin/diagramsnet/lib/js/diagramly/graphml/
H A DmxGraphMlCodec.js678 var ports = this.getDirectChildNamedElements(nodeElement, mxGraphMlConstants.PORT);
681 for (var i = 0; i < ports.length; i++)
683 this.importPort(ports[i], portsMap);
715 this.nodesMap[id] = {node: node, ports: portsMap}; property in mxGraphMlCodec.importNode.nodesMap
1940 if (src.ports && srcPortId)
1942 var srcPort = src.ports[srcPortId];
1951 if (trg.ports && trgPortId)
1953 var trgPort = trg.ports[trgPortId];
/plugin/jplayer/vendor/happyworm/jplayer/src/actionscript/happyworm/jPlayer/
H A DConnectManager.as22 3. Allow a customizeable list of protocols and ports to be used instead of entire list
94 // Createe a NetConnection for each of the protocols/ports listed in the m_connList list.
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dhost-config.asciidoc15 number of nodes, their addresses, and ports. If no hosts are specified, the
/plugin/diagramsnet/lib/
H A Dworkbox-9fe249eb.js1 ….handleRequest({request:s,event:t})})));t.waitUntil(s),t.ports&&t.ports[0]&&s.then((()=>t.ports[0]…

12