Home
last modified time | relevance | path

Searched refs:port (Results 1 – 25 of 286) sorted by relevance

12345678910>>...12

/plugin/elasticsearch/vendor/nyholm/dsn/src/Configuration/
DUrl.php29 private $port; variable in Nyholm\\Dsn\\Configuration\\Url
39 …public function __construct(?string $scheme, string $host, ?int $port = null, ?string $path = null… argument
42 $this->port = $port;
66 return $this->port;
72 public function withPort(?int $port) argument
75 $new->port = $port;
108 (empty($this->port) ? '' : ':'.$this->port).
/plugin/pureldap/vendor/freedsx/socket/src/FreeDSx/Socket/
H A DSocketServer.php74 * @param int|null $port
79 public function listen(string $ip, ?int $port): self argument
91 if ($transport !== 'unix' && $port === null) {
96 if ($port !== null && $transport !== 'unix') {
97 $uri .= ':' . $port;
178 * @param int|null $port
185 ?int $port, argument
190 $port
198 * @param int $port
205 int $port, argument
[all …]
/plugin/dokullm/
H A Dcli.php66 $port = (int)$this->getConf('chroma_port');
82 …$this->sendFile($path, $host, $port, $tenant, $database, $ollamaHost, $ollamaPort, $ollamaModel, $…
92 …$this->queryChroma($searchTerms, $limit, $host, $port, $tenant, $database, $collection, $ollamaHos…
96 …$this->checkHeartbeat($host, $port, $tenant, $database, $ollamaHost, $ollamaPort, $ollamaModel, $v…
100 …$this->checkIdentity($host, $port, $tenant, $database, $ollamaHost, $ollamaPort, $ollamaModel, $ve…
104 …$this->listCollections($host, $port, $tenant, $database, $ollamaHost, $ollamaPort, $ollamaModel, $…
113 …$this->getDocument($documentId, $host, $port, $tenant, $database, $collection, $ollamaHost, $ollam…
125 …private function sendFile($path, $host, $port, $tenant, $database, $ollamaHost, $ollamaPort, $olla… argument
127 …$chroma = new \dokuwiki\plugin\dokullm\ChromaDBClient($host, $port, $tenant, $database, 'documents…
131 $this->processDirectory($path, $chroma, $host, $port, $tenant, $database, $verbose);
[all …]
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
Dlinks.md7 About port info on wiki: [port](http://en.wikipedia.org/wiki/Port_(computer_networking))
9 About port info on wiki: [port](http://en.wikipedia.org/wiki/Port_(computer_networking) "port wiki")
23 About port info on wiki: [port]( http://en.wikipedia.org/wiki/Port_(computer_networking) )
25 About port info on wiki: [port]( http://en.wikipedia.org/wiki/Port_(computer_networking) "port wi…
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/net/
DSocket.php37 var $port; variable in Socket
45 * @param port
47 function Socket($host, $port) { argument
49 $this->port = $port;
60 $this->connectionID = fsockopen($this->host, $this->port, $errorID, $errorDesc, $connectTimeout);
158 function setPort($port) { argument
159 $this->port = $port;
/plugin/swiftmail/Swift/Connection/
DSMTP.php55 protected $port = null; variable in Swift_Connection_SMTP
98 public function __construct($server="localhost", $port=null, $encryption=null) argument
102 $this->setPort($port);
145 public function setPort($port) argument
147 if ($port == self::AUTO_DETECT)
149 $port = @ini_get("SMTP_PORT");
151 …if (!$port) $port = ($this->getEncryption() == self::ENC_OFF) ? self::PORT_DEFAULT : self::PORT_SE…
152 $this->port = (int) $port;
160 return $this->port;
278 if ($this->port === null)
[all …]
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
DUri.php52 private $port; variable in GuzzleHttp\\Psr7\\Uri
435 if ($this->port !== null) {
436 $authority .= ':' . $this->port;
454 return $this->port;
521 public function withPort($port) argument
523 $port = $this->filterPort($port);
525 if ($this->port === $port) {
530 $new->port = $port;
596 $this->port = isset($parts['port'])
668 * @param int|null $port
[all …]
/plugin/matrixnotifierwas/vendor/guzzlehttp/psr7/src/
DUri.php66 private $port; variable in GuzzleHttp\\Psr7\\Uri
381 if ($this->port !== null) {
382 $authority .= ':'.$this->port;
400 return $this->port;
470 public function withPort($port): UriInterface argument
472 $port = $this->filterPort($port);
474 if ($this->port === $port) {
479 $new->port = $port;
554 $this->port = isset($parts['port'])
620 * @param mixed $port
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Monitoring/
DTcpCheck.php25 public $port; variable in Google\\Service\\Monitoring\\TcpCheck
30 public function setPort($port) argument
32 $this->port = $port;
39 return $this->port;
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/
DURI.php31 public $port; variable in HTMLPurifier_URI
52 * @param int $port
58 public function __construct($scheme, $userinfo, $host, $port, $path, $query, $fragment) argument
63 $this->port = is_null($port) ? $port : (int)$port;
146 if (!is_null($this->port)) {
147 if ($this->port < 1 || $this->port > 65535) {
148 $this->port = null;
232 if (!is_null($this->port)) {
233 $authority .= ':' . $this->port;
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/SyslogUdp/
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/evesso/phpoauthlib/src/OAuth/Common/Http/Uri/
DUri.php35 private $port = 80; variable in OAuth\\Common\\Http\\Uri\\Uri
93 $this->port = $uriParts['port'];
96 $this->port = strcmp('https', $uriParts['scheme']) ? 80 : 443;
181 return $this->port;
220 $authority .= ":{$this->port}";
235 $authority .= ":{$this->port}";
372 * @param int $port
374 public function setPort($port) argument
376 $this->port = intval($port);
378 …if (('https' === $this->scheme && $this->port === 443) || ('http' === $this->scheme && $this->port
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Http/Uri/
H A DUri.php35 private $port = 80; variable in OAuth\\Common\\Http\\Uri\\Uri
93 $this->port = $uriParts['port'];
96 $this->port = strcmp('https', $uriParts['scheme']) ? 80 : 443;
181 return $this->port;
220 $authority .= ":{$this->port}";
235 $authority .= ":{$this->port}";
372 * @param int $port
374 public function setPort($port) argument
376 $this->port = intval($port);
378 …if (('https' === $this->scheme && $this->port === 443) || ('http' === $this->scheme && $this->port
/plugin/patchpanel/
Dsyntax.php105 function ethernet_svg($row, $position, $port, $item, $opt, $imagewidth, $imageheight) { argument
118 $fullcaption = "<div class=\'title\'>" . $opt['name'] . " Port $port</div>";
170 $image = str_replace("#REPLACEPORTNUMBER#", $port, $image);
275 $port=$startPortOdd;
277 $port=$startPortEven;
280 …$renderer->doc .= $this->ethernet_svg($row, $position, $port, $items[$port], $opt, $imagewidth, $i…
281 $port=$port+2;
300 for ($port=$startPort; $port <= $endPort ; $port++) {
301 $position = $port - $portsPerRow*($row-1);
302 …$renderer->doc .= $this->ethernet_svg($row, $position, $port, $items[$port], $opt, $imagewidth, $i…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRun/
DTCPSocketAction.php29 public $port; variable in Google\\Service\\CloudRun\\TCPSocketAction
48 public function setPort($port) argument
50 $this->port = $port;
57 return $this->port;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
DNamedPort.php29 public $port; variable in Google\\Service\\Compute\\NamedPort
48 public function setPort($port) argument
50 $this->port = $port;
57 return $this->port;
DGRPCHealthCheck.php29 public $port; variable in Google\\Service\\Compute\\GRPCHealthCheck
56 public function setPort($port) argument
58 $this->port = $port;
65 return $this->port;
DNetworkEndpoint.php41 public $port; variable in Google\\Service\\Compute\\NetworkEndpoint
102 public function setPort($port) argument
104 $this->port = $port;
111 return $this->port;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/TPU/
DNetworkEndpoint.php29 public $port; variable in Google\\Service\\TPU\\NetworkEndpoint
48 public function setPort($port) argument
50 $this->port = $port;
57 return $this->port;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRedis/
DEndpoint.php29 public $port; variable in Google\\Service\\CloudRedis\\Endpoint
48 public function setPort($port) argument
50 $this->port = $port;
57 return $this->port;
/plugin/authfacebook/lib/Url/
DFacebookUrlDetectionHandler.php114 $port = $this->getCurrentPort();
115 $appendPort = ':' . $port;
118 if (($scheme == 'http' && $port == '80') || ($scheme == 'https' && $port == '443')) {
128 $port = $this->getHeader('X_FORWARDED_PORT');
129 if ($port) {
130 return (string)$port;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidManagement/
DProxyInfo.php38 public $port; variable in Google\\Service\\AndroidManagement\\ProxyInfo
85 public function setPort($port) argument
87 $this->port = $port;
94 return $this->port;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceControl/
DPeer.php33 public $port; variable in Google\\Service\\ServiceControl\\Peer
74 public function setPort($port) argument
76 $this->port = $port;
83 return $this->port;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceDirectory/
DEndpoint.php41 public $port; variable in Google\\Service\\ServiceDirectory\\Endpoint
102 public function setPort($port) argument
104 $this->port = $port;
111 return $this->port;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Gmail/
DSmtpMsa.php33 public $port; variable in Google\\Service\\Gmail\\SmtpMsa
74 public function setPort($port) argument
76 $this->port = $port;
83 return $this->port;

12345678910>>...12