Home
last modified time | relevance | path

Searched refs:targetNS (Results 1 – 25 of 41) sorted by relevance

12

/dports/sysutils/consul/consul-1.10.3/agent/connect/
H A Dauthz_test.go13 targetNS string
23 targetNS: structs.IntentionDefaultNamespace,
35 targetNS: structs.IntentionDefaultNamespace,
47 targetNS: structs.IntentionDefaultNamespace,
60 targetNS: structs.IntentionDefaultNamespace,
73 targetNS: structs.IntentionDefaultNamespace,
86 targetNS: structs.IntentionDefaultNamespace,
101 targetNS: structs.IntentionDefaultNamespace,
113 targetNS: structs.IntentionDefaultNamespace,
125 targetNS: structs.IntentionDefaultNamespace,
[all …]
H A Dauthz.go14 target, targetNS string,
21 if ixn.DestinationNS != structs.WildcardSpecifier && ixn.DestinationNS != targetNS {
32 if ixn.SourceNS != structs.WildcardSpecifier && ixn.SourceNS != targetNS {
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/agent/connect/
H A Dauthz_test.go13 targetNS string
23 targetNS: structs.IntentionDefaultNamespace,
35 targetNS: structs.IntentionDefaultNamespace,
47 targetNS: structs.IntentionDefaultNamespace,
60 targetNS: structs.IntentionDefaultNamespace,
73 targetNS: structs.IntentionDefaultNamespace,
86 targetNS: structs.IntentionDefaultNamespace,
101 targetNS: structs.IntentionDefaultNamespace,
113 targetNS: structs.IntentionDefaultNamespace,
125 targetNS: structs.IntentionDefaultNamespace,
[all …]
H A Dauthz.go14 target, targetNS string,
21 if ixn.DestinationNS != structs.WildcardSpecifier && ixn.DestinationNS != targetNS {
32 if ixn.SourceNS != structs.WildcardSpecifier && ixn.SourceNS != targetNS {
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/consul/agent/connect/
H A Dauthz_test.go13 targetNS string
23 targetNS: structs.IntentionDefaultNamespace,
35 targetNS: structs.IntentionDefaultNamespace,
47 targetNS: structs.IntentionDefaultNamespace,
60 targetNS: structs.IntentionDefaultNamespace,
73 targetNS: structs.IntentionDefaultNamespace,
86 targetNS: structs.IntentionDefaultNamespace,
101 targetNS: structs.IntentionDefaultNamespace,
113 targetNS: structs.IntentionDefaultNamespace,
125 targetNS: structs.IntentionDefaultNamespace,
[all …]
H A Dauthz.go14 target, targetNS string,
21 if ixn.DestinationNS != structs.WildcardSpecifier && ixn.DestinationNS != targetNS {
32 if ixn.SourceNS != structs.WildcardSpecifier && ixn.SourceNS != targetNS {
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Xml/System/Xml/Schema/
H A DChameleonkey.cs18 internal string targetNS; field in System.Xml.Schema.ChameleonKey
33 targetNS = ns; in ChameleonKey()
45 hashCode = targetNS.GetHashCode() + chameleonLocation.GetHashCode() + in GetHashCode()
63 …return this.targetNS.Equals(cKey.targetNS) && this.chameleonLocation.Equals(cKey.chameleonLocation… in Equals()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/src/System/Xml/Schema/
H A DChameleonkey.cs16 internal string targetNS; field in System.Xml.Schema.ChameleonKey
32 targetNS = ns; in ChameleonKey()
47 _hashCode = unchecked(targetNS.GetHashCode() + chameleonLocation.GetHashCode() + in GetHashCode()
68 …return this.targetNS.Equals(cKey.targetNS) && this.chameleonLocation.Equals(cKey.chameleonLocation… in Equals()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/commands/
H A Drename_collection_common.cpp61 const NamespaceString targetNS(targetNsElt.valueStringData()); in checkAuthForRenameCollectionCommand() local
64 if (sourceNS.db() == targetNS.db() && !sourceNS.isSystem() && !targetNS.isSystem()) { in checkAuthForRenameCollectionCommand()
72 ResourcePattern::forExactNamespace(targetNS), ActionType::dropCollection); in checkAuthForRenameCollectionCommand()
78 ResourcePattern::forExactNamespace(targetNS), ActionType::find); in checkAuthForRenameCollectionCommand()
105 ResourcePattern::forExactNamespace(targetNS), actions)) { in checkAuthForRenameCollectionCommand()
/dports/devel/csoap/libsoap-1.1.0/xsd2c/
H A Dobj.c44 static char *targetNS = NULL; variable
52 targetNS = (char*)malloc(strlen(tns)+1); in objInitModule()
53 strcpy(targetNS, tns); in objInitModule()
73 free(targetNS); in objFreeModule()
90 strcpy(ct->targetNS, targetNS); in objCreateComplexType()
91 sprintf(ct->fullName, "%s:%s", targetNS, typename); in objCreateComplexType()
95 trRegisterTypeNS(targetNS, typename, buf, 0); in objCreateComplexType()
97 trRegisterListTypeNS(targetNS, typename, buf); in objCreateComplexType()
H A Dobj.h55 char targetNS[150]; member
/dports/net/traefik/traefik-2.6.1/vendor/github.com/hashicorp/consul/agent/connect/
H A Dauthz.go14 target, targetNS string,
21 if ixn.DestinationNS != structs.WildcardSpecifier && ixn.DestinationNS != targetNS {
32 if ixn.SourceNS != structs.WildcardSpecifier && ixn.SourceNS != targetNS {
/dports/biology/libsbml/libsbml-5.19.0/src/bindings/java/java-files/org/sbml/libsbml/
H A DConversionProperties.java188 ConversionProperties(SBMLNamespaces targetNS) { in ConversionProperties() argument
189 …this(libsbmlJNI.new_ConversionProperties__SWIG_0(SBMLNamespaces.getCPtr(targetNS), targetNS), true… in ConversionProperties()
266 void setTargetNamespaces(SBMLNamespaces targetNS) { in setTargetNamespaces() argument
267 …nversionProperties_setTargetNamespaces(swigCPtr, this, SBMLNamespaces.getCPtr(targetNS), targetNS); in setTargetNamespaces()
/dports/textproc/p5-Pod-WSDL/Pod-WSDL-0.063/lib/Pod/
H A DWSDL.pm53 targetNS => {get => 1, set => 1},
123 $me->writer->startTag('wsdl:definitions', targetNamespace => $me->targetNS, %{$me->{_namespaces}});
165 $me->addNamespace($me->targetNS, $IMPL_NS_DECL);
166 $me->addNamespace($me->targetNS, $TARGET_NS_DECL);
384 $me->targetNS("$serverURL/$tmp");
386 $me->targetNS($me->location);
450 $method->writeBindingOperation($me->targetNS, $me->pw_use);
/dports/biology/libsbml/libsbml-5.19.0/src/bindings/csharp/csharp-files-win/
H A DConversionProperties.cs256 …onProperties(SBMLNamespaces targetNS) : this(libsbmlPINVOKE.new_ConversionProperties__SWIG_0(SBMLN… in ConversionProperties() argument
323 void setTargetNamespaces(SBMLNamespaces targetNS) { in setTargetNamespaces() argument
324 …ibsbmlPINVOKE.ConversionProperties_setTargetNamespaces(swigCPtr, SBMLNamespaces.getCPtr(targetNS)); in setTargetNamespaces()
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/conversion/
H A DConversionProperties.cpp57 ConversionProperties::ConversionProperties(SBMLNamespaces* targetNS) in ConversionProperties() argument
61 if (targetNS != NULL) mTargetNamespaces = targetNS->clone(); in ConversionProperties()
165 ConversionProperties::setTargetNamespaces(SBMLNamespaces *targetNS) in setTargetNamespaces() argument
172 if (targetNS == NULL) return; in setTargetNamespaces()
174 mTargetNamespaces = targetNS->clone(); in setTargetNamespaces()
H A DConversionProperties.h95 ConversionProperties(SBMLNamespaces* targetNS=NULL);
151 virtual void setTargetNamespaces(SBMLNamespaces *targetNS);
/dports/biology/libsbml/libsbml-5.19.0/src/sbml/conversion/
H A DConversionProperties.cpp57 ConversionProperties::ConversionProperties(SBMLNamespaces* targetNS) in ConversionProperties() argument
61 if (targetNS != NULL) mTargetNamespaces = targetNS->clone(); in ConversionProperties()
165 ConversionProperties::setTargetNamespaces(SBMLNamespaces *targetNS) in setTargetNamespaces() argument
172 if (targetNS == NULL) return; in setTargetNamespaces()
174 mTargetNamespaces = targetNS->clone(); in setTargetNamespaces()
H A DConversionProperties.h95 ConversionProperties(SBMLNamespaces* targetNS=NULL);
151 virtual void setTargetNamespaces(SBMLNamespaces *targetNS);
/dports/sysutils/consul/consul-1.10.3/ui/packages/consul-ui/mock-api/v1/internal/ui/metrics-proxy/api/v1/
H A Dquery82 var targetNS = "invalid-local-ns";
85 targetNS = m[1];
91 targetNS = m[1];
185 ….Name}", "consul_upstream_datacenter": "${targetDC}", "consul_upstream_namespace": "${targetNS}"}`;
188 …item.Name}", "consul_source_datacenter": "${targetDC}", "consul_source_namespace": "${targetNS}"}`;
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/ui/packages/consul-ui/mock-api/v1/internal/ui/metrics-proxy/api/v1/
H A Dquery82 var targetNS = "invalid-local-ns";
85 targetNS = m[1];
91 targetNS = m[1];
185 ….Name}", "consul_upstream_datacenter": "${targetDC}", "consul_upstream_namespace": "${targetNS}"}`;
188 …item.Name}", "consul_source_datacenter": "${targetDC}", "consul_source_namespace": "${targetNS}"}`;
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/consul/ui/packages/consul-ui/mock-api/v1/internal/ui/metrics-proxy/api/v1/
H A Dquery82 var targetNS = "invalid-local-ns";
85 targetNS = m[1];
91 targetNS = m[1];
185 ….Name}", "consul_upstream_datacenter": "${targetDC}", "consul_upstream_namespace": "${targetNS}"}`;
188 …item.Name}", "consul_source_datacenter": "${targetDC}", "consul_source_namespace": "${targetNS}"}`;
/dports/biology/libsbml/libsbml-5.19.0/src/bindings/csharp/csharp-files/
H A DConversionProperties.cs259 …onProperties(SBMLNamespaces targetNS) : this(libsbmlPINVOKE.new_ConversionProperties__SWIG_0(SBMLN… in ConversionProperties() argument
326 void setTargetNamespaces(SBMLNamespaces targetNS) { in setTargetNamespaces() argument
327 …ibsbmlPINVOKE.ConversionProperties_setTargetNamespaces(swigCPtr, SBMLNamespaces.getCPtr(targetNS)); in setTargetNamespaces()
/dports/editors/xmlcopyeditor/xmlcopyeditor/src/
H A Ddtd2schema.cpp79 wxString targetNS = WrapXerces::toString ( targetNameSpace ); in convert() local
81 mTargetNameSpace = targetNS; in convert()
82 else if ( targetNS != mTargetNameSpace ) in convert()
85 targetNS.c_str(), mTargetNameSpace.c_str() ); in convert()
/dports/textproc/xerces-c3/xerces-c-3.2.3/src/xercesc/validators/schema/
H A DTraverseSchema.hpp828 const XMLCh* targetNS = getElementAttValue(elem, SchemaSymbols::fgATT_TARGETNAMESPACE); in checkForEmptyTargetNamespace() local
830 if (targetNS && !*targetNS) { in checkForEmptyTargetNamespace()

12