Home
last modified time | relevance | path

Searched refs:port (Results 101 – 125 of 226) sorted by last modified time

12345678910

/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/SyslogUdp/
H A DUdpSocket.php24 protected $port; variable in Monolog\\Handler\\SyslogUdp\\UdpSocket
28 public function __construct(string $ip, int $port = 514) argument
31 $this->port = $port;
35 if ($port === 0) {
63 …throw new \RuntimeException('The UdpSocket to '.$this->ip.':'.$this->port.' has been closed and ca…
65 socket_sendto($this->socket, $chunk, strlen($chunk), $flags = 0, $this->ip, $this->port);
/plugin/gemini/
H A Dcli.php53 $port = $options->getOpt('port', '1965');
58 $this->serve($interface, $port, $pemfile);
65 * @param int $port Port to use
69 protected function serve($interface, $port, $certfile) argument
88 'tcp://' . $interface . ':' . $port,
100 $_SERVER['SERVER_PORT'] = $port;
/plugin/structtemplate/_vagrant/
H A DVagrantfile15 # What number to add to port numbers for testing
94 N.B.: If Vagrant had to autocorrect a port collision, the correct port
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/
H A DLdapUrl.php51 protected $port;
125 * @param int|null $port
128 public function setPort(?int $port)
130 $this->port = $port;
140 return $this->port;
263 if ($this->host !== null && $this->port !== null) {
264 $url .= ':' . $this->port;
292 $url->setPort($pieces['port'] ?? null);
37 protected $port; global() variable in FreeDSx\\Ldap\\LdapUrl
114 setPort(int $port) global() argument
/plugin/pureldap/vendor/freedsx/socket/src/FreeDSx/Socket/
H A DSocketServer.php71 * Create the socket server and bind to a specific port to listen for clients.
74 * @param int|null $port
79 public function listen(string $ip, ?int $port): self
91 if ($transport !== 'unix' && $port === null) {
92 throw new ConnectionException('The port must be set if not using a unix based socket.');
96 if ($port !== null && $transport !== 'unix') {
97 $uri .= ':' . $port;
175 * Create the socket server. Binds and listens on a specific port
178 * @param int|null $port
185 ?int $port,
56 listen(string $ip, int $port) global() argument
140 bind(string $ip, int $port, array $options = []) global() argument
154 bindTcp(string $ip, int $port, array $options = []) global() argument
168 bindUdp(string $ip, int $port, array $options = []) global() argument
[all...]
/plugin/passpolicy/
H A D10k-common-passwords.txt6904 port
H A Dwords.txt2720 port
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dhttpcore-4.4.9.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
H A Dservlet-api.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/servlet/ javax/ ...
H A Dhttpclient-4.5.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
/plugin/diagramsnet/lib/js/socket.io/
H A Dsimplepeer9.10.0.min.js6port:this.localPort,family:this.localFamily,address:this.localAddress}}signal(e){if(!this.destroyi…
H A Dsocket.io.min.js6port;a||(a=c?443:80),e=t.hostname!==location.hostname||a!==t.port,n=t.secure!==c}if(t.xdomain=e,t.…
/plugin/diagramsnet/lib/math/config/
H A DAM_HTMLorMML-full.js56 …col+"//"+document.location.hostname;if(document.location.port!=""){q+=":"+document.location.port}q…
H A DAccessible-full.js78 …col+"//"+document.location.hostname;if(document.location.port!=""){q+=":"+document.location.port}q…
H A DMML_HTMLorMML-full.js56 …col+"//"+document.location.hostname;if(document.location.port!=""){q+=":"+document.location.port}q…
H A DTeX-MML-AM_HTMLorMML-full.js76 …col+"//"+document.location.hostname;if(document.location.port!=""){q+=":"+document.location.port}q…
/plugin/diagramsnet/lib/math/jax/output/HTML-CSS/
H A Djax.js19 …col+"//"+document.location.hostname;if(document.location.port!=""){q+=":"+document.location.port}q…
/plugin/authnc/conf/
H A Ddefault.php9 $conf['port'] = '443';
/plugin/authnc/lang/de/
H A Dsettings.php9 $lang['port'] = 'Nextcloud Port (z.B. 443)';
/plugin/authnc/lang/en/
H A Dsettings.php9 $lang['port'] = 'Nextcloud port (e.g. 443)';
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D4.4.js.map1 …der(authority, false);\n }\n else {\n // <auth>:<port>\n res +…
H A D62.62.js.map1 …,\n 'interval',\n 'priority',\n 'address',\n 'port',\n 'on_chan…
H A Dbundle.js.map1port exits and it's on mobile, it should be used instead of window innerWidth / innerHeight, or do…
H A Deditor.worker.js.map1 …der(authority, false);\n }\n else {\n // <auth>:<port>\n res +…
H A Djson.worker.js.map1port>\n res += encoder(authority.substr(0, idx), false);\n res += authority.…

12345678910