Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 2,153 for 7000 (0.06 sec)

  1. src/main/java/jcifs/smb1/util/MimeMap.java

     */
    
    package jcifs.smb1.util;
    
    import java.io.InputStream;
    import java.io.IOException;
    
    public class MimeMap {
    
        private static final int IN_SIZE = 7000;
    
        private static final int ST_START = 1;
        private static final int ST_COMM = 2;
        private static final int ST_TYPE = 3;
        private static final int ST_GAP = 4;
        private static final int ST_EXT = 5;
    
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Fri Mar 22 20:39:42 UTC 2019
    - 4.2K bytes
    - Viewed (0)
  2. platforms/core-runtime/wrapper-main/src/integTest/groovy/org/gradle/integtests/WrapperGenerationIntegrationTest.groovy

        }
    
        def "generated wrapper scripts for given network timeout from command-line"() {
            when:
            run "wrapper", "--network-timeout", "7000"
    
            then:
            file("gradle/wrapper/gradle-wrapper.properties").text.contains("networkTimeout=7000")
        }
    
        def "wrapper JAR does not contain version in manifest"() {
            when:
            run "wrapper"
    
            then:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 13:09:38 UTC 2024
    - 10.9K bytes
    - Viewed (0)
  3. pilot/pkg/model/sidecar_test.go

    	port8000 = []*Port{
    		{
    			Name:     "uds",
    			Port:     8000,
    			Protocol: "HTTP",
    		},
    	}
    
    	port9000 = []*Port{
    		{
    			Name: "port1",
    			Port: 9000,
    		},
    	}
    
    	twoPorts = []*Port{
    		{
    			Name:     "uds",
    			Port:     8000,
    			Protocol: "HTTP",
    		},
    		{
    			Name:     "uds",
    			Port:     7000,
    			Protocol: "HTTP",
    		},
    	}
    
    	allPorts = []*Port{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 07 09:38:49 UTC 2024
    - 74.3K bytes
    - Viewed (0)
  4. samples/bookinfo/src/ratings/ratings.js

            // in half of the cases delay for 7 seconds,
            // in another half proceed as usual
            var random = Math.random(); // returns [0,1]
            if (random <= 0.5) {
              setTimeout(getLocalReviewsSuccessful, 7000, res, productId)
            } else {
              getLocalReviewsSuccessful(res, productId)
            }
          }
          else if (process.env.SERVICE_VERSION === 'v-unavailable' || process.env.SERVICE_VERSION === 'v-unhealthy') {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Sep 02 00:29:57 UTC 2022
    - 8.8K bytes
    - Viewed (0)
  5. pkg/scheduler/framework/types_test.go

    				v1.ResourceMemory:           *resource.NewQuantity(2000, resource.BinarySI),
    				v1.ResourceEphemeralStorage: *resource.NewQuantity(5000, resource.BinarySI),
    			},
    			expected: &Resource{
    				MilliCPU:         4,
    				Memory:           2000,
    				EphemeralStorage: 5000,
    			},
    		},
    		{
    			resource: &Resource{
    				MilliCPU:         4,
    				Memory:           4000,
    				EphemeralStorage: 5000,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 45.9K bytes
    - Viewed (0)
  6. test/inline_big.go

    	a[696] = 0
    	a[697] = 0
    	a[698] = 0
    	a[699] = 0
    	a[700] = 0
    	a[701] = 0
    	a[702] = 0
    	a[703] = 0
    	a[704] = 0
    	a[705] = 0
    	a[706] = 0
    	a[707] = 0
    	a[708] = 0
    	a[709] = 0
    	a[710] = 0
    	a[711] = 0
    	a[712] = 0
    	a[713] = 0
    	a[714] = 0
    	a[715] = 0
    	a[716] = 0
    	a[717] = 0
    	a[718] = 0
    	a[719] = 0
    	a[720] = 0
    	a[721] = 0
    	a[722] = 0
    	a[723] = 0
    	a[724] = 0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 18 11:58:37 UTC 2023
    - 12.7K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apiextensions-apiserver/test/integration/ratcheting_test.go

    								"stringField": "a string", // invalid. even number length, no k8s prefix
    								"intField":    1000,
    							},
    							"object4": map[string]interface{}{
    								"stringField": "k8s third string", // invalid. even number length. ratcheted
    								"intField":    7000,
    							},
    						},
    					}},
    				expectError{
    					applyPatchOperation{
    						"swap keys between valuesin the map",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 28 08:48:22 UTC 2024
    - 59.5K bytes
    - Viewed (0)
  8. pkg/kubelet/stats/cadvisor_stats_provider_test.go

    		seedKubelet           = 200
    		seedMisc              = 300
    		seedPod0Infra         = 1000
    		seedPod0Container0    = 2000
    		seedPod0Container1    = 2001
    		seedPod1Infra         = 3000
    		seedPod1Container     = 4000
    		seedPod2Infra         = 5000
    		seedPod2Container     = 6000
    		seedPod3Infra         = 7000
    		seedPod3Container0    = 8000
    		seedPod3Container1    = 8001
    		seedEphemeralVolume1  = 10000
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 30.2K bytes
    - Viewed (0)
  9. pkg/scheduler/eventhandlers_test.go

    	podOverheadError := AdmissionResult{InsufficientResource: &noderesources.InsufficientResource{ResourceName: v1.ResourceCPU, Reason: "Insufficient cpu", Requested: 2000, Used: 7000, Capacity: 8000}}
    	cpu := map[v1.ResourceName]string{v1.ResourceCPU: "8"}
    	tests := []struct {
    		name                 string
    		node                 *v1.Node
    		existingPods         []*v1.Pod
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 10 14:38:54 UTC 2024
    - 21.5K bytes
    - Viewed (0)
  10. src/math/big/arith_test.go

    	// additional test cases with shift values of 0, 1 and (_W-1)
    	{argshlVUIn, 7, 0, 0, 0, argshlVUr0, 0, "complete overlap of shlVU and shift of 0"},
    	{argshlVUIn, 7, 0, 0, 1, argshlVUr1, 0, "complete overlap of shlVU and shift of 1"},
    	{argshlVUIn, 7, 0, 0, _W - 1, argshlVUrWm1, 32, "complete overlap of shlVU and shift of _W - 1"},
    	{argshlVUIn, 7, 0, 1, 0, argshlVUr0, 0, "partial overlap by 6 Words of shlVU and shift of 0"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 02 14:43:52 UTC 2022
    - 19.9K bytes
    - Viewed (0)
Back to top