Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 666 for 21$ (0.02 sec)

  1. api/go1.21.txt

    pkg slices, func CompactFunc[$0 interface{ ~[]$1 }, $1 interface{}]($0, func($1, $1) bool) $0 #57433
    pkg slices, func Compare[$0 interface{ ~[]$1 }, $1 cmp.Ordered]($0, $0) int #60091
    pkg slices, func CompareFunc[$0 interface{ ~[]$2 }, $1 interface{ ~[]$3 }, $2 interface{}, $3 interface{}]($0, $1, func($2, $3) int) int #60091
    pkg slices, func Contains[$0 interface{ ~[]$1 }, $1 comparable]($0, $1) bool #57433
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Aug 07 09:39:17 UTC 2023
    - 25.6K bytes
    - Viewed (0)
  2. build-logic/cleanup/src/test/groovy/gradlebuild/cleanup/services/LeakingProcessKillPatternTest.groovy

    dates/java/10.0.2-oracle/bin/java -cp /home/paul/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-compiler-embeddable/1.3.11/a8db6c14f8b8ed74aa11b8379f961587b639c571/kotlin-compiler-embeddable-1.3.11.jar:/home/paul/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-reflect/1.3.11/aae7b33412715e9ed441934c4ffaad1bb80e9d36/kotlin-reflect-1.3.11.jar:/home/paul/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-stdlib/1.3.11/4cbc5922a54376018307a731162ccaf3ef851a...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 07:00:39 UTC 2023
    - 14.4K bytes
    - Viewed (0)
  3. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/ivy/ComponentSelectionRulesErrorHandlingIntegTest.groovy

            fails ":checkDeps"
            failure.assertHasCause("Could not download api-2.1.jar (org.utils:api:2.1)")
            failure.assertHasCause("Could not GET '${artifactURI('org.utils', 'api', '2.1')}'. Received status code 500 from server: broken")
    
            when:
            resetExpectations()
            repositoryInteractions {
                'org.utils:api:2.1' {
                    expectGetArtifact()
                }
            }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 12.2K bytes
    - Viewed (0)
  4. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/ConfigurationCacheDependencyResolutionFeaturesIntegrationTest.groovy

                return 'maven-repo/thing/lib1/2.1/lib1-2.1.pom'.replace('/', File.separator)
            }
    
            @Override
            String getNewVersionInvalidatedResource() {
                return "file '$versionMetadataLocation'"
            }
    
            @Override
            void setup(AbstractIntegrationSpec owner) {
                owner.with {
                    mavenRepo.module("thing", "lib1", "2.1").publish()
                    buildFile << """
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 33K bytes
    - Viewed (0)
  5. src/test/java/org/codelibs/fess/util/QueryResponseListTest.java

                @Override
                public int size() {
                    return 20;
                }
            };
            qrList.allRecordCount = 21;
            qrList.calculatePageInfo();
            assertEquals(20, qrList.getPageSize());
            assertEquals(1, qrList.getCurrentPageNumber());
            assertEquals(21, qrList.getAllRecordCount());
            assertEquals(2, qrList.getAllPageCount());
            assertEquals(false, qrList.isExistPrevPage());
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 14K bytes
    - Viewed (0)
  6. src/vendor/golang.org/x/crypto/sha3/keccakf.go

    		a[4] = bc4 ^ (bc1 &^ bc0)
    
    		t = a[15] ^ d0
    		bc3 = bits.RotateLeft64(t, 41)
    		t = a[21] ^ d1
    		bc4 = bits.RotateLeft64(t, 2)
    		t = a[2] ^ d2
    		bc0 = bits.RotateLeft64(t, 62)
    		t = a[8] ^ d3
    		bc1 = bits.RotateLeft64(t, 55)
    		t = a[14] ^ d4
    		bc2 = bits.RotateLeft64(t, 39)
    		a[15] = bc0 ^ (bc2 &^ bc1)
    		a[21] = bc1 ^ (bc3 &^ bc2)
    		a[2] = bc2 ^ (bc4 &^ bc3)
    		a[8] = bc3 ^ (bc0 &^ bc4)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Apr 10 16:37:53 UTC 2024
    - 10.3K bytes
    - Viewed (0)
  7. platforms/core-runtime/base-services/src/test/groovy/org/gradle/internal/graph/CachingDirectedGraphWalkerTest.groovy

            when:
            walker.add(0)
    
            and:
            _ * graph.getNodeValues(0, _, _) >> { args -> args[2] << 4; args[2] << 1 }
            _ * graph.getNodeValues(1, _, _) >> { args -> args[2] << 4; args[2] << 2 }
            _ * graph.getNodeValues(2, _, _) >> { args -> args[2] << 1; args[2] << 3 }
            _ * graph.getNodeValues(3, _, _) >> { args -> args[2] << 2 }
            _ * graph.getNodeValues(4, _, _) >> { args -> args[2] << 5 }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 08:48:02 UTC 2023
    - 9.9K bytes
    - Viewed (0)
  8. src/cmd/internal/obj/ppc64/asm9_gtables.go

    	o0 |= uint32(p.From.Reg&0x1f) << 21 // RS
    	out[0] = o0
    }
    
    // hashchkp RB,offset(RA)
    func type_hashchkp(c *ctxt9, p *obj.Prog, t *Optab, out *[5]uint32) {
    	o0 := GenOpcodes[p.As-AXXSETACCZ]
    	o0 |= uint32(p.To.Reg&0x1f) << 11           // RB
    	o0 |= uint32((p.From.Offset>>8)&0x1) << 0   // DX
    	o0 |= uint32((p.From.Offset>>3)&0x1f) << 21 // D
    	o0 |= uint32(p.From.Reg&0x1f) << 16         // RA
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 16 20:18:50 UTC 2022
    - 42.6K bytes
    - Viewed (0)
  9. src/net/mail/message_test.go

    		// RFC 5322, Appendix A.1.1
    		{
    			"Fri, 21 Nov 1997 09:55:06 -0600",
    			time.Date(1997, 11, 21, 9, 55, 6, 0, time.FixedZone("", -6*60*60)),
    		},
    		// RFC 5322, Appendix A.6.2
    		// Obsolete date.
    		{
    			"21 Nov 97 09:55:06 GMT",
    			time.Date(1997, 11, 21, 9, 55, 6, 0, time.FixedZone("GMT", 0)),
    		},
    		// Commonly found format not specified by RFC 5322.
    		{
    			"Fri, 21 Nov 1997 09:55:06 -0600 (MDT)",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 19 11:31:03 UTC 2024
    - 30.4K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/tensorflow/utils/tpu_rewrite_device_util_test.cc

            std::make_tuple(
                2, 1, "BAD_TOPOLOGY", std::vector<int64_t>(),
                "failed to parse 'topology' attribute to TopologyProto"),
            std::make_tuple(4, 2, TopologyWithMeshShape({0}),
                            std::vector<int64_t>(),
                            "'topology' 'mesh_shape' must be rank 4, got rank 1"),
            std::make_tuple(
                2, 1, TopologyWithMeshShape({2, 0, 1, 2}), std::vector<int64_t>(),
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Apr 26 09:37:10 UTC 2024
    - 46.8K bytes
    - Viewed (0)
Back to top