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

12345678

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/compat/
H A Dclock.c26 #warning Replace by a correct implementaion.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/compat/
H A Dclock.c26 #warning Replace by a correct implementaion.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Dimaglist.cpp108 bool wxImageList::Replace(int index, function in class:wxImageList
114 bool wxImageList::Replace(int i, const wxIcon& icon) function in class:wxImageList
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/applet/
H A Dprepecho.cpp118 tag.Replace("&", "&");
119 tag.Replace("<", "&lt;");
120 tag.Replace(">", "&gt;");
H A Dprepifelse.cpp182 str.Replace(" AND ", "&&");
183 str.Replace(" OR ", "||");
184 str.Replace(" EQUALS ", "==");
321 // Replace beginning of block
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/carbon/
H A Dimaglist.h40 bool Replace( int index, const wxIcon &bitmap );
41 bool Replace( int index, const wxBitmap &bitmap );
42 bool Replace( int index, const wxBitmap &bitmap, const wxBitmap &mask );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dregex.h136 int Replace(wxString *text, const wxString& replacement,
141 { return Replace(text, replacement, 1); }
143 // replace all occurences: this is actually a synonym for Replace()
145 { return Replace(text, replacement, 0); }
H A Dcombobox.h41 virtual void Replace(long from, long to, const wxString& value) = 0;
48 { Replace(from, to, wxEmptyString); }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dmsgout.cpp150 out.Replace(wxT("\t"), wxT(" "));
151 out.Replace(wxT("\n"), wxT("\r\n"));
188 out.Replace(wxT("\t"), wxT(" "));
212 out.Replace(wxT("\t"), wxT(" "));
H A Dsysopt.cpp85 var.Replace(_T("."), _T("_")); // '.'s not allowed in env var names
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/scripts/
H A Ddownload73 echo Replace disk and press return
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Dimaglist.h40 bool Replace( int index, const wxBitmap &bitmap );
41 bool Replace( int index, const wxBitmap &bitmap, const wxBitmap& mask );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/classic/
H A Dimaglist.h98 // 'bitmap' and 'mask' after calling Replace.
99 bool Replace(int index, const wxBitmap& bitmap, const wxBitmap& mask = wxNullBitmap);
105 bool Replace(int index, const wxBitmap& bitmap, const wxColour& maskColour);
109 // You can delete 'icon' after calling Replace.
110 bool Replace(int index, const wxIcon& icon);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Dimaglist.h74 // 'bitmap' and 'mask' after calling Replace.
75 bool Replace(int index, const wxBitmap& bitmap, const wxBitmap& mask = wxNullBitmap);
81 bool Replace(int index, const wxBitmap& bitmap, const wxColour& maskColour);
85 // You can delete 'icon' after calling Replace.
86 bool Replace(int index, const wxIcon& icon);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/palmos/
H A Dimaglist.h101 // 'bitmap' and 'mask' after calling Replace.
102 bool Replace(int index, const wxBitmap& bitmap, const wxBitmap& mask = wxNullBitmap);
108 bool Replace(int index, const wxBitmap& bitmap, const wxColour& maskColour);
112 // You can delete 'icon' after calling Replace.
113 bool Replace(int index, const wxIcon& icon);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DFileDetailDialog.cpp378 filename.Replace(wxT("."),wxT(" "));
381 // Replace Space-holders with Spaces
382 filename.Replace(wxT("_"),wxT(" "));
383 filename.Replace(wxT("%20"),wxT(" "));
386 filename.Replace(wxT("hYPNOTiC"), wxEmptyString);
388 filename.Replace(wxT("xxx"), wxT("XXX"));
389 // filename.Replace(wxT("xdmnx"), wxEmptyString);
390 // filename.Replace(wxT("pmp"), wxEmptyString);
391 // filename.Replace(wxT("dws"), wxEmptyString);
392 filename.Replace(wx
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/html/
H A Dhtmlfilt.cpp87 doc.Replace(wxT("&"), wxT("&amp;"), true);
88 doc.Replace(wxT("<"), wxT("&lt;"), true);
89 doc.Replace(wxT(">"), wxT("&gt;"), true);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/filename/
H A Dfilenametest.cpp179 fullnameOrig.Replace(_T("//"), _T("/"));
275 cwd.Replace(sep, wxT("/"));
278 home.Replace(sep, wxT("/"));
339 expected.Replace(_T("HOME/"), home);
340 expected.Replace(_T("CWD/"), cwd);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/cocoa/
H A Dcombobox.h138 virtual void Replace(long from, long to, const wxString& value) function in class:wxComboBox
139 { wxTextCtrl::Replace(from,to,value); }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk1/
H A Dcombobox.h108 void Remove(long from, long to) { Replace(from, to, wxEmptyString); }
109 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/html/test/
H A Dtest.cpp101 r.Replace(wxT("<b>"), wxEmptyString);
102 r.Replace(wxT("<B>"), wxEmptyString);
103 r.Replace(wxT("</b>"), wxEmptyString);
104 r.Replace(wxT("</B>"), wxEmptyString);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dimaglist.cpp160 bool wxImageList::Replace( int index, const wxBitmap &bitmap ) function in class:wxImageList
187 bool wxImageList::Replace( int index, const wxIcon &bitmap ) function in class:wxImageList
212 bool wxImageList::Replace( int index, const wxBitmap &bitmap, const wxBitmap &mask ) function in class:wxImageList
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dimaglist.cpp186 bool wxImageList::Replace(int index, function in class:wxImageList
204 bool wxImageList::Replace(int i, const wxIcon& icon) function in class:wxImageList
300 image.Replace(0, 0, 0, r, g, b);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/regex/
H A Dwxregextest.cpp166 size_t nRepl = re.Replace(&text, m_repl);
238 // Replace tests
277 name.Replace(_T("\n"), _T("\\n"));
297 name.Replace(_T("\n"), _T("\\n"));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/splitter/
H A Dsplitter.cpp88 void Replace(wxCommandEvent &event);
171 EVT_MENU(SPLIT_REPLACE, MyFrame::Replace)
218 _T("&Replace right window"),
219 _T("Replace right window"));
378 void MyFrame::Replace(wxCommandEvent& WXUNUSED(event) )

Completed in 234 milliseconds

12345678