Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 74 for 304_ (0.07 sec)

  1. src/cmd/compile/internal/ssa/poset_test.go

    		{SetEqual, 20, 10},
    		{OrderedOrEqual, 10, 20},
    		{Ordered_Fail, 10, 20},
    		{Equal, 10, 20},
    		{Undo, 0, 0},
    
    		// Try learning 10==40 or 30==40 or 10==110.
    		{Checkpoint, 0, 0},
    		{SetEqual_Fail, 10, 40},
    		{SetEqual_Fail, 40, 10},
    		{SetEqual_Fail, 30, 40},
    		{SetEqual_Fail, 40, 30},
    		{SetEqual_Fail, 10, 110},
    		{SetEqual_Fail, 110, 10},
    		{Undo, 0, 0},
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Oct 26 07:52:35 UTC 2019
    - 18.1K bytes
    - Viewed (0)
  2. android/guava-tests/test/com/google/common/collect/TreeMultimapNaturalTest.java

       */
      public void testCreateFromTreeMultimap() {
        Multimap<Double, Double> tree = TreeMultimap.create(KEY_COMPARATOR, VALUE_COMPARATOR);
        tree.put(1.0, 2.0);
        tree.put(2.0, 3.0);
        tree.put(3.0, 4.0);
        tree.put(4.0, 5.0);
    
        TreeMultimap<Double, Double> copyFromTree = TreeMultimap.create(tree);
        assertEquals(tree, copyFromTree);
        assertSame(Ordering.natural(), copyFromTree.keyComparator());
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Mar 07 18:34:03 UTC 2024
    - 22.6K bytes
    - Viewed (0)
  3. cmd/object-handlers-common.go

    			return true
    		}
    	}
    
    	// If-None-Match : Return the object only if its entity tag (ETag) is different from the
    	// one specified otherwise, return a 304 (not modified).
    	ifNoneMatchETagHeader := r.Header.Get(xhttp.AmzCopySourceIfNoneMatch)
    	if ifNoneMatchETagHeader != "" {
    		if isETagEqual(objInfo.ETag, ifNoneMatchETagHeader) {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:31:51 UTC 2024
    - 14.6K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiserver/pkg/endpoints/discovery/aggregated/handler_test.go

    	assert.Equal(t, http.StatusNotModified, second.StatusCode, "second response should be 304 Not Modified")
    	assert.Equal(t, initial.Header.Get("ETag"), second.Header.Get("ETag"), "ETag of both requests should be equal")
    	assert.Empty(t, secondBody, "body should be empty when returning 304 Not Modified")
    }
    
    // Test that if a request comes in with an If-None-Match header with an old
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Mar 02 00:29:39 UTC 2024
    - 28.6K bytes
    - Viewed (0)
  5. src/strconv/atof_test.go

    	{"0x2.00000000000000p-1010", "1.8227805048890994e-304", nil}, // 0x00e0000000000000
    	{"0x1.fffffffffffff0p-1010", "1.8227805048890992e-304", nil}, // 0x00dfffffffffffff
    	{"0x1.fffffffffffff7p-1010", "1.8227805048890992e-304", nil}, // rounded down
    	{"0x1.fffffffffffff8p-1010", "1.8227805048890994e-304", nil}, // rounded up
    	{"0x1.fffffffffffff9p-1010", "1.8227805048890994e-304", nil}, // rounded up
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 26 16:24:57 UTC 2022
    - 23.6K bytes
    - Viewed (0)
  6. .idea/inspectionProfiles/Gradle.xml

    <component name="InspectionProjectProfileManager">
      <profile version="1.0">
        <option name="myName" value="Gradle" />
        <inspection_tool class="21f28a86-2ba8-3048-9ce1-b6f10d4d4a12" enabled="true" level="WEAK WARNING" enabled_by_default="true" editorAttributes="INFO_ATTRIBUTES" />
        <inspection_tool class="73cd39e8-e54e-3a38-ad1b-b883fff4b1eb" enabled="true" level="WEAK WARNING" enabled_by_default="true" editorAttributes="INFO_ATTRIBUTES" />
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 27 09:21:43 UTC 2024
    - 13K bytes
    - Viewed (0)
  7. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/maven/MavenHttpRepoResolveIntegrationTest.groovy

                void handle(HttpServletRequest request, HttpServletResponse response) {
                    response.sendError(304, 'Not Modified')
                }
            })
    
            then:
            fails 'retrieve'
    
            failure.assertHasCause('Response 304: Not Modified has no content!')
        }
    
        def "does not query Maven repository for modules without a group, name or version"() {
            given:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 13.6K bytes
    - Viewed (0)
  8. doap_Maven.rdf

    3.0.5/source/apache-maven-3.0.5-src.tar.gz Apache Maven 3.0.4 2012-01-20 3.0.4 http://archive.apache.org/dist/maven/binaries/apache-maven-3.0.4-bin.zip http://archive.apache.org/dist/maven/binaries/apache-maven-3.0.4-bin.tar.gz http://archive.apache.org/dist/maven/source/apache-maven-3.0.4-src.zip http://archive.apache.org/dist/maven/source/apache-maven-3.0.4-src.tar.gz Apache Maven 3.0.3 2011-03-03 3.0.3 http://archive.apache.org/dist/maven/binaries/apache-maven-3.0.3-bin.zip http://archive.apa...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Fri Dec 01 11:47:44 UTC 2023
    - 31.2K bytes
    - Viewed (0)
  9. src/syscall/zsysnum_linux_s390x.go

    	SYS_FCHMODAT               = 299
    	SYS_FACCESSAT              = 300
    	SYS_PSELECT6               = 301
    	SYS_PPOLL                  = 302
    	SYS_UNSHARE                = 303
    	SYS_SET_ROBUST_LIST        = 304
    	SYS_GET_ROBUST_LIST        = 305
    	SYS_SPLICE                 = 306
    	SYS_SYNC_FILE_RANGE        = 307
    	SYS_TEE                    = 308
    	SYS_VMSPLICE               = 309
    	SYS_MOVE_PAGES             = 310
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 14 13:21:46 UTC 2018
    - 10.6K bytes
    - Viewed (0)
  10. platforms/software/dependency-management/src/test/resources/org/gradle/api/internal/artifacts/ivyservice/modulecache/ModuleMetadataSerializerTest/pom/junit-4.12.pom

                <post>******@****.***</post>
                <archive>https://groups.yahoo.com/neo/groups/junit/info</archive>
            </mailingList>
        </mailingLists>
    
        <prerequisites>
            <maven>3.0.4</maven>
        </prerequisites>
    
        <scm>
            <connection>scm:git:git://github.com/junit-team/junit.git</connection>
            <developerConnection>scm:git:******@****.***:junit-team/junit.git</developerConnection>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 23.1K bytes
    - Viewed (0)
Back to top