Home
last modified time | relevance | path

Searched refs:strMediaType (Results 1 – 6 of 6) sorted by relevance

/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/media/
H A DMediaType.cpp42 bool CMediaTypes::IsMediaType(const std::string &strMediaType, const MediaType &mediaType) in IsMediaType() argument
44 std::map<std::string, MediaTypeInfo>::const_iterator strMediaTypeIt = findMediaType(strMediaType); in IsMediaType()
51 MediaType CMediaTypes::FromString(const std::string &strMediaType) in FromString() argument
53 std::map<std::string, MediaTypeInfo>::const_iterator mediaTypeIt = findMediaType(strMediaType); in FromString()
80 std::string strMediaType = mediaType; in findMediaType() local
81 StringUtils::ToLower(strMediaType); in findMediaType()
83 std::map<std::string, MediaTypeInfo>::const_iterator it = m_mediaTypes.find(strMediaType); in findMediaType()
89 if (strMediaType.compare(it->second.plural) == 0) in findMediaType()
H A DMediaType.h34 static bool IsMediaType(const std::string &strMediaType, const MediaType &mediaType);
35 static MediaType FromString(const std::string &strMediaType);
/dports/security/keepass/KeePass-2.49-Source/KeePassLib/Utility/
H A DStrUtil.cs1721 public static string DataToDataUri(byte[] pbData, string strMediaType) in DataToDataUri() argument
1725 if(strMediaType == null) strMediaType = "application/octet-stream"; in DataToDataUri()
1728 return ("data:" + strMediaType + ";base64," + Convert.ToBase64String( in DataToDataUri()
1731 return ("data:" + strMediaType + ";base64," + Convert.ToBase64String( in DataToDataUri()
/dports/editors/libreoffice/libreoffice-7.2.6.2/desktop/source/deployment/registry/package/
H A Ddp_package.cxx1061 static const OUStringLiteral strMediaType( u"MediaType" ); in exportTo() local
1080 pattribs[ 1 ].Name = strMediaType; in exportTo()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/desktop/source/deployment/registry/package/
H A Ddp_package.cxx1068 const OUString strMediaType( "MediaType" ); in exportTo() local
1087 pattribs[ 1 ].Name = strMediaType; in exportTo()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/basctl/source/basicide/
H A Dmoduldl2.cxx1076 const OUString strMediaType = "MediaType" ; in ExportAsPackage() local
1084 { strMediaType, Any(strBasicMediaType) } in ExportAsPackage()