Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of about 10,000 for publicId (0.28 sec)

  1. subprojects/core/src/main/java/org/gradle/api/internal/DomNode.java

     */
    public class DomNode extends Node {
        private String publicId;
        private String systemId;
    
        static {
            setMetaClass(GroovySystem.getMetaClassRegistry().getMetaClass(DomNode.class), DomNode.class);
        }
        
        public String getPublicId() {
            return publicId;
        }
    
        public void setPublicId(String publicId) {
            this.publicId = publicId;
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 02 16:56:13 UTC 2016
    - 1.3K bytes
    - Viewed (0)
  2. src/test/java/org/codelibs/core/xml/SAXParserFactoryUtilTest.java

                @Override
                public void startElement(final String uri, final String localName, final String qName, final Attributes attributes)
                        throws SAXException {
                    if ("bar".equals(qName)) {
                        included = true;
                    }
                }
    
                @Override
    Registered: Wed Jun 12 12:50:12 UTC 2024
    - Last Modified: Thu Mar 07 01:59:08 UTC 2024
    - 2.4K bytes
    - Viewed (0)
  3. apache-maven/src/main/appended-resources/licenses/Public-Domain.txt

    Public Domain...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Fri May 17 19:14:22 UTC 2024
    - 13 bytes
    - Viewed (0)
  4. istioctl/pkg/analyze/testdata/analyze-file/public-gateway.yaml

    apiVersion: networking.istio.io/v1beta1
    kind: Gateway
    metadata:
      name: public-gateway
      namespace: istio-system
    spec:
      selector:
        istio: gateway
      servers:
        - port:
            number: 80
            name: http
            protocol: HTTP
          hosts:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 15 15:02:17 UTC 2023
    - 261 bytes
    - Viewed (0)
  5. platforms/software/dependency-management/src/integTest/resources/org/gradle/integtests/resolve/verification/DependencyVerificationSignatureWriteIntegTest/invalid-utf8-public-key.asc

    -----BEGIN PGP PUBLIC KEY BLOCK-----
    
    mI0EYVbKQAEEALlRv+phDCVspEzsNmRlJfaQeWoqZltHX2WoCLNsPvgHEfvCL03Z
    LXYlwIO64niKXqhQ4/Y0ZpY3JckGIOwB/CK9Wlf63jyYR3lbgcdRUr9CDpawRA0A
    fB61GGSvh3YT8UWK4EBo+oFPVMKq8eGTId6bbELDWRBndxVQZjT1L5bPABEBAAG0
    JiLDYW4gRXhhbXBsZSIgKHRlc3Qga2V5KSA8am9lQGZvby5iYXI+iNIEEwEIADwW
    IQSLJvFN48pDJduO9s8FtV4gG4UlPAUCYVbKQAIbLwULCQgHAgMiAgEGFQoJCAsC
    BBYCAwECHgcCF4AACgkQBbVeIBuFJTy3fgQAqEiFj7d0oXGQYJtf/DGBMaMzmC25
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 1.2K bytes
    - Viewed (0)
  6. build-logic/packaging/src/main/kotlin/gradlebuild.public-api-jar.gradle.kts

        id("maven-publish")
        id("signing")
    }
    
    description = "Generates a public API jar and corresponding component to publish it"
    
    // Defines configurations used to resolve the public Gradle API.
    val distribution = configurations.dependencyScope("distribution") {
        description = "Dependencies to extract the public Gradle API from"
    }
    val distributionClasspath = configurations.resolvable("distributionClasspath") {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Jun 06 11:35:55 UTC 2024
    - 4.2K bytes
    - Viewed (0)
  7. tests/integration/security/fuzz/fuzzers/jwt_tool/sample-RSA-public.pem

    Yangmin Zhu <******@****.***> 1624305961 -0700
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 21 20:06:01 UTC 2021
    - 1.3K bytes
    - Viewed (0)
  8. testing/architecture-test/src/changes/accepted-changes/accepted-public-api-changes.json

    Bo Zhang <******@****.***> 1718090200 +0800
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 07:16:40 UTC 2024
    - 32 bytes
    - Viewed (0)
  9. architecture/standards/0003-avoid-introducing-Groovy-types-to-public-api.md

    # ADR-0003 - Avoid introducing Groovy types to public API
    
    ## Date
    
    2024-01-12
    
    ## Context
    
    Gradle's public API requires equal access from all JVM-based languages.
    Kotlin, Groovy, Java, and other JVM-based languages should be able to use the Gradle API without relying on another language's standard library.
    
    Historically, Gradle has shipped with some Groovy types in very prominent APIs.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sun Mar 10 20:38:06 UTC 2024
    - 1.8K bytes
    - Viewed (0)
  10. testing/architecture-test/src/changes/archunit-store/public-api-mutable-file-collection.txt

    Anže Sodja <******@****.***> 1717576978 +0200
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jun 05 08:43:33 UTC 2024
    - 1.8K bytes
    - Viewed (0)
Back to top