Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 61 for Off (0.06 sec)

  1. cmd/object-handlers.go

    		objInfo.ETag = origETag
    		enqueueTransitionImmediate(objInfo, lcEventSrc_s3PutObject)
    		os.Sweep()
    	}
    }
    
    // PutObjectExtractHandler - PUT Object extract is an extended API
    // based off from AWS Snowball feature to auto extract compressed
    // stream will be extracted in the same directory it is stored in
    // and the folder structures will be built out accordingly.
    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. tensorflow/compiler/mlir/tensorflow/ir/tf_ops_a_m.cc

    // CollectiveReduceV2Op
    //===----------------------------------------------------------------------===//
    
    // For `CollectiveReduceV2Op` we have 3 cases:
    // 1) `is_stateless` is true turns off automatic ordering and we purely rely on
    //    instance_key to distinguish collective groups. In this case, ordering
    //    tokens are irrelevant. Each collective group should have a unique
    //    instance_key at runtime.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 146.7K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/ir/tf_ops_n_z.cc

        RegionBranchPoint point) {
      if (auto whileOp =
              llvm::dyn_cast<WhileRegionOp>(this->getOperation()->getParentOp())) {
        if (&whileOp.getCond() == this->getOperation()->getParentRegion()) {
          // cut off the boolean (the condition itself) at the start
          return MutableOperandRange(
              this->getOperation(), 1,
              this->getOperation()->getOperands().size() - 1);
        }
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 09 22:07:10 UTC 2024
    - 170.8K bytes
    - Viewed (0)
  4. cluster/gce/gci/configure-helper.sh

      fi
      iptables -w -t mangle -I OUTPUT -s 169.254.169.254 -j DROP
    
      # Log all metadata access not from approved processes.
      case "${METADATA_SERVER_FIREWALL_MODE:-off}" in
        log)
          echo "Installing metadata firewall logging rules"
          gce-metadata-fw-helper -I LOG "MetadataServerFirewallReject" !
          gce-metadata-fw-helper -I LOG "MetadataServerFirewallAccept"
          ;;
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 22:07:47 UTC 2024
    - 141.1K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/schema/cel/validation_test.go

    				"self.val1.getMinutes('01:00') == 03",
    				"self.val1.getSeconds('01:00') == 37",
    				"self.val1.getMilliseconds('01:00') == 10",
    				"self.val1.getHours('UTC') == 18", // TZ in string is 1hr off of UTC
    				"type(self.val1) == google.protobuf.Timestamp",
    			},
    			errors: map[string]string{
    				"timestamp('1000-00-00T00:00:00Z')":  "compilation failed: ERROR: <input>:1:11: invalid timestamp",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 17:14:10 UTC 2024
    - 159.9K bytes
    - Viewed (0)
  6. cluster/gce/util.sh

      # Both --cgroups-per-qos and --enforce-node-allocatable should be disabled on
      # windows; the latter requires the former to be enabled to work.
      flags+=" --cgroups-per-qos=false --enforce-node-allocatable="
    
      # Turn off kernel memory cgroup notification.
      flags+=" --kernel-memcg-notification=false"
    
      WINDOWS_CONTAINER_RUNTIME_ENDPOINT=${KUBE_WINDOWS_CONTAINER_RUNTIME_ENDPOINT:-npipe:////./pipe/containerd-containerd}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 21:47:17 UTC 2024
    - 161.6K bytes
    - Viewed (0)
  7. src/main/webapp/js/admin/jquery-3.6.3.min.map

    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 17 12:13:41 UTC 2023
    - 135.2K bytes
    - Viewed (0)
  8. src/main/webapp/js/jquery-3.6.3.min.map

    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 17 12:13:41 UTC 2023
    - 135.2K bytes
    - Viewed (0)
  9. src/net/http/transport_test.go

    		}
    		_, err = io.ReadAll(res.Body)
    		if err != nil {
    			t.Fatalf("%s: Slurp error: %v", name, err)
    		}
    	}
    
    	// Few 100 responses, making sure we're not off-by-one.
    	for i := 1; i <= numReqs; i++ {
    		req, _ := NewRequest("POST", "http://dummy.tld/", strings.NewReader(reqBody(i)))
    		req.Header.Set("Request-Id", reqID(i))
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 06 21:59:21 UTC 2024
    - 192.6K bytes
    - Viewed (0)
  10. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    af
    gov.af
    com.af
    org.af
    net.af
    edu.af
    
    // ag : http://www.nic.ag/prices.htm
    ag
    com.ag
    org.ag
    net.ag
    co.ag
    nom.ag
    
    // ai : http://nic.com.ai/
    ai
    off.ai
    com.ai
    net.ai
    org.ai
    
    // al : http://www.ert.gov.al/ert_alb/faq_det.html?Id=31
    al
    com.al
    edu.al
    gov.al
    mil.al
    net.al
    org.al
    
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 240.3K bytes
    - Viewed (0)
Back to top