Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 116 for 200G (0.04 sec)

  1. platforms/documentation/docs/src/docs/css/javadoc.css

        <svg xmlns="http://www.w3.org/2000/svg" width="125" height="170"> \
        <path d="M10.101 57.059L63.019 4.142l52.917 52.917" style="opacity:.75;"/> \
        <path d="M10.101 86.392l52.917 52.917 52.917-52.917" style="opacity:.35;"/></svg>');
    
    }
    .table-header[onclick].sort-desc::after {
        background-image:url('data:image/svg+xml; utf8, \
        <svg xmlns="http://www.w3.org/2000/svg" width="125" height="170"> \
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 09 14:25:49 UTC 2024
    - 50.5K bytes
    - Viewed (0)
  2. src/encoding/xml/marshal_test.go

    			{Name{"http://www.w3.org/2001/xmlSchema-instance", "nil"}, "true"},
    		}},
    	},
    	want: `<foo xmlns:_xmlSchema-instance="http://www.w3.org/2001/xmlSchema-instance" _xmlSchema-instance:nil="true">`,
    }, {
    	desc: "reserved namespace prefix -- all upper case",
    	toks: []Token{
    		StartElement{Name{"", "foo"}, []Attr{
    			{Name{"http://www.w3.org/2001/XMLSchema-instance", "nil"}, "true"},
    		}},
    	},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 08 18:46:41 UTC 2024
    - 66K bytes
    - Viewed (0)
  3. src/crypto/internal/nistec/p256_asm_ppc64le.s

    #define ZER   V26
    #define SEL1  V27
    #define CAR1  V28
    #define CAR2  V29
    /*
     * http://www.hyperelliptic.org/EFD/g1p/auto-shortw-jacobian-3.html#doubling-dbl-2004-hmv
     * Cost: 4M + 4S + 1*half + 5add + 2*2 + 1*3.
     * Source: 2004 Hankerson–Menezes–Vanstone, page 91.
     * 	A  = 3(X₁-Z₁²)×(X₁+Z₁²)
     * 	B  = 2Y₁
     * 	Z₃ = B×Z₁
     * 	C  = B²
     * 	D  = C×X₁
     * 	X₃ = A²-2D
     * 	Y₃ = (D-X₃)×A-C²/2
     *
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 56.5K bytes
    - Viewed (0)
  4. src/crypto/internal/nistec/p256_asm_s390x.s

    #define ZER   V26
    #define SEL1  V27
    #define CAR1  V28
    #define CAR2  V29
    /*
     * https://www.hyperelliptic.org/EFD/g1p/auto-shortw-jacobian-3.html#doubling-dbl-2004-hmv
     * Cost: 4M + 4S + 1*half + 5add + 2*2 + 1*3.
     * Source: 2004 Hankerson–Menezes–Vanstone, page 91.
     * 	A  = 3(X₁-Z₁²)×(X₁+Z₁²)
     * 	B  = 2Y₁
     * 	Z₃ = B×Z₁
     * 	C  = B²
     * 	D  = C×X₁
     * 	X₃ = A²-2D
     * 	Y₃ = (D-X₃)×A-C²/2
     *
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  5. src/time/format.go

    // That value is recorded as the constant named [Layout], listed below. As a Unix
    // time, this is 1136239445. Since MST is GMT-0700, the reference would be
    // printed by the Unix date command as:
    //
    //	Mon Jan 2 15:04:05 MST 2006
    //
    // It is a regrettable historic error that the date uses the American convention
    // of putting the numerical month before the day.
    //
    // The example for Time.Format demonstrates the working of the layout string
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 17:09:28 UTC 2024
    - 49.3K bytes
    - Viewed (0)
  6. fess-crawler-lasta/src/main/resources/crawler/extractor.xml

    				"video/vnd.dlna.mpeg-tts",
    				"video/vnd.fvt",
    				"video/vnd.hns.video",
    				"video/vnd.iptvforum.1dparityfec-1010",
    				"video/vnd.iptvforum.1dparityfec-2005",
    				"video/vnd.iptvforum.2dparityfec-1010",
    				"video/vnd.iptvforum.2dparityfec-2005",
    				"video/vnd.iptvforum.ttsavc",
    				"video/vnd.iptvforum.ttsmpeg2",
    				"video/vnd.motorola.video",
    				"video/vnd.motorola.videop",
    				"video/vnd.mpegurl",
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Sat Aug 01 21:40:30 UTC 2020
    - 49K bytes
    - Viewed (0)
  7. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/ConfigurationCacheProblemReportingIntegrationTest.groovy

            when:
            configurationCacheRunLenient "$MAX_PROBLEMS_SYS_PROP=2000", 'all'
    
            then:
            executed(':problems', ':moreProblems', ':all')
            configurationCache.assertStateStored()
            postBuildOutputContains("Configuration cache entry stored with 6 problems.")
    
            when:
            configurationCacheFails "$MAX_PROBLEMS_SYS_PROP=2000", 'all'
    
            then:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 56.7K bytes
    - Viewed (0)
  8. pkg/registry/core/pod/strategy_test.go

    					PodIPs: []api.PodIP{
    						{IP: "2001:db8::"},
    					},
    				},
    			},
    			fieldSelector: fields.ParseSelectorOrDie("status.podIP=2001:db8::"),
    			expectMatch:   true,
    		},
    		{
    			in: &api.Pod{
    				Status: api.PodStatus{
    					PodIPs: []api.PodIP{
    						{IP: "2001:db8::"},
    					},
    				},
    			},
    			fieldSelector: fields.ParseSelectorOrDie("status.podIP=2001:db7::"),
    			expectMatch:   false,
    		},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 76.2K bytes
    - Viewed (0)
  9. pkg/controller/podautoscaler/replica_calculator_test.go

    			levels:   makePodMetricLevels(100, 2000),
    
    			targetUtilization:   50,
    			expectedUtilization: 200,
    			expectedValue:       numContainersPerPod * 2000,
    		},
    	}
    	tc.runTest(t)
    }
    
    func TestReplicaCalcMissingMetricsHotCpuScaleUp(t *testing.T) {
    	tc := replicaCalcTestCase{
    		currentReplicas:  3,
    		expectedReplicas: 4,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Aug 19 03:31:34 UTC 2023
    - 68.4K bytes
    - Viewed (0)
  10. pilot/pkg/networking/core/sidecar_simulation_test.go

    apiVersion: v1
    kind: Service
    metadata:
      name: known
      namespace: default
    spec:
      clusterIP: 2.0.0.0
      ports:
      - port: 80
        name: http
      - port: 8080
        name: http
    ---
    apiVersion: v1
    kind: Service
    metadata:
      name: alt-known
      namespace: default
    spec:
      clusterIP: 2.0.0.1
      ports:
      - port: 80
        name: http
      - port: 8080
        name: http
    ---
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 84.7K bytes
    - Viewed (0)
Back to top