Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 2,299 for 21$ (0.06 sec)

  1. src/cmd/go/testdata/script/mod_get_patch.txt

    go list -m all
    stdout '^example.net/a v0.1.1 '
    stdout '^example.net/b v0.2.1 '
    
    
    -- go.mod --
    module example
    
    go 1.16
    
    require (
    	example.net/a v0.1.0
    	example.net/b v0.1.0  // indirect
    )
    
    replace (
    	example.net/a v0.1.0 => ./a10
    	example.net/a v0.1.1 => ./a11
    	example.net/a v0.2.0 => ./a20
    	example.net/a v0.2.1 => ./a21
    	example.net/b v0.1.0 => ./b
    	example.net/b v0.1.1 => ./b
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Sep 28 17:19:14 UTC 2021
    - 2.9K bytes
    - Viewed (0)
  2. src/math/big/arith.go

    	if s != 0 {
    		x1 = x1<<s | x0>>(_W-s)
    		x0 <<= s
    		y <<= s
    	}
    	d := uint(y)
    	// We know that
    	//   m = ⎣(B^2-1)/d⎦-B
    	//   ⎣(B^2-1)/d⎦ = m+B
    	//   (B^2-1)/d = m+B+delta1    0 <= delta1 <= (d-1)/d
    	//   B^2/d = m+B+delta2        0 <= delta2 <= 1
    	// The quotient we're trying to compute is
    	//   quotient = ⎣(x1*B+x0)/d⎦
    	//            = ⎣(x1*B*(B^2/d)+x0*(B^2/d))/B^2⎦
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 28 20:09:27 UTC 2022
    - 8.3K bytes
    - Viewed (0)
  3. maven-core/src/test/resources-project-builder/plugin-config-attributes/w-plugin-mgmt/pom.xml

              <artifactId>maven-it-plugin-configuration</artifactId>
              <version>2.1-SNAPSHOT</version>
            </plugin>
          </plugins>
        </pluginManagement>
        <plugins>
          <plugin>
            <groupId>org.apache.maven.its.plugins</groupId>
            <artifactId>maven-it-plugin-configuration</artifactId>
            <version>2.1-SNAPSHOT</version>
            <configuration>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Mar 29 19:02:56 UTC 2020
    - 2K bytes
    - Viewed (0)
  4. subprojects/core/src/test/groovy/org/gradle/util/StageTest.groovy

        def "compares correctly with patch no"() {
            expect:
            Stage.from(1, "2") < Stage.from(1, "3")
            Stage.from(1, "4") > Stage.from(1, "3")
    
            Stage.from(1, "9") < Stage.from(2, "1")
            Stage.from(2, "1") > Stage.from(1, "9")
    
            Stage.from(1, "1") < Stage.from(1, "1a")
            Stage.from(1, "1a") > Stage.from(1, "1")
    
            Stage.from(1, "1a") < Stage.from(1, "1b")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Apr 10 06:35:14 UTC 2021
    - 1.7K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/inst.json

    {"Name":"BIC (shifted register)","Bits":"0|0|0|0|1|0|1|0|shift:2|1|Rm:5|imm6:6|Rn:5|Rd:5","Arch":"32-bit variant","Syntax":"BIC <Wd>, <Wn>, <Wm>{, <shift> #<amount>}","Code":"","Alias":""},
    {"Name":"BIC (shifted register)","Bits":"1|0|0|0|1|0|1|0|shift:2|1|Rm:5|imm6:6|Rn:5|Rd:5","Arch":"64-bit variant","Syntax":"BIC <Xd>, <Xn>, <Xm>{, <shift> #<amount>}","Code":"","Alias":""},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 16 17:57:48 UTC 2017
    - 234.7K bytes
    - Viewed (0)
  6. pkg/kubelet/stats/helper_test.go

    			},
    			{
    				Timestamp: timestamp2,
    				IntValue:  100,
    			},
    		},
    		"cpuLoad": {
    			{
    				Timestamp:  timestamp1,
    				FloatValue: 1.2,
    			},
    			{
    				Timestamp:  timestamp2,
    				FloatValue: 2.1,
    			},
    		},
    	}
    	cInfo := cadvisorapiv2.ContainerInfo{
    		Spec: cadvisorapiv2.ContainerSpec{
    			CustomMetrics: spec,
    		},
    		Stats: []*cadvisorapiv2.ContainerStats{
    			{
    				CustomMetrics: metrics,
    			},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Sep 22 16:23:28 UTC 2020
    - 2.3K bytes
    - Viewed (0)
  7. src/cmd/internal/obj/arm64/asm7.go

    	ASWPH:   1<<30 | 0x1c1<<21 | 0x20<<10,
    	ASWPB:   0<<30 | 0x1c1<<21 | 0x20<<10,
    	ASWPLD:  3<<30 | 0x1c3<<21 | 0x20<<10,
    	ASWPLW:  2<<30 | 0x1c3<<21 | 0x20<<10,
    	ASWPLH:  1<<30 | 0x1c3<<21 | 0x20<<10,
    	ASWPLB:  0<<30 | 0x1c3<<21 | 0x20<<10,
    	ACASD:   3<<30 | 0x45<<21 | 0x1f<<10,
    	ACASW:   2<<30 | 0x45<<21 | 0x1f<<10,
    	ACASH:   1<<30 | 0x45<<21 | 0x1f<<10,
    	ACASB:   0<<30 | 0x45<<21 | 0x1f<<10,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 201.1K bytes
    - Viewed (0)
  8. src/crypto/tls/testdata/Server-TLSv13-ALPN-NotConfigured

    00000300  80 c3 85 36 09 b4 61 6a  21 c2 68 bb 31 6b f6 14  |...6..aj!.h.1k..|
    00000310  5c 18 73 17 03 03 00 99  0b 3b ee 6c 6e c6 5f fd  |\.s......;.ln._.|
    00000320  33 e5 38 52 86 25 8f 76  93 db 62 77 2f 28 7a 19  |3.8R.%.v..bw/(z.|
    00000330  d1 78 ed 1a a4 e3 aa 13  b7 c4 24 d1 f9 f6 77 85  |.x........$...w.|
    00000340  a6 bd cf 21 3a 95 4d 70  3d 3e 40 3b 23 17 da b4  |...!:.Mp=>@;#...|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 25 00:14:50 UTC 2023
    - 7.4K bytes
    - Viewed (0)
  9. maven-core/src/test/resources-project-builder/plugin-config-merging/pom.xml

      <build>
        <pluginManagement>
          <plugins>
            <plugin>
              <groupId>org.apache.maven.its.plugins</groupId>
              <artifactId>maven-it-plugin-configuration</artifactId>
              <version>2.1-SNAPSHOT</version>
              <configuration>
                <propertiesFile>FAILED</propertiesFile>
                <stringParams>
                  <stringParam>FAILED-1</stringParam>
                  <stringParam>FAILED-3</stringParam>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Mar 29 19:02:56 UTC 2020
    - 2.3K bytes
    - Viewed (0)
  10. platforms/jvm/testing-jvm/src/integTest/groovy/org/gradle/testing/testng/TestNGFailFastIntegrationTest.groovy

            }
    
            where:
            parallel  | threadCount | maxWorkers
            'methods' | 1           | 1
            'methods' | 2           | 1
            'methods' | 1           | 2
            'methods' | 2           | 2
            'classes' | 1           | 1
            'classes' | 2           | 1
            'classes' | 1           | 2
            'classes' | 2           | 2
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 18 20:52:40 UTC 2023
    - 2.7K bytes
    - Viewed (0)
Back to top