Home
last modified time | relevance | path

Searched refs:host (Results 176 – 200 of 413) sorted by relevance

12345678910>>...17

/plugin/openid/Auth/OpenID/
H A DDiscover.php89 $host = $parsed['host'];
/plugin/simplemysqlclient/
H A Ddescr.txt23 …ate the plugin. You have to set the database name, user, passwort and the host. Than you can allow…
/plugin/elasticsearch/vendor/ezimuel/ringphp/
H A DREADME.md28 'host' => ['www.google.com'],
/plugin/fastwiki/
H A Dhistory.js102 return new RegExp('^'+path+'$|://'+document.location.host+path+'$');
/plugin/socialshareprivacy/
H A Djquery.socialshareprivacy.js63 canonical = document.location.protocol + "//" + document.location.host + canonical;
126 'cookie_domain' : document.location.host,
H A Djquery.socialshareprivacy.min.js15 "//"+document.location.host+a),c=a);return c}b.fn.socialSharePrivacy=function(c){var a=b.extend(!0,…
18 …en und Datenüber­tragung zustimmen:",cookie_path:"/",cookie_domain:document.location.host,
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php1009 private $host; variable in phpseclib3\\Net\\SSH2
1203 * @param mixed $host
1209 public function __construct($host, $port = 22, $timeout = 10) argument
1298 if (is_resource($host)) {
1299 $this->fsock = $host;
1303 if (Strings::is_stringable($host)) {
1304 $this->host = $host;
1404 …$this->fsock = @fsockopen($this->host, $this->port, $errno, $errstr, $this->curTimeout == 0 ? 1000…
1406 $host = $this->host . ':' . $this->port;
1407 … throw new UnableToConnectException(rtrim("Cannot connect to $host. Error $errno. $errstr"));
/plugin/ckgedit/
H A Dscript.js40 …var broken_image ='http://' + location.host + DOKU_BASE + '/lib/plugins/ckgedit/fckeditor/userf…
297 var dokuBase = location.host + DOKU_BASE;
/plugin/pgn4web/pgn4web/
H A Dviewer-links.php164 $abs = "$host$path/$url";
/plugin/datatables/assets/datatables.net-buttons/js/
H A Dbuttons.print.min.js5 !function(n){var o,r;"function"==typeof define&&define.amd?define(["jquery","datatables.net","datatables.net-buttons"],function(t){return n(t,window,document)}):"object"==typeof exports?(o=require("jquery"),r=function(t,e){e.fn.dataTable||require("datatables.net")(t,e),e.fn.dataTable.Buttons||require("datatables.net-buttons")(t,e)},"undefined"==typeof window?module.exports=function(t,e){return t=t||window,e=e||o(t),r(t,e),n(e,t,t.document)}:(r(window,o),module.exports=n(o,window,window.document))):n(jQuery,window,document)}(function(m,b,t,p){"use strict";function h(t){return n.href=t,-1===(t=n.host).indexOf("/")&&0!==n.pathname.indexOf("/")&&(t+="/"),n.protocol+"//"+t+n.pathname+n.search}var e=m (…)
/plugin/shell/
H A DP0wnyShell.css1 :host {
/plugin/fckg/
H A Dscript.js248 var dokuBase = location.host + DOKU_BASE;
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckconfig.js50 …FCKConfig.FullBasePath = document.location.protocol + '//' + document.location.host + FCKConfig.Ba…
/plugin/fckg/scripts/
H A Dscript-cmpr.js1 …ert(d)}}})}function GetE(a){return document.getElementById(a)}var dokuBase=location.host+DOKU_BASE;
/plugin/advanced/lang/en/config/
H A Dinterwiki.txt26 | {HOST} | host part if an URL was given as wikiname …
/plugin/etherpadlite/action/
H A Detherpadlite.php363 $host = parse_url($this->ep_url, PHP_URL_HOST);
364 setcookie("sessionID",$_SESSION["ep_sessionID"], 0, "/", $host);
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DCurlFactory.php432 $host = $easy->request->getUri()->getHost();
434 !\GuzzleHttp\is_host_in_noproxy($host, $options['proxy']['no'])
/plugin/statistics/
H A Ddb.sql51 `host` VARCHAR(255)
/plugin/badbehaviour/
H A Dbadbehavior.readme66 Bad Behavior has been designed to install on each host software in the
69 for your host software.
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dinstallation.asciidoc21 If you have a host that does not have libcurl installed, you can use an
/plugin/authsmartcard/
H A DREADME.md28 Depending on your version of Apache and virtual host configuration, you may also need (but should u…
/plugin/fblogin/lib/
H A Dbase_facebook.php1188 $host = $this->getHttpHost();
1189 $currentUrl = $protocol.$host.$_SERVER['REQUEST_URI'];
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DCHANGELOG.md199 - Compatibility of URIs with `file` scheme and empty host.
207 - Missing lowercase normalization for host.
/plugin/photogallery/phpThumb/
H A Dphpthumb.functions.php649 …public static function URLreadFsock($host, $file, &$errstr, $successonly=true, $port=-1, $timeout=… argument
656 …if ($fp = @fsockopen((($port == 443) ? 'ssl://' : '').$host, $port, $errno, $errstr, $timeout)) { …
658 $out .= 'Host: '.$host."\r\n";
/plugin/farm/
H A Danimalmanager.class.php50 …$host = (isset($_POST['animal_host']) && !empty($_POST['animal_host'])) ? $_POST['animal_host'] : …
51 if($n = dokuwiki_farm_animal::createNew($_POST['animal_name'], $tpl, $host, $this)) {

12345678910>>...17