Home
last modified time | relevance | path

Searched refs:firstHost (Results 1 – 25 of 26) sorted by relevance

12

/dports/games/cultivation/Cultivation_8_UnixSource/minorGems/network/p2pParts/
H A DHostCatcher.cpp196 HostAddress *firstHost = getHostOrdered(); in getHostList() local
198 if( firstHost == NULL ) { in getHostList()
208 if( ! hostToSkip->equals( firstHost ) ) { in getHostList()
209 collectedHosts->push_back( firstHost ); in getHostList()
218 if( nextHost->equals( firstHost ) ) { in getHostList()
235 if( hostToSkip->equals( firstHost ) ) { in getHostList()
238 delete firstHost; in getHostList()
/dports/www/firefox-legacy/firefox-52.8.0esr/extensions/permissions/
H A DnsContentBlocker.cpp339 nsAutoCString firstHost; in TestPermission() local
340 rv = aFirstURI->GetAsciiHost(firstHost); in TestPermission()
344 if (firstHost.Length() < tail.Length()) { in TestPermission()
351 Substring(firstHost, firstHost.Length() - tail.Length(), tail.Length()); in TestPermission()
355 if ((firstHost.Length() > tail.Length() && in TestPermission()
356 firstHost.CharAt(firstHost.Length() - tail.Length() - 1) != '.') || in TestPermission()
/dports/lang/spidermonkey60/firefox-60.9.0/extensions/permissions/
H A DnsContentBlocker.cpp319 nsAutoCString firstHost; in TestPermission() local
320 rv = aFirstURI->GetAsciiHost(firstHost); in TestPermission()
324 if (firstHost.Length() < tail.Length()) { in TestPermission()
331 firstHost, firstHost.Length() - tail.Length(), tail.Length()); in TestPermission()
335 if ((firstHost.Length() > tail.Length() && in TestPermission()
336 firstHost.CharAt(firstHost.Length() - tail.Length() - 1) != '.') || in TestPermission()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/base/
H A DThirdPartyUtil.cpp94 nsCString firstHost; in IsThirdPartyURI() local
95 nsresult rv = GetBaseDomain(aFirstURI, firstHost); in IsThirdPartyURI()
98 return IsThirdPartyInternal(firstHost, aSecondURI, aResult); in IsThirdPartyURI()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/base/
H A DThirdPartyUtil.cpp100 nsCString firstHost; in IsThirdPartyURI() local
101 nsresult rv = GetBaseDomain(aFirstURI, firstHost); in IsThirdPartyURI()
105 return IsThirdPartyInternal(firstHost, aSecondURI, aResult); in IsThirdPartyURI()
/dports/net-mgmt/blackbox_exporter/blackbox_exporter-0.17.0/prober/
H A Dhttp.go151 firstHost string member
179 if t.firstHost == "" {
180 t.firstHost = req.URL.Host
183 if t.firstHost != req.URL.Host {
186 …s does not match first address, not sending TLS ServerName", "first", t.firstHost, "address", req.…
/dports/www/firefox/firefox-99.0/dom/base/
H A DThirdPartyUtil.cpp183 nsAutoCString firstHost; in IsThirdPartyURI() local
184 nsresult rv = GetBaseDomain(aFirstURI, firstHost); in IsThirdPartyURI()
189 return IsThirdPartyInternal(firstHost, aSecondURI, aResult); in IsThirdPartyURI()
/dports/www/firefox-esr/firefox-91.8.0/dom/base/
H A DThirdPartyUtil.cpp183 nsAutoCString firstHost; in IsThirdPartyURI() local
184 nsresult rv = GetBaseDomain(aFirstURI, firstHost); in IsThirdPartyURI()
189 return IsThirdPartyInternal(firstHost, aSecondURI, aResult); in IsThirdPartyURI()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/base/
H A DThirdPartyUtil.cpp183 nsAutoCString firstHost; in IsThirdPartyURI() local
184 nsresult rv = GetBaseDomain(aFirstURI, firstHost); in IsThirdPartyURI()
189 return IsThirdPartyInternal(firstHost, aSecondURI, aResult); in IsThirdPartyURI()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/base/
H A DThirdPartyUtil.cpp199 nsAutoCString firstHost; in IsThirdPartyURI() local
200 nsresult rv = GetBaseDomain(aFirstURI, firstHost); in IsThirdPartyURI()
203 return IsThirdPartyInternal(firstHost, aSecondURI, aResult); in IsThirdPartyURI()
/dports/www/matomo/piwik/core/Tracker/
H A DTrackerCodeGenerator.php289 $options .= ' _paq.push(["setCookieDomain", "*.' . $firstHost . '"]);' . "\n";
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mail/components/accountcreation/
H A DFetchConfig.jsm281 const firstHost = sortedRecs[0].host;
282 successCallback(firstHost);
/dports/games/xshogi/xshogi-1.4.2/
H A Dxshogi.c312 String firstHost; member
441 XtOffset(AppDataPtr, firstHost), XtRString, FIRST_HOST
3988 ? localPlayer.appData.firstHost in HandleMachineMove()
5328 InitShogiProgram(localPlayer.appData.firstHost, in LoadGame()
5364 InitShogiProgram(localPlayer.appData.firstHost, in ResurrectShogiProgram()
5655 InitShogiProgram(localPlayer.appData.firstHost, in Reset()
5914 InitShogiProgram(localPlayer.appData.firstHost, in LoadPosition()
6546 localPlayer.appData.firstHost, in PrintOpponents()
6556 localPlayer.appData.firstHost); in PrintOpponents()
6564 localPlayer.appData.firstHost); in PrintOpponents()
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/s/catalog/
H A Dsharding_catalog_test.cpp205 HostAndPort firstHost{"TestHost1"}; in TEST_F() local
207 configTargeter()->setFindHostReturnValue(firstHost); in TEST_F()
222 onFindCommand([this, &firstHost, &secondHost](const RemoteCommandRequest& request) { in TEST_F()
223 ASSERT_EQUALS(firstHost, request.target); in TEST_F()
/dports/games/xboard-devel/xboard-f49e7e1/
H A Dcommon.h923 #define firstHost host[0] macro
H A Dargs.h196 { "firstHost", ArgString, (void *) &appData.firstHost, FALSE, (ArgIniType) FIRST_HOST },
197 { "fh", ArgString, (void *) &appData.firstHost, FALSE, INVALID },
H A Dxboard.texi1983 @item -fh or -firstHost host
1986 @cindex firstHost, option
H A DChangeLog5192 not specify them. The intentional exception is -firstHost.
/dports/games/xboard/xboard-4.9.1/
H A Dcommon.h935 #define firstHost host[0] macro
H A Dargs.h197 { "firstHost", ArgString, (void *) &appData.firstHost, FALSE, (ArgIniType) FIRST_HOST },
198 { "fh", ArgString, (void *) &appData.firstHost, FALSE, INVALID },
H A Dxboard.texi2652 @item -fh or -firstHost host
2655 @cindex firstHost, option
H A Dxboard.info2222 -fh or -firstHost host
5333 * firstHost, option: Chess engine options.
/dports/games/gnome-chess/gnome-chess-41.1/doc/
H A DChess Engine Communication Protocol.mhtml415 WinBoard remotely runs on a Unix host using the -firstHost or
436 the engine is running remotely using the -firstHost or -secondHost
2515 In support of the -firstHost/-secondHost features, which allow a chess
/dports/games/xboard-devel/xboard-f49e7e1/winboard/
H A Dwinboard.rtf1380 …nt is ignored if the chess engine is being run on a remote machine (see firstHost and secondHost b…
1402firstHost }}#{\footnote\ftnalt \pard\plain \s57\li120\sb80\sl-240\slmult0\nowidctlpar\adjustright …
/dports/games/xboard/xboard-4.9.1/winboard/
H A Dwinboard.rtf1380 …nt is ignored if the chess engine is being run on a remote machine (see firstHost and secondHost b…
1402firstHost }}#{\footnote\ftnalt \pard\plain \s57\li120\sb80\sl-240\slmult0\nowidctlpar\adjustright …

12