Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for restriction (0.15 sec)

  1. cmd/object-handlers.go

    	if srcInfo.Legacy {
    		srcInfo.metadataOnly = false
    	}
    
    	// Check if x-amz-metadata-directive or x-amz-tagging-directive was not set to REPLACE and source,
    	// destination are same objects. Apply this restriction also when
    	// metadataOnly is true indicating that we are not overwriting the object.
    	// if encryption is enabled we do not need explicit "REPLACE" metadata to
    	// be enabled as well - this is to allow for key-rotation.
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Jun 14 13:28:35 UTC 2024
    - 124.2K bytes
    - Viewed (0)
  2. src/cmd/link/internal/ld/data.go

    //
    // Permission is hereby granted, free of charge, to any person obtaining a copy
    // of this software and associated documentation files (the "Software"), to deal
    // in the Software without restriction, including without limitation the rights
    // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
    // copies of the Software, and to permit persons to whom the Software is
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 12 15:10:50 UTC 2024
    - 100.5K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/lite/ir/tfl_ops.td

    ```
    
    This operation requires that:
    
    `-1-input.dims() <= dim <= input.dims()`
    
    This operation is related to `squeeze()`, which removes dimensions of
    size 1.
      }];
    
      // TODO: Restriction on dim's size and valid range are not modeled here.
      let arguments = (ins AnyTensor:$input, TFL_I32OrI64Tensor:$dim);
    
      let results = (outs AnyTensor:$output);
    
      let hasOptions = 1;
    }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 06 19:09:08 UTC 2024
    - 186K bytes
    - Viewed (0)
  4. pkg/controller/job/job_controller_test.go

    		wantStatusSucceeded           int32
    		wantStatusTerminating         *int32
    	}{
    		"default handling for pod failure if the container matching the exit codes does not match the containerName restriction": {
    			enableJobPodFailurePolicy: true,
    			job: batch.Job{
    				TypeMeta:   metav1.TypeMeta{Kind: "Job"},
    				ObjectMeta: validObjectMeta,
    				Spec: batch.JobSpec{
    					Selector:     validSelector,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 15:36:36 UTC 2024
    - 229.2K bytes
    - Viewed (0)
  5. src/cmd/go/alldocs.go

    // a version on the left side is dropped.
    //
    // The -retract=version and -dropretract=version flags add and drop a
    // retraction on the given version. The version may be a single version
    // like "v1.2.3" or a closed interval like "[v1.1.0,v1.1.9]". Note that
    // -retract=version is a no-op if that retraction already exists.
    //
    // The -godebug, -dropgodebug, -require, -droprequire, -exclude, -dropexclude,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 142.4K bytes
    - Viewed (0)
  6. cmd/bucket-replication.go

    	if opts.bucket == "" {
    		return fmt.Errorf("bucket name is empty")
    	}
    	if opts.arn == "" {
    		return fmt.Errorf("target ARN specified for resync is empty")
    	}
    	// Check if the current bucket has quota restrictions, if not skip it
    	cfg, err := getReplicationConfig(ctx, opts.bucket)
    	if err != nil {
    		return err
    	}
    	tgtArns := cfg.FilterTargetArns(
    		replication.ObjectOpts{
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 06:56:12 UTC 2024
    - 114.4K bytes
    - Viewed (0)
  7. cluster/gce/gci/configure-helper.sh

        params+=" --${flag}=${value}"
      fi
      echo "${params}"
    }
    
    function setup-os-params {
      # Reset core_pattern. On GCI, the default core_pattern pipes the core dumps to
      # /sbin/crash_reporter which is more restrictive in saving crash dumps. So for
      # now, set a generic core_pattern that users can work with.
      echo "/core.%e.%p.%t" > /proc/sys/kernel/core_pattern
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 22:07:47 UTC 2024
    - 141.1K bytes
    - Viewed (0)
Back to top