Searched refs:Replace (Results 26 - 50 of 197) sorted by relevance

12345678

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/utils/convertrc/
H A Drc2xml.cpp137 dlgname.Replace(_T("IDD_"),_T("DLG_"));
560 varname.Replace(_T("IDR_"),_T("MB_"));
743 //Replace common MS ids with wxWidgets ids
789 label.Replace(_T("&"),_T("$"));
791 label.Replace(_T("<"),_T("&lt;"));
792 label.Replace(_T(">"),_T("&gt;"));
947 varname.Replace(_T("IDR_"),_T("TB_"));
1148 name.Replace(_T("id_"),wxEmptyString);
1149 name.Replace(_T("idr_"),wxEmptyString);
1150 name.Replace(_
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dregex.tex212 \membersection{wxRegEx::Replace}\label{wxregexreplace}
214 \constfunc{int}{Replace}{\param{wxString* }{text}, \param{const wxString\& }{replacement}, \param{size\_t }{maxMatches = 0}}
233 Replace all occurrences: this is actually a synonym for
234 \helpref{Replace()}{wxregexreplace}.
244 Replace the first occurrence.
248 \helpref{Replace}{wxregexreplace}
H A Dimaglist.tex180 \membersection{wxImageList::Replace}\label{wximagelistreplace}
182 \func{bool}{Replace}{\param{int}{ index}, \param{const wxBitmap\&}{ bitmap}, \param{const wxBitmap\&}{ mask = wxNullBitmap}}
188 \func{bool}{Replace}{\param{int}{ index}, \param{const wxIcon\&}{ icon}}
206 The original bitmap or icon is not affected by the {\bf Replace} operation, and can be deleted afterwards.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Ddirdlg.cpp103 m_path.Replace(_T("/"), _T("\\"));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dregex.cpp166 int Replace(wxString *pattern, const wxString& replacement,
461 int wxRegExImpl::Replace(wxString *text, function in class:wxRegExImpl
465 wxCHECK_MSG( text, wxNOT_FOUND, _T("NULL text in wxRegEx::Replace") );
574 wxFAIL_MSG( _T("internal logic error in wxRegEx::Replace") );
680 int wxRegEx::Replace(wxString *pattern, function in class:wxRegEx
686 return m_impl->Replace(pattern, replacement, maxMatches);
H A Dstdpbase.cpp127 value.Replace(wxT("$HOME"), homeDir);
H A Dfilesys.cpp629 path.Replace(g_unixPathString, g_nativePathString);
657 url.Replace(g_nativePathString, g_unixPathString);
658 url.Replace(wxT("%"), wxT("%25")); // '%'s must be replaced first!
659 url.Replace(wxT("#"), wxT("%23"));
660 url.Replace(wxT(":"), wxT("%3A"));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DUserEvents.cpp116 #define USEREVENTS_REPLACE_VAR(VAR, DESC, CODE) command.Replace(wxT("%") VAR, CODE);
128 command.Replace( wxT("%SENDER"), *((wxString*)object) );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/libs/common/
H A DStringFunctions.h94 in.Replace(wxT("&"),wxT("&&"));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/cocoa/
H A Dtextctrl.h80 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/gtk/
H A Dmenu.h29 virtual wxMenu *Replace(size_t pos, wxMenu *menu, const wxString& title);
H A Dcombobox.h86 virtual void Replace( long from, long to, const wxString& value );
90 virtual void Remove(long from, long to) { Replace(from, to, wxEmptyString); }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk1/
H A Dmenu.h29 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/classic/
H A Dmenu.h113 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 Dcombobox.h114 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 Dcombobox.h85 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/widgets/
H A Dhyperlnk.cpp245 GetSizer()->Replace(m_hyperlink, hyp, true);
267 GetSizer()->Replace(m_hyperlinkLong, hyp, true);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Daboutdlgg.cpp105 ret.Replace(_T("(c)"), copyrightSign);
106 ret.Replace(_T("(C)"), copyrightSign);
H A Dimaglist.cpp154 bool wxGenericImageList::Replace( int index, const wxBitmap &bitmap ) function in class:wxGenericImageList
187 bool wxGenericImageList::Replace( int index, const wxBitmap &bitmap, const wxBitmap &mask ) function in class:wxGenericImageList
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/helpview/src/
H A Dremhelp.cpp123 m_windowname.Replace( wxT(" "), wxT("_") );
390 m_windowname.Replace( wxT(" "), wxT("_") );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/richtext/
H A Drichtextprint.cpp390 str.Replace(wxT("@PAGENUM@"), num);
393 str.Replace(wxT("@PAGESCNT@"), num);
397 str.Replace(wxT("@DATE@"), now.FormatDate());
398 str.Replace(wxT("@TIME@"), now.FormatTime());
400 str.Replace(wxT("@TITLE@"), title);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/html/
H A Dhtmprint.cpp449 r.Replace(wxT("@PAGENUM@"), num);
452 r.Replace(wxT("@PAGESCNT@"), num);
455 r.Replace(wxT("@DATE@"), now.FormatDate());
456 r.Replace(wxT("@TIME@"), now.FormatTime());
458 r.Replace(wxT("@TITLE@"), GetTitle());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Ddir.cpp359 name.Replace(_T("/"), _T("\\"));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Dcombobox.cpp225 void wxComboBox::Replace(long from, long to, const wxString& value) function in class:wxComboBox
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/univ/
H A Dcombobox.h103 virtual void Replace(long from, long to, const wxString& value);

Completed in 165 milliseconds

12345678