Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 2,179 for emptypb (0.33 sec)

  1. buildscripts/verify-healing-empty-erasure-set.sh

    Anis Eleuch <******@****.***> 1717166930 +0100
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 31 14:48:50 UTC 2024
    - 3.9K bytes
    - Viewed (0)
  2. pkg/kube/inject/testdata/inject/traffic-annotations-empty-includes.yaml.injected

    John Howard <******@****.***> 1709052916 -0800
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Feb 27 16:55:16 UTC 2024
    - 6.8K bytes
    - Viewed (0)
  3. pkg/util/smallset/smallset_test.go

    	var uninit smallset.Set[string]
    	assert.Equal(t, uninit.IsNil(), true)
    	assert.Equal(t, uninit.IsEmpty(), true)
    	empty := smallset.New[string]()
    	assert.Equal(t, empty.IsNil(), true)
    	assert.Equal(t, empty.IsEmpty(), true)
    	empty2 := smallset.New[string]([]string{}...)
    	assert.Equal(t, empty2.IsNil(), false)
    	assert.Equal(t, empty2.IsEmpty(), true)
    }
    
    func BenchmarkSet(b *testing.B) {
    	items1000 := []string{}
    	for i := 0; i < 1000; i++ {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 10 23:33:56 UTC 2024
    - 4K bytes
    - Viewed (0)
  4. pilot/pkg/security/authz/builder/testdata/http/extended-allow-empty-rule-out.yaml

    Kuat <******@****.***> 1711363165 -0700
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 25 10:39:25 UTC 2024
    - 390 bytes
    - Viewed (0)
  5. pkg/kube/inject/testdata/inject/traffic-params-empty-includes.yaml.injected

    John Howard <******@****.***> 1709052916 -0800
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Feb 27 16:55:16 UTC 2024
    - 6.5K bytes
    - Viewed (0)
  6. pilot/pkg/security/authz/builder/testdata/http/extended-deny-empty-rule-out.yaml

    Kuat <******@****.***> 1711363165 -0700
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 25 10:39:25 UTC 2024
    - 406 bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/quantization/tensorflow/passes/duplicate_shape_determining_constants.cc

          CompileTimeConstantOperand<TF::DepthwiseConv2dNativeBackpropFilterOp, 1>,
          // $input_sizes
          CompileTimeConstantOperand<TF::DepthwiseConv2dNativeBackpropInputOp, 0>,
          CompileTimeConstantOperand<TF::EmptyOp, 0>,  // $shape
          // $element_shape, $max_num_elements
          CompileTimeConstantOperand<TF::EmptyTensorListOp, 0, 1>,
          CompileTimeConstantOperand<TF::ExpandDimsOp, 1>,   // $dim
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Mar 22 05:52:39 UTC 2024
    - 17.5K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/tf2xla/internal/passes/mark_ops_for_outside_compilation.cc

          OperationName(mlir::TF::BroadcastGradientArgsOp::getOperationName(),
                        context),
          OperationName(mlir::TF::ConcatOffsetOp::getOperationName(), context),
          OperationName(mlir::TF::EmptyOp::getOperationName(), context),
          OperationName(mlir::TF::ListDiffOp::getOperationName(), context),
          OperationName(mlir::TF::RankOp::getOperationName(), context),
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 21.4K bytes
    - Viewed (0)
  9. pkg/api/v1/persistentvolume/util_test.go

    					SecretRef: &corev1.SecretReference{
    						Name:      "",
    						Namespace: "cephfs"}}}}}
    	VisitPVSecretNames(emptyPV, func(namespace, name string, kubeletVisible bool) bool {
    		t.Fatalf("expected no empty names collected, got %q", name)
    		return false
    	})
    }
    
    // collectSecretPaths traverses the object, computing all the struct paths that lead to fields with "secret" in the name.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Sep 25 11:04:08 UTC 2023
    - 14.5K bytes
    - Viewed (0)
  10. src/main/java/org/codelibs/fess/mylasta/mail/CrawlerPostcard.java

         * @param dataCrawlStartTime The parameter value of dataCrawlStartTime. (NotNull)
         */
        public void setDataCrawlStartTime(String dataCrawlStartTime) {
            registerVariable("dataCrawlStartTime", dataCrawlStartTime);
        }
    
        /**
         * Set the value of dataCrawlEndTime, used in parameter comment. <br>
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 10K bytes
    - Viewed (0)
Back to top