Home
last modified time | relevance | path

Searched refs:sHost (Results 1 – 25 of 213) sorted by relevance

123456789

/dports/mail/rainloop-community/rainloop-community-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/MailSo/Cache/Drivers/
H A DRedis.php24 private $sHost; variable in MailSo\\Cache\\Drivers\\Redis
47 * @param string $sHost = '127.0.0.1'
52 …private function __construct($sHost = '127.0.0.1', $iPost = 6379, $iExpire = 43200, $sKeyPrefix = … argument
54 $this->sHost = $sHost;
62 $this->oRedis = new \Predis\Client('unix:' === substr($sHost, 0, 5) ? $sHost : array(
63 'host' => $sHost,
89 * @param string $sHost = '127.0.0.1'
96 …public static function NewInstance($sHost = '127.0.0.1', $iPost = 6379, $iExpire = 43200, $sKeyPre… argument
98 return new self($sHost, $iPost, $iExpire, $sKeyPrefix);
H A DMemcache.php24 private $sHost; variable in MailSo\\Cache\\Drivers\\Memcache
47 * @param string $sHost = '127.0.0.1'
52 …private function __construct($sHost = '127.0.0.1', $iPost = 11211, $iExpire = 43200, $sKeyPrefix =… argument
54 $this->sHost = $sHost;
59 if (!$this->oMem->connect($this->sHost, $this->iPost))
73 * @param string $sHost = '127.0.0.1'
80 …public static function NewInstance($sHost = '127.0.0.1', $iPost = 11211, $iExpire = 43200, $sKeyPr… argument
82 return new self($sHost, $iPost, $iExpire, $sKeyPrefix);
/dports/mail/rainloop/rainloop-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/MailSo/Cache/Drivers/
H A DRedis.php24 private $sHost; variable in MailSo\\Cache\\Drivers\\Redis
47 * @param string $sHost = '127.0.0.1'
52 …private function __construct($sHost = '127.0.0.1', $iPost = 6379, $iExpire = 43200, $sKeyPrefix = … argument
54 $this->sHost = $sHost;
62 $this->oRedis = new \Predis\Client('unix:' === substr($sHost, 0, 5) ? $sHost : array(
63 'host' => $sHost,
89 * @param string $sHost = '127.0.0.1'
96 …public static function NewInstance($sHost = '127.0.0.1', $iPost = 6379, $iExpire = 43200, $sKeyPre… argument
98 return new self($sHost, $iPost, $iExpire, $sKeyPrefix);
H A DMemcache.php24 private $sHost; variable in MailSo\\Cache\\Drivers\\Memcache
47 * @param string $sHost = '127.0.0.1'
52 …private function __construct($sHost = '127.0.0.1', $iPost = 11211, $iExpire = 43200, $sKeyPrefix =… argument
54 $this->sHost = $sHost;
59 if (!$this->oMem->connect($this->sHost, $this->iPost))
73 * @param string $sHost = '127.0.0.1'
80 …public static function NewInstance($sHost = '127.0.0.1', $iPost = 11211, $iExpire = 43200, $sKeyPr… argument
82 return new self($sHost, $iPost, $iExpire, $sKeyPrefix);
/dports/irc/znc/znc-1.8.2/modules/
H A Dautoattach.cpp89 CString sHost = sMsg.Token(2); in HandleAdd() local
110 CString sHost = sMsg.Token(2); in HandleDel() local
112 if (Del(bNegated, sChan, sSearch, sHost)) { in HandleDel()
168 CString sHost = sAdd.Token(2, true); in OnLoad() local
182 CString sHost = sAdd.Token(2, true); in OnLoad() local
184 Add(bNegated, sChan, sSearch, sHost); in OnLoad()
192 const CString& sHost = Nick.GetHostMask(); in TryAttach() local
230 const CString& sHost) { in FindEntry() argument
233 if (sHost.empty() || it->GetHostMask() != sHost) continue; in FindEntry()
242 const CString& sHost) { in Add() argument
[all …]
H A Dfail2ban.cpp69 void Add(const CString& sHost, unsigned int count) { in Add() argument
70 m_Cache.AddItem(sHost, count, m_Cache.GetTTL()); in Add()
73 bool Remove(const CString& sHost) { return m_Cache.RemItem(sHost); } in Remove() argument
138 for (const CString& sHost : vsHosts) { in OnBanCommand() local
139 Add(sHost, 0); in OnBanCommand()
140 PutModule(t_f("Banned: {1}")(sHost)); in OnBanCommand()
161 for (const CString& sHost : vsHosts) { in OnUnbanCommand() local
162 if (Remove(sHost)) { in OnUnbanCommand()
165 PutModule(t_f("Ignored: {1}")(sHost)); in OnUnbanCommand()
196 unsigned int* pCount = m_Cache.GetItem(sHost); in OnClientConnect()
[all …]
H A Dbouncedcc.cpp51 Csock* GetSockObj(const CString& sHost, unsigned short uPort) override;
415 CString sHost = Csock::GetHostName(); in Timeout() local
416 if (!sHost.empty()) { in Timeout()
419 sType, m_sRemoteNick, sHost, Csock::GetPort())); in Timeout()
437 CString sHost = Csock::GetHostName(); in ConnectionRefused() local
438 if (!sHost.empty()) { in ConnectionRefused()
441 "{3} {4}")(sType, m_sRemoteNick, sHost, Csock::GetPort())); in ConnectionRefused()
454 CString sHost = Csock::GetHostName(); in SockError() local
455 if (!sHost.empty()) { in SockError()
486 Csock* CDCCBounce::GetSockObj(const CString& sHost, unsigned short uPort) { in GetSockObj() argument
[all …]
/dports/security/ftimes/ftimes-3.11.0/tools/ftimes-sortini/
H A Dftimes-sortini276 …my $sHost = (exists($$phProperties{'HostIndex'})) ? $aRecordFields[$$phProperties{'HostIndex'}] : …
279 push(@{$hRecords{$sHost}{$sName}{$sOffset}}, $sRecord);
281 …foreach my $sHost (($$phProperties{'Reverse'}) ? reverse(sort(keys(%hRecords))) : sort(keys(%hReco…
283 …Properties{'Reverse'}) ? reverse(sort(keys(%{$hRecords{$sHost}}))) : sort(keys(%{$hRecords{$sHost}…
285 …reverse(sort({ $a <=> $b } keys(%{$hRecords{$sHost}{$sName}}))) : sort({ $a <=> $b } keys(%{$hReco…
287 print join("\n", @{$hRecords{$sHost}{$sName}{$sOffset}}), "\n";
/dports/irc/znc/znc-1.8.2/src/
H A DListener.cpp55 bool CRealListener::ConnectionFrom(const CString& sHost, unsigned short uPort) { in ConnectionFrom() argument
56 bool bHostAllowed = CZNC::Get().IsHostAllowed(sHost); in ConnectionFrom()
57 DEBUG(GetSockName() << " == ConnectionFrom(" << sHost << ", " << uPort in ConnectionFrom()
63 Csock* CRealListener::GetSockObj(const CString& sHost, unsigned short uPort) { in GetSockObj() argument
65 sHost, uPort, m_Listener.GetAcceptType(), m_Listener.GetURIPrefix()); in GetSockObj()
66 if (CZNC::Get().AllowConnectionFrom(sHost)) { in GetSockObj()
67 GLOBALMODULECALL(OnClientConnect(pClient, sHost, uPort), NOTHING); in GetSockObj()
73 GLOBALMODULECALL(OnFailedLogin("", sHost), NOTHING); in GetSockObj()
/dports/www/baikal/baikal/Core/Frameworks/Flake/Core/Database/
H A DMysql.php31 protected $sHost = ""; variable in Flake\\Core\\Database\\Mysql
36 function __construct($sHost, $sDbName, $sUsername, $sPassword) { argument
37 $this->sHost = $sHost;
43 'mysql:host=' . $this->sHost . ';dbname=' . $this->sDbName,
/dports/mail/sylpheed/sylpheed-3.7.0/src/
H A Deditldap.c122 gchar *sHost, *sBind, *sPass; in edit_ldap_server_check() local
136 g_strchomp( sHost ); g_strchug( sHost ); in edit_ldap_server_check()
139 if( *sHost != '\0' ) { in edit_ldap_server_check()
141 if( syldap_test_connect_s( sHost, iPort ) ) { in edit_ldap_server_check()
159 g_free( sHost ); in edit_ldap_server_check()
180 gchar *sHost, *sBind, *sPass, *sBase; in edit_ldap_basedn_select() local
190 g_strchomp( sHost ); g_strchug( sHost ); in edit_ldap_basedn_select()
199 g_free( sHost ); in edit_ldap_basedn_select()
577 if( *sHost == '\0' ) fin = TRUE; in addressbook_edit_ldap()
588 syldap_set_host( server, sHost ); in addressbook_edit_ldap()
[all …]
/dports/www/apt-cacher-ng/apt-cacher-ng-3.2/source/
H A Dmeta.cc256 l=sHost.rfind('@'); in SetHttpUrl()
260 sHost.erase(0, l+1); in SetHttpUrl()
263 l=sHost.size(); in SetHttpUrl()
264 p=sHost.rfind(':'); in SetHttpUrl()
274 sHost.erase(p); in SetHttpUrl()
279 if(sHost[0]=='[') in SetHttpUrl()
283 sHost.erase(0,1); in SetHttpUrl()
286 if (sHost[sHost.length()-1] == ']') { in SetHttpUrl()
288 sHost.erase(sHost.length()-1); in SetHttpUrl()
293 sHost = UrlUnescape(sHost); in SetHttpUrl()
[all …]
/dports/mail/rainloop-community/rainloop-community-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/MailSo/Base/
H A DHttp.php325 $sHost = $this->GetServer('HTTP_HOST', '');
326 if (0 === \strlen($sHost))
331 $sHost = (\in_array($iPort, array(80, 433))) ? $sName : $sName.':'.$iPort;
336 $sHost = 'www.' === \substr(\strtolower($sHost), 0, 4) ? \substr($sHost, 4) : $sHost;
342 $sHost = (0 < \strlen($sUser) ? $sUser.'@' : '').$sHost;
347 $sHost = \preg_replace('/:[\d]+$/', '', $sHost);
350 return $sHost;
/dports/editors/libreoffice/libreoffice-7.2.6.2/swext/mediawiki/src/com/sun/star/wiki/
H A DWikiProtocolSocketFactory.java128 public Socket createSocket( String sHost, int nPort, InetAddress clientHost, int clientPort ) in createSocket() argument
131 …return GetNotSoSecureSSLContext().getSocketFactory().createSocket( sHost, nPort, clientHost, clien… in createSocket()
135 public Socket createSocket( String sHost, int nPort ) in createSocket() argument
138 return GetNotSoSecureSSLContext().getSocketFactory().createSocket( sHost, nPort ); in createSocket()
142 public Socket createSocket( Socket aSocket, String sHost, int nPort, boolean bAutoClose ) in createSocket() argument
145 …return GetNotSoSecureSSLContext().getSocketFactory().createSocket( aSocket, sHost, nPort, bAutoClo… in createSocket()
287 public Socket createSocket( String sHost, int nPort, InetAddress clientHost, int clientPort ) in createSocket() argument
290 …return new LogSocket((SSLSocket) SSLSocketFactory.getDefault().createSocket(sHost, nPort, clientHo… in createSocket()
294 public Socket createSocket( String sHost, int nPort ) in createSocket() argument
297 return new LogSocket((SSLSocket) SSLSocketFactory.getDefault().createSocket(sHost, nPort)); in createSocket()
[all …]
/dports/mail/rainloop/rainloop-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/MailSo/Base/
H A DHttp.php325 $sHost = $this->GetServer('HTTP_HOST', '');
326 if (0 === \strlen($sHost))
331 $sHost = (\in_array($iPort, array(80, 433))) ? $sName : $sName.':'.$iPort;
336 $sHost = 'www.' === \substr(\strtolower($sHost), 0, 4) ? \substr($sHost, 4) : $sHost;
342 $sHost = (0 < \strlen($sUser) ? $sUser.'@' : '').$sHost;
347 $sHost = \preg_replace('/:[\d]+$/', '', $sHost);
350 return $sHost;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/swext/mediawiki/src/com/sun/star/wiki/
H A DWikiProtocolSocketFactory.java125 public Socket createSocket( String sHost, int nPort, InetAddress clientHost, int clientPort ) in createSocket() argument
128 …return GetNotSoSecureSSLContext().getSocketFactory().createSocket( sHost, nPort, clientHost, clien… in createSocket()
132 public Socket createSocket( String sHost, int nPort ) in createSocket() argument
135 return GetNotSoSecureSSLContext().getSocketFactory().createSocket( sHost, nPort ); in createSocket()
139 public Socket createSocket( Socket aSocket, String sHost, int nPort, boolean bAutoClose ) in createSocket() argument
142 …return GetNotSoSecureSSLContext().getSocketFactory().createSocket( aSocket, sHost, nPort, bAutoClo… in createSocket()
284 public Socket createSocket( String sHost, int nPort, InetAddress clientHost, int clientPort ) in createSocket() argument
287 …return new LogSocket((SSLSocket) SSLSocketFactory.getDefault().createSocket(sHost, nPort, clientHo… in createSocket()
291 public Socket createSocket( String sHost, int nPort ) in createSocket() argument
294 return new LogSocket((SSLSocket) SSLSocketFactory.getDefault().createSocket(sHost, nPort)); in createSocket()
[all …]
/dports/devel/codeworker/CodeWorker4_5_3/WebSite/repository/
H A DhitCounter.cwt23 local sHost = getEnv("REMOTE_HOST");
24 insert project.hosts[sHost] = sHost;
25 increment(project.hosts[sHost].hits);
26 increment(project.hosts[sHost].dates[sDate].hits);
/dports/audio/mumble/mumble-1.3.3/plugins/aoc/
H A Daoc.cpp48 string sHost; in fetch() local
61 sHost.assign(chHostStr); in fetch()
62 if (sHost.find(':')==string::npos) in fetch()
63 sHost.append(":27015"); in fetch()
67 << "<hostport>" << sHost << "</hostport>" in fetch()
/dports/audio/mumble/mumble-1.3.3/plugins/gmod/
H A Dgmod.cpp48 string sHost; in fetch() local
61 sHost.assign(chHostStr); in fetch()
62 if (sHost.find(':')==string::npos) in fetch()
63 sHost.append(":27015"); in fetch()
67 << "<hostport>" << sHost << "</hostport>" in fetch()
/dports/audio/mumble/mumble-1.3.3/plugins/insurgency/
H A Dinsurgency.cpp48 string sHost; in fetch() local
61 sHost.assign(chHostStr); in fetch()
62 if (sHost.find(':')==string::npos) in fetch()
63 sHost.append(":27015"); in fetch()
67 << "<hostport>" << sHost << "</hostport>" in fetch()
/dports/audio/murmur/mumble-1.3.3/plugins/dys/
H A Ddys.cpp48 string sHost; in fetch() local
61 sHost.assign(chHostStr); in fetch()
62 if (sHost.find(':')==string::npos) in fetch()
63 sHost.append(":27015"); in fetch()
67 << "<hostport>" << sHost << "</hostport>" in fetch()
/dports/audio/murmur/mumble-1.3.3/plugins/aoc/
H A Daoc.cpp48 string sHost; in fetch() local
61 sHost.assign(chHostStr); in fetch()
62 if (sHost.find(':')==string::npos) in fetch()
63 sHost.append(":27015"); in fetch()
67 << "<hostport>" << sHost << "</hostport>" in fetch()
/dports/audio/murmur/mumble-1.3.3/plugins/gmod/
H A Dgmod.cpp48 string sHost; in fetch() local
61 sHost.assign(chHostStr); in fetch()
62 if (sHost.find(':')==string::npos) in fetch()
63 sHost.append(":27015"); in fetch()
67 << "<hostport>" << sHost << "</hostport>" in fetch()
/dports/audio/murmur/mumble-1.3.3/plugins/insurgency/
H A Dinsurgency.cpp48 string sHost; in fetch() local
61 sHost.assign(chHostStr); in fetch()
62 if (sHost.find(':')==string::npos) in fetch()
63 sHost.append(":27015"); in fetch()
67 << "<hostport>" << sHost << "</hostport>" in fetch()
/dports/audio/mumble/mumble-1.3.3/plugins/dys/
H A Ddys.cpp48 string sHost; in fetch() local
61 sHost.assign(chHostStr); in fetch()
62 if (sHost.find(':')==string::npos) in fetch()
63 sHost.append(":27015"); in fetch()
67 << "<hostport>" << sHost << "</hostport>" in fetch()

123456789