Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 2,034 for metaV (0.07 sec)

  1. buildscripts/cicd-corpus/disk2/bucket/testobj/xl.meta

    Harshavardhana <******@****.***> 1650484145 -0700
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Wed Apr 20 19:49:05 UTC 2022
    - 531 bytes
    - Viewed (0)
  2. buildscripts/cicd-corpus/disk5/bucket/testobj/xl.meta

    Harshavardhana <******@****.***> 1650484145 -0700
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Wed Apr 20 19:49:05 UTC 2022
    - 531 bytes
    - Viewed (0)
  3. cmd/format-meta.go

    Harshavardhana <******@****.***> 1618774873 -0700
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Apr 23 18:58:53 UTC 2021
    - 1.7K bytes
    - Viewed (0)
  4. cmd/handler-utils_test.go

    		{
    			header: http.Header{
    				"X-Amz-Meta-Appid":   []string{"amz-meta"},
    				"X-Minio-Meta-Appid": []string{"minio-meta"},
    			},
    			metadata: map[string]string{
    				"X-Amz-Meta-Appid":   "amz-meta",
    				"X-Minio-Meta-Appid": "minio-meta",
    			},
    			shouldFail: false,
    		},
    		// Fail if header key is not in canonicalized form
    		{
    			header: http.Header{
    				"x-amz-meta-appid": []string{"amz-meta"},
    			},
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Feb 22 06:26:06 UTC 2024
    - 6.1K bytes
    - Viewed (0)
  5. hack/verify-staging-meta-files.sh

    # limitations under the License.
    
    # This script checks whether the expected metadata files (such as OWNERS and
    # LICENSE) exist under the `staging/src/k8s.io/*` directories.
    # Usage: `hack/verify-staging-meta-files.sh`.
    
    set -o errexit
    set -o nounset
    set -o pipefail
    
    KUBE_ROOT=$(dirname "${BASH_SOURCE[0]}")/..
    
    expected_filenames=(
      .github/PULL_REQUEST_TEMPLATE.md
      code-of-conduct.md
      LICENSE
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jan 21 10:10:46 UTC 2020
    - 1.5K bytes
    - Viewed (0)
  6. cmd/xl-storage-meta-inline.go

    Anis Eleuch <******@****.***> 1712232280 +0100
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Apr 04 12:04:40 UTC 2024
    - 9.5K bytes
    - Viewed (0)
  7. samples/bookinfo/src/productpage/templates/index.html

    {% block metas %}
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    {% endblock %}
    
    {% block styles %}
    <style>
        table {
            color: #333;
            background: white;
            border: 1px solid grey;
            font-size: 12pt;
            border-collapse: collapse;
            width: 100%;
        }
    
        table thead th,
        table tfoot th {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 28 14:48:01 UTC 2024
    - 1.5K bytes
    - Viewed (0)
  8. src/cmd/cover/cfg_test.go

    	}
    
    	// We expect to see an empty meta-data file in this case.
    	if inf, err := os.Open(mpath); err != nil {
    		t.Fatalf("opening meta-data file: error %v", err)
    	} else {
    		defer inf.Close()
    		fi, err := inf.Stat()
    		if err != nil {
    			t.Fatalf("stat meta-data file: %v", err)
    		}
    		if fi.Size() != 0 {
    			t.Fatalf("want zero-sized meta-data file got size %d",
    				fi.Size())
    		}
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 15 12:51:11 UTC 2024
    - 7.8K bytes
    - Viewed (0)
  9. pilot/pkg/bootstrap/config_compare_test.go

    		expected bool
    	}{
    		{
    			name: "different gvk",
    			prev: config.Config{
    				Meta: config.Meta{
    					GroupVersionKind: gvk.VirtualService,
    					Name:             "acme2-v1",
    					Namespace:        "not-default",
    				},
    				Spec: &networking.VirtualService{},
    			},
    			curr: config.Config{
    				Meta: config.Meta{
    					GroupVersionKind: gvk.DestinationRule,
    					Name:             "acme2-v1",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jan 03 16:47:35 UTC 2023
    - 5.4K bytes
    - Viewed (0)
  10. src/cmd/go/internal/vcs/discovery_test.go

    		},
    	},
    	{
    		`<meta name="go-import" content="foo/bar git https://github.com/rsc/foo/bar">
    		<meta name="go-import" content="foo/bar mod http://github.com/rsc/baz/quux">`,
    		IgnoreMod,
    		[]metaImport{
    			{"foo/bar", "git", "https://github.com/rsc/foo/bar"},
    		},
    	},
    	{
    		`<meta name="go-import" content="foo/bar mod http://github.com/rsc/baz/quux">
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 11 18:14:49 UTC 2020
    - 3.4K bytes
    - Viewed (0)
Back to top