Home
last modified time | relevance | path

Searched refs:host (Results 376 – 400 of 413) sorted by path

1...<<11121314151617

/plugin/revealjs/plugin/notes/
H A Dnotes.js48 …url: window.location.protocol + '//' + window.location.host + window.location.pathname + window.lo…
/plugin/scrape/
H A DHTMLPurifier.standalone.php
H A DphpQuery-onefile.php
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DURI.HostBlacklist.txt
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js453 Env.useLocalSkin = path.indexOf(location.protocol + "//" + location.host + "/") == 0 &&
2979 return uri.host;
11806 resourceDomain == Firebug.context.window.location.host; // TODO: xxxpedro context
/plugin/sequencediagram/bower_components/raphael/dev/
H A Draphael.svg.js145 location.host +
/plugin/sequencediagram/bower_components/raphael/
H A Draphael.min.js1 …url('#"+t+"')";var e,r=document.location;return"url('"+(r.protocol+"//"+r.host+r.pathname+r.search…
H A Draphael.no-deps.min.js1 …url('#"+t+"')";var e,r=document.location;return"url('"+(r.protocol+"//"+r.host+r.pathname+r.search…
/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/shell/
H A DP0wnyShell.css1 :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/smtp/subtree/txtthinking/Mailer/
H A DREADME.md26 ->addAttachment('host', '/etc/hosts')
47 ->addAttachment('host', '/etc/hosts');
/plugin/smtp/subtree/txtthinking/Mailer/src/
H A DMailer.php55 * @param string $host server
60 public function setServer($host, $port, $secure=null){ argument
61 $this->smtp->setServer($host, $port, $secure);
/plugin/smtp/subtree/txtthinking/Mailer/src/Mailer/
H A DSMTP.php37 protected $host; variable in Tx\\Mailer\\SMTP
99 * @param string $host server
104 public function setServer($host, $port, $secure=null) argument
106 $this->host = $host;
109 if(!$this->ehlo) $this->ehlo = $host;
172 $this->logger && $this->logger->debug("Connecting to {$this->host} at {$this->port}");
173 $host = ($this->secure == 'ssl') ? 'ssl://' . $this->host : $this->host;
174 $this->smtp = @fsockopen($host, $this->port);
/plugin/socialmark/
H A Dlist.txt6 #if link text is not specified, the host name is used.
/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&uuml;ber&shy;tragung zustimmen:",cookie_path:"/",cookie_domain:document.location.host,
/plugin/sphinxsearch-was/
H A DSphinxSearch.php23 public function __construct($host, $port, $index) argument
26 $this->_sphinx->SetServer($host, $port);
H A Dsphinxapi.php472 function SetServer($host, $port = 0) argument
474 assert(is_string($host));
475 if ($host[0] == '/') {
476 $this->_path = 'unix://' . $host;
479 if (substr($host, 0, 7) == "unix://") {
480 $this->_path = $host;
485 $this->_host = $host;
545 $host = $this->_path;
548 $host = $this->_host;
553 $fp = @fsockopen($host, $port, $errno, $errstr);
[all …]
/plugin/sphinxsearch/
H A DSphinxSearch.php23 public function __construct($host, $port, $index) argument
26 $this->_sphinx->SetServer($host, $port);
H A Dsphinxapi.php490 function SetServer ( $host, $port = 0 ) argument
492 assert ( is_string($host) );
493 if ( $host[0] == '/')
495 $this->_path = 'unix://' . $host;
498 if ( substr ( $host, 0, 7 )=="unix://" )
500 $this->_path = $host;
505 $this->_host = $host;
570 $host = $this->_path;
575 $host = $this->_host;
580 $fp = @fsockopen ( $host, $port, $errno, $errstr );
[all …]
/plugin/sqljson/
H A Dsyntax.php82 $host = $this->getConf('Host');
91 $link = mysqli_connect($host, $user, $password, $DB);
/plugin/sqlquery/
H A Dsyntax.php80 $host = $this->getConf('Host');
89 $link = mysqli_connect($host, $user, $password, $DB);
/plugin/stackedit/
H A Dstackedit.min.js1host,s=document.createElement("a"),c=function(){function e(){var t=this,n=arguments.length>0&&void…
/plugin/statistics/
H A Ddb.sql51 `host` VARCHAR(255)

1...<<11121314151617