Searched refs:mimetypes (Results 1 - 19 of 19) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Dmimetype.h103 size_t EnumAllFileTypes(wxArrayString& mimetypes);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/os2/
H A Dmimetype.h97 size_t EnumAllFileTypes(wxArrayString& mimetypes);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dmimecmn.cpp679 size_t wxMimeTypesManager::EnumAllFileTypes(wxArrayString& mimetypes) argument
682 size_t countAll = m_impl->EnumAllFileTypes(mimetypes);
687 if ( mimetypes.Index(m_fallbacks[n].GetMimeType()) == wxNOT_FOUND ) {
688 mimetypes.Add(m_fallbacks[n].GetMimeType());
H A Dtarstrm.cpp108 static const wxChar *mimetypes[] = { _T("application/x-tar"), NULL }; local
114 case wxSTREAM_MIMETYPE: return mimetypes;
H A Dzipstrm.cpp155 static const wxChar *mimetypes[] = { _T("application/zip"), NULL }; local
161 case wxSTREAM_MIMETYPE: return mimetypes;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/carbon/
H A Dmimetype.h39 size_t EnumAllFileTypes(wxArrayString& mimetypes);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/classic/
H A Dmimetype.h39 size_t EnumAllFileTypes(wxArrayString& mimetypes);
63 // this is used to construct a list of mimetypes which match;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msdos/
H A Dmimetype.h36 size_t EnumAllFileTypes(wxArrayString& mimetypes);
60 // this is used to construct a list of mimetypes which match;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/palmos/
H A Dmimetype.h103 size_t EnumAllFileTypes(wxArrayString& mimetypes);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dmimetype.cpp428 size_t wxMimeTypesManagerImpl::EnumAllFileTypes(wxArrayString& WXUNUSED(mimetypes))
440 mimetypes.Add(type);
445 return mimetypes.GetCount();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dmimetmac.cpp199 size_t wxMimeTypesManagerImpl::EnumAllFileTypes(wxArrayString& mimetypes) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msdos/
H A Dmimetype.cpp205 size_t wxMimeTypesManagerImpl::EnumAllFileTypes(wxArrayString& WXUNUSED(mimetypes))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/unix/
H A Dmimetype.h42 size_t EnumAllFileTypes(wxArrayString& mimetypes);
152 // this is used to construct a list of mimetypes which match;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dmimetype.cpp515 size_t wxMimeTypesManagerImpl::EnumAllFileTypes(wxArrayString& mimetypes) argument
525 mimetypes.Add(type);
530 return mimetypes.GetCount();
633 // now set any mimetypes we may have, but ignore it if none
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dmimetype.h399 size_t EnumAllFileTypes(wxArrayString& mimetypes);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/unix/
H A Dmimetype.cpp14 // 1) .mailcap and .mimetypes can be either in a netscape or metamail format
1007 wxString mimetypes;
1008 nIndex = file.GetCmd( wxT("MimeType"), mimetypes );
1054 wxStringTokenizer tokenizer(mimetypes, _T(";"));
1192 dirname.AppendDir( wxT("mimetypes") );
1207 dirname.AppendDir( wxT("mimetypes") );
2926 size_t wxMimeTypesManagerImpl::EnumAllFileTypes(wxArrayString& mimetypes) argument
2930 mimetypes.Empty();
2939 mimetypes.Add(type);
2943 return mimetypes
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/console/
H A Dconsole.cpp1265 wxArrayString mimetypes; local
1267 size_t count = wxTheMimeTypesManager->EnumAllFileTypes(mimetypes);
1277 wxTheMimeTypesManager->GetFileTypeFromMimeType(mimetypes[n]);
1281 mimetypes[n].c_str());
1299 mimetypes[n].c_str(), desc.c_str(), extsAll.c_str());
1310 static const wxChar *mimetypes = _T("/tmp/mime.types"); local
1320 if ( wxFile::Exists(mimetypes) )
1322 mimetypes,
1323 wxTheMimeTypesManager->ReadMimeTypes(mimetypes) ? _T("ok") : _T("ERROR"));
1326 mimetypes);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dmimetmac.cpp763 size_t wxMimeTypesManagerImpl::EnumAllFileTypes(wxArrayString& mimetypes) argument
771 lStartCount = (long) mimetypes.GetCount();
776 mimetypes.Add( wxMacMakeStringFromPascal(entry.MIMEType) );
779 return mimetypes.GetCount() - lStartCount;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/
H A Dconfigure14687 KDE_ICON_PATH=${KDE_ICON_PATH}hicolor/scalable/mimetypes/
15346 KDE_ICON_PATH=${KDE_ICON_PATH}hicolor/scalable/mimetypes/

Completed in 201 milliseconds