Searched refs:Replace (Results 76 - 100 of 197) sorted by relevance

12345678

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DamuleDlg.cpp640 bufferline.Replace( wxT("&"), wxT("&&") );
1163 tmp.Replace( wxT("|"), wxT("%7C") );
1166 if (!cmd.Replace(wxT("%s"), tmp)) {
1198 URL.Replace(wxT("FILENAME"), filename);
1226 skinFileName.Replace(wxT("User:"), userDir );
1227 skinFileName.Replace(wxT("System:"), systemDir );
H A DamuleAppCommon.cpp476 link.Replace(wxT("%7C"), wxT("|"));
477 link.Replace(wxT("%7c"), wxT("|"));
H A DED2KLink.cpp172 m_name.Replace(wxT("/"), wxT("_"));
H A DDownloadListCtrl.cpp1437 if (!command.Replace(wxT("$file"), wxT("%PARTFILE"))) {
1448 partFile.Replace(QUOTE, wxT("\\") QUOTE);
1449 partName.Replace(QUOTE, wxT("\\") QUOTE);
1452 command.Replace(wxT("%PARTFILE"), partFile);
1453 command.Replace(wxT("%PARTNAME"), partName);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dcombobox.cpp515 void wxComboBox::Replace(long from, long to, const wxString& value) function in class:wxComboBox
518 m_text->Replace(from,to,value);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Dmenu.cpp411 wxMenu *wxMenuBar::Replace(size_t pos, wxMenu *menu, const wxString& title)
413 wxMenu *menuOld = wxMenuBarBase::Replace(pos, menu, title);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/htlbox/
H A Dhtlbox.cpp368 GetSizer()->Replace(old, m_hlbox);
415 GetSizer()->Replace(old, m_hlbox);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Ddatectrl.cpp230 s.Replace(_T(","), _T(" , "));
H A Ddir.cpp322 name.Replace(_T("/"), _T("\\"));
H A Dtooltip.cpp381 m_text.Replace(_T("\n"), _T(" "));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dcombobox.cpp285 void wxComboBox::Replace( long lFrom, function in class:wxComboBox
316 } // end of wxComboBox::Replace
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/widgets/
H A Ddirctrl.cpp244 GetSizer()->Replace(m_dirCtrl, dirCtrl, true);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dstockitem.cpp206 STOCKITEM(wxID_REPLACE, wxSTOCK_MENU, _("Replace selection"))
273 stock.Replace(_T("&"), wxEmptyString);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dtipdlg.cpp198 tip.Replace(wxT("\\\""), wxT("\""));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/html/
H A Dhelpdata.cpp498 res.Replace(wxT("#"), wxT("_"));
499 res.Replace(wxT(":"), wxT("_"));
500 res.Replace(wxT("\\"), wxT("_"));
501 res.Replace(wxT("/"), wxT("_"));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/demos/forty/
H A Dforty.cpp339 htmlText.Replace(wxT("$DATE$"), _T(__DATE__));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/x11/
H A Dtextctrl.h142 virtual void Replace(long from, long to, const wxString& value);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/animate/
H A Danitest.cpp228 GetSizer()->Replace(old, m_animationCtrl);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dfdrepdlg.tex37 \twocolitem{{\bf EVT\_FIND\_REPLACE(id, func)}}{Replace button was pressed in the dialog.}
38 \twocolitem{{\bf EVT\_FIND\_REPLACE\_ALL(id, func)}}{Replace all button was pressed in the dialog.}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Dsrchctlg.h100 virtual void Replace(long from, long to, const wxString& value);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/carbon/
H A Dtextctrl.h83 virtual void Replace(long from, long to, const wxString& value);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Dtextctrl.h66 virtual void Replace(long from, long to, const wxString& value);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/wince/
H A Dtextctrlce.h73 virtual void Replace(long from, long to, const wxString& value);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/palmos/
H A Dtextctrl.h63 virtual void Replace(long from, long to, const wxString& value);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dmsgunfmt.cs171 Type clazz = satelliteAssembly.GetType(ConstructClassName(resourceName)+"_"+cultureName.Replace('-','_'));

Completed in 132 milliseconds

12345678