Searched refs:Last (Results 26 - 50 of 197) sorted by relevance

12345678

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/filename/
H A Dfilenametest.cpp276 if (cwd.Last() != wxT('/'))
279 if (home.Last() != wxT('/'))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/plot/
H A Dplot.cpp556 while (label.Last() == _T('0'))
558 if ((label.Last() == _T('.')) || (label.Last() == _T(',')))
662 while (label.Last() == _T('0'))
664 if ((label.Last() == _T('.')) || (label.Last() == _T(',')))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/unix/
H A Dutilsunx.cpp696 if ( tmp.Last() != wxT(']'))
697 if ( tmp.Last() != wxT('/')) *home << wxT('/');
769 if ( !s.empty() && s.Last() == _T('\n') )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/thread/
H A Dthread.cpp460 thread = threads.Last();
570 wxThread *thread = wxGetApp().m_threads.Last();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dfmapbase.cpp402 if ( path.empty() || path.Last() != wxCONFIG_PATH_SEPARATOR )
504 if ( cs[0u] == _T('"') && cs.Last() == _T('"') )
H A Dartprov.cpp202 wxASSERT_MSG( client.Last() == _T('C'), _T("invalid 'client' parameter") );
H A Dfldlgcmn.cpp158 if (filePath.Last() != wxT('.'))
H A Dfilesys.cpp336 if (m_Path.length() > 0 && m_Path.Last() != wxT('/') && m_Path.Last() != wxT(':'))
H A Dfileconf.cpp317 (strDir.Last() != wxT('/'))
319 && (strDir.Last() != wxT(']'))
324 if (strDir.Last() != wxT('\\'))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/emulator/src/
H A Demulator.cpp238 if (path.Last() != '\\' && path.Last() != '/' && filename[0] != '\\' && filename[0] != '/')
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Darrstrng.tex21 \helpref{Last}{wxarraystringlast} or
26 array.Last().MakeUpper();
222 \membersection{wxArrayString::Last}\label{wxarraystringlast}
224 \func{wxString&}{Last}{}
H A Dprotocol.tex84 \twocolitem{{\bf wxPROTO\_ABRT}}{Last action aborted.}
H A Dtnoneng.tex41 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
70 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dhelpchm.cpp245 else if (path.Last() == wxT('\\'))
H A Dvolume.cpp267 if (filename.Last() != '\\')
H A Dregconf.cpp214 strFullPath.Last() != wxCONFIG_PATH_SEPARATOR )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dfiledlg.cpp95 if (m_dir.Last() != _T('\\'))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v32/mach-fs/
H A Ddram_init.S92 cmp.d $r2, $r3 ; Last command?
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/richtext/
H A Drichtexthtml.cpp259 if (m_indents.GetCount() > 0 && indent == m_indents.Last())
263 else if (m_indents.GetCount() == 0 || indent > m_indents.Last())
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/bzip2/
H A Dbuildbz2.com6 $! Last revised: 2007-12-29 CS.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/win32/
H A Dcrc_lcc.asm10 ; created by Paul Kienitz and Christian Spieler. Last revised 02 Jan 2006.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/win32/
H A Dcrc_lcc.asm10 ; created by Paul Kienitz and Christian Spieler. Last revised 02 Jan 2006.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Ddynarray.h289 T& Last() const \
338 T& Last() const \
515 T& Last() const \
572 T& Last() const \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dfiledlgg.cpp632 if (dirPrefix.Last() != wxFILE_SEP_PATH)
746 if (m_dirName.Last() == wxT('.'))
1382 bool want_dir = filename.Last() == wxFILE_SEP_PATH;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/archive/
H A Darchivetest.cpp579 bool setIsDir = name.Last() == _T('/') && (choices & 1);
612 if (it->first.Last() != _T('/')) {
819 if (name.Last() != _T('/'))

Completed in 139 milliseconds

12345678