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

12345678

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/text/
H A Dtext.cpp476 menuText->Append(TEXT_REPLACE, _T("&Replace characters 4 to 8 with ABC\tCtrl-R"));
1285 GetFocusedText()->Replace(3, 8, _T("ABC"));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Ddocview.cpp2206 pathInMenu.Replace(_T("&"), _T("&&"));
H A Dstring.cpp1500 wxString::Replace(const wxChar *szOld, const wxChar *szNew, bool bReplaceAll)
1504 _T("wxString::Replace(): invalid parameter") );
H A Dimage.cpp1340 void wxImage::Replace( unsigned char r1, unsigned char g1, unsigned char b1, function in class:wxImage
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dstring.h1173 size_t Replace(const wxChar *szOld,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/xrc/
H A Dxmlres.cpp978 str.Replace(wxT("."), wxLocale::GetInfo(wxLOCALE_DECIMAL_POINT,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dimage.tex942 \membersection{wxImage::Replace}\label{wximagereplace}
944 \func{void}{Replace}{\param{unsigned char}{ r1}, \param{unsigned char}{ g1}, \param{unsigned char}{ b1},
H A Drichtextctrl.tex1262 \membersection{wxRichTextCtrl::Replace}\label{wxrichtextctrlreplace}
1264 \func{void}{Replace}{\param{long }{from}, \param{long }{to}, \param{const wxString\& }{value}}
H A Dtevent.tex241 such as \helpref{Replace}{wxtextctrlreplace} or \helpref{WriteText}{wxtextctrlwritetext}
H A Dtsamples.tex324 replaced with red using \helpref{wxImage::Replace}{wximagereplace}.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/richtext/
H A Drichtextctrl.cpp2620 void wxRichTextCtrl::Replace(long WXUNUSED(from), long WXUNUSED(to), function in class:wxRichTextCtrl
2623 BeginBatchUndo(_("Replace"));
H A Drichtextbuffer.cpp5134 // Replace line break characters with spaces
5137 str.Replace(toRemove, wxT(" "));
5469 str.Replace(toReplace, wxT(" "));
7590 /// Replace the buffer paragraphs with the new ones.
9308 text.Replace(newLine, wxT("\n"));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/packaging/Mandrake/
H A Dsamba2.spec1267 # Replace paths in config files and init scripts:
2312 - Replace discription s/inetd/xinetd/, we all love xinetd, blah.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dlistctrl.cpp1614 text.Replace(_T("\n"), _T(" "));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/db/
H A Ddbtest.cpp2314 tStr.Replace(wxT("\\"),wxT("/"));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/tex2rtf/src/
H A Dtex2any.cpp760 fileNameStr.Replace(_T("\\"), _T(""));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/extern/wxWidgets/
H A Dlistctrl.cpp1610 text.Replace(_T("\n"), _T(" "));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A Dtexinfo.tex7562 % Replace the \insert primitive by a cheating macro.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/build-aux/
H A Dtexinfo.tex7321 % Replace the \insert primitive by a cheating macro.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/gperf-3.0.4/doc/
H A Dtexinfo.tex7355 % Replace the \insert primitive by a cheating macro.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/build-aux/
H A Dtexinfo.tex7355 % Replace the \insert primitive by a cheating macro.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/
H A Dconfigure23029 /* Replace the exception port info for these exceptions with our own.
24005 /* Replace the exception port info for these exceptions with our own.
[all...]

Completed in 400 milliseconds

12345678