Home
last modified time | relevance | path

Searched refs:GetHost (Results 1 – 25 of 2188) sorted by relevance

12345678910>>...88

/dports/news/nzbget/nzbget-21.1/daemon/nntp/
H A DNntpConnection.cpp31 …Connection(newsServer->GetHost(), newsServer->GetPort(), newsServer->GetTls()), m_newsServer(newsS… in NntpConnection()
59 debug("%s requested authorization", GetHost()); in Request()
79 m_newsServer->GetHost(), false, 0); in Authenticate()
106 debug("Authorization for %s successful", GetHost()); in AuthInfoUser()
144 debug("Authorization for %s successful", GetHost()); in AuthInfoPass()
174 debug("Changed group to %s on %s", grp, GetHost()); in JoinGroup()
179 debug("Error changing group on %s to %s: %s.", GetHost(), grp, answer); in JoinGroup()
187 debug("Opening connection to %s", GetHost()); in Connect()
221 debug("Connection to %s established", GetHost()); in Connect()
238 BString<1024> errStr(msgPrefix, m_newsServer->GetName(), m_newsServer->GetHost(), answer); in ReportErrorAnswer()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/corelib/impl/
H A Dncbi_dbsvcmapper.hpp103 Uint4 GetHost(void) const { in GetHost() function in CEndpointKey
153 Uint4 GetHost (void) const { return m_Host; } in GetHost() function in CDBServer
159 return !GetName().empty() || GetHost() != 0; in IsValid()
252 << CEndpointKey(server->GetHost(), server->GetPort())); in Exclude()
341 l.GetHost() == r.GetHost() && in operator ==()
352 if (l.GetHost() != r.GetHost()) in operator <()
353 return l.GetHost() < r.GetHost(); in operator <()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/corelib/impl/
H A Dncbi_dbsvcmapper.hpp103 Uint4 GetHost(void) const { in GetHost() function in CEndpointKey
153 Uint4 GetHost (void) const { return m_Host; } in GetHost() function in CDBServer
159 return !GetName().empty() || GetHost() != 0; in IsValid()
252 << CEndpointKey(server->GetHost(), server->GetPort())); in Exclude()
341 l.GetHost() == r.GetHost() && in operator ==()
352 if (l.GetHost() != r.GetHost()) in operator <()
353 return l.GetHost() < r.GetHost(); in operator <()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/corelib/test/
H A Dtest_ncbi_url.cpp109 BOOST_CHECK(url.GetHost().empty()); in s_TestUrl()
126 BOOST_CHECK(url.GetHost().empty()); in s_TestUrl()
327 BOOST_CHECK_EQUAL(m_Host, url.GetHost()); in Compare()
434 BOOST_CHECK_EQUAL(url.GetHost(), kHostFull); in BOOST_AUTO_TEST_CASE()
452 BOOST_CHECK_EQUAL(url.GetHost(), kHostFull); in BOOST_AUTO_TEST_CASE()
461 BOOST_CHECK(url.GetHost().empty()); in BOOST_AUTO_TEST_CASE()
470 BOOST_CHECK(url.GetHost().empty()); in BOOST_AUTO_TEST_CASE()
479 BOOST_CHECK(url.GetHost().empty()); in BOOST_AUTO_TEST_CASE()
488 BOOST_CHECK(url.GetHost().empty()); in BOOST_AUTO_TEST_CASE()
497 BOOST_CHECK(url.GetHost().empty()); in BOOST_AUTO_TEST_CASE()
[all …]
/dports/multimedia/kodi/xbmc-19.3-Matrix/lib/libUPnP/Neptune/Source/Tests/Url1/
H A DUrlTest1.cpp108 if (url.GetHost() != vector->expected_host) { in TestParse()
109 …ed GetHost() to return %s, got %s\n", test_index, vector->expected_host, url.GetHost().GetChars()); in TestParse()
188 CHECK(url.GetHost() == "foo.bar"); in main()
197 CHECK(url.GetHost() == "foo.bar"); in main()
207 CHECK(url.GetHost() == "bar.com"); in main()
215 CHECK(url.GetHost() == "bar.com"); in main()
226 CHECK(url.GetHost() == "foo"); in main()
234 CHECK(url.GetHost().IsEmpty()); in main()
245 CHECK(url.GetHost() == "foobar.com"); in main()
249 CHECK(url.GetHost() == "::1"); in main()
[all …]
/dports/multimedia/obs-studio/obs-studio-27.1.3/plugins/obs-browser/
H A Dobs-browser-source.cpp55 browser->GetHost()->WasHidden(false); in SendBrowserVisibility()
56 browser->GetHost()->Invalidate(PET_VIEW); in SendBrowserVisibility()
58 browser->GetHost()->WasHidden(true); in SendBrowserVisibility()
196 cefBrowser->GetHost()->SetAudioMuted(true); in CreateBrowser()
208 cefBrowser->GetHost()->GetClient(); in DestroyBrowser()
220 cefBrowser->GetHost()->WasHidden(true); in DestroyBrowser()
221 cefBrowser->GetHost()->CloseBrowser(true); in DestroyBrowser()
253 cefBrowser->GetHost()->SendMouseClickEvent( in SendMouseClick()
272 cefBrowser->GetHost()->SendMouseMoveEvent(e, in SendMouseMove()
340 cefBrowser->GetHost()->SendKeyEvent(e); in SendKeyClick()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/views/widget/desktop_aura/
H A Ddesktop_window_tree_host_win_unittest.cc34 widget.GetNativeWindow()->GetHost()); in TEST_F()
50 widget.GetNativeWindow()->GetHost())); in CacheRootNode()
56 widget.GetNativeWindow()->GetHost())); in CacheCaretNode()
85 HWND hwnd = widget.GetNativeWindow()->GetHost()->GetAcceleratedWidget(); in TEST_F()
116 HWND hwnd = widget.GetNativeWindow()->GetHost()->GetAcceleratedWidget(); in TEST_F()
154 HWND hwnd = widget.GetNativeWindow()->GetHost()->GetAcceleratedWidget(); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/views/widget/desktop_aura/
H A Ddesktop_window_tree_host_win_unittest.cc34 widget.GetNativeWindow()->GetHost()); in TEST_F()
50 widget.GetNativeWindow()->GetHost())); in CacheRootNode()
56 widget.GetNativeWindow()->GetHost())); in CacheCaretNode()
85 HWND hwnd = widget.GetNativeWindow()->GetHost()->GetAcceleratedWidget(); in TEST_F()
116 HWND hwnd = widget.GetNativeWindow()->GetHost()->GetAcceleratedWidget(); in TEST_F()
154 HWND hwnd = widget.GetNativeWindow()->GetHost()->GetAcceleratedWidget(); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/system/power/
H A Dpower_event_observer_unittest.cc48 if (window->GetHost()->compositor()->IsVisible()) in GetNumVisibleCompositors()
86 Shell::GetPrimaryRootWindow()->GetHost()->compositor(); in TEST_F()
242 ui::Compositor* primary_compositor = windows[0]->GetHost()->compositor(); in TEST_F()
243 ui::Compositor* secondary_compositor = windows[1]->GetHost()->compositor(); in TEST_F()
291 ui::Compositor* primary_compositor = windows[0]->GetHost()->compositor(); in TEST_F()
325 Shell::GetPrimaryRootWindow()->GetHost()->compositor()->SetVisible(false); in TEST_F()
411 Shell::GetPrimaryRootWindow()->GetHost()->compositor(); in TEST_F()
463 Shell::GetPrimaryRootWindow()->GetHost()->compositor(); in TEST_F()
506 Shell::GetPrimaryRootWindow()->GetHost()->compositor(); in TEST_F()
545 Shell::GetPrimaryRootWindow()->GetHost()->compositor(); in TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/printing/
H A Dprinter_configuration_unittest.cc34 EXPECT_EQ(printer.uri().GetHost(), "192.168.1.5"); in TEST()
48 EXPECT_EQ(printer.uri().GetHost(), "1.2.3.4"); in TEST()
55 EXPECT_EQ(printer.uri().GetHost(), "chromium.org"); in TEST()
61 EXPECT_EQ(printer.uri().GetHost(), "chromium.org"); in TEST()
68 EXPECT_EQ(printer.uri().GetHost(), "codesearch.chromium.org"); in TEST()
/dports/devel/upp/upp/bazaar/ChromiumBrowser/
H A DChromiumBrowser.cpp195 handler->GetBrowser()->GetHost()->CloseBrowser(false); in BeforeTerminate()
216 …XConfigureWindow(Xdisplay, handler->GetBrowser()->GetHost()->GetWindowHandle(), CWHeight | CWWidth… in Layout()
225 …XConfigureWindow(GDK_DISPLAY_XDISPLAY(gdk_display_get_default()), handler->GetBrowser()->GetHost()… in Layout()
229 CefWindowHandle hwnd = handler->GetBrowser()->GetHost()->GetWindowHandle(); in Layout()
252 handler->GetBrowser()->GetHost()->SendFocusEvent(true); in SetFocus()
260 handler->GetBrowser()->GetHost()->SendFocusEvent(true); in GotFocus()
267 handler->GetBrowser()->GetHost()->SendFocusEvent(false); in LostFocus()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/base/
H A DShadowRoot.cpp35 if (tmp->GetHost()) {
36 tmp->GetHost()->RemoveMutationObserver(tmp);
72 GetHost()->AddMutationObserver(this); in NS_INTERFACE_MAP_BEGIN_CYCLE_COLLECTION()
76 if (auto* host = GetHost()) { in ~ShadowRoot()
146 for (nsIContent* child = GetHost()->GetFirstChild(); child; in AddSlot()
315 nsIContent* shadowHost = GetHost(); in GetEventTargetParent()
346 nsIContent* currentContent = GetHost()->GetFirstChild(); in AssignSlotFor()
397 if (parent && parent == GetHost()) { in MaybeReassignElement()
473 if (aChild->GetParent() == GetHost()) { in ContentInserted()
503 if (aChild->GetParent() == GetHost()) { in ContentRemoved()
/dports/net-p2p/dclib/dclib-0.3.23/dclib/
H A Dcconnectionmanager.cpp333 CNetAddr::ParseHost( client->GetHost().ToUpper(), s, i ); in GetHubObject()
349 CNetAddr::ParseHost( client->GetHost(true).ToUpper(), s, i ); in GetHubObject()
396 (*hostmap)[client->GetHubName()] = client->GetHost(); in GetConnectedHubServerMap()
538 description = CConfig::Instance()->GetDescription(false,client->GetHubName(),client->GetHost()); in UpdateMyInfo()
541 …if ( CConfig::Instance()->GetBookmarkHubProfile( client->GetHubName(), client->GetHost(), &pConfig… in UpdateMyInfo()
620 …CDownloadManager::Instance()->DLM_AddTransferRequest( nick, CString(), hubname, client->GetHost() … in SendConnectionRequest()
673 HubObject->m_sHubHost = client->GetHost(); in IsUserOnline()
680 (client->GetHost().ToUpper() == hubhost) || in IsUserOnline()
681 (client->GetHost(true) == hubhost) ) in IsUserOnline()
888 if ( client->GetHubName() == id || client->GetResolvedIP() == id || client->GetHost() == id ) in GetHubDetails()
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/dbapi/driver/
H A Ddbapi_conn_factory.cpp242 virtual Uint4 GetHost(void) const;
283 Uint4 CDB_DBLB_Delegate::GetHost(void) const in GetHost() function in CDB_DBLB_Delegate
392 dsp_srv->GetHost(), in MakeDBConnection()
483 cur_host = params.GetHost(); in DispatchServerName()
503 && dsp_srv->GetHost() == 0 in DispatchServerName()
564 cur_host = dsp_srv->GetHost(); in DispatchServerName()
573 cur_host = params.GetHost(); in DispatchServerName()
662 if (params.GetHost() != 0) { in MakeValidConnection()
879 if (dsp_srv->GetHost() != 0) { in x_LogConnection()
882 } else if (params.GetHost() != 0) { in x_LogConnection()
[all …]
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/dbapi/driver/
H A Ddbapi_conn_factory.cpp242 virtual Uint4 GetHost(void) const;
283 Uint4 CDB_DBLB_Delegate::GetHost(void) const in GetHost() function in CDB_DBLB_Delegate
392 dsp_srv->GetHost(), in MakeDBConnection()
483 cur_host = params.GetHost(); in DispatchServerName()
503 && dsp_srv->GetHost() == 0 in DispatchServerName()
564 cur_host = dsp_srv->GetHost(); in DispatchServerName()
573 cur_host = params.GetHost(); in DispatchServerName()
662 if (params.GetHost() != 0) { in MakeValidConnection()
879 if (dsp_srv->GetHost() != 0) { in x_LogConnection()
882 } else if (params.GetHost() != 0) { in x_LogConnection()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/magnifier/
H A Dmagnifier_utils.cc66 if (root_window && root_window->GetHost()) in GetInputMethod()
67 return root_window->GetHost()->GetInputMethod(); in GetInputMethod()
70 return Shell::GetRootWindowForNewWindows()->GetHost()->GetInputMethod(); in GetInputMethod()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/display/
H A Dscreen_position_controller_unittest.cc92 root_windows[0]->GetHost()->GetBoundsInPixels().origin().ToString()); in TEST_F()
94 root_windows[0]->GetHost()->GetBoundsInPixels().size().ToString()); in TEST_F()
97 root_windows[1]->GetHost()->GetBoundsInPixels().origin().ToString()); in TEST_F()
99 root_windows[1]->GetHost()->GetBoundsInPixels().size().ToString()); in TEST_F()
179 root_windows[0]->GetHost()->GetBoundsInPixels().ToString()); in TEST_F()
181 root_windows[1]->GetHost()->GetBoundsInPixels().ToString()); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/renderer_host/input/
H A Dfling_scheduler.cc73 host_->GetView()->GetNativeView()->GetHost() && in GetCompositor()
74 host_->GetView()->GetNativeView()->GetHost()->compositor()) { in GetCompositor()
75 return host_->GetView()->GetNativeView()->GetHost()->compositor(); in GetCompositor()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/renderer_host/input/
H A Dfling_scheduler.cc77 host_->GetView()->GetNativeView()->GetHost() && in GetCompositor()
78 host_->GetView()->GetNativeView()->GetHost()->compositor()) { in GetCompositor()
79 return host_->GetView()->GetNativeView()->GetHost()->compositor(); in GetCompositor()
/dports/www/firefox-esr/firefox-91.8.0/dom/media/webrtc/
H A DPeerIdentity.cpp31 GetHost(mPeerIdentity, host); in Equals()
33 GetHost(aOtherString, otherHost); in Equals()
60 void PeerIdentity::GetHost(const nsAString& aPeerIdentity, nsAString& aHost) { in GetHost() function in mozilla::PeerIdentity
/dports/www/firefox/firefox-99.0/dom/media/webrtc/
H A DPeerIdentity.cpp31 GetHost(mPeerIdentity, host); in Equals()
33 GetHost(aOtherString, otherHost); in Equals()
60 void PeerIdentity::GetHost(const nsAString& aPeerIdentity, nsAString& aHost) { in GetHost() function in mozilla::PeerIdentity
/dports/mail/thunderbird/thunderbird-91.8.0/dom/media/webrtc/
H A DPeerIdentity.cpp31 GetHost(mPeerIdentity, host); in Equals()
33 GetHost(aOtherString, otherHost); in Equals()
60 void PeerIdentity::GetHost(const nsAString& aPeerIdentity, nsAString& aHost) { in GetHost() function in mozilla::PeerIdentity
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/media/webrtc/
H A DPeerIdentity.cpp35 GetHost(mPeerIdentity, host); in Equals()
37 GetHost(aOtherString, otherHost); in Equals()
65 PeerIdentity::GetHost(const nsAString& aPeerIdentity, nsAString& aHost) in GetHost() function in mozilla::PeerIdentity
/dports/lang/spidermonkey60/firefox-60.9.0/dom/media/webrtc/
H A DPeerIdentity.cpp31 GetHost(mPeerIdentity, host); in Equals()
33 GetHost(aOtherString, otherHost); in Equals()
59 /* static */ void PeerIdentity::GetHost(const nsAString& aPeerIdentity, in GetHost() function in mozilla::PeerIdentity
/dports/lang/spidermonkey78/firefox-78.9.0/dom/media/webrtc/
H A DPeerIdentity.cpp31 GetHost(mPeerIdentity, host); in Equals()
33 GetHost(aOtherString, otherHost); in Equals()
60 void PeerIdentity::GetHost(const nsAString& aPeerIdentity, nsAString& aHost) { in GetHost() function in mozilla::PeerIdentity

12345678910>>...88