Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 117 for Eaccess (0.13 sec)

  1. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/schema/cel/validation_test.go

    			},
    		},
    		{name: "map access",
    			obj: map[string]interface{}{
    				"val": map[string]interface{}{
    					"b": 1,
    					"d": 2,
    				},
    			},
    			schema: objectTypePtr(map[string]schema.Structural{
    				"val": mapType(&integerType),
    			}),
    			valid: []string{
    				// idiomatic map access
    				"!('a' in self.val)",
    				"'b' in self.val",
    				"!('c' in self.val)",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 17:14:10 UTC 2024
    - 159.9K bytes
    - Viewed (0)
  2. samples/addons/grafana.yaml

        [server]
        domain = ''
      datasources.yaml: |
        apiVersion: 1
        datasources:
        - access: proxy
          editable: true
          isDefault: true
          jsonData:
            timeInterval: 15s
          name: Prometheus
          orgId: 1
          type: prometheus
          url: http://prometheus:9090
        - access: proxy
          editable: true
          isDefault: false
          jsonData:
            timeInterval: 5s
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 20:46:28 UTC 2024
    - 242.3K bytes
    - Viewed (0)
  3. src/main/webapp/js/admin/popper.min.js.map

    when the popper is created.<br />\n   * By default, it is set to no-op.<br />\n   * Access Popper.js instance with `data.instance`.\n   * @prop {onCreate}\n   */\n  onCreate: () => {},\n\n  /**\n   * Callback called when the popper is updated. This callback is not called\n   * on the initialization/creation of the popper, but only on subsequent\n   * updates.<br />\n   * By default, it is set to no-op.<br />\n   * Access Popper.js instance with `data.instance`.\n   * @prop {onUpdate}\n   */\n  onUpdate:...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 07 10:28:50 UTC 2020
    - 121K bytes
    - Viewed (0)
  4. cmd/admin-handlers.go

    }
    
    // StartProfilingResult contains the status of the starting
    // profiling action in a given server - deprecated API
    type StartProfilingResult struct {
    	NodeName string `json:"nodeName"`
    	Success  bool   `json:"success"`
    	Error    string `json:"error"`
    }
    
    // StartProfilingHandler - POST /minio/admin/v3/profiling/start?profilerType={profilerType}
    // ----------
    // Enable server profiling
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 98K bytes
    - Viewed (0)
  5. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        public static final String LABELS_boost_document_rule_sort_order = "{labels.boost_document_rule_sort_order}";
    
        /** The key of the message: Access Token */
        public static final String LABELS_access_token_configuration = "{labels.access_token_configuration}";
    
        /** The key of the message: Access Token */
        public static final String LABELS_access_token_title_details = "{labels.access_token_title_details}";
    
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 146.4K bytes
    - Viewed (0)
  6. src/cmd/internal/obj/ppc64/asm9.go

    		/* TH field for dcbt/dcbtst: */
    		/* 0 = Block access - program will soon access EA. */
    		/* 8-15 = Stream access - sequence of access (data stream). See section 4.3.2 of the ISA for details. */
    		/* 16 = Block access - program will soon make a transient access to EA. */
    		/* 17 = Block access - program will not access EA for a long time. */
    
    		/* L field for dcbf: */
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 13:55:28 UTC 2024
    - 156.1K bytes
    - Viewed (0)
  7. pkg/apis/batch/validation/validation_test.go

    		t.Run(k, func(t *testing.T) {
    			if errs := ValidateCronJobCreate(&v, corevalidation.PodValidationOptions{}); len(errs) != 0 {
    				t.Errorf("expected success for %s: %v", k, errs)
    			}
    
    			// Update validation should pass same success cases
    			// copy to avoid polluting the testcase object, set a resourceVersion to allow validating update, and test a no-op update
    			v = *v.DeepCopy()
    			v.ResourceVersion = "1"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 20:49:09 UTC 2024
    - 124.3K bytes
    - Viewed (0)
  8. cmd/object-handlers.go

    			//   HTTP status code 404 ("no such key")
    			//   error.
    			// * if you don’t have the s3:ListBucket
    			//   permission, Amazon S3 will return an HTTP
    			//   status code 403 ("access denied") error.`
    			if globalPolicySys.IsAllowed(policy.BucketPolicyArgs{
    				Action:          policy.ListBucketAction,
    				BucketName:      bucket,
    				ConditionValues: getConditionValues(r, "", auth.AnonymousCredentials),
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Jun 14 13:28:35 UTC 2024
    - 124.2K bytes
    - Viewed (0)
  9. src/net/http/server.go

    	// ServerContextKey is a context key. It can be used in HTTP
    	// handlers with Context.Value to access the server that
    	// started the handler. The associated value will be of
    	// type *Server.
    	ServerContextKey = &contextKey{"http-server"}
    
    	// LocalAddrContextKey is a context key. It can be used in
    	// HTTP handlers with Context.Value to access the local
    	// address the connection arrived on.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 123.4K bytes
    - Viewed (0)
  10. src/crypto/x509/x509_test.go

    	_, err := MarshalPKIXPublicKey(&ecdsa.PublicKey{})
    	if err == nil {
    		t.Errorf("expected error, got MarshalPKIXPublicKey success")
    	}
    	_, err = MarshalPKIXPublicKey(&ecdsa.PublicKey{
    		Curve: elliptic.P256(),
    		X:     big.NewInt(1), Y: big.NewInt(2),
    	})
    	if err == nil {
    		t.Errorf("expected error, got MarshalPKIXPublicKey success")
    	}
    }
    
    func testParsePKIXPublicKey(t *testing.T, pemBytes string) (pub any) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:00:16 UTC 2024
    - 163.4K bytes
    - Viewed (0)
Back to top