Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 12 for noodle (0.18 sec)

  1. CHANGELOG/CHANGELOG-1.19.md

    ### Node Binaries
    
    filename | sha512 hash
    -------- | -----------
    [kubernetes-node-linux-amd64.tar.gz](https://dl.k8s.io/v1.19.16/kubernetes-node-linux-amd64.tar.gz) | fa3a29eae5e047ec99049a789d4793e05bdbdc9a31c0216a20cb60bc7aada2750d90bdfc6746e04d77e84390d2149a68f466aab4222e32dcf50ffb527e4c97e1
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
  2. manifests/charts/istiod-remote/templates/crd-all.gen.yaml

                                  prefix:
                                    type: string
                                  regex:
                                    description: '[RE2 style regex-based match](https://github.com/google/re2/wiki/Syntax).'
                                    type: string
                                type: object
                              type: array
                            exposeHeaders:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.7K bytes
    - Viewed (0)
  3. manifests/charts/base/crds/crd-all.gen.yaml

                                  prefix:
                                    type: string
                                  regex:
                                    description: '[RE2 style regex-based match](https://github.com/google/re2/wiki/Syntax).'
                                    type: string
                                type: object
                              type: array
                            exposeHeaders:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.6K bytes
    - Viewed (0)
  4. operator/cmd/mesh/testdata/manifest-generate/output/all_on.golden-show-in-gh-pull-request.yaml

                                  prefix:
                                    type: string
                                  regex:
                                    description: RE2 style regex-based match (https://github.com/google/re2/wiki/Syntax).
                                    type: string
                                type: object
                              type: array
                            exposeHeaders:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 506.8K bytes
    - Viewed (0)
  5. gradle/verification-keyring.keys

    tENSaWNoYXJkIEtlbm5ldGggTWNHdWlyZSAoQ09ERSBTSUdOSU5HIEtFWSkgPHJp
    Y2ttY2d1aXJlQGFwYWNoZS5vcmc+
    =djRF
    -----END PGP PUBLIC KEY BLOCK-----
    
    pub    E16AB52D79FD224F
    uid    Google Api Client Libraries (Releases) <google-api-client-libraries@google.com>
    
    -----BEGIN PGP PUBLIC KEY BLOCK-----
    Version: BCPG v1.68
    
    mQENBFF/4bYBCADTeOLZiVGNbjlPrwG7UcMl+yXmEqpf9dB1A9cuicH3PWXj0WOb
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 01 11:46:17 UTC 2024
    - 525.2K bytes
    - Viewed (0)
  6. RELEASE.md

            [Installing TensorFlow on Ubuntu](https://www.tensorflow.org/install/install_linux#tensorflow_gpu_support)
    *   Google Cloud TPU:
        *   Experimental tf.data integration for Keras on Google Cloud TPUs.
        *   Experimental / preview support for eager execution on Google Cloud TPUs.
    *   DistributionStrategy:
        *   Add multi-GPU DistributionStrategy support in tf.keras. Users can now
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  7. pkg/apis/core/validation/validation_test.go

    	tests := []struct {
    		oldNode core.Node
    		node    core.Node
    		valid   bool
    	}{
    		{core.Node{}, core.Node{}, true},
    		{core.Node{
    			ObjectMeta: metav1.ObjectMeta{
    				Name: "foo"}},
    			core.Node{
    				ObjectMeta: metav1.ObjectMeta{
    					Name: "bar"},
    			}, false},
    		{core.Node{
    			ObjectMeta: metav1.ObjectMeta{
    				Name:   "foo",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  8. src/main/webapp/css/bootstrap.min.css.map

    explicit class rather than being the default for all `<img>`s.\n// We previously tried the \"images are responsive by default\" approach in Bootstrap v2,\n// and abandoned it in Bootstrap v3 because it breaks lots of third-party widgets (including Google Maps)\n// which weren't expecting the images within themselves to be involuntarily resized.\n// See also https://github.com/twbs/bootstrap/issues/18178\n.img-fluid {\n  @include img-fluid();\n}\n\n\n// Image thumbnails\n.img-thumbnail {\n  padding:...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 13 04:21:06 UTC 2020
    - 626.8K bytes
    - Viewed (0)
  9. api/openapi-spec/v3/apis__apps__v1_openapi.json

                ],
                "default": {},
                "description": "An object that describes the pod that will be created. The DaemonSet will create exactly one copy of this pod on every node that matches the template's node selector (or on every node if no node selector is specified). The only allowed template.spec.restartPolicy value is \"Always\". More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller#pod-template"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    The boolean values (True or False) of the output tensor indicate
    if the input matches the regex pattern provided.
    
    The pattern follows the re2 syntax (https://github.com/google/re2/wiki/Syntax)
      }];
    
      let arguments = (ins
        Arg<TF_StrTensor, [{A string tensor of the text to be processed.}]>:$input,
    
        StrAttr:$pattern
      );
    
      let results = (outs
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
Back to top