Searched refs:strURL (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DServerWnd.h40 void UpdateServerMetFromURL(const wxString& strURL);
H A DamuleAppCommon.cpp154 wxString strURL = CFormat(wxT("ed2k://|file|%s|%i|%s|/")) local
160 strURL << wxT("|sources,");
162 strURL << thePrefs::GetYourHostname();
165 strURL = CFormat(wxT("%s%u.%u.%u.%u"))
166 % strURL
173 strURL << wxT(":") <<
182 strURL << wxT(":") << byCryptOptions;
185 strURL << wxT(":") << thePrefs::GetUserHash().Encode();
188 strURL << wxT("|/");
194 return strURL;
201 wxString strURL = CreateED2kLink(f); local
[all...]
H A DIPFilter.h83 void Update(const wxString& strURL);
H A DKadDlg.cpp214 wxString strURL = ((wxTextCtrl*)FindWindowById( IDC_NODESLISTURL ))->GetValue(); local
216 thePrefs::SetKadNodesUrl(strURL);
217 theApp->UpdateNotesDat(strURL);
H A DServerWnd.cpp88 void CServerWnd::UpdateServerMetFromURL(const wxString& strURL) argument
90 thePrefs::SetEd2kServersUrl(strURL);
91 theApp->serverlist->UpdateServerMetFromURL(strURL);
138 wxString strURL = CastChild( IDC_SERVERLISTURL, wxTextCtrl )->GetValue(); local
139 UpdateServerMetFromURL(strURL);
H A DServerList.h61 void UpdateServerMetFromURL(const wxString& strURL);
H A DIPFilter.cpp476 void CIPFilter::Update(const wxString& strURL) argument
478 if (!strURL.IsEmpty()) {
479 m_URL = strURL;
H A DServerList.cpp829 void CServerList::UpdateServerMetFromURL(const wxString& strURL) argument
831 if (strURL.Find(wxT("://")) == -1) {
835 m_URLUpdate = strURL;
837 CHTTPDownloadThread *downloader = new CHTTPDownloadThread(strURL, strTempFilename, theApp->ConfigDir + wxT("server.met"), HTTP_ServerMet, false, false);
H A Damule-remote-gui.h548 void Update(wxString strURL = wxEmptyString);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/html/
H A Dwebkit.h35 const wxString& strURL,
41 Create(parent, winID, strURL, pos, size, style, validator, name);
45 const wxString& strURL,
33 wxWebKitCtrl(wxWindow *parent, wxWindowID winID, const wxString& strURL, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = 0, const wxValidator& validator = wxDefaultValidator, const wxString& name = wxT(�)) argument

Completed in 168 milliseconds