Home
last modified time | relevance | path

Searched refs:port (Results 126 – 150 of 226) sorted by last modified time

12345678910

/plugin/dirtylittlehelper/mermaid/editor/
H A Dbundle.js396 …ull"!==n.origin&&(t.protocol!==n.protocol||t.hostname!==n.hostname||t.port!==n.port))return i=!0,n…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D3.3.js.map1port.\\n* `origin-when-cross-origin` means that navigating to other origins will be limited to t…
H A D2.2.js.map1 …der(authority, false);\n }\n else {\n // <auth>:<port>\n res +…
H A Dbundle.js396 …ull"!==n.origin&&(t.protocol!==n.protocol||t.hostname!==n.hostname||t.port!==n.port))return i=!0,n…
/plugin/ol3/
H A Dscript.js1 …){this.protocol=null,this.slashes=null,this.auth=null,this.host=null,this.port=null,this.hostname=…
/plugin/groupmail/
H A Drecaptchalib.php67 function _recaptcha_http_post($host, $path, $data, $port = 80) { argument
80 if( false == ( $fs = @fsockopen($host, $port, $errno, $errstr, 10) ) ) {
/plugin/elwikiupgrade/
H A DHTTPClient.php195 if(!empty($uri['port'])) $port = $uri['port'];
203 $port = $this->proxy_port;
204 if (empty($port)) $port = 8080;
208 if (!isset($port)) $port = ($uri['scheme'] == 'https') ? 443 : 80;
260 $connectionId = $this->_uniqueConnectionId($server,$port);
270 $socket = @fsockopen($server,$port,$errno, $errstr, $this->timeout);
273 $this->error = "Could not connect to $server:$port\n$errstr ($errno)";
865 * @param string $port
868 function _uniqueConnectionId($server, $port) { argument
869 return "$server:$port";
/plugin/jplayer/vendor/happyworm/jplayer/src/actionscript/happyworm/jPlayer/
H A DConnectManager.as23 …4. Allow a specific port/protocol (1 connect type) to be used first, and then optionally fallback …
74 m_connList.push( { protocol: protocols_arr[outerLoop], port: ports_arr[innerLoop] } );
134 …stCounter].protocol + "://" + m_serverName + m_connList[m_connListCounter].port + "/" + m_appName);
137 …stCounter].protocol + "://" + m_serverName + m_connList[m_connListCounter].port + "/" + m_appName);
254 var _actualPort:String = m_connList[m_connListCounter].port;
H A DJplayerRtmp.as486 var port:String = "";
490 // See if there is a host port specified
492 port = host.substr(host.indexOf(":")+1);
552 if(port=="") {
553 port="MULTI";
559 trace(("*** PORT: " + port));
/plugin/adfs/phpsaml/
H A DCHANGELOG102 * [#175](https://github.com/onelogin/php-saml/pull/175) Allow overriding of host, port, protocol an…
123 * [#154](https://github.com/onelogin/php-saml/pull/154) getSelfHost no longer returns a port number
H A DREADME.md1209 * `getSelfPort` Return the port number used for the request
1211 * `getSelfURLhost` Returns the protocol + the current host + the port (if different than common por…
1466 * `getSelfURLhost` - Returns the protocol + the current host + the port
/plugin/codemirror/dist/modes/
H A Dmirc.min.js.map1 … \"$opnick $or $ord $os $passivedcc $pic $play $pnick $port $portable $portfree…
H A Dperl.min.js.map1 …rvbyport :1, // - get services record given numeric port\n ge…
H A Dttcn.min.js.map1 …ot4b nowait\" +\n \" of on optional or or4b out override param pattern port\" +\n \" procedu…
H A Delm.min.js1 …e":1,"let":1,"in":1,type:1,alias:1,module:1,where:1,"import":1,exposing:1,port:1};return{startStat… property in AnonymousFunctiond19002870200.p
H A Derlang.min.js.map1 …,\"boolean\",\"function\",\"integer\",\"list\",\n \"number\",\"pid\",\"port\",\"record\",\"refe…
H A Dlivescript.min.js.map1 …o)|f(?:or(?:\\\\s+own)?|inally|unction)|s(?:uper|witch)|e(?:lse|x(?:tends|port)|val)|a(?:nd|rgumen…
H A Dvhdl.min.js.map1port,port map,\" +\n \"postponed,procedure,process,pure,range,record,register,reject,rem,repo…
H A Dscheme.min.js.map1port close-output-port complex? cons cos current-input-port current-output-port denominator displa…
H A Delm.min.js.map1port","startState","copyState","s","token","stream","state","word","current","hasOwnProperty","def…
/plugin/codemirror/dist/
H A Dstyles.min.css.map1 …d: #eee8d5; }\n\n/* Editor styling */\n\n\n\n/* Little shadow on the view-port of the buffer view …
/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/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/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…

12345678910