Home
last modified time | relevance | path

Searched refs:port (Results 176 – 200 of 226) sorted by path

12345678910

/plugin/openid/Auth/
H A DOpenID.php380 * @param string $port The port.
387 static function urlunparse($scheme, $host, $port = null, $path = '/', argument
405 if ($port) {
406 $result .= ":" . $port;
/plugin/openid/Auth/OpenID/
H A DURINorm.php199 list(, $userinfo, $host, $port) = $authority_matches;
216 if ($port) {
217 if (($port == ':') ||
218 ($scheme == 'http' && $port == ':80') ||
219 ($scheme == 'https' && $port == ':443')) {
220 $port = '';
223 $port = '';
226 $authority = $userinfo . $host . $port;
/plugin/passpolicy/
H A D10k-common-passwords.txt6904 port
H A Dwords.txt2720 port
/plugin/patchpanel/
H A DREADME.md8 added option to use with 3com style switches that have port 2 above port 1
H A 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/pdfjs/pdfjs/build/
H A Dpdf.js3517 var defer, channel, port;
3564 port = channel.port2;
3566 defer = ctx(port.postMessage, port, 1);
9668 get port() {
9672 set port(value) {
11020 _ref6$port = _ref6.port,
11029 if (port && pdfWorkerPorts.has(port)) {
11042 if (port) {
11056 this._port = port;
11181 _this8._port = port;
[all …]
H A Dpdf.js.map1port","setTimeout","set","clear","un","macrotask","Observer","flush","parent","head","last","toggl…
H A Dpdf.worker.js206 setup: function setup(handler, port) {
245 return WorkerMessageHandler.createDocumentHandler(data, port);
248 createDocumentHandler: function createDocumentHandler(docParams, port) {
740 initializeFromPort: function initializeFromPort(port) {
741 var handler = new _message_handler.MessageHandler('worker', 'main', port);
742 WorkerMessageHandler.setup(handler, port);
4686 var defer, channel, port;
4733 port = channel.port2;
4735 defer = ctx(port.postMessage, port, 1);
10837 get port() {
[all …]
H A Dpdf.worker.js.map1port","setTimeout","set","clear","un","macrotask","Observer","flush","parent","head","last","toggl…
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.changelog.txt142 * Bugfix (#243): port ignored in URLreadFsock()
149 * Bugfix (#127): CleanUpURLencoding() ignored port number
323 HTTP port (thanks marianbucur17Øyahoo*com)
/plugin/photogallery/phpThumb/
H A DphpThumb.config.php.default169 …h thumbnails are allowed to be created. Note: domain only, do not include port numbers. The defaul…
H A Dphpthumb.functions.php649 …public static function URLreadFsock($host, $file, &$errstr, $successonly=true, $port=-1, $timeout=… argument
654 …$port = (int) ($port ? $port : -1); // passing anything as the $port parameter (even empty values …
656 …if ($fp = @fsockopen((($port == 443) ? 'ssl://' : '').$host, $port, $errno, $errstr, $timeout)) { …
/plugin/podcast/
H A Dhelper.php55 $port = isset($url_info['port']) ? $url_info['port'] : 80;
56 $fp=fsockopen($url_info['host'], $port, $errno, $errstr, 10 );
/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/qstat/
H A Dsyntax.php314 function _getStatus($host, $port) { argument
316 return $this->_proxy($host, $port);
318 return array_merge($this->_infos($host, $port), $this->_status($host, $port));
322 function _proxy($host, $port) { argument
324 $str = file_get_contents("$proxy?host=$host&port=$port");
333 function _infos($host, $port) { argument
336 $sock = @stream_socket_client("udp://$host:$port");
363 function _status($host, $port) { argument
366 $sock = @stream_socket_client("udp://$host:$port");
/plugin/recaptcha/lib/
H A Drecaptchalib.php69 function _recaptcha_http_post($host, $path, $data, $port = 80) { argument
82 if( false == ( $fs = @fsockopen($host, $port, $errno, $errstr, 10) ) ) {
/plugin/recaptcha2/lib/ReCaptcha/RequestMethod/
H A DSocket.php42 * @param int $port
48 public function fsockopen($hostname, $port = -1, &$errno = 0, &$errstr = '', $timeout = null) argument
50 …$this->handle = fsockopen($hostname, $port, $errno, $errstr, (is_null($timeout) ? ini_get("default…
/plugin/revealjs/plugin/multiplex/
H A Dindex.js14 port: process.env.PORT || 1948, property in opts
58 server.listen( opts.port || null );
64 console.log( brown + "reveal.js:" + reset + " Multiplex running on port " + green + opts.port + res…
/plugin/revealjs/plugin/notes-server/
H A Dindex.js14 port : 1947, property in opts
58 server.listen( opts.port || null );
64 var slidesLocation = 'http://localhost' + ( opts.port ? ( ':' + opts.port ) : '' );
/plugin/s5reloaded/ui/effects_support/
H A Dprototype.js1521 port: location.port ? ':' + location.port : ''
/plugin/scrape/
H A DHTMLPurifier.standalone.php
/plugin/sequencediagram/bower_components/lodash/test/asset/
H A Dtest-ui.js145 ui.isSauceLabs = location.port == '9001';
/plugin/sequencediagram/bower_components/lodash/test/
H A Dsaucelabs.js75 port = ports[Math.min(_.sortedIndex(ports, getOption('port', 9001)), ports.length - 1)], variable
81 runnerUrl = getOption('runnerUrl', 'http://localhost:' + port + '/' + runner),
887 }).listen(port);

12345678910