Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for 100000000000 (0.11 sec)

  1. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/schema/cel/validation_test.go

    				"sets.contains([{'a': 1}, {'b': 2}], [{'b': 2}])",
    				"sets.contains([[1, 2], [3, 4]], [[3, 4]])",
    				"sets.contains([timestamp('2000-01-01T00:00:00.000+01:00'), timestamp('2012-01-01T00:00:00.000+01:00')], [timestamp('2012-01-01T00:00:00.000+01:00')])",
    				"sets.contains([duration('1h'), duration('2h')], [duration('2h')])",
    
    				"sets.equivalent([1, 2], [1, 2])",
    				"sets.equivalent([true, false], [true, false])",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 17:14:10 UTC 2024
    - 159.9K bytes
    - Viewed (0)
  2. doc/go1.17_spec.html

    1024                int16       1024 is in the set of 16-bit integers
    42.0                byte        42 is in the set of unsigned 8-bit integers
    1e10                uint64      10000000000 is in the set of unsigned 64-bit integers
    2.718281828459045   float32     2.718281828459045 rounds to 2.7182817 which is in the set of float32 values
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 11 20:22:45 UTC 2024
    - 211.6K bytes
    - Viewed (0)
Back to top