Searched refs:Validate (Results 26 - 46 of 46) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Ddlgcmn.cpp428 if ( Validate() && TransferDataFromWindow() )
508 if ( Validate() )
H A Dvaltext.cpp102 bool wxTextValidator::Validate(wxWindow *parent) function in class:wxTextValidator
H A Dwincmn.cpp1518 bool wxWindowBase::Validate() function in class:wxWindowBase
1528 if ( validator && !validator->Validate((wxWindow *)this) )
1533 if ( recurse && !child->Validate() )
H A Dstring.cpp1086 GetStringData()->Validate(false);
1106 pData->Validate(true);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dtvalidat.tex52 The \helpref{wxValidator::Validate}{wxvalidatorvalidate} member function should return
91 first call \helpref{wxWindow::Validate}{wxwindowvalidate}, which returns false if
104 if ( Validate() && TransferDataFromWindow() )
H A Ddataviewrenderer.tex100 \membersection{wxDataViewRenderer::Validate}\label{wxdataviewrenderervalidate}
102 \func{virtual bool}{Validate}{\param{wxVariant\& }{value}}
H A Dtempfile.tex121 Validate changes: deletes the old file of name m\_strName and renames the new
H A Ddialog.tex385 identifier is pressed, the dialog calls \helpref{Validate}{wxwindowvalidate}
H A Dwindow.tex100 \twocolitem{\windowstyle{wxWS\_EX\_VALIDATE\_RECURSIVELY}}{By default, Validate/TransferDataTo/FromWindow()
2894 and Validate() methods will recursively descend into all children of the
3613 \helpref{wxValidator}{wxvalidator}, \helpref{wxWindow::Validate}{wxwindowvalidate}
3632 \helpref{wxValidator}{wxvalidator}, \helpref{wxWindow::Validate}{wxwindowvalidate}
3720 \membersection{wxWindow::Validate}\label{wxwindowvalidate}
3722 \func{virtual bool}{Validate}{\void}
3727 the method will also call Validate() of all child windows.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk/gnome/
H A Dgprint.h112 virtual bool Validate();
147 virtual bool Validate();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dcryptlib.h1069 virtual bool Validate(RandomNumberGenerator &rng, unsigned int level) const =0;
1071 //! throws InvalidMaterial if this object fails Validate() test
1073 {if (!Validate(rng, level)) throw InvalidMaterial("CryptoMaterial: this object contains invalid values");}
1472 {return GetCryptoParameters().Validate(rng, 2);}
1532 {return GetCryptoParameters().Validate(rng, 2);}
1626 {return GetCryptoParameters().Validate(rng, 2);}
H A Ddatatest.cpp171 if (!pub.Validate(GlobalRNG(), 3))
173 if (!priv.Validate(GlobalRNG(), 3))
212 if (!verifier->GetMaterial().Validate(GlobalRNG(), 3))
H A Dtest.cpp93 bool Validate(int, bool, const char *);
309 return !Validate(argc>2 ? atoi(argv[2]) : 0, argv[1][1] == 'v', argc>3 ? argv[3] : NULL);
763 bool Validate(int alg, bool thorough, const char *seedInput)
H A Dpubkey.h531 bool Validate(RandomNumberGenerator &rng, unsigned int level) const function in class:DL_GroupParameters
756 bool Validate(RandomNumberGenerator &rng, unsigned int level) const function in class:DL_PrivateKeyImpl
758 bool pass = GetAbstractGroupParameters().Validate(rng, level);
845 bool Validate(RandomNumberGenerator &rng, unsigned int level) const function in class:DL_PublicKeyImpl
847 bool pass = GetAbstractGroupParameters().Validate(rng, level);
H A Dfipsalgt.cpp374 return pub.Validate(rng, 3);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dwizard.cpp794 if ( !m_page->Validate() || !m_page->TransferDataFromWindow() )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Ddataview.h252 virtual bool Validate( wxVariant& WXUNUSED(value) ) { return true; }
H A Dwindow.h658 virtual bool Validate();
H A Dstring.h248 void Validate(bool b) { nRefs = (b ? 1 : 0); } function in struct:wxStringData
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Ddataview.cpp899 if (!cell->Validate( value ))
1041 if (!cell->Validate( value ))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/gnome/
H A Dgprint.cpp618 bool wxGnomePrintDialog::Validate() function in class:wxGnomePrintDialog
766 bool wxGnomePageSetupDialog::Validate() function in class:wxGnomePageSetupDialog

Completed in 379 milliseconds

12