Home
last modified time | relevance | path

Searched refs:host (Results 151 – 175 of 413) sorted by relevance

12345678910>>...17

/plugin/autotweet/
H A DOAuth.php385 $host = $parts['host'];
392 $host = "$host:$port";
394 return "$scheme://$host$path";
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dconnecting.asciidoc59 Authentication credentials are provided as part of the host array when
66 'http://user2:pass2@other-host.com:9200' // Different credentials on different host
74 Credentials are provided per-host, which allows each host to have their own set
125 host path. The client automatically verifies SSL certificates:
H A Dconnection-factory.asciidoc8 host and port?
/plugin/sphinxsearch-was/
H A DSphinxSearch.php23 public function __construct($host, $port, $index) argument
26 $this->_sphinx->SetServer($host, $port);
/plugin/stackedit/
H A Dstackedit.min.js1host,s=document.createElement("a"),c=function(){function e(){var t=this,n=arguments.length>0&&void…
/plugin/sphinxsearch/
H A DSphinxSearch.php23 public function __construct($host, $port, $index) argument
26 $this->_sphinx->SetServer($host, $port);
/plugin/livepreview/
H A Dscript.js270 +document.location.host)==0 // host is the same as current
273 +document.location.host+document.location.pathname)<0 // is not a cyclic url
/plugin/authnc/
H A Dauth.php419 $host = explode(':', $this->getConf('server'));
420 $fp = fSockOpen('ssl:' . $host[1], $this->getConf('port'), $errno, $errstr, 5);
/plugin/googlesearch/
H A Daction.php85 $url = $urlinfo['host'];
/plugin/epub/scripts/
H A Dscript.js22 var epub='http://'+ location.host + DOKU_BASE + '/lib/exe/fetch.php?media=' + result[1];
/plugin/aimg/
H A Dsyntax.php95 $img_id = str_replace(':','',cleanID($src['host'].$src['path'].$src['query']));
/plugin/removeold/lang/en/
H A Dhelp.txt4 reduce the space consumption on your web host. Simply copy/paste the content
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DUtils.php178 if ($host = $changes['uri']->getHost()) {
179 $changes['set_headers']['Host'] = $host;
/plugin/authjoomla3/
H A Dauth.php68 …name=%s;host=%s', $this->joomlaConfig->dbtype, $this->joomlaConfig->db, $this->joomlaConfig->host);
/plugin/authucenter/lib/uc_client/
H A Dclient.php234 $host = $matches['host'];
243 $header .= "Host: $host\r\n";
254 $header .= "Host: $host\r\n";
261 if(!$fp = @fsocketopen(($ip ? $ip : $host), $port, $errno, $errstr, $timeout)) {
271 $fp = @fopen($scheme.'://'.($ip ? $ip : $host).':'.$port.$path, 'b', false, $context);
/plugin/geophp/vendor/funiq/geophp/
H A DREADME.md91 $host = 'localhost';
98 $connection = pg_connect("host=$host dbname=$database user=$user password=$pass");
/plugin/sfauth/
H A DREADME.wiki60 In some cases you may want to strip away the host part from the e-mail address to have
61 nice names. To provide a unique username this feature is limited to one host.
/plugin/logger/
H A DREADME.md4 It logs the date, time, ip, username, host name, query string and user agent.
/plugin/epub/
H A Dscript.js28 var epub='http://'+ location.host + DOKU_BASE + 'lib/exe/fetch.php?media=' + result[1];
/plugin/photogallery/
H A Dsyntax.php433 $host = $main['scheme'].'://'.
452 $ilink = $host.$ilink;
454 $ilink = $host.$path.$ilink;
460 $link = $host.$link;
462 $link = $host.$path.$link;
/plugin/socialmark/
H A Dlist.txt6 #if link text is not specified, the host name is used.
/plugin/scrape/
H A DHTMLPurifier.standalone.php
/plugin/farm/
H A Danimal.class.php580 public static function createNew($name = '', $template = null, $host = null, $handler = null) { argument
667 if($host && self::$farmconf['virtual']) {
669 …`\', \'$1\', $l);'), explode("\n", $vh))), create_function('$v', 'return ($v == \''.$host.'\');'));
673 fwrite($fp, $vh."\n".$host.' '.$name);
/plugin/fedauth/Auth/OpenID/
H A DDiscover.php86 $host = $parsed['host'];
/plugin/revealjs/plugin/notes/
H A Dnotes.js48 …url: window.location.protocol + '//' + window.location.host + window.location.pathname + window.lo…

12345678910>>...17