Searched refs:Replace (Results 51 - 75 of 197) sorted by relevance

12345678

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/univ/
H A Dmenu.h152 virtual wxMenu *Replace(size_t pos, wxMenu *menu, const wxString& title);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/strings/
H A Dstrings.cpp42 CPPUNIT_TEST( Replace );
68 void Replace();
251 void StringTestCase::Replace() function in class:StringTestCase
280 s.Replace( olds, news, all ); \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/utils/aLinkCreator/src/
H A Ded2khash.cpp264 toStrip.Replace(&name, wxT("_"));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/cocoa/
H A Dmenu.h101 virtual wxMenu *Replace(size_t pos, wxMenu *menu, const wxString& title);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk/
H A Dtextctrl.h65 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/gtk1/
H A Dtextctrl.h62 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 Dcombobox.h111 virtual void Replace(long from, long to, const wxString& value);
H A Dmenu.h117 virtual wxMenu *Replace(size_t pos, wxMenu *menu, const wxString& title);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/carbon/private/
H A Dmactext.h37 virtual void Replace( long from, long to, const wxString &str ) ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/classic/
H A Dcombobox.h103 virtual void Replace(long from, long to, const wxString& value);
H A Dtextctrl.h69 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/motif/
H A Dcombobox.h95 virtual void Replace(long from, long to, const wxString& value);
H A Dmenu.h125 virtual wxMenu *Replace(size_t pos, wxMenu *menu, const wxString& title);
H A Dtextctrl.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/msw/
H A Dcombobox.h88 virtual void Replace(long from, long to, const wxString& value);
H A Dmenu.h162 virtual wxMenu *Replace(size_t pos, wxMenu *menu, const wxString& title);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/os2/
H A Dmenu.h211 virtual wxMenu* Replace( size_t nPos
H A Dtextctrl.h66 virtual void Replace( long lFrom
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/palmos/
H A Dmenu.h143 virtual wxMenu *Replace(size_t pos, wxMenu *menu, const wxString& title);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msdos/
H A Dutilsdos.cpp171 strDir.Replace(_T("/"), _T("\\"));
188 prog.Replace(_T("/"), _T("\\"));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/univ/
H A Dcombobox.cpp323 void wxComboBox::Replace(long from, long to, const wxString& value) function in class:wxComboBox
325 if ( GetTextCtrl() ) GetTextCtrl()->Replace(from, to, value);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/helpview/src/
H A Dhelpview.cpp214 windowName.Replace( wxT("_"), wxT(" ") );
489 newname.Replace( wxT("_"), wxT(" ") );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/unix/
H A Dmimetype.cpp385 sTmp.Replace( wxT("%f"), wxT("%s") );
392 sTmp.Replace( wxT("%f"), wxT("%s") );
399 sTmp.Replace( wxT("%f"), wxT("%s") );
770 sTmp.Replace( wxT("%s"), wxT("%f") );
776 sTmp.Replace( wxT("%f"), wxT("") );
919 if (0 == sTmp.Replace( wxT("%f"), wxT("%s") ))
1038 // Replace some of the field code in the 'Exec' entry.
1045 sCmd.Replace(wxT("%F"), wxT("%f"));
1046 sCmd.Replace(wxT("%U"), wxT("%f"));
1047 sCmd.Replace(wx
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/demos/poem/
H A Dwxpoem.cpp1035 s.Replace( _T("@P"),wxEmptyString);
1036 s.Replace( _T("@A "),wxEmptyString);
1037 s.Replace( _T("@A"),wxEmptyString);
1038 s.Replace( _T("@T "),wxEmptyString);
1039 s.Replace( _T("@T"),wxEmptyString);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/wxrc/
H A Dwxrc.cpp367 name2.Replace(wxT(":"), wxT("_"));
368 name2.Replace(wxT("/"), wxT("_"));
369 name2.Replace(wxT("\\"), wxT("_"));
370 name2.Replace(wxT("*"), wxT("_"));
371 name2.Replace(wxT("?"), wxT("_"));

Completed in 377 milliseconds

12345678