Home
last modified time | relevance | path

Searched refs:includeComments (Results 26 – 50 of 253) sorted by relevance

1234567891011

/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.xml.crypto/share/classes/com/sun/org/apache/xml/internal/security/c14n/implementations/
H A DCanonicalizer20010315.java63 public Canonicalizer20010315(boolean includeComments) { in Canonicalizer20010315() argument
64 this(includeComments, false); in Canonicalizer20010315()
73 public Canonicalizer20010315(boolean includeComments, boolean c14n11) { in Canonicalizer20010315() argument
74 super(includeComments); in Canonicalizer20010315()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.xml.crypto/share/classes/com/sun/org/apache/xml/internal/security/c14n/implementations/
H A DCanonicalizer20010315.java61 public Canonicalizer20010315(boolean includeComments) { in Canonicalizer20010315() argument
62 this(includeComments, false); in Canonicalizer20010315()
71 public Canonicalizer20010315(boolean includeComments, boolean c14n11) { in Canonicalizer20010315() argument
72 super(includeComments); in Canonicalizer20010315()
H A DCanonicalizerBase.java85 private boolean includeComments; field in CanonicalizerBase
100 protected CanonicalizerBase(boolean includeComments) { in CanonicalizerBase() argument
101 this.includeComments = includeComments; in CanonicalizerBase()
140 includeComments = false; in engineCanonicalize()
231 if (includeComments) { in canonicalizeSubTree()
358 if (includeComments && isVisibleDO(currentNode, ns.getLevel()) == 1) { in canonicalizeXPathNodeSet()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.xml.crypto/share/classes/com/sun/org/apache/xml/internal/security/c14n/implementations/
H A DCanonicalizer20010315.java63 public Canonicalizer20010315(boolean includeComments) { in Canonicalizer20010315() argument
64 this(includeComments, false); in Canonicalizer20010315()
73 public Canonicalizer20010315(boolean includeComments, boolean c14n11) { in Canonicalizer20010315() argument
74 super(includeComments); in Canonicalizer20010315()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.xml.crypto/share/classes/com/sun/org/apache/xml/internal/security/c14n/implementations/
H A DCanonicalizer20010315.java63 public Canonicalizer20010315(boolean includeComments) { in Canonicalizer20010315() argument
64 this(includeComments, false); in Canonicalizer20010315()
73 public Canonicalizer20010315(boolean includeComments, boolean c14n11) { in Canonicalizer20010315() argument
74 super(includeComments); in Canonicalizer20010315()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.xml.crypto/share/classes/com/sun/org/apache/xml/internal/security/c14n/implementations/
H A DCanonicalizer20010315.java63 public Canonicalizer20010315(boolean includeComments) { in Canonicalizer20010315() argument
64 this(includeComments, false); in Canonicalizer20010315()
73 public Canonicalizer20010315(boolean includeComments, boolean c14n11) { in Canonicalizer20010315() argument
74 super(includeComments); in Canonicalizer20010315()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.xml.crypto/share/classes/com/sun/org/apache/xml/internal/security/c14n/implementations/
H A DCanonicalizer20010315.java61 public Canonicalizer20010315(boolean includeComments) { in Canonicalizer20010315() argument
62 this(includeComments, false); in Canonicalizer20010315()
71 public Canonicalizer20010315(boolean includeComments, boolean c14n11) { in Canonicalizer20010315() argument
72 super(includeComments); in Canonicalizer20010315()
H A DCanonicalizerBase.java85 private boolean includeComments; field in CanonicalizerBase
100 protected CanonicalizerBase(boolean includeComments) { in CanonicalizerBase() argument
101 this.includeComments = includeComments; in CanonicalizerBase()
140 includeComments = false; in engineCanonicalize()
231 if (includeComments) { in canonicalizeSubTree()
358 if (includeComments && isVisibleDO(currentNode, ns.getLevel()) == 1) { in canonicalizeXPathNodeSet()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/c14n/implementations/
H A DCanonicalizer20010315.java63 public Canonicalizer20010315(boolean includeComments) { in Canonicalizer20010315() argument
64 this(includeComments, false); in Canonicalizer20010315()
73 public Canonicalizer20010315(boolean includeComments, boolean c14n11) { in Canonicalizer20010315() argument
74 super(includeComments); in Canonicalizer20010315()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.xml.crypto/share/classes/com/sun/org/apache/xml/internal/security/c14n/implementations/
H A DCanonicalizerBase.java85 private boolean includeComments; field in CanonicalizerBase
100 protected CanonicalizerBase(boolean includeComments) { in CanonicalizerBase() argument
101 this.includeComments = includeComments; in CanonicalizerBase()
140 includeComments = false; in engineCanonicalize()
231 if (includeComments) { in canonicalizeSubTree()
358 if (includeComments && isVisibleDO(currentNode, ns.getLevel()) == 1) { in canonicalizeXPathNodeSet()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/
H A DCanonicalXmlDocument.cs22 … public CanonicalXmlDocument(bool defaultNodeSetInclusionState, bool includeComments) : base() in CanonicalXmlDocument() argument
25 _includeComments = includeComments; in CanonicalXmlDocument()
H A DXmlDsigXsltTransform.cs31 public XmlDsigXsltTransform(bool includeComments) in XmlDsigXsltTransform() argument
33 _includeComments = includeComments; in XmlDsigXsltTransform()
H A DXmlDsigEnvelopedSignatureTransform.cs38 public XmlDsigEnvelopedSignatureTransform(bool includeComments) in XmlDsigEnvelopedSignatureTransform() argument
40 _includeComments = includeComments; in XmlDsigEnvelopedSignatureTransform()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Security.Cryptography.Xml/tests/
H A DXmlDsigEnvelopedSignatureTransformTest.cs27 public UnprotectedXmlDsigEnvelopedSignatureTransform(bool includeComments) in UnprotectedXmlDsigEnvelopedSignatureTransform() argument
28 : base(includeComments) in UnprotectedXmlDsigEnvelopedSignatureTransform()
H A DXmlDsigExcC14NTransformTest.cs36 public UnprotectedXmlDsigExcC14NTransform(bool includeComments) in UnprotectedXmlDsigExcC14NTransform() argument
37 : base(includeComments) in UnprotectedXmlDsigExcC14NTransform()
46 …public UnprotectedXmlDsigExcC14NTransform(bool includeComments, string inclusiveNamespacesPrefixLi… in UnprotectedXmlDsigExcC14NTransform() argument
47 : base(includeComments, inclusiveNamespacesPrefixList) in UnprotectedXmlDsigExcC14NTransform()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/devtools-frontend/src/node_modules/@typescript-eslint/experimental-utils/dist/ts-eslint/
H A DSourceCode.d.ts29 includeComments?: boolean;
68 includeComments?: boolean;
73 includeComments?: boolean;
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Security/Test/System.Security.Cryptography.Xml/
H A DXmlDsigExcC14NTransformTest.cs41 public UnprotectedXmlDsigExcC14NTransform (bool includeComments) in UnprotectedXmlDsigExcC14NTransform() argument
42 : base (includeComments) in UnprotectedXmlDsigExcC14NTransform()
51 …public UnprotectedXmlDsigExcC14NTransform (bool includeComments, string inclusiveNamespacesPrefixL… in UnprotectedXmlDsigExcC14NTransform() argument
52 : base (includeComments, inclusiveNamespacesPrefixList) in UnprotectedXmlDsigExcC14NTransform()
H A DXmlDsigEnvelopedSignatureTransformTest.cs30 public UnprotectedXmlDsigEnvelopedSignatureTransform (bool includeComments) in UnprotectedXmlDsigEnvelopedSignatureTransform() argument
31 : base (includeComments) in UnprotectedXmlDsigEnvelopedSignatureTransform()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.IdentityModel/System/IdentityModel/
H A DStrTransform.cs16 readonly bool includeComments; field in System.IdentityModel.StrTransform
25 this.includeComments = false; in StrTransform()
40 return this.includeComments;
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Security/
H A DSecurityAppliedMessage.cs340 Stream stream, bool includeComments, string[] inclusivePrefixes, in WriteBodyToSignThenEncryptWithFragments() argument
352 writer.StartCanonicalization(stream, includeComments, inclusivePrefixes); in WriteBodyToSignThenEncryptWithFragments()
377 …public void WriteBodyToSignWithFragments(Stream stream, bool includeComments, string[] inclusivePr… in WriteBodyToSignWithFragments() argument
383 writer.StartCanonicalization(stream, includeComments, inclusivePrefixes); in WriteBodyToSignWithFragments()
/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/hashicorp/hcl/v2/hclsyntax/
H A Dpeeker.go38 func newPeeker(tokens Tokens, includeComments bool) *peeker {
41 IncludeComments: includeComments,
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/vendor/github.com/hashicorp/hcl2/hcl/hclsyntax/
H A Dpeeker.go38 func newPeeker(tokens Tokens, includeComments bool) *peeker {
41 IncludeComments: includeComments,
/dports/sysutils/nomad/nomad-1.1.0/vendor/github.com/hashicorp/hcl/v2/hclsyntax/
H A Dpeeker.go38 func newPeeker(tokens Tokens, includeComments bool) *peeker {
41 IncludeComments: includeComments,
/dports/sysutils/terraform-provider-gridscale/terraform-provider-gridscale-1.6.2/vendor/github.com/hashicorp/hcl2/hcl/hclsyntax/
H A Dpeeker.go38 func newPeeker(tokens Tokens, includeComments bool) *peeker {
41 IncludeComments: includeComments,
/dports/sysutils/terraform-docs/terraform-docs-0.16.0/vendor/github.com/hashicorp/hcl/v2/hclsyntax/
H A Dpeeker.go38 func newPeeker(tokens Tokens, includeComments bool) *peeker {
41 IncludeComments: includeComments,

1234567891011