Home
last modified time | relevance | path

Searched refs:NamespaceTable (Results 1 – 24 of 24) sorted by relevance

/dports/sysutils/istio/istio-1.6.7/mixer/pkg/runtime/routing/
H A Dtable.go46 entries map[string]*NamespaceTable
49 defaultSet *NamespaceTable
53 type NamespaceTable struct { struct
58 var emptyDestinations = &NamespaceTable{}
172 func (t *Table) GetDestinations(variety tpb.TemplateVariety, namespace string) *NamespaceTable {
190 func (d *NamespaceTable) Count() int { argument
195 func (d *NamespaceTable) Entries() []*Destination { argument
200 func (d *NamespaceTable) Directives() []*DirectiveGroup { argument
H A Dstring.go74 func (d *NamespaceTable) write(w io.Writer, indent int, debugInfo *tableDebugInfo) {
118 func (d *NamespaceTable) string(t *Table) string {
H A Dbuilder.go379 entries: make(map[string]*NamespaceTable),
387 byNamespace = &NamespaceTable{
737 b.table.entries[tpb.TEMPLATE_VARIETY_CHECK].entries = make(map[string]*NamespaceTable)
742 byNamespace = &NamespaceTable{
H A Dbuilder_test.go575 entries: map[string]*NamespaceTable{
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/XamlBuildTask/Microsoft/Build/Tasks/Xaml/
H A DAttributeData.cs54 …internal static AttributeData LoadAttributeData(XamlReader reader, NamespaceTable namespaceTable, … in LoadAttributeData()
90 …ng, AttributeParameterData> ReadAttributeProperty(XamlReader reader, NamespaceTable namespaceTable… in ReadAttributeProperty()
109 …atic IList<AttributeParameterData> ReadParameters(XamlReader reader, NamespaceTable namespaceTable… in ReadParameters()
129 …private static void ReadParamInfo(XamlReader reader, XamlType type, NamespaceTable namespaceTable,… in ReadParamInfo()
186 …private static void GetParamValueType(XamlReader reader, XamlType type, NamespaceTable namespaceTa… in GetParamValueType()
293 …g paramValue, string rootNamespace, XamlSchemaContext schemaContext, NamespaceTable namespaceTable) in ParseParameterValueTypeName()
H A DNamespaceTable.cs9 internal class NamespaceTable : IXamlNamespaceResolver class
15 public NamespaceTable(string localAssemblyName) in NamespaceTable() method in Microsoft.Build.Tasks.Xaml.NamespaceTable
H A DClassImporter.cs26 NamespaceTable namespaceTable;
35 this.namespaceTable = new NamespaceTable(localAssemblyName); in ClassImporter()
H A DXamlBuildTaskServices.cs434 …internal static XamlType GetXamlTypeFromString(string typeName, NamespaceTable namespaceTable, Xam… in GetXamlTypeFromString()
445 …static XamlType GetXamlTypeFromXamlTypeName(XamlTypeName xamlTypeName, NamespaceTable namespaceTab… in GetXamlTypeFromXamlTypeName()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Activities/System/Activities/XamlIntegration/
H A DNamespaceTable.cs10 class NamespaceTable : IXamlNamespaceResolver class
16 public NamespaceTable() in NamespaceTable() method in System.Activities.XamlIntegration.NamespaceTable
H A DDynamicActivityXamlReader.cs42 readonly NamespaceTable namespaceTable;
103 this.namespaceTable = new NamespaceTable(); in DynamicActivityXamlReader()
H A DActivityBuilderXamlWriter.cs54 NamespaceTable namespaceTable;
63 this.namespaceTable = new NamespaceTable(); in ActivityBuilderXamlWriter()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel.Routing/System/ServiceModel/Routing/Configuration/
H A DConfigurationStrings.cs28 internal const string NamespaceTable = "namespaceTable"; field in System.ServiceModel.Routing.Configuration.ConfigurationStrings
H A DRoutingSection.cs41 …[ConfigurationProperty(ConfigurationStrings.NamespaceTable, Options = ConfigurationPropertyOptions…
42 public NamespaceElementCollection NamespaceTable property in System.ServiceModel.Routing.Configuration.RoutingSection
44 get { return (NamespaceElementCollection)base[ConfigurationStrings.NamespaceTable]; }
66 foreach (NamespaceElement nsElement in routingSection.NamespaceTable) in CreateFilterTable()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.ServiceModel.Routing/System.ServiceModel.Routing.Configuration/
H A DRoutingSection.cs110 public NamespaceElementCollection NamespaceTable { property in System.ServiceModel.Routing.Configuration.RoutingSection
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.2/
H A DSystem.ServiceModel.Routing.cs304 …public System.ServiceModel.Routing.Configuration.NamespaceElementCollection NamespaceTable { get {… property in System.ServiceModel.Routing.Configuration.RoutingSection
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6/
H A DSystem.ServiceModel.Routing.cs305 …public System.ServiceModel.Routing.Configuration.NamespaceElementCollection NamespaceTable { get {… property in System.ServiceModel.Routing.Configuration.RoutingSection
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.2/
H A DSystem.ServiceModel.Routing.cs305 …public System.ServiceModel.Routing.Configuration.NamespaceElementCollection NamespaceTable { get {… property in System.ServiceModel.Routing.Configuration.RoutingSection
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5/
H A DSystem.ServiceModel.Routing.cs304 …public System.ServiceModel.Routing.Configuration.NamespaceElementCollection NamespaceTable { get {… property in System.ServiceModel.Routing.Configuration.RoutingSection
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.1/
H A DSystem.ServiceModel.Routing.cs304 …public System.ServiceModel.Routing.Configuration.NamespaceElementCollection NamespaceTable { get {… property in System.ServiceModel.Routing.Configuration.RoutingSection
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.0/
H A DSystem.ServiceModel.Routing.cs299 …public System.ServiceModel.Routing.Configuration.NamespaceElementCollection NamespaceTable { get {… property in System.ServiceModel.Routing.Configuration.RoutingSection
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/
H A DSystem.ServiceModel.Routing.cs300 …public System.ServiceModel.Routing.Configuration.NamespaceElementCollection NamespaceTable { get {… property in System.ServiceModel.Routing.Configuration.RoutingSection
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.1/
H A DSystem.ServiceModel.Routing.cs305 …public System.ServiceModel.Routing.Configuration.NamespaceElementCollection NamespaceTable { get {… property in System.ServiceModel.Routing.Configuration.RoutingSection
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7/
H A DSystem.ServiceModel.Routing.cs274 …public System.ServiceModel.Routing.Configuration.NamespaceElementCollection NamespaceTable { get {… property in System.ServiceModel.Routing.Configuration.RoutingSection
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7.1/
H A DSystem.ServiceModel.Routing.cs274 …public System.ServiceModel.Routing.Configuration.NamespaceElementCollection NamespaceTable { get {… property in System.ServiceModel.Routing.Configuration.RoutingSection