Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for xHello (0.15 sec)

  1. gradle/verification-keyring.keys

    pub    056ACA74D46000BF
    uid    Norman Maurer <******@****.***>
    
    sub    064AC25270668162
    -----BEGIN PGP PUBLIC KEY BLOCK-----
    Version: BCPG v1.68
    
    mQGiBEoo3BYRBACXE2oGRA58Ml6s+kvfk6n/AJ+5OFeRT/Xelco/cpdxOVF5LkRk
    yd+vR2+F9ldBlH7CSTCmrdZIN3M3zrcWndrk/OQkCxNWVnE/a1li7L3G9nYr011k
    MwMM8MLkdf1Wr+FBunf1qpxPYuydfjWGFL749hYr4uQ8RbFDRQcmWLYCRwCgl+ur
    E28AmiICPcje59DNKHZZxd8D/Rk1LcZojARyMPjEsPOVSOh6kOaJQ/FOKN0j97k7
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 01 11:46:17 UTC 2024
    - 525.2K bytes
    - Viewed (0)
  2. pkg/apis/core/validation/validation_test.go

    		},
    		"with-bad-labels": {
    			isExpectedFailure: true,
    			claim: func() *core.PersistentVolumeClaim {
    				claim := testVolumeClaim(goodName, goodNS, goodClaimSpec)
    				claim.Labels = map[string]string{
    					"hello-world": "hyphen not allowed",
    				}
    				return claim
    			}(),
    		},
    		"with-good-annotations": {
    			claim: func() *core.PersistentVolumeClaim {
    				claim := testVolumeClaim(goodName, goodNS, goodClaimSpec)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    Joins the strings in the given list of string tensors into one tensor;
      }];
    
      let description = [{
    with the given separator (default is an empty separator).
    
    Examples:
    
    >>> s = ["hello", "world", "tensorflow"]
    >>> tf.strings.join(s, " ")
    <tf.Tensor: shape=(), dtype=string, numpy=b'hello world tensorflow'>
      }];
    
      let arguments = (ins
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"ServeConn", Func, 0},
    	},
    	"net/smtp": {
    		{"(*Client).Auth", Method, 0},
    		{"(*Client).Close", Method, 2},
    		{"(*Client).Data", Method, 0},
    		{"(*Client).Extension", Method, 0},
    		{"(*Client).Hello", Method, 1},
    		{"(*Client).Mail", Method, 0},
    		{"(*Client).Noop", Method, 10},
    		{"(*Client).Quit", Method, 0},
    		{"(*Client).Rcpt", Method, 0},
    		{"(*Client).Reset", Method, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
Back to top