Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 19 for 11868 (0.1 sec)

  1. maven-model/src/test/java/org/apache/maven/model/v4/ModelXmlTest.java

            props.put("javax.version", "3.1.0");
            props.put("mockito.version", "1.10.19");
            props.put("hamcret.version", "2.1");
            props.put("lombok.version", "1.18.6");
            props.put("junit.version", "4.12");
            Model model = Model.newBuilder(true).properties(props).build();
            String xml = toXml(model);
    
            for (int i = 0; i < 10; i++) {
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Nov 27 23:11:34 UTC 2023
    - 3.9K bytes
    - Viewed (0)
  2. platforms/jvm/scala/src/integTest/groovy/org/gradle/integtests/ScalaAnnotationProcessingIntegrationTest.groovy

                }
            """
        }
    
        static String lombokDependency() {
            """
                dependencies {
                    compileOnly 'org.projectlombok:lombok:1.18.18'
                }
            """
        }
    
        static String javaClassWithCustomAnnotation() {
            """
                @org.gradle.Custom
                public class MyClass {}
            """
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 18 15:43:33 UTC 2023
    - 11.3K bytes
    - Viewed (0)
  3. src/crypto/tls/testdata/Client-TLSv12-ECDHE-ECDSA-AES-GCM

    00000020  ef e1 a7 a4 81 4a 71 2c  1d a2 35 20 be ff 22 db  |.....Jq,..5 ..".|
    00000030  2d 33 1b 11 24 55 96 96  54 5f 62 c7 7f b5 ba 32  |-3..$U..T_b....2|
    00000040  e7 e6 7c 11 68 f8 97 d1  17 f7 8f 4f c0 2b 00 00  |..|.h......O.+..|
    00000050  11 ff 01 00 01 00 00 0b  00 04 03 00 01 02 00 17  |................|
    00000060  00 00 16 03 03 02 0e 0b  00 02 0a 00 02 07 00 02  |................|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:33:38 UTC 2024
    - 6.6K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_zos_s390x.go

    	SYS___SERVER_CLASSIFY               = 0x490 // 1168
    	SYS___HEAPRPT                       = 0x496 // 1174
    	SYS___FNWSA                         = 0x49B // 1179
    	SYS___SPAWN2                        = 0x49D // 1181
    	SYS___SPAWNP2                       = 0x49E // 1182
    	SYS___GDRR                          = 0x4A1 // 1185
    	SYS___HRRNO                         = 0x4A2 // 1186
    	SYS___OPRG                          = 0x4A3 // 1187
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 146.6K bytes
    - Viewed (0)
  5. src/archive/tar/format.go

    func (h *headerV7) name() []byte     { return h[000:][:100] }
    func (h *headerV7) mode() []byte     { return h[100:][:8] }
    func (h *headerV7) uid() []byte      { return h[108:][:8] }
    func (h *headerV7) gid() []byte      { return h[116:][:8] }
    func (h *headerV7) size() []byte     { return h[124:][:12] }
    func (h *headerV7) modTime() []byte  { return h[136:][:12] }
    func (h *headerV7) chksum() []byte   { return h[148:][:8] }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Oct 13 18:36:46 UTC 2023
    - 11.3K bytes
    - Viewed (0)
  6. src/net/ip.go

    		//     172.16.0.0      -   172.31.255.255  (172.16/12 prefix)
    		//     192.168.0.0     -   192.168.255.255 (192.168/16 prefix)
    		return ip4[0] == 10 ||
    			(ip4[0] == 172 && ip4[1]&0xf0 == 16) ||
    			(ip4[0] == 192 && ip4[1] == 168)
    	}
    	// Following RFC 4193, Section 8. IANA Considerations which says:
    	//   The IANA has assigned the FC00::/7 prefix to "Unique Local Unicast".
    	return len(ip) == IPv6len && ip[0]&0xfe == 0xfc
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat May 18 03:13:26 UTC 2024
    - 13.9K bytes
    - Viewed (0)
  7. pkg/proxy/healthcheck/healthcheck_test.go

    	testHandler(hcs, nsn3, http.StatusOK, 7, t)
    
    	// sync new services
    	hcs.SyncServices(map[types.NamespacedName]uint16{
    		//nsn1: 9376, // remove it
    		nsn2: 12909, // leave it
    		nsn3: 11114, // change it
    		nsn4: 11878, // add it
    	})
    	if len(hcs.services) != 3 {
    		t.Errorf("expected 3 service, got %d", len(hcs.services))
    	}
    	if hcs.services[nsn2].endpoints != 3 {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Apr 26 13:27:41 UTC 2024
    - 21.4K bytes
    - Viewed (0)
  8. android/guava-tests/benchmark/com/google/common/base/EnumsBenchmark.java

        X1854,
        X1855,
        X1856,
        X1857,
        X1858,
        X1859,
        X1860,
        X1861,
        X1862,
        X1863,
        X1864,
        X1865,
        X1866,
        X1867,
        X1868,
        X1869,
        X1870,
        X1871,
        X1872,
        X1873,
        X1874,
        X1875,
        X1876,
        X1877,
        X1878,
        X1879,
        X1880,
        X1881,
        X1882,
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Feb 22 17:15:24 UTC 2024
    - 29.4K bytes
    - Viewed (0)
  9. subprojects/core/src/integTest/groovy/org/gradle/api/tasks/IncrementalBuildIntegrationTest.groovy

            failureDescriptionContains(implementationUnknown {
                additionalTaskAction(':customTask')
                unknownClassloader('CustomTaskAction')
            })
        }
    
        @Issue("gradle/gradle#1168")
        def "task is not up-to-date when it has overlapping outputs"() {
            buildFile << """
                apply plugin: 'base'
    
                class CustomTask extends DefaultTask {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 03 15:21:23 UTC 2024
    - 36.3K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.28.md

    - The scheduler skips the `PodTopologySpread` Score plugin when nothing to do with the Pod.
      It will affect some metrics values related to the PodTopologySpread Score plugin. ([#118608](https://github.com/kubernetes/kubernetes/pull/118608), [@utam0k](https://github.com/utam0k))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 23:47:59 UTC 2024
    - 408.3K bytes
    - Viewed (1)
Back to top