Searched refs:Replace (Results 126 - 150 of 197) sorted by relevance

12345678

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/webserver/src/
H A DWebServer.cpp72 str.Replace(wxT("&"),wxT("&"));
73 str.Replace(wxT("<"),wxT("&lt;"));
74 str.Replace(wxT(">"),wxT("&gt;"));
75 str.Replace(wxT("\""),wxT("&quot;"));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dcombobox.tex253 \membersection{wxComboBox::Replace}\label{wxcomboboxreplace}
255 \func{void}{Replace}{\param{long}{ from}, \param{long}{ to}, \param{const wxString\& }{text}}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dmenu.h422 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/mac/carbon/
H A Dmenu.cpp998 wxMenu *wxMenuBar::Replace(size_t pos, wxMenu *menu, const wxString& title)
1000 wxMenu *menuOld = wxMenuBarBase::Replace(pos, menu, title);
H A Dtextctrl.cpp189 virtual void Replace( long from, long to, const wxString &str ) ;
629 void wxTextCtrl::Replace(long from, long to, const wxString& str) function in class:wxTextCtrl
631 GetPeer()->Replace( from , to , str ) ;
1162 void wxMacTextControl::Replace( long from , long to , const wxString &val ) function in class:wxMacTextControl
2056 void wxMacMLTEControl::Replace( long from , long to , const wxString &str )
H A Dcombobxc.cpp533 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/src/msw/
H A Dmenu.cpp1103 wxMenu *wxMenuBar::Replace(size_t pos, wxMenu *menu, const wxString& title)
1105 wxMenu *menuOld = wxMenuBarBase::Replace(pos, menu, title);
H A Dcombobox.cpp675 void wxComboBox::Replace(long from, long to, const wxString& value) function in class:wxComboBox
H A Dmimetype.cpp266 ddeCommand.Replace(_T("%1"), _T("%s"));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/aui/
H A Ddockart.cpp130 img.Replace(0,0,0,123,123,123);
131 img.Replace(255,255,255,color.Red(),color.Green(),color.Blue());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dutilscmn.cpp782 ok = ddeCmd.Replace(wxT("-1"), wxT("0"),
790 ok = ddeCmd.Replace(wxT("%1"), url, false) == 1;
H A Dcombocmn.cpp2316 void wxComboCtrlBase::Replace(long from, long to, const wxString& value) function in class:wxComboCtrlBase
2319 m_text->Replace(from, to, value);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dsrchctlg.cpp622 void wxSearchCtrl::Replace(long from, long to, const wxString& value) function in class:wxSearchCtrl
624 m_text->Replace(from, to, value);
H A Ddirctrlg.cpp951 path2.Replace(wxT("\\"), wxString(wxFILE_SEP_PATH));
952 path2.Replace(wxT("/"), wxString(wxFILE_SEP_PATH));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/image/
H A Dimage.cpp856 i.Replace( 0, 0, 0,
898 i.Replace( 0,0,0,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DTextClient.cpp455 args.Replace(wxT("|h="),wxT("|/|h="));
459 args.Replace(wxT("%7C"),wxT("|"));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/tex2rtf/src/
H A Dhtmlutil.cpp1826 typeDecl.Replace(wxT("\\"),wxT(""));
1828 label.Replace(wxT("const"),wxT(""));
1829 label.Replace(wxT("virtual"),wxT(""));
1830 label.Replace(wxT("static"),wxT(""));
1831 label.Replace(wxT("extern"),wxT(""));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/html/
H A Dwinpars.cpp544 txt2.Replace(nbsp_str, wxT(" "));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/
H A Dtextctrl.cpp361 void wxTextCtrl::Replace(long from, long to, const wxString& value) function in class:wxTextCtrl
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/richtext/
H A Drichtexthtml.cpp147 text.Replace(toReplace, wxT("<br>"));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/widgets/
H A Dwidgets.cpp711 s_tip.Replace(_T("\\n"), _T("\n"));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/calendar/
H A Dcalendar.cpp600 m_sizer->Replace(m_calendar, calendar);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/univ/
H A Dtextctrl.cpp21 +? 4. rewrite Replace() refresh logic to deal with wrapping lines
31 +1. wxStringTokenize is the slowest part of Replace
155 // turn wxTextCtrl::Replace() debugging on (slows down code a *lot*!)
799 Replace(0, GetLastPosition(), value);
824 // Replace()
944 void wxTextCtrl::Replace(wxTextPos from, wxTextPos to, const wxString& text) function in class:wxTextCtrl
953 wxFAIL_MSG(_T("invalid range in wxTextCtrl::Replace"));
1109 _T("Replace() broken") );
1112 wxASSERT_MSG( lines[n] == lines2[n], _T("Replace() broken") );
1243 wxASSERT_MSG( GetValue() == textTotalNew, _T("error in Replace()") );
[all...]
H A Dmenu.cpp1761 wxMenu *wxMenuBar::Replace(size_t pos, wxMenu *menu, const wxString& title) function in class:wxMenuBar
1763 wxMenu *menuOld = wxMenuBarBase::Replace(pos, menu, title);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/unittests/tests/
H A DPathTest.cpp251 str.Replace(wxT("/"), wxString(wxFileName::GetPathSeparator()));

Completed in 245 milliseconds

12345678