Home
last modified time | relevance | path

Searched refs:host (Results 101 – 125 of 413) sorted by relevance

12345678910>>...17

/plugin/datatables/assets/datatables.net-fixedheader/js/
H A DdataTables.fixedHeader.min.js
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DMessage.php192 $host = $headers[reset($hostKey)][0];
193 $scheme = substr($host, -4) === ':443' ? 'https' : 'http';
195 return $scheme . '://' . $host . '/' . ltrim($path, '/');
H A DServerRequest.php195 $host = isset($parts['host']) ? $parts['host'] : null;
/plugin/sqlquery/
H A Dsyntax.php80 $host = $this->getConf('Host');
89 $link = mysqli_connect($host, $user, $password, $DB);
/plugin/authfacebook/lib/Url/
H A DFacebookUrlManipulator.php61 $host = isset($parts['host']) ? $parts['host'] : '';
66 return $scheme . $host . $port . $path . $query . $fragment;
/plugin/diagramsnet/lib/js/diagramly/
H A DOneDriveClient.js66 OneDriveClient.prototype.redirectUri = window.location.protocol + '//' + window.location.host + '/m…
67 OneDriveClient.prototype.pickerRedirectUri = window.location.protocol + '//' + window.location.host
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dextension.cache.mysqli.php99 * @param string $host
108 public function __construct($host, $database, $username, $password, $table='getid3_cache') { argument
116 $this->mysqli = new mysqli($host, $username, $password);
/plugin/pgsqlquery/
H A Dsyntax.php80 $host = $this->getConf('Host');
89 $dsn = "pgsql:host=$host;dbname=$DB;user=$user;password=$password";
/plugin/sqljson/
H A Dsyntax.php82 $host = $this->getConf('Host');
91 $link = mysqli_connect($host, $user, $password, $DB);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dconfiguration.asciidoc14 * <<host-config>>
32 include::host-config.asciidoc[]
/plugin/smtp/subtree/txtthinking/Mailer/
H A DREADME.md26 ->addAttachment('host', '/etc/hosts')
47 ->addAttachment('host', '/etc/hosts');
/plugin/farmer/
H A DDokuWikiFarmCore.php53 /** @var bool true if the current animal was requested by host */
176 // no host - no host based setup. if we're still here then it's the farmer
184 // still here? check for host based
199 * Return a list of possible animal names for the given host
201 * @param string $host the HTTP_HOST header
204 protected function getAnimalNamesForHost($host)
207 $parts = explode('.', implode('.', explode(':', rtrim($host, '.'))));
211 // strip from the end without host part
195 getAnimalNamesForHost($host) global() argument
/plugin/combo/ComboStrap/
H A DLocalPath.php81 private ?string $host = null; variable in ComboStrap\\LocalPath
112 [$this->host, $relativePath] = explode("/", $pathWithoutNetworkShare, 2);
428 * file://host/path
432 // Windows share host
459 if ($this->host === null) {
460 throw new ExceptionNotFound("No host. Localhost should be the default");
462 return $this->host;
/plugin/iptrust2/
H A Daction.php78 list($login, $host, $date) = explode("\t", $logins[$i]);
79 if ($ip == $host) {
/plugin/bugzillahttp/conf/
H A Ddefault.php3 $conf['bug_url'] = 'http://'.$conf['host'].'/bugzilla/show_bug.cgi?id=';
/plugin/html2pdf/html2pdf/html2ps/
H A Dindex.php3 $host = $_SERVER['HTTP_HOST']; variable
/plugin/farm/install/
H A Dpreload.php54 $host = $_SERVER['HTTP_HOST']; variable
57 if($m[1] == $host) {
/plugin/bugzillaxmlrpc/conf/
H A Ddefault.php4 $conf['url'] = 'http://'.$conf['host'].'/show_bug.cgi?id=';
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dhttpclient-4.5.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
/plugin/authradius/
H A Dauth.php42 $host = $this->getConf('host');
48 $hosts = explode(",", $host);
/plugin/pureldap/vendor/freedsx/sasl/
H A DCHANGELOG.md6 * Add an option to set the host section of the digest-uri for DIGEST-MD5. Mostly for easier AD support.
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
H A D64b9baa6d7556b960b29698f3383aa31.asciidoc9 'host' => 'http://otherhost:9200',
H A D7f697eb436dfa3c30dfe610d8c32d132.asciidoc9 'host' => 'http://otherhost:9200',
/plugin/revealjs/plugin/multiplex/
H A Dclient.js9 if( window.location.host === 'localhost:1947' ) return;
/plugin/amazon/
H A Dsyntax.php237 $host = "ecs.amazonaws.".$region;
262 $string_to_sign = $method."\n".$host."\n".$uri."\n".$canonicalized_query;
277 return "http://".$host.$uri."?".$canonicalized_query."&Signature=".$signature;

12345678910>>...17