Home
last modified time | relevance | path

Searched defs:ContentInfo (Results 1 – 25 of 216) sorted by relevance

123456789

/dports/www/firefox-legacy/firefox-52.8.0esr/layout/generic/
H A DnsIAnonymousContentCreator.h32 struct ContentInfo { struct
33 explicit ContentInfo(nsIContent* aContent) : in ContentInfo() argument
37 ContentInfo(nsIContent* aContent, nsStyleContext* aStyleContext) : in ContentInfo() function
43 nsTArray<ContentInfo> mChildren; argument
/dports/games/openttd/openttd-12.1/src/network/core/
H A Dtcp_content_type.h50 struct ContentInfo { struct
52 enum State {
61 ContentType type = INVALID_CONTENT_TYPE; ///< Type of content
63 uint32 filesize = 0; ///< Size of the file
65 std::string name; ///< Name of the content
66 std::string version; ///< Version of the content
67 std::string url; ///< URL related to the content
68 std::string description; ///< Description of the content
70 byte md5sum[16] = {0}; ///< The MD5 checksum
72 StringList tags; ///< Tags associated with the content
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/p2p/base/
H A Dsessiondescription.h34 struct ContentInfo { struct
35 ContentInfo() {} in ContentInfo() argument
36 ContentInfo(const std::string& name, in ContentInfo() argument
40 ContentInfo(const std::string& name, in ContentInfo() argument
45 ContentInfo(const std::string& name, in ContentInfo() argument
55 std::string name;
56 std::string type;
57 bool rejected = false;
58 bool bundle_only = false;
59 ContentDescription* description = nullptr;
/dports/lang/spidermonkey60/firefox-60.9.0/layout/generic/
H A DnsIAnonymousContentCreator.h32 struct ContentInfo { struct
33 explicit ContentInfo(nsIContent* aContent) : mContent(aContent) {} in ContentInfo() argument
36 nsTArray<ContentInfo> mChildren; argument
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/p2p/base/
H A Dsessiondescription.h34 struct ContentInfo { struct
35 ContentInfo() : description(NULL) {} in ContentInfo() argument
36 ContentInfo(const std::string& name, in ContentInfo() argument
40 ContentInfo(const std::string& name, in ContentInfo() function
45 std::string name;
46 std::string type;
47 bool rejected;
48 ContentDescription* description;
/dports/net-im/kopete/kopete-21.12.3/protocols/jabber/libjingle/talk/p2p/base/
H A Dsessiondescription.h51 struct ContentInfo { struct
52 ContentInfo() : description(NULL) {} in ContentInfo() argument
53 ContentInfo(const std::string& name, in ContentInfo() function
57 std::string name;
58 std::string type;
82 typedef std::vector<ContentInfo> ContentInfos; argument
/dports/net/fort/FORT-validator-1.5.3/src/asn1/asn1c/
H A DContentInfo.h24 typedef struct ContentInfo { struct
30 } ContentInfo_t; argument
/dports/www/firefox-esr/firefox-91.8.0/layout/generic/
H A DnsIAnonymousContentCreator.h33 struct ContentInfo { struct
56 virtual nsresult CreateAnonymousContent(nsTArray<ContentInfo>& aElements) = 0; argument
/dports/www/firefox/firefox-99.0/layout/generic/
H A DnsIAnonymousContentCreator.h33 struct ContentInfo { struct
56 virtual nsresult CreateAnonymousContent(nsTArray<ContentInfo>& aElements) = 0; argument
/dports/mail/thunderbird/thunderbird-91.8.0/layout/generic/
H A DnsIAnonymousContentCreator.h33 struct ContentInfo { struct
56 virtual nsresult CreateAnonymousContent(nsTArray<ContentInfo>& aElements) = 0; argument
/dports/lang/spidermonkey78/firefox-78.9.0/layout/generic/
H A DnsIAnonymousContentCreator.h34 struct ContentInfo { struct
57 virtual nsresult CreateAnonymousContent(nsTArray<ContentInfo>& aElements) = 0; argument
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/
H A DContentInfo.cs12 public sealed class ContentInfo class
18 public ContentInfo(byte[] content) in ContentInfo() method in System.Security.Cryptography.Pkcs.ContentInfo
23 public ContentInfo(Oid contentType, byte[] content) in ContentInfo() method in System.Security.Cryptography.Pkcs.ContentInfo
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Security/System.Security.Cryptography.Pkcs/
H A DContentInfo.cs44 public sealed class ContentInfo { class
51 public ContentInfo (byte[] content) in ContentInfo() method in System.Security.Cryptography.Pkcs.ContentInfo
56 public ContentInfo (Oid contentType, byte[] content) in ContentInfo() method in System.Security.Cryptography.Pkcs.ContentInfo
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/share/classes/sun/security/pkcs/
H A DContentInfo.java38 public class ContentInfo { class
75 public ContentInfo(ObjectIdentifier contentType, DerValue content) { in ContentInfo() method in ContentInfo
83 public ContentInfo(byte[] bytes) { in ContentInfo() method in ContentInfo
92 public ContentInfo(DerInputStream derin) in ContentInfo() method in ContentInfo
108 public ContentInfo(DerInputStream derin, boolean oldStyle) in ContentInfo() method in ContentInfo
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/share/classes/sun/security/pkcs/
H A DContentInfo.java38 public class ContentInfo { class
75 public ContentInfo(ObjectIdentifier contentType, DerValue content) { in ContentInfo() method in ContentInfo
83 public ContentInfo(byte[] bytes) { in ContentInfo() method in ContentInfo
92 public ContentInfo(DerInputStream derin) in ContentInfo() method in ContentInfo
108 public ContentInfo(DerInputStream derin, boolean oldStyle) in ContentInfo() method in ContentInfo
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.base/share/classes/sun/security/pkcs/
H A DContentInfo.java38 public class ContentInfo { class
75 public ContentInfo(ObjectIdentifier contentType, DerValue content) { in ContentInfo() method in ContentInfo
83 public ContentInfo(byte[] bytes) { in ContentInfo() method in ContentInfo
92 public ContentInfo(DerInputStream derin) in ContentInfo() method in ContentInfo
108 public ContentInfo(DerInputStream derin, boolean oldStyle) in ContentInfo() method in ContentInfo
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/bouncycastle/asn1/cms/
H A DContentInfo.java15 public class ContentInfo class
37 public ContentInfo( in ContentInfo() method in ContentInfo
50 public ContentInfo( in ContentInfo() method in ContentInfo
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/bouncycastle/asn1/pkcs/
H A DContentInfo.java14 public class ContentInfo class
35 public ContentInfo( in ContentInfo() method in ContentInfo
48 public ContentInfo( in ContentInfo() method in ContentInfo
/dports/java/bouncycastle15/crypto-169/core/src/main/java/org/bouncycastle/asn1/pkcs/
H A DContentInfo.java16 public class ContentInfo class
40 private ContentInfo( in ContentInfo() method in ContentInfo
55 public ContentInfo( in ContentInfo() method in ContentInfo
/dports/java/bouncycastle15/crypto-169/util/src/main/java/org/bouncycastle/asn1/cms/
H A DContentInfo.java29 public class ContentInfo class
74 public ContentInfo( in ContentInfo() method in ContentInfo
96 public ContentInfo( in ContentInfo() method in ContentInfo
/dports/java/bouncycastle15/crypto-169/prov/src/test/java/org/bouncycastle/jce/provider/test/
H A DContentInfo.java30 class ContentInfo class
75 public ContentInfo( in ContentInfo() method in ContentInfo
97 public ContentInfo( in ContentInfo() method in ContentInfo
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/sun/security/pkcs/
H A DContentInfo.java38 public class ContentInfo { class
89 public ContentInfo(ObjectIdentifier contentType, DerValue content) { in ContentInfo() method in ContentInfo
97 public ContentInfo(byte[] bytes) { in ContentInfo() method in ContentInfo
106 public ContentInfo(DerInputStream derin) in ContentInfo() method in ContentInfo
122 public ContentInfo(DerInputStream derin, boolean oldStyle) in ContentInfo() method in ContentInfo
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/classes/sun/security/pkcs/
H A DContentInfo.java38 public class ContentInfo { class
89 public ContentInfo(ObjectIdentifier contentType, DerValue content) { in ContentInfo() method in ContentInfo
97 public ContentInfo(byte[] bytes) { in ContentInfo() method in ContentInfo
106 public ContentInfo(DerInputStream derin) in ContentInfo() method in ContentInfo
122 public ContentInfo(DerInputStream derin, boolean oldStyle) in ContentInfo() method in ContentInfo
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/sun/security/pkcs/
H A DContentInfo.java38 public class ContentInfo { class
89 public ContentInfo(ObjectIdentifier contentType, DerValue content) { in ContentInfo() method in ContentInfo
97 public ContentInfo(byte[] bytes) { in ContentInfo() method in ContentInfo
106 public ContentInfo(DerInputStream derin) in ContentInfo() method in ContentInfo
122 public ContentInfo(DerInputStream derin, boolean oldStyle) in ContentInfo() method in ContentInfo
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/security/pkcs/
H A DContentInfo.java38 public class ContentInfo { class
89 public ContentInfo(ObjectIdentifier contentType, DerValue content) { in ContentInfo() method in ContentInfo
97 public ContentInfo(byte[] bytes) { in ContentInfo() method in ContentInfo
106 public ContentInfo(DerInputStream derin) in ContentInfo() method in ContentInfo
122 public ContentInfo(DerInputStream derin, boolean oldStyle) in ContentInfo() method in ContentInfo

123456789