Home
last modified time | relevance | path

Searched refs:knownTypes (Results 1 – 25 of 212) sorted by relevance

123456789

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.WorkflowServices/System/ServiceModel/Security/
H A DSerializableAuthorizationContext.cs33 IList<Type> knownTypes; field in System.ServiceModel.Security.SerializableAuthorizationContext
45 this.knownTypes = knownTypes; in SerializableAuthorizationContext()
55 IList<Type> knownTypes = BuildKnownClaimTypes(authorizationContext); in From()
56 byte[] contextBlob = CreateSerializableBlob(authorizationContext, knownTypes); in From()
70 List<Type> knownTypes = new List<Type>(); in BuildKnownClaimTypes()
76 if (!redBitsKnownType.Contains(claimSetType) && !knownTypes.Contains(claimSetType)) in BuildKnownClaimTypes()
78 knownTypes.Add(claimSetType); in BuildKnownClaimTypes()
85 if (!redBitsKnownType.Contains(claimType) && !knownTypes.Contains(claimType)) in BuildKnownClaimTypes()
87 knownTypes.Add(claimType); in BuildKnownClaimTypes()
92 if (knownTypes.Count != 0) in BuildKnownClaimTypes()
[all …]
/dports/www/oauth2-proxy/oauth2-proxy-7.2.0/vendor/github.com/oauth2-proxy/tools/reference-gen/pkg/generator/
H A Dutils.go109 return aliasDisplayName(t, knownTypes)
116 func aliasDisplayName(t *types.Type, knownTypes typeSet) string {
123 return typeDisplayName(t.Underlying, knownTypes)
177 return linkForType(t, knownTypes)
183 func linkForType(t *types.Type, knownTypes typeSet) string {
186 if knownTypes.has(t) {
221 return typeDisplayName(t, knownTypes)
226 func typeDisplayName(t *types.Type, knownTypes typeSet) string {
229 if knownTypes.has(dt) {
271 return typeReferences(t, references, knownTypes)
[all …]
H A Dgenerator.go145 knownTypes := newTypeSetFromList(typeList)
147 "aliasDisplayName": aliasDisplayNameFunc(knownTypes),
153 "linkForType": linkForTypeFunc(knownTypes),
157 "typeDisplayName": typeDisplayNameFunc(knownTypes),
158 "typeReferences": typeReferencesFunc(typesToRender, knownTypes),
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Runtime.Serialization/System/Runtime/Serialization/
H A DDataContractSerializer.cs44 : this(type, knownTypes, int.MaxValue, false, false, null) in DataContractSerializer()
49 IEnumerable<Type> knownTypes, in DataContractSerializer() argument
59 IEnumerable<Type> knownTypes, in DataContractSerializer() argument
80 IEnumerable<Type> knownTypes, in DataContractSerializer() argument
90 IEnumerable<Type> knownTypes, in DataContractSerializer() argument
112 IEnumerable<Type> knownTypes, in DataContractSerializer() argument
122 IEnumerable<Type> knownTypes, in DataContractSerializer() argument
143 IEnumerable<Type> knownTypes, in Initialize() argument
154 if (knownTypes != null) in Initialize()
157 foreach (Type knownType in knownTypes) in Initialize()
[all …]
H A DExportOptions.cs13 Collection<Type> knownTypes; field in System.Runtime.Serialization.ExportOptions
31 if (knownTypes == null)
33 knownTypes = new Collection<Type>();
35 return knownTypes;
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Dispatcher/
H A DFaultContractInfo.cs19 IList<Type> knownTypes; field in System.ServiceModel.Dispatcher.FaultContractInfo
26 …ultContractInfo(string action, Type detail, XmlName elementName, string ns, IList<Type> knownTypes) in FaultContractInfo() argument
42 this.knownTypes = knownTypes; in FaultContractInfo()
53 internal IList<Type> KnownTypes { get { return this.knownTypes; } }
63 …er = DataContractSerializerDefaults.CreateSerializer(this.detail, this.knownTypes, int.MaxValue /*…
67 …er = DataContractSerializerDefaults.CreateSerializer(this.detail, this.knownTypes, this.elementNam…
H A DDataContractSerializerOperationFormatter.cs27 …internal static DataContractSerializer CreateSerializer(Type type, IList<Type> knownTypes, int max… in CreateSerializer() argument
31 knownTypes, in CreateSerializer()
49 knownTypes, in CreateSerializer()
66 knownTypes, in CreateSerializer()
83 IList<Type> knownTypes; field in System.ServiceModel.Dispatcher.DataContractSerializerOperationFormatter
97 if (knownTypes == null) in DataContractSerializerOperationFormatter()
98 knownTypes = new List<Type>(); in DataContractSerializerOperationFormatter()
102 knownTypes.Add(type); in DataContractSerializerOperationFormatter()
534 IList<Type> knownTypes; field in System.ServiceModel.Dispatcher.DataContractSerializerOperationFormatter.PartInfo
540 IList<Type> knownTypes, DataContractSerializerOperationBehavior behavior) in PartInfo() argument
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/workspace/Compiler/src/org/eclipse/jdt/internal/compiler/lookup/
H A DPackageBinding.java21 HashtableOfType knownTypes; field in PackageBinding
30 this.knownTypes = null; // initialized if used... class counts can be very large 300-600 in PackageBinding()
46 if (knownTypes == null) in addNotFoundType()
47 knownTypes = new HashtableOfType(25); in addNotFoundType()
48 knownTypes.put(simpleName, LookupEnvironment.TheNotFoundType); in addNotFoundType()
54 if (knownTypes == null) in addType()
55 knownTypes = new HashtableOfType(25); in addType()
56 knownTypes.put(element.compoundName[element.compoundName.length - 1], element); in addType()
141 if (knownTypes == null) in getType0()
143 return knownTypes.get(name); in getType0()
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/compiler/lookup/
H A DPackageBinding.java24 HashtableOfType knownTypes; field in PackageBinding
36 this.knownTypes = null; // initialized if used... class counts can be in PackageBinding()
60 if (knownTypes == null) in addNotFoundType()
61 knownTypes = new HashtableOfType(25); in addNotFoundType()
62 knownTypes.put(simpleName, LookupEnvironment.TheNotFoundType); in addNotFoundType()
71 if (knownTypes == null) in addType()
72 knownTypes = new HashtableOfType(25); in addType()
73 knownTypes.put(element.compoundName[element.compoundName.length - 1], in addType()
175 if (knownTypes == null) in getType0()
177 return knownTypes.get(name); in getType0()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel.Web/System/ServiceModel/Dispatcher/
H A DSingleBodyParameterDataContractMessageFormatter.cs27 IList<Type> knownTypes; field in System.ServiceModel.Dispatcher.SingleBodyParameterDataContractMessageFormatter
69 this.knownTypes = tmp.AsReadOnly(); in SingleBodyParameterDataContractMessageFormatter()
70 ValidateType(this.parameterDataContractType, surrogate, this.knownTypes); in SingleBodyParameterDataContractMessageFormatter()
131 … typeForSerializer = GetTypeForSerializer(type, this.parameterDataContractType, this.knownTypes); in GetOutputSerializer()
186 …id ValidateType(Type parameterType, IDataContractSurrogate surrogate, IEnumerable<Type> knownTypes) in ValidateType() argument
189 if (surrogate != null || knownTypes != null) in ValidateType()
193 if (knownTypes != null) in ValidateType()
195 foreach (Type knownType in knownTypes) in ValidateType()
209 foreach (Type knownType in this.knownTypes) in CreateInputSerializers()
220 …return new DataContractJsonSerializer(type, this.knownTypes, this.maxItemsInObjectGraph, this.igno… in CreateSerializer()
[all …]
H A DSingleBodyParameterXmlSerializerMessageFormatter.cs21 List<Type> knownTypes; field in System.ServiceModel.Dispatcher.SingleBodyParameterXmlSerializerMessageFormatter
51 this.knownTypes = new List<Type>(); in SingleBodyParameterXmlSerializerMessageFormatter()
56 this.knownTypes.Add(knownType); in SingleBodyParameterXmlSerializerMessageFormatter()
63 this.knownTypes.Add(nullableType); in SingleBodyParameterXmlSerializerMessageFormatter()
85 … Type typeForSerializer = GetTypeForSerializer(type, this.parameterType, this.knownTypes); in GetOutputSerializer()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel.Web/System/ServiceModel/Web/
H A DWebFaultException.cs147 Type[] knownTypes; field in System.ServiceModel.Web.WebFaultException
155 public WebFaultException(T detail, HttpStatusCode statusCode, IEnumerable<Type> knownTypes) in WebFaultException() argument
159 this.knownTypes = (knownTypes == null) ? null : new List<Type>(knownTypes).ToArray(); in WebFaultException()
166 this.knownTypes = (Type[])info.GetValue("knownTypes", typeof(Type[])); in WebFaultException()
189 get { return this.knownTypes; }
199 info.AddValue("knownTypes", this.knownTypes); in GetObjectData()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.DataContractSerialization/src/System/Runtime/Serialization/
H A DDataContractSerializer.cs58 public DataContractSerializer(Type type, IEnumerable<Type> knownTypes) in DataContractSerializer() argument
60 Initialize(type, knownTypes, int.MaxValue, false, false, null, false); in DataContractSerializer()
69 …aContractSerializer(Type type, string rootName, string rootNamespace, IEnumerable<Type> knownTypes) in DataContractSerializer() argument
81 …ype, XmlDictionaryString rootName, XmlDictionaryString rootNamespace, IEnumerable<Type> knownTypes) in DataContractSerializer() argument
83 … Initialize(type, rootName, rootNamespace, knownTypes, int.MaxValue, false, false, null, false); in DataContractSerializer()
92 …Initialize(type, knownTypes, maxItemsInObjectGraph, ignoreExtensionDataObject, preserveObjectRefer… in DataContractSerializer()
96 IEnumerable<Type> knownTypes, in DataContractSerializer() argument
116 IEnumerable<Type> knownTypes, in Initialize() argument
126 if (knownTypes != null) in Initialize()
129 foreach (Type knownType in knownTypes) in Initialize()
[all …]
/dports/devel/codeblocks/codeblocks-20.03/src/src/
H A Dassociations.cpp22 const Associations::Assoc knownTypes[] = variable
71 …Associations::DoSetAssociation(knownTypes[index].ext, knownTypes[index].descr, executable, knownTy… in DoSetAssociation()
76 …return Associations::DoCheckAssociation(knownTypes[index].ext, knownTypes[index].descr, executable… in DoCheckAssociation()
81 return sizeof(knownTypes)/sizeof(Associations::Assoc); in CountAssocs()
128 DoClearAssociation(knownTypes[i].ext); in ClearAll()
336 list->Append(d + knownTypes[i].ext + _T(" (") + knownTypes[i].descr + _T(")")); in BEGIN_EVENT_TABLE()
337 …list->Check(i, Associations::DoCheckAssociation(knownTypes[i].ext, knownTypes[i].descr, exe, known… in BEGIN_EVENT_TABLE()
353 Associations::DoClearAssociation(knownTypes[i].ext); in OnApply()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/
H A DPackageBinding.java36 public HashtableOfType knownTypes; field in PackageBinding
83 if (this.knownTypes == null) in addNotFoundType()
84 this.knownTypes = new HashtableOfType(25); in addNotFoundType()
85 this.knownTypes.put(simpleName, LookupEnvironment.TheNotFoundType); in addNotFoundType()
99 if (this.knownTypes == null) in addType()
100 this.knownTypes = new HashtableOfType(25); in addType()
102 ReferenceBinding priorType = this.knownTypes.getput(name, element); in addType()
112 if (splitPackageBinding.knownTypes != null) { in addType()
222 if (this.knownTypes == null) in getType0()
224 return this.knownTypes.get(name); in getType0()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.ServiceModel/System.ServiceModel.Description/
H A DDataContractSerializerOperationBehavior.cs72 …al XmlObjectSerializer CreateSerializer (Type type, string name, string ns, IList<Type> knownTypes) in CreateSerializer() argument
75 return new DataContractSerializer (type, name, ns, knownTypes); in CreateSerializer()
77 …return new DataContractSerializer (type, name, ns, knownTypes, MaxItemsInObjectGraph, IgnoreExtens… in CreateSerializer()
81 …ateSerializer (Type type, XmlDictionaryString name, XmlDictionaryString ns, IList<Type> knownTypes) in CreateSerializer() argument
84 return new DataContractSerializer (type, name, ns, knownTypes); in CreateSerializer()
86 …return new DataContractSerializer (type, name, ns, knownTypes, MaxItemsInObjectGraph, IgnoreExtens… in CreateSerializer()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Runtime.Serialization/System/Runtime/Serialization/Json/
H A DDataContractJsonSerializer.cs54 public DataContractJsonSerializer(Type type, IEnumerable<Type> knownTypes) in DataContractJsonSerializer() argument
55 : this(type, knownTypes, int.MaxValue, false, null, false) in DataContractJsonSerializer()
61 : this(type, rootName, knownTypes, int.MaxValue, false, null, false) in DataContractJsonSerializer()
66 : this(type, rootName, knownTypes, int.MaxValue, false, null, false) in DataContractJsonSerializer()
71 IEnumerable<Type> knownTypes, in DataContractJsonSerializer() argument
82 IEnumerable<Type> knownTypes, in DataContractJsonSerializer() argument
94 IEnumerable<Type> knownTypes, in DataContractJsonSerializer() argument
531 IEnumerable<Type> knownTypes, in Initialize() argument
543 if (knownTypes != null) in Initialize()
546 foreach (Type knownType in knownTypes) in Initialize()
[all …]
/dports/java/eclipse-ecj/eclipse-ecj-4.4.2_1/org/eclipse/jdt/internal/compiler/lookup/
H A DPackageBinding.java27 HashtableOfType knownTypes; field in PackageBinding
46 this.knownTypes = null; // initialized if used... class counts can be very large 300-600 in PackageBinding()
59 if (this.knownTypes == null) in addNotFoundType()
60 this.knownTypes = new HashtableOfType(25); in addNotFoundType()
61 this.knownTypes.put(simpleName, LookupEnvironment.TheNotFoundType); in addNotFoundType()
69 if (this.knownTypes == null) in addType()
70 this.knownTypes = new HashtableOfType(25); in addType()
72 ReferenceBinding priorType = this.knownTypes.getput(name, element); in addType()
169 if (this.knownTypes == null) in getType0()
171 return this.knownTypes.get(name); in getType0()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/MsmqIntegration/
H A DMsmqIntegrationReceiveParameters.cs20 List<Type> knownTypes = new List<Type>(); in MsmqIntegrationReceiveParameters()
24 if (! knownTypes.Contains(type)) in MsmqIntegrationReceiveParameters()
25 knownTypes.Add(type); in MsmqIntegrationReceiveParameters()
27 this.targetSerializationTypes = knownTypes.ToArray(); in MsmqIntegrationReceiveParameters()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel.Web/System/ServiceModel/Description/
H A DDataContractJsonSerializerOperationBehavior.cs28 …ide XmlObjectSerializer CreateSerializer(Type type, string name, string ns, IList<Type> knownTypes) in CreateSerializer() argument
30 …return new DataContractJsonSerializer(type, name, knownTypes, this.MaxItemsInObjectGraph, this.Ign… in CreateSerializer()
33 …pe, System.Xml.XmlDictionaryString name, System.Xml.XmlDictionaryString ns, IList<Type> knownTypes) in CreateSerializer() argument
35 …return new DataContractJsonSerializer(type, name, knownTypes, this.MaxItemsInObjectGraph, this.Ign… in CreateSerializer()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Security/Tokens/
H A DSecurityContextCookieSerializer.cs23 IList<Type> knownTypes; field
25 … SecurityContextCookieSerializer(SecurityStateEncoder securityStateEncoder, IList<Type> knownTypes) in SecurityContextCookieSerializer()
32 this.knownTypes = knownTypes ?? new List<Type>(); in SecurityContextCookieSerializer()
94 …DataContractSerializerDefaults.CreateSerializer(typeof(IIdentity), this.knownTypes, int.MaxValue)); in DeserializeContext()
100 …= DataContractSerializerDefaults.CreateSerializer(typeof(ClaimSet), this.knownTypes, int.MaxValue); in DeserializeContext()
101 …er = DataContractSerializerDefaults.CreateSerializer(typeof(Claim), this.knownTypes, int.MaxValue); in DeserializeContext()
196 … DataContractSerializerDefaults.CreateSerializer(typeof(IIdentity), this.knownTypes, int.MaxValue); in CreateCookieFromSecurityContext()
197 …= DataContractSerializerDefaults.CreateSerializer(typeof(ClaimSet), this.knownTypes, int.MaxValue); in CreateCookieFromSecurityContext()
198 …er = DataContractSerializerDefaults.CreateSerializer(typeof(Claim), this.knownTypes, int.MaxValue); in CreateCookieFromSecurityContext()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.DataContractSerialization/src/System/Runtime/Serialization/Json/
H A DDataContractJsonSerializer.cs58 public DataContractJsonSerializer(Type type, IEnumerable<Type> knownTypes) in DataContractJsonSerializer() argument
60 _serializer = new DataContractJsonSerializerImpl(type, knownTypes); in DataContractJsonSerializer()
70 _serializer = new DataContractJsonSerializerImpl(type, rootName, knownTypes); in DataContractJsonSerializer()
513 public DataContractJsonSerializerImpl(Type type, IEnumerable<Type> knownTypes) in DataContractJsonSerializerImpl() argument
514 : this(type, null, knownTypes, int.MaxValue, false, false) in DataContractJsonSerializerImpl()
519 : this(type, rootName, knownTypes, int.MaxValue, false, false) in DataContractJsonSerializerImpl()
525 IEnumerable<Type> knownTypes, in DataContractJsonSerializerImpl() argument
950 IEnumerable<Type> knownTypes, in Initialize() argument
961 if (knownTypes != null) in Initialize()
964 foreach (Type knownType in knownTypes) in Initialize()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web.Extensions/Test/System.Web.UI.WebControls/
H A DDataPagerFieldCollectionTest.cs131 Type[] knownTypes = coll.DoGetKnownTypes (); in GetKnownTypes_Test()
133 Assert.AreEqual (3, knownTypes.Length, "#A1"); in GetKnownTypes_Test()
134 Assert.AreEqual (typeof (NextPreviousPagerField), knownTypes [0], "#A2"); in GetKnownTypes_Test()
135 Assert.AreEqual (typeof (NumericPagerField), knownTypes [1], "#A3"); in GetKnownTypes_Test()
136 Assert.AreEqual (typeof (TemplatePagerField), knownTypes [2], "#A4"); in GetKnownTypes_Test()
/dports/www/twiki/twiki/lib/TWiki/Configure/
H A DType.pm33 use vars qw( %knownTypes );
44 my $typer = $knownTypes{$id};
50 $knownTypes{$id} = $typer;
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/src/Microsoft.Web.Http.Data/
H A DTypeUtility.cs112 IDictionary<Type, Type> knownTypes = new Dictionary<Type, Type>(); in GetKnownTypes()
120 knownTypes[knownType] = knownType; in GetKnownTypes()
135 knownTypes[t] = t; in GetKnownTypes()
141 return knownTypes.Keys; in GetKnownTypes()

123456789