Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 36 for 2M (0.03 sec)

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

    				`isQuantity("20Mi")`:    1,
    				`quantity("200M") == quantity("0.2G") && quantity("0.2G") == quantity("200M")`:                                           6,
    				`quantity("2M") == quantity("0.002G") && quantity("2000k") == quantity("2M") && quantity("0.002G") == quantity("2000k")`: 9,
    				`quantity(self.val1).isLessThan(quantity(self.val2))`:                                                                    7,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 28 19:20:16 UTC 2024
    - 80.2K bytes
    - Viewed (0)
  2. staging/src/k8s.io/cli-runtime/pkg/genericclioptions/config_flags.go

    	}
    	if f.Timeout != nil {
    		flags.StringVar(f.Timeout, flagTimeout, *f.Timeout, "The length of time to wait before giving up on a single server request. Non-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests.")
    	}
    	if f.DisableCompression != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Oct 11 15:04:11 UTC 2023
    - 16.9K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiserver/pkg/cel/library/cost_test.go

    			expectRuntimeCost:   6,
    		},
    		{
    			name:                "equality_transitivity",
    			expr:                `quantity("2M") == quantity("0.002G") && quantity("2000k") == quantity("2M") && quantity("0.002G") == quantity("2000k")`,
    			expectEstimatedCost: checker.CostEstimate{Min: 3, Max: 5534023222112865798},
    			expectRuntimeCost:   9,
    		},
    		{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 23 17:22:44 UTC 2024
    - 40.8K bytes
    - Viewed (0)
  4. src/regexp/testdata/re2-exhaustive.txt.bz2

    8�hOP��e��8޻m� ��āΓHId�7��m��v���J�%�ffl��J�%ѱL4l�� ��a�3 6fa�ff6fa���z��e��ȷ ��矟>|�x|���{�b1�a��� �Z�����]�@�$ @�$ "$6f�0+誨�+)�D#�5��aVL�1UbʪŁa�XƋ�a�У"R������eL�LV*��X�a0��)�I2M!4�3&d�X��ʱ`²H���ȑ � �1�HƈHͥ�Xa�J��2���F�!�2&�g�bh�L�&LD�D#���2&"�@�j��eL�N+��DB �"� �6q�2m��s3�Iq�6Ds9��r��ˊ�Br����Q�I6Dl�"�n!͑Bn#���qD����8s�� �Èc���M�G8M�Ͱ���n��kj�� 0�n �� ��`�zx�zxxW��.����$ �r=q�u�6��s�]I�)-$�����'�w;�+�r�I\�)$�N=Դ� ���A�����m-9ZZ A�ғV4[...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 13 14:52:20 UTC 2021
    - 418.2K bytes
    - Viewed (0)
  5. src/compress/flate/testdata/huffman-rand-max.in

    p'3�]�*�)=<�޸��(�L����
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 11 17:40:52 UTC 2016
    - 64K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/schema/cel/validation_test.go

    				"self.unsortedDurations.isSorted() == false",
    				"self.durations.indexOf(duration('1m')) == 1",
    				"self.durations.lastIndexOf(duration('1m')) == 2",
    				"self.durations.indexOf(duration('2m')) == -1",
    				"self.durations.lastIndexOf(duration('2m')) == -1",
    
    				"self.strings.min() == 'a'",
    				"self.strings.max() == 'c'",
    				"self.strings.isSorted()",
    				"self.emptyStrings.isSorted()",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 17:14:10 UTC 2024
    - 159.9K bytes
    - Viewed (0)
  7. cmd/kube-controller-manager/app/options/options_test.go

    	"--concurrent_rc_syncs=10",
    	"--concurrent-validating-admission-policy-status-syncs=9",
    	"--configure-cloud-routes=false",
    	"--contention-profiling=true",
    	"--controller-start-interval=2m",
    	"--controllers=foo,bar",
    	"--disable-attach-detach-reconcile-sync=true",
    	"--enable-dynamic-provisioning=false",
    	"--enable-garbage-collector=false",
    	"--enable-hostpath-provisioner=true",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 27 02:59:09 UTC 2024
    - 55.1K bytes
    - Viewed (0)
  8. src/crypto/internal/bigmod/nat.go

    func (out *Nat) resetFor(m *Modulus) *Nat {
    	return out.reset(len(m.nat.limbs))
    }
    
    // maybeSubtractModulus computes x -= m if and only if x >= m or if "always" is yes.
    //
    // It can be used to reduce modulo m a value up to 2m - 1, which is a common
    // range for results computed by higher level operations.
    //
    // always is usually a carry that indicates that the operation that produced x
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 13 18:57:38 UTC 2024
    - 24K bytes
    - Viewed (0)
  9. cmd/kubeadm/app/apis/kubeadm/v1beta4/types.go

    	// +optional
    	KubernetesAPICall *metav1.Duration `json:"kubernetesAPICall,omitempty"`
    
    	// EtcdAPICall is the amount of time to wait for the kubeadm etcd client to complete a request to
    	// the etcd cluster.
    	// Default: 2m
    	// +optional
    	EtcdAPICall *metav1.Duration `json:"etcdAPICall,omitempty"`
    
    	// TLSBootstrap is the amount of time to wait for the kubelet to complete TLS bootstrap
    	// for a joining node.
    	// Default: 5m
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 17 03:12:52 UTC 2024
    - 34.5K bytes
    - Viewed (0)
  10. hack/local-up-cluster.sh

    TMP_DIR=${TMP_DIR:-$(kube::realpath "$(mktemp -d -t "$(basename "$0").XXXXXX")")}
    CONTAINER_RUNTIME_ENDPOINT=${CONTAINER_RUNTIME_ENDPOINT:-"unix:///run/containerd/containerd.sock"}
    RUNTIME_REQUEST_TIMEOUT=${RUNTIME_REQUEST_TIMEOUT:-"2m"}
    IMAGE_SERVICE_ENDPOINT=${IMAGE_SERVICE_ENDPOINT:-""}
    CPU_CFS_QUOTA=${CPU_CFS_QUOTA:-true}
    ENABLE_HOSTPATH_PROVISIONER=${ENABLE_HOSTPATH_PROVISIONER:-"false"}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 25 02:33:52 UTC 2024
    - 53.3K bytes
    - Viewed (0)
Back to top