Home
last modified time | relevance | path

Searched defs:MediaType (Results 1 – 25 of 2150) sorted by relevance

12345678910>>...86

/dports/www/gohugo/hugo-0.91.2/vendor/github.com/getkin/kin-openapi/openapi3/
H A Dmedia_type.go11 type MediaType struct { struct
12 ExtensionProps
14 Schema *SchemaRef `json:"schema,omitempty" yaml:"schema,omitempty"`
15 Example interface{} `json:"example,omitempty" yaml:"example,omitempty"`
16 Examples Examples `json:"examples,omitempty" yaml:"examples,omitempty"`
26 func (mediaType *MediaType) WithSchema(schema *Schema) *MediaType {
35 func (mediaType *MediaType) WithSchemaRef(schema *SchemaRef) *MediaType {
62 func (mediaType *MediaType) MarshalJSON() ([]byte, error) {
66 func (mediaType *MediaType) UnmarshalJSON(data []byte) error {
70 func (value *MediaType) Validate(ctx context.Context) error {
[all …]
/dports/security/vaultwarden/Rocket-263e39b5b429de1913ce7e3036575a7b4d88b6d7/core/http/src/
H A Dmedia_type.rs97 pub struct MediaType { struct
100 pub source: Source,
125 pub const $name: MediaType = MediaType { argument
272 impl MediaType { implementation
505 impl FromStr for MediaType { implementation
510 fn from_str(raw: &str) -> Result<MediaType, String> { in from_str()
515 impl PartialEq for MediaType { implementation
522 impl Hash for MediaType { implementation
535 impl fmt::Display for MediaType { implementation
/dports/sysutils/coreos-ct/container-linux-config-transpiler-0.9.0/vendor/github.com/vincent-petithory/dataurl/
H A Ddataurl.go32 type MediaType struct { struct
33 Type string
34 Subtype string
35 Params map[string]string
39 func (mt *MediaType) ContentType() string {
46 func (mt *MediaType) String() string {
56 MediaType anonMember
/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/github.com/vincent-petithory/dataurl/
H A Ddataurl.go33 type MediaType struct { struct
34 Type string
35 Subtype string
36 Params map[string]string
40 func (mt *MediaType) ContentType() string {
47 func (mt *MediaType) String() string {
67 MediaType anonMember
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/modules/video_capture/windows/
H A Ddevice_info_mf.h12 #define WEBRTC_MODULES_VIDEO_CAPTURE_WINDOWS_DEVICE_INFO_MF_H_ in MediaType()
22 explicit DeviceInfoMF(const int32_t id); in MediaType()
29 uint32_t deviceNameLength, in MediaType()
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/http-media-0.8.0.0/src/Network/HTTP/Media/MediaType/
H A DInternal.hs27 data MediaType = MediaType function
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/http-media-0.8.0.0/src/Network/HTTP/Media/MediaType/
H A DInternal.hs27 data MediaType = MediaType constructor
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/modules/video_capture/windows/
H A DMediaType.cpp12 MediaType::MediaType() in MediaType() function in mozilla::media::MediaType
22 MediaType::MediaType(const MediaType& aMediaType) in MediaType() function in mozilla::media::MediaType
29 MediaType::MediaType(const AM_MEDIA_TYPE* aMediaType) in MediaType() function in mozilla::media::MediaType
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/mp4ameta-0.6.1/src/core/
H A Dtypes.rs31 pub enum MediaType { enum
50 impl MediaType { impl
66 impl TryFrom<u8> for MediaType { implementation
/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/github.com/Rhymen/go-whatsapp/
H A Dmedia.go22 func Download(url string, mediaKey []byte, appInfo MediaType, fileLength int) ([]byte, error) {
62 func getMediaKeys(mediaKey []byte, appInfo MediaType) (iv, cipherKey, macKey, refKey []byte, err er…
143 func (wac *Conn) Upload(reader io.Reader, appInfo MediaType) (downloadURL string, mediaKey []byte, …
/dports/games/libretro-bluemsx/blueMSX-libretro-faf470e/Src/Media/
H A DMediaDb.cpp55 struct MediaType { struct
56MediaType(RomType rt, const string t, const string c = "", const string y = "", const string ct = … in MediaType() function
59 MediaType(const MediaType& mt) : in MediaType() function
63 string title;
64 string company;
65 string year;
66 string country;
67 string remark;
68 RomType romType;
69 string start;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/api/
H A Dmedia_types.h23 enum MediaType { MEDIA_TYPE_AUDIO, MEDIA_TYPE_VIDEO, MEDIA_TYPE_DATA }; enum
35 enum class MediaType { ANY, AUDIO, VIDEO, DATA }; enum
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/api/
H A Dmedia_types.h23 enum MediaType { MEDIA_TYPE_AUDIO, MEDIA_TYPE_VIDEO, MEDIA_TYPE_DATA }; enum
35 enum class MediaType { ANY, AUDIO, VIDEO, DATA }; enum
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/santhosh-tekuri/jsonschema/mediatypes/
H A Dmediatypes.go18 type MediaType func([]byte) error type
25 func Register(name string, mt MediaType) {
/dports/net/traefik/traefik-2.6.1/vendor/github.com/santhosh-tekuri/jsonschema/mediatypes/
H A Dmediatypes.go18 type MediaType func([]byte) error type
25 func Register(name string, mt MediaType) {
/dports/net-im/tg_owt/tg_owt-d578c76/src/api/
H A Dmedia_types.h23 enum MediaType { enum
40 enum class MediaType { ANY, AUDIO, VIDEO, DATA }; enum
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/api/
H A Dmedia_types.h23 enum MediaType { enum
40 enum class MediaType { ANY, AUDIO, VIDEO, DATA }; enum
/dports/devel/poco/poco-1.10.1-all/Net/src/
H A DMediaType.cpp29 MediaType::MediaType(const std::string& mediaType) in MediaType() function in Poco::Net::MediaType
35 MediaType::MediaType(const std::string& type, const std::string& subType): in MediaType() function in Poco::Net::MediaType
42 MediaType::MediaType(const MediaType& mediaType): in MediaType() function in Poco::Net::MediaType
50 MediaType::MediaType(MediaType&& mediaType) noexcept: in MediaType() function in Poco::Net::MediaType
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/docker/moby-20.10.2/vendor/github.com/containerd/containerd/diff/
H A Dstream.go87 MediaType() string methodSpec
127 func (c *processorChain) MediaType() string { func
143 func (c *stdProcessor) MediaType() string { func
159 func (c *compressedProcessor) MediaType() string { func
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/containerd/containerd/diff/
H A Dstream.go87 MediaType() string methodSpec
127 func (c *processorChain) MediaType() string { func
143 func (c *stdProcessor) MediaType() string { func
159 func (c *compressedProcessor) MediaType() string { func
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/docker/docker/vendor/github.com/containerd/containerd/diff/
H A Dstream.go87 MediaType() string methodSpec
127 func (c *processorChain) MediaType() string { func
143 func (c *stdProcessor) MediaType() string { func
159 func (c *compressedProcessor) MediaType() string { func
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/containerd/containerd/diff/
H A Dstream.go87 MediaType() string methodSpec
127 func (c *processorChain) MediaType() string { func
143 func (c *stdProcessor) MediaType() string { func
159 func (c *compressedProcessor) MediaType() string { func
/dports/net/concourse-fly/concourse-6.7.1/vendor/github.com/containerd/containerd/diff/
H A Dstream.go87 MediaType() string methodSpec
127 func (c *processorChain) MediaType() string { func
143 func (c *stdProcessor) MediaType() string { func
159 func (c *compressedProcessor) MediaType() string { func
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/docker/docker/vendor/github.com/containerd/containerd/diff/
H A Dstream.go87 MediaType() string methodSpec
127 func (c *processorChain) MediaType() string { func
143 func (c *stdProcessor) MediaType() string { func
159 func (c *compressedProcessor) MediaType() string { func
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/containerd/containerd/diff/
H A Dstream.go87 MediaType() string methodSpec
127 func (c *processorChain) MediaType() string { func
143 func (c *stdProcessor) MediaType() string { func
159 func (c *compressedProcessor) MediaType() string { func

12345678910>>...86