Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 233 for 0$ (0.19 sec)

  1. src/main/java/jcifs/smb1/smb1/SmbFile.java

                                  /* The canonicalization routine
                                   */
                state = 0;
                o = 0;
                for( i = 0; i < length; i++ ) {
                    switch( state ) {
                        case 0:
                            if( in[i] != '/' ) {
                                return null;
                            }
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Mon Mar 13 12:00:57 UTC 2023
    - 107.9K bytes
    - Viewed (0)
  2. pkg/printers/internalversion/printers.go

    		podIP := ""
    		if len(pod.Status.PodIPs) > 0 {
    			podIP = pod.Status.PodIPs[0].IP
    		}
    
    		if podIP == "" {
    			podIP = "<none>"
    		}
    		if nodeName == "" {
    			nodeName = "<none>"
    		}
    		if nominatedNodeName == "" {
    			nominatedNodeName = "<none>"
    		}
    
    		readinessGates := "<none>"
    		if len(pod.Spec.ReadinessGates) > 0 {
    			trueConditions := 0
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 14:04:15 UTC 2024
    - 128.3K bytes
    - Viewed (0)
  3. pkg/kubelet/kubelet_test.go

    	assert.Len(t, manager.GetPods(), 0, "Expected 0 mirror pods")
    	for i, pod := range orphanPods {
    		name := kubecontainer.GetPodFullName(pod)
    		creates, deletes := manager.GetCounts(name)
    		switch i {
    		case 2:
    			if creates != 0 || deletes != 0 {
    				t.Errorf("expected 0 creation and 0 deletion of %q, got %d, %d", name, creates, deletes)
    			}
    		default:
    			if creates != 0 || deletes != 1 {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 106.9K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tensorflow/ir/tf_ops_a_m.cc

      if (r0_ty && r0_ty.hasStaticShape() && r0_ty.getDimSize(0) != r0.size())
        return op.emitOpError() << "requires dimension 0 size of 'r0' to be "
                                << r0.size() << " but got " << r0_ty.getShape()[0];
      if (r1_ty && r1_ty.hasStaticShape() && r1_ty.getDimSize(0) != r1.size())
        return op.emitOpError() << "requires dimension 0 size of 'r1' to be "
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 146.7K bytes
    - Viewed (0)
  5. pkg/apis/apps/validation/validation_test.go

    		Type: apps.RollingUpdateDeploymentStrategyType,
    		RollingUpdate: &apps.RollingUpdateDeployment{
    			MaxSurge:       intstr.FromString("0%"),
    			MaxUnavailable: intstr.FromInt32(0),
    		},
    	}
    	errorCases["may not be 0 when `maxSurge` is 0"] = invalidRollingUpdateDeployment
    
    	// MaxUnavailable should not be more than 100%.
    	invalidMaxUnavailableDeployment := validDeployment()
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 111.9K bytes
    - Viewed (0)
  6. src/main/java/org/codelibs/fess/mylasta/action/FessMessages.java

        /** The key of the message: {0} file does not exist. */
        public static final String ERRORS_target_file_does_not_exist = "{errors.target_file_does_not_exist}";
    
        /** The key of the message: Failed to delete {0} file. */
        public static final String ERRORS_failed_to_delete_file = "{errors.failed_to_delete_file}";
    
        /** The key of the message: Not found Doc ID:{0} */
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 119.9K bytes
    - Viewed (0)
  7. pilot/pkg/networking/core/cluster_builder_test.go

    	}
    	if ec.CircuitBreakers != nil {
    		if ec.CircuitBreakers.Thresholds[0].MaxRetries.Value != gc.CircuitBreakers.Thresholds[0].MaxRetries.Value {
    			t.Errorf("Unexpected circuit breaker thresholds want %v, got %v", ec.CircuitBreakers.Thresholds[0].MaxRetries, gc.CircuitBreakers.Thresholds[0].MaxRetries)
    		}
    	}
    	if ec.AltStatName != "" {
    		if ec.AltStatName != gc.AltStatName {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 110.4K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/lite/transforms/optimize.cc

    // with a 0-d constant, e.g. before this optimization,
    //   %cst = arith.constant dense<1.0> : tensor<16x16x4xf32>
    //   %0 = "tfl.conv_2d"...
    //   %1 = "tfl.add"(%0, %cst) : (tensor<16x16x4xf32>, tensor<16x16x4xf32>)
    // After this optimization:
    //   %cst = arith.constant dense<1.0> : tensor<f32>
    //   %0 = "tfl.conv_2d"...
    //   %1 = "tfl.add"(%0, %cst) : (tensor<16x16x4xf32>, tensor<f32>)
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Apr 30 00:40:15 UTC 2024
    - 102.3K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tensorflow/transforms/tf_passes.td

        ```
    
        Observe how the op inside the island obtains a `/TPU:0` device assignment:
    
        ```mlir
          !tf_res = type tensor<*x!tf_type.resource<tensor<32xf32>>>
    
          func @test(%arg0: !tf_res {tf.device = "/TPU:0"}) {
            tf_executor.graph {
              %control = tf_executor.island {
                %0 = "tf.Identity"(%arg0) {device = "/TPU:0"} : (!tf_res) -> !tf_res
                tf_executor.yield
              }
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:18:05 UTC 2024
    - 99.6K bytes
    - Viewed (0)
  10. src/cmd/compile/internal/test/testdata/cmpConst_test.go

    func lt_0_uint64(x uint64) bool                    { return x < 0 }
    func le_0_uint64(x uint64) bool                    { return x <= 0 }
    func gt_0_uint64(x uint64) bool                    { return x > 0 }
    func ge_0_uint64(x uint64) bool                    { return x >= 0 }
    func eq_0_uint64(x uint64) bool                    { return x == 0 }
    func ne_0_uint64(x uint64) bool                    { return x != 0 }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Dec 23 06:40:04 UTC 2020
    - 103.1K bytes
    - Viewed (0)
Back to top