Home
last modified time | relevance | path

Searched refs:protocol (Results 51 – 75 of 235) sorted by relevance

12345678910

/plugin/authgoogle/
H A Dplugin.info.txt6 desc Google Authentication Plugin allows to sign in to DokuWiki using OAuth 2.0 protocol provided…
H A DREADME.md4 using OAuth 2.0 protocol provided by Google
/plugin/eventum/XML/
H A DRPC.php615 var $protocol = 'http://'; variable in XML_RPC_Client
736 $this->protocol = 'ssl://';
929 $protocol = '';
931 $protocol = $this->protocol;
934 $fp = @fsockopen($protocol . $server, $port,
937 $fp = @fsockopen($protocol . $server, $port,
1001 $this->headers = 'POST ' . $this->protocol . $this->server;
/plugin/socialshareprivacy2/SSP/scripts/
H A Djquery.socialshareprivacy.stumbleupon.js33 var base_url = 'https:' === document.location.protocol ? 'https://' : 'http://';
H A Djquery.socialshareprivacy.twitter.js58 'src', ('https:' === document.location.protocol ? 'https:' : 'http:')+
H A Djquery.socialshareprivacy.facebook.js78 'src',('https:' === document.location.protocol ? 'https:' : 'http:')+
H A Djquery.socialshareprivacy.hackernews.js31 var prot = ('https:' === document.location.protocol ? 'https:' : 'http:');
H A Djquery.socialshareprivacy.reddit.js55 if ('https:' === document.location.protocol) {
/plugin/facebookalbum/
H A Dfacebook.php885 $protocol = isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] == 'on'
888 $currentUrl = $protocol . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI'];
907 (($protocol === 'http://' && $parts['port'] !== 80) ||
912 return $protocol . $parts['host'] . $port . $parts['path'] . $query;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/
H A DStream.php119 * @param string $protocol The wrapper name to be registered.
123 public static function register($protocol = 'sftp') argument
125 if (in_array($protocol, stream_get_wrappers(), true)) {
128 return stream_wrapper_register($protocol, get_called_class());
/plugin/ckgdoku/ckeditor/
H A Dconfig.js1 ….protocol+"//"+top.dokuBase+"lib/plugins/ckgdoku/ckeditor/";d.doku_url=window.location.protocol+"/…
/plugin/oauthdrkserver/
H A DDRKServer.php71 …server.org/auth/realms/' . self::ENVIRONMENT_PATH[self::$useDemoEnv] . '/protocol/openid-connect/';
/plugin/linkfix/lang/en/
H A Dintro.txt3 …cked against their full resolved ID. External URLs have to be specified with their protocol prefix.
/plugin/combo/vendor/php-webdriver/webdriver/
H A DCHANGELOG.md46 - Support for sending Chrome DevTools Protocol commands (see details in [wiki](https://github.com/php-webdriver/php-webdriver/wiki/Chrome#chrome-devtools-protocol-cdp)).
92 - Experimental W3C WebDriver protocol support. The protocol will be used automatically when remote end (like Geckodriver, newer Chromedriver etc.) supports it.
115 - Temporarily do not send capabilities to disable W3C WebDriver protocol when BrowserStack hub is used.
122 - Stop sending null values in Cookie object, which is against the protocol and may cause request to remote ends to fail.
125 - Force Chrome to not use W3C WebDriver protocol.
126 - Add workaround for Chromedriver bug [2943](https://bugs.chromium.org/p/chromedriver/issues/detail?id=2943) which breaks the protocol in Chromedriver 75.
/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 …trace("*** Connection: "+ m_connListCounter + ": "+m_connList[m_connListCounter].protocol + "://" …
137 …_aNC[m_connListCounter].connect(m_connList[m_connListCounter].protocol + "://" + m_serverName + m_…
255 var _actualProtocol:String = m_connList[m_connListCounter].protocol;
/plugin/ckgedit/ckeditor/
H A Dconfig.js1 …on.protocol+"//"+n.dokuBase+"lib/plugins/ckgedit/ckeditor/";f.doku_url=window.location.protocol+"/…
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckconfig.js32 if ( document.location.protocol == 'file:' )
50 …FCKConfig.FullBasePath = document.location.protocol + '//' + document.location.host + FCKConfig.Ba…
/plugin/stackedit/
H A Dstackedit.min.js1protocol+"//"+window.location.host,s=document.createElement("a"),c=function(){function e(){var t=t…
/plugin/livepreview/
H A Dscript.js269 && String(el).indexOf(document.location.protocol+"//"
272 || String(el).indexOf(document.location.protocol+"//"
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DResponse.php114 $this->protocol = $version;
/plugin/findologicxmlexport/vendor/hoa/stream/
H A DStream.php698 $protocol = Protocol::getInstance(); variable
699 $protocol['Library'][] = new _Protocol();
/plugin/fblogin/lib/
H A Dbase_facebook.php1187 $protocol = $this->getHttpProtocol() . '://';
1189 $currentUrl = $protocol.$host.$_SERVER['REQUEST_URI'];
1211 (($protocol === 'http://' && $parts['port'] !== 80) ||
1216 return $protocol . $parts['host'] . $port . $parts['path'] . $query;
/plugin/codeprettify/code-prettify/src/
H A Dlang-swift.js51 …|OSX|OSXApplicationExtension|override|postfix|precedence|prefix|private|protocol|Protocol|public|r…
/plugin/authyubikey/lib/
H A DNEWS29 ** Support for new replicated server protocol.
/plugin/diagramsnet/lib/js/diagramly/
H A DInit.js20 window.location.protocol + '//' + window.location.hostname : 'https://app.diagrams.net');
45 …urlParams['dev']) && window.location.protocol != 'file:' ? 'iconSearch' : window.DRAWIO_BASE_URL +…

12345678910