Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 518 for creiss (0.18 sec)

  1. update-credits.sh

    #!/usr/bin/env bash
    
    gocredits . >CREDITS
    
    echo "All community contributions are licensed under the terms of the Apache 2 license." >>CREDITS
    echo "----------------------------------------------------------------" >>CREDITS
    cat >>CREDITS <<EOF
    
                                     Apache License
                               Version 2.0, January 2004
                            http://www.apache.org/licenses/
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Aug 11 05:08:38 UTC 2023
    - 11.4K bytes
    - Viewed (0)
  2. CREDITS

          Contribution(s) alone or by combination of their Contribution(s)
          with the Work to which such Contribution(s) was submitted. If You
          institute patent litigation against any entity (including a
          cross-claim or counterclaim in a lawsuit) alleging that the Work
          or a Contribution incorporated within the Work constitutes direct
          or contributory patent infringement, then any patent licenses
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 15:34:20 UTC 2024
    - 1.7M bytes
    - Viewed (0)
  3. hack/build-cross.sh

    # The "true" target of this makerule is `hack/make-rules/cross.sh`.
    
    # This script runs `make cross` command.
    # The command sets up a go workspace locally and builds all for all appropriate
    # platforms.
    # Usage: `hack/build-cross.sh`.
    
    set -o errexit
    set -o nounset
    set -o pipefail
    
    KUBE_ROOT=$(dirname "${BASH_SOURCE[0]}")/..
    
    echo "NOTE: $0 has been replaced by 'make cross'"
    echo
    echo "The equivalent of this invocation is: "
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jan 27 02:13:09 UTC 2020
    - 1.2K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiextensions-apiserver/test/integration/ratcheting_test_cases/valid/tls-cert-cross-namespace.yaml

    #$ Used in:
    #$ - site-src/v1alpha2/guides/tls.md
    apiVersion: gateway.networking.k8s.io/v1beta1
    kind: Gateway
    metadata:
      name: cross-namespace-tls-gateway
      namespace: gateway-api-example-ns1
    spec:
      gatewayClassName: acme-lb
      listeners:
      - name: https
        protocol: HTTPS
        port: 443
        hostname: "*.example.com"
        tls:
          certificateRefs:
          - kind: Secret
            group: ""
            name: wildcard-example-com-cert
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 27 17:15:18 UTC 2023
    - 778 bytes
    - Viewed (0)
  5. hack/make-rules/cross.sh

    xichengliudui <******@****.***> 1550565308 -0500
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 26 05:56:36 UTC 2019
    - 1.4K bytes
    - Viewed (0)
  6. buildscripts/cross-compile.sh

    Daniel Jakots <******@****.***> 1702948102 -0500
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Tue Dec 19 01:08:22 UTC 2023
    - 958 bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/text/internal/language/tables.go

    	"bcizbl":   0x15,
    	"biscayan": 0x16,
    	"biske":    0x62,
    	"bohoric":  0x17,
    	"boont":    0x18,
    	"bornholm": 0x19,
    	"cisaup":   0x1a,
    	"colb1945": 0x1b,
    	"cornu":    0x1c,
    	"creiss":   0x1d,
    	"dajnko":   0x1e,
    	"ekavsk":   0x1f,
    	"emodeng":  0x20,
    	"fonipa":   0x6a,
    	"fonkirsh": 0x6b,
    	"fonnapa":  0x6c,
    	"fonupa":   0x6d,
    	"fonxsamp": 0x6e,
    	"gallo":    0x21,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 153K bytes
    - Viewed (0)
  8. src/main/java/jcifs/internal/smb2/Smb2CancelRequest.java

        }
    
    
        /**
         * {@inheritDoc}
         *
         * @see jcifs.util.transport.Request#setRequestCredits(int)
         */
        @Override
        public void setRequestCredits ( int credits ) {
            setCredit(credits);
        }
    
    
        /**
         * {@inheritDoc}
         *
         * @see jcifs.internal.CommonServerMessageBlockRequest#setTid(int)
         */
        @Override
        public void setTid ( int t ) {
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Sun Jul 01 13:12:10 UTC 2018
    - 4.1K bytes
    - Viewed (0)
  9. Dockerfile.hotfix

    COPY --from=build /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
    COPY --from=build /go/bin/minio /usr/bin/minio
    COPY --from=build /go/bin/mc /usr/bin/mc
    COPY --from=build /go/bin/cur* /usr/bin/
    
    COPY CREDITS /licenses/CREDITS
    COPY LICENSE /licenses/LICENSE
    COPY dockerscripts/docker-entrypoint.sh /usr/bin/docker-entrypoint.sh
    
    EXPOSE 9000
    VOLUME ["/data"]
    
    ENTRYPOINT ["/usr/bin/docker-entrypoint.sh"]
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Sat Mar 30 09:41:56 UTC 2024
    - 2.8K bytes
    - Viewed (0)
  10. .github/workflows/go-cross.yml

    Shubhendu <******@****.***> 1716419234 +0530
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Wed May 22 23:07:14 UTC 2024
    - 957 bytes
    - Viewed (0)
Back to top