Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 1,565 for 50$ (0.02 sec)

  1. src/cmd/go/testdata/mod/rsc.io_quote_v1.5.0.txt

    rsc.io/quote@v1.5.0
    
    -- .mod --
    module "rsc.io/quote"
    
    require "rsc.io/sampler" v1.3.0
    -- .info --
    {"Version":"v1.5.0","Name":"3ba1e30dc83bd52c990132b9dfb1688a9d22de13","Short":"3ba1e30dc83b","Time":"2018-02-14T00:58:15Z"}
    -- go.mod --
    module "rsc.io/quote"
    
    require "rsc.io/sampler" v1.3.0
    -- quote.go --
    // Copyright 2018 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jul 12 20:46:50 UTC 2018
    - 1.9K bytes
    - Viewed (0)
  2. samples/bookinfo/gateway-api/route-reviews-50-v3.yaml

    spec:
      parentRefs:
      - group: ""
        kind: Service
        name: reviews
        port: 9080
      rules:
      - backendRefs:
        - name: reviews-v1
          port: 9080
          weight: 50
        - name: reviews-v3
          port: 9080
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Aug 25 22:57:42 UTC 2023
    - 313 bytes
    - Viewed (0)
  3. src/cmd/go/testdata/mod/github.com_dmitshur-test_modtest5_v0.5.0-alpha.txt

    module github.com/dmitshur-test/modtest5@v0.5.0-alpha
    
    -- .mod --
    module github.com/dmitshur-test/modtest5
    -- .info --
    {"Version":"v0.5.0-alpha","Time":"2019-06-18T19:04:46-07:00"}
    -- p.go --
    package p
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 25 13:27:20 UTC 2019
    - 215 bytes
    - Viewed (0)
  4. samples/bookinfo/networking/virtual-service-reviews-50-v3.yaml

    kind: VirtualService
    metadata:
      name: reviews
    spec:
      hosts:
        - reviews
      http:
      - route:
        - destination:
            host: reviews
            subset: v1
          weight: 50
        - destination:
            host: reviews
            subset: v3
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jul 09 23:15:58 UTC 2018
    - 290 bytes
    - Viewed (0)
  5. src/cmd/go/testdata/mod/github.com_dmitshur-test_modtest5_v0.5.0-alpha.0.20190619023908-3da23a9deb9e.txt

    module github.com/dmitshur-test/modtest5@v0.5.0-alpha.0.20190619023908-3da23a9deb9e
    
    -- .mod --
    module github.com/dmitshur-test/modtest5
    -- .info --
    {"Version":"v0.5.0-alpha.0.20190619023908-3da23a9deb9e","Time":"2019-06-18T19:39:08-07:00"}
    -- p.go --
    package p
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 25 13:27:20 UTC 2019
    - 275 bytes
    - Viewed (0)
  6. src/cmd/go/testdata/script/mod_clean_cache.txt

    go mod download rsc.io/quote@v1.5.0
    exists $GOPATH/pkg/mod/cache/download/rsc.io/quote/@v/v1.5.0.info
    exists $GOPATH/pkg/mod/cache/download/rsc.io/quote/@v/v1.5.0.mod
    exists $GOPATH/pkg/mod/cache/download/rsc.io/quote/@v/v1.5.0.zip
    
    # '-n' should print commands but not actually execute them.
    go clean -modcache -n
    stdout '^rm -rf .*pkg.mod$'
    exists $GOPATH/pkg/mod/cache/download/rsc.io/quote/@v/v1.5.0.info
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 30 17:22:49 UTC 2022
    - 1.9K bytes
    - Viewed (0)
  7. src/cmd/go/testdata/script/mod_query_exclude.txt

    go list -modfile=go.exclude.mod -m rsc.io/quote@v1.5.0
    stdout '^rsc.io/quote v1.5.0$'
    
    # list versions should not print excluded versions
    go list -m -versions rsc.io/quote
    stdout '\bv1.5.0\b'
    go list -modfile=go.exclude.mod -m -versions rsc.io/quote
    ! stdout '\bv1.5.0\b'
    
    # list query with excluded version
    go list -m rsc.io/quote@>=v1.5
    stdout '^rsc.io/quote v1.5.0$'
    go list -modfile=go.exclude.mod -m rsc.io/quote@>=v1.5
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Sep 28 17:19:14 UTC 2021
    - 1.1K bytes
    - Viewed (0)
  8. test/fixedbugs/issue11674.go

    var _ = x / (1e-1000 + 1e-1000i) // GC_ERROR "division by zero"
    
    var _ = y / 1e-50
    var _ = y / 1e-1000 // GC_ERROR "division by zero"
    var _ = y / 1e-50i
    var _ = y / 1e-1000i // GC_ERROR "division by zero"
    
    var _ = y / 5e-324 // smallest positive float64
    
    var _ = y / (1e-50 + 1e-50)
    var _ = y / (1e-1000 + 1e-50i)
    var _ = y / (1e-50 + 1e-1000i)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Dec 22 17:50:13 UTC 2020
    - 1.1K bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/snippets/wrapper/simple/tests/wrapperBatchFileExecution.out

    .....................................................................................
    Unzipping C:\Documents and Settings\Claudia\.gradle\wrapper\dists\gradle-5.0-all\ac27o8rbd0ic8ih41or9l32mv\gradle-5.0-all.zip to C:\Documents and Settings\Claudia\.gradle\wrapper\dists\gradle-5.0-al\ac27o8rbd0ic8ih41or9l32mv
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 590 bytes
    - Viewed (0)
  10. src/test/java/org/codelibs/fess/helper/UserAgentHelperTest.java

        public void test_getUserAgentType_IE9() {
            getMockRequest().addHeader("user-agent", "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.0; Trident/5.0)");
            assertEquals(UserAgentType.IE, userAgentHelper.getUserAgentType());
        }
    
        public void test_getUserAgentType_IE10() {
            getMockRequest().addHeader("user-agent", "Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; Trident/6.0)");
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 3K bytes
    - Viewed (0)
Back to top