Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. 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)
  2. 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)
  3. 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)
  4. 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)
  5. 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)
  6. src/internal/trace/testdata/tests/go122-annotations-stress.test

    UserRegionEnd dt=2 task=21 name_string=33 stack=28
    GoDestroy dt=1
    GoStart dt=2 g=55 g_seq=1
    UserRegionBegin dt=17 task=21 name_string=35 stack=26
    UserLog dt=4 task=21 key_string=24 value_string=105 stack=27
    UserRegionEnd dt=2 task=21 name_string=35 stack=28
    GoDestroy dt=1
    GoStart dt=5 g=56 g_seq=1
    UserRegionBegin dt=16 task=21 name_string=31 stack=26
    UserLog dt=4 task=21 key_string=24 value_string=106 stack=27
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:48:18 UTC 2024
    - 38.3K bytes
    - Viewed (0)
  7. docs/site-replication/run-multi-site-minio-idp.sh

    site1_pid1=$!
    minio server --config-dir /tmp/minio-internal --address ":9010" http://localhost:9001/tmp/minio-internal-idp1/{1...4} http://localhost:9010/tmp/minio-internal-idp1/{5...8} >/tmp/minio1_2.log 2>&1 &
    site1_pid2=$!
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Sat May 18 18:19:01 UTC 2024
    - 12K bytes
    - Viewed (0)
  8. docs/bucket/replication/setup_3site_replication.sh

    minio server --address 127.0.0.1:9004 "http://127.0.0.1:9003/tmp/multisiteb/data/disterasure/xl{1...4}" \
    	"http://127.0.0.1:9004/tmp/multisiteb/data/disterasure/xl{5...8}" >/tmp/siteb_2.log 2>&1 &
    
    minio server --address 127.0.0.1:9005 "http://127.0.0.1:9005/tmp/multisitec/data/disterasure/xl{1...4}" \
    	"http://127.0.0.1:9006/tmp/multisitec/data/disterasure/xl{5...8}" >/tmp/sitec_1.log 2>&1 &
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon May 27 19:17:46 UTC 2024
    - 10.2K bytes
    - Viewed (0)
  9. android/guava-tests/test/com/google/common/primitives/CharsTest.java

        testRotate(new char[] {'1', '2'}, -3, new char[] {'2', '1'});
        testRotate(new char[] {'1', '2'}, -1, new char[] {'2', '1'});
        testRotate(new char[] {'1', '2'}, -2, new char[] {'1', '2'});
        testRotate(new char[] {'1', '2'}, 0, new char[] {'1', '2'});
        testRotate(new char[] {'1', '2'}, 1, new char[] {'2', '1'});
        testRotate(new char[] {'1', '2'}, 2, new char[] {'1', '2'});
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue Feb 20 17:00:05 UTC 2024
    - 24.7K bytes
    - Viewed (0)
  10. hack/tools/go.mod

    	go.uber.org/mock v0.4.0
    	gotest.tools/gotestsum v1.6.4
    	honnef.co/go/tools v0.4.6
    	sigs.k8s.io/logtools v0.8.1
    )
    
    require (
    	4d63.com/gocheckcompilerdirectives v1.2.1 // indirect
    	4d63.com/gochecknoglobals v0.2.1 // indirect
    	github.com/4meepo/tagalign v1.3.3 // indirect
    	github.com/Abirdcfly/dupword v0.0.13 // indirect
    	github.com/Antonboom/errname v0.1.12 // indirect
    	github.com/Antonboom/nilnil v0.1.7 // indirect
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 08:12:16 UTC 2024
    - 10.1K bytes
    - Viewed (0)
Back to top