Searched refs:wxMatchWild (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dglob.inc14 // wxMatchWild(const char *pattern, const char *str, bool dot_special)
83 wxMatchWild (const char *pattern, const char *str, bool dot_special)
113 while ((*str != '\0') && (!(ret_code = wxMatchWild (pattern, str++, FALSE))));
249 * wxMatchWild matches the given pattern string against
258 * If one or other or both of the string arguments to wxMatchWild function is
266 wxMatchWild (const char *pattern, const char *text, bool /* dotSpecial */ )
275 * wxPatternMatch does the work for wxMatchWild. wxPatternMatch matches
H A Dfs_arc.cpp515 wxMatchWild(m_Pattern, filename, false))
526 wxMatchWild(m_Pattern, filename, false))
H A Dfilefn.cpp2019 bool wxMatchWild( const wxString& pat, const wxString& text, bool dot_special ) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Ddirmac.cpp181 else if ( !wxMatchWild(lowerfilespec, lowername , false) )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/unix/
H A Ddir.cpp33 #include "wx/filefn.h" // for wxMatchWild
172 matches = wxMatchWild(m_filespec, de_d_name,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dfilefn.h559 WXDLLIMPEXP_BASE bool wxMatchWild(const wxString& pattern, const wxString& text, bool dot_special = true);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dfunction.tex199 \helpref{wxMatchWild}{wxmatchwild}\\
1215 Returns true if the pattern contains wildcards. See \helpref{wxMatchWild}{wxmatchwild}.
1218 \membersection{::wxMatchWild}\label{wxmatchwild}
1220 \func{bool}{wxMatchWild}{\param{const wxString\& }{pattern}, \param{const wxString\& }{text}, \param{bool}{ dot\_special}}

Completed in 87 milliseconds