Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 110 of 130 for 3$ (0.05 sec)

  1. pkg/config/validation/validation_test.go

    			HttpDelayType: &networking.HTTPFaultInjection_Delay_FixedDelay{
    				FixedDelay: &durationpb.Duration{Seconds: 3},
    			},
    		}, valid: true},
    		{name: "valid default", in: &networking.HTTPFaultInjection_Delay{
    			HttpDelayType: &networking.HTTPFaultInjection_Delay_FixedDelay{
    				FixedDelay: &durationpb.Duration{Seconds: 3},
    			},
    		}, valid: true},
    		{name: "invalid percent", in: &networking.HTTPFaultInjection_Delay{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 30 03:11:45 UTC 2024
    - 196K bytes
    - Viewed (0)
  2. cmd/bucket-replication.go

    //
    // This program is free software: you can redistribute it and/or modify
    // it under the terms of the GNU Affero General Public License as published by
    // the Free Software Foundation, either version 3 of the License, or
    // (at your option) any later version.
    //
    // This program is distributed in the hope that it will be useful
    // but WITHOUT ANY WARRANTY; without even the implied warranty of
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 06:56:12 UTC 2024
    - 114.4K bytes
    - Viewed (0)
  3. api/openapi-spec/v3/apis__apiextensions.k8s.io__v1_openapi.json

    regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?3[0-9a-f]{3}-?[0-9a-f]{4}-?[0-9a-f]{12}$ - uuid4: an UUID4 that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?4[0-9a-f]{3}-?[89ab][0-9a-f]{3}-?[0-9a-f]{12}$ - uuid5: an UUID5 that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?5[0-9a-f]{3}-?[89ab][0-9a-f]{3}-?[0-9a-f]{12}$ - isbn: an ISBN10 or ISBN13 number string like \"0321751043\" or \"978-0321751041\" - isbn10: an ISBN10 number string like \"0321751043\" - isbn13:...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 178.6K bytes
    - Viewed (0)
  4. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        public static final String LABELS_search_result_status = "{labels.search_result_status}";
    
        /** The key of the message: Results <b>{2}</b><span class="hidden-phone"> -</span> <b>{3}</b> of about <b>{1}</b> for <b>{0}</b> */
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 146.4K bytes
    - Viewed (0)
  5. api/openapi-spec/v3/apis__certificates.k8s.io__v1_openapi.json

                "format": "int32",
                "type": "integer"
              },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 151.7K bytes
    - Viewed (0)
  6. android/guava-tests/test/com/google/common/util/concurrent/FuturesTest.java

        ImmutableList<ListenableFuture<Object>> futures = inCompletionOrder(inputs);
        future2.set("1L");
        future1.set(2L);
        future3.set(3);
    
        ImmutableList<?> expected = ImmutableList.of("1L", 2L, 3);
        for (int i = 0; i < expected.size(); i++) {
          assertEquals(expected.get(i), getDone(futures.get(i)));
        }
      }
    
      @J2ktIncompatible
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed May 29 16:29:37 UTC 2024
    - 144.1K bytes
    - Viewed (0)
  7. guava-tests/test/com/google/common/util/concurrent/FuturesTest.java

        ImmutableList<ListenableFuture<Object>> futures = inCompletionOrder(inputs);
        future2.set("1L");
        future1.set(2L);
        future3.set(3);
    
        ImmutableList<?> expected = ImmutableList.of("1L", 2L, 3);
        for (int i = 0; i < expected.size(); i++) {
          assertEquals(expected.get(i), getDone(futures.get(i)));
        }
      }
    
      @J2ktIncompatible
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed May 29 16:29:37 UTC 2024
    - 144.1K bytes
    - Viewed (0)
  8. src/reflect/value.go

    func (v Value) CanSet() bool {
    	return v.flag&(flagAddr|flagRO) == flagAddr
    }
    
    // Call calls the function v with the input arguments in.
    // For example, if len(in) == 3, v.Call(in) represents the Go call v(in[0], in[1], in[2]).
    // Call panics if v's Kind is not [Func].
    // It returns the output results as Values.
    // As in Go, each input argument must be assignable to the
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:17:41 UTC 2024
    - 119.9K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apimachinery/pkg/util/managedfields/internal/testdata/swagger.json

            "timeoutSeconds": {
              "description": "timeoutSeconds specifies the seconds of ClientIP type session sticky time. The value must be >0 && <=86400(for 1 day) if ServiceAffinity == \"ClientIP\". Default value is 10800(for 3 hours).",
              "format": "int32",
              "type": "integer"
            }
          },
          "type": "object"
        },
        "io.k8s.api.core.v1.ComponentCondition": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 229.4K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/tensorflow/ir/tf_ops_n_z.cc

          start, limit, delta);
    }
    
    OpFoldResult RangeOp::fold(FoldAdaptor adaptor) {
      auto operands = adaptor.getOperands();
      assert(operands.size() == 3);
      auto start_tensor = operands[0].dyn_cast_or_null<ElementsAttr>();
      auto limit_tensor = operands[1].dyn_cast_or_null<ElementsAttr>();
      auto delta_tensor = operands[2].dyn_cast_or_null<ElementsAttr>();
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 09 22:07:10 UTC 2024
    - 170.8K bytes
    - Viewed (0)
Back to top