Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 64 for badbad (0.31 sec)

  1. staging/src/k8s.io/api/networking/v1/types_swagger_doc_generated.go

    p if every p is an element-wise prefix of p of the\n  request path. Note that if the last element of the path is a substring\n  of the last element in request path, it is not a match (e.g. /foo/bar\n  matches /foo/bar/baz, but does not match /foo/barbaz).\n* ImplementationSpecific: Interpretation of the Path matching is up to\n  the IngressClass. Implementations can treat this as a separate PathType\n  or treat it identically to Prefix or Exact path types.\nImplementations are required to support...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 01 18:19:25 UTC 2023
    - 23.7K bytes
    - Viewed (0)
  2. common-protos/k8s.io/api/networking/v1/generated.proto

      //   request path. Note that if the last element of the path is a substring
      //   of the last element in request path, it is not a match (e.g. /foo/bar
      //   matches /foo/bar/baz, but does not match /foo/barbaz).
      // * ImplementationSpecific: Interpretation of the Path matching is up to
      //   the IngressClass. Implementations can treat this as a separate PathType
      //   or treat it identically to Prefix or Exact path types.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 25.2K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/networking/v1/generated.proto

      //   request path. Note that if the last element of the path is a substring
      //   of the last element in request path, it is not a match (e.g. /foo/bar
      //   matches /foo/bar/baz, but does not match /foo/barbaz).
      // * ImplementationSpecific: Interpretation of the Path matching is up to
      //   the IngressClass. Implementations can treat this as a separate PathType
      //   or treat it identically to Prefix or Exact path types.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 24.8K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiserver/pkg/endpoints/handlers/rest_test.go

    	original := &testPatchType{
    		TypeMeta:         metav1.TypeMeta{Kind: "testPatchType", APIVersion: "v"},
    		TestPatchSubType: TestPatchSubType{StringField: "my-value"},
    	}
    	patch := `barbaz`
    	expectedError := "invalid character 'b' looking for beginning of value"
    
    	actual := &testPatchType{}
    	err := strategicPatchObject(context.TODO(), defaulter, original, []byte(patch), actual, &testPatchType{}, "")
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 28 08:48:22 UTC 2024
    - 41.8K bytes
    - Viewed (0)
  5. src/main/webapp/js/admin/adminlte.min.js.map

    AAEI,GAAGH,GAAMuE,YAAczE,EACzBC,EAAEI,GAAGH,GAAMwE,WAAc,WAEvB,OADAzE,EAAEI,GAAGH,GAAQE,EACNJ,EAAe8D,kBAGjB9D,EAxRe,CAyRrB2E,QCzRGC,EAAU,SAAC3E,GAMf,IAAMC,EAAqB,SAGrBE,EAAqBH,EAAEI,GAAGH,GAM1BO,EACa,eADbA,EAEa,gBAFbA,EAGa,yBAHbA,EAIa,mBAJbA,EASqB,2BATrBA,EAUiB,kCAVjBA,EAYa,eAZbA,EAaa,2BAbbA,EAca,aAdbA,EAea,gBAGbC,EAIa,kBAJbA,EAKa,eALbA,EAQa,aARbA,EASa,gBATbA,EAUwB,6BAVxBA,EAWkB,uBAGlBC,EAAU,CACdE,eAAiB,iBACjBC,kBAAmB,KAQf8D,EAzDe,WA0DnB,SAAAA,EAAY7D,EAASC,GACnBC,KAAKE,QAAWH,EAChBC,KAAKC,SAAWH,EAE...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Wed Feb 12 07:55:41 UTC 2020
    - 77K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/extensions/v1beta1/types_swagger_doc_generated.go

    p if every p is an element-wise prefix of p of the\n  request path. Note that if the last element of the path is a substring\n  of the last element in request path, it is not a match (e.g. /foo/bar\n  matches /foo/bar/baz, but does not match /foo/barbaz).\n* ImplementationSpecific: Interpretation of the Path matching is up to\n  the IngressClass. Implementations can treat this as a separate PathType\n  or treat it identically to Prefix or Exact path types.\nImplementations are required to support...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 01 18:19:25 UTC 2023
    - 42.5K bytes
    - Viewed (0)
  7. src/regexp/testdata/re2-search.txt

    "a\\C??"
    -;-;-;-
    0-1;0-1;0-1;0-1
    "^(?:a\\C??)$"
    -;-;-;-
    0-1;0-1;0-1;0-1
    "^(?:a\\C??)"
    -;-;-;-
    0-1;0-1;0-1;0-1
    "(?:a\\C??)$"
    -;-;-;-
    0-1;0-1;0-1;0-1
    strings
    ""
    "baba"
    regexps
    "a\\C*|ba\\C"
    -;-;-;-
    -;0-3;-;0-3
    "^(?:a\\C*|ba\\C)$"
    -;-;-;-
    -;-;-;-
    "^(?:a\\C*|ba\\C)"
    -;-;-;-
    -;0-3;-;0-3
    "(?:a\\C*|ba\\C)$"
    -;-;-;-
    -;1-4;-;1-4
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 13 14:52:20 UTC 2021
    - 42.4K bytes
    - Viewed (0)
  8. common-protos/k8s.io/api/extensions/v1beta1/generated.proto

      //   request path. Note that if the last element of the path is a substring
      //   of the last element in request path, it is not a match (e.g. /foo/bar
      //   matches /foo/bar/baz, but does not match /foo/barbaz).
      // * ImplementationSpecific: Interpretation of the Path matching is up to
      //   the IngressClass. Implementations can treat this as a separate PathType
      //   or treat it identically to Prefix or Exact path types.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 45.6K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/extensions/v1beta1/generated.proto

      //   request path. Note that if the last element of the path is a substring
      //   of the last element in request path, it is not a match (e.g. /foo/bar
      //   matches /foo/bar/baz, but does not match /foo/barbaz).
      // * ImplementationSpecific: Interpretation of the Path matching is up to
      //   the IngressClass. Implementations can treat this as a separate PathType
      //   or treat it identically to Prefix or Exact path types.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 45.4K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apiserver/pkg/storage/testing/store_tests.go

    	if err := store.GuaranteedUpdate(ctx, key, updatedPod, false, nil,
    		storage.SimpleUpdate(func(obj runtime.Object) (runtime.Object, error) {
    			pod := obj.(*example.Pod)
    			pod.ObjectMeta.Labels = map[string]string{"foo": "barbar"}
    			return pod, nil
    		}), nil); err != nil {
    		t.Errorf("Unexpected failure during updated: %v", err)
    	}
    
    	calls := 0
    	validateFresh := func(_ context.Context, obj runtime.Object) error {
    		calls++
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 12:45:33 UTC 2024
    - 91.4K bytes
    - Viewed (0)
Back to top