Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 983 for hand (0.58 sec)

  1. src/cmd/go/testdata/mod/rsc.io_needgo1183_v0.0.1.txt

    rsc.io/needgo1183 v0.0.1
    written by hand
    
    -- .mod --
    module rsc.io/needgo1183
    go 1.18.3
    
    -- go.mod --
    module rsc.io/needgo1183
    go 1.18.3
    
    -- .info --
    {"Version":"v0.0.1"}
    -- p.go --
    package p
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 30 19:11:44 UTC 2023
    - 205 bytes
    - Viewed (0)
  2. src/cmd/go/testdata/mod/example.com_nest_v1.0.0.txt

    Written by hand.
    Test case for nested modules without an explicit relationship.
    This is the top-level module.
    
    -- .mod --
    module example.com/nest
    -- .info --
    {"Version": "v1.0.0"}
    -- go.mod --
    module example.com/nest
    -- sub/x/x.go --
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 13 19:29:47 UTC 2019
    - 244 bytes
    - Viewed (0)
  3. src/cmd/go/testdata/mod/example.com_nest_v1.1.0.txt

    Written by hand.
    Test case for nested modules without an explicit relationship.
    This is the top-level module.
    
    -- .mod --
    module example.com/nest
    -- .info --
    {"Version": "v1.1.0"}
    -- go.mod --
    module example.com/nest
    -- sub/x/x.go --
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 13 19:29:47 UTC 2019
    - 244 bytes
    - Viewed (0)
  4. src/cmd/go/testdata/mod/example.com_join_v1.0.0.txt

    Written by hand.
    Test case for package moved into a parent module.
    
    -- .mod --
    module example.com/join
    -- .info --
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Aug 09 21:00:53 UTC 2018
    - 137 bytes
    - Viewed (0)
  5. subprojects/core-api/src/main/java/org/gradle/api/attributes/AttributeMatchingStrategy.java

         *
         * @param comparator the comparator to use for compatibility and disambiguation
         */
        void ordered(Comparator<T> comparator);
    
        /**
         * <p>A short-hand way to define both a compatibility rule and
         * a disambiguation rule based on an order defined by the provided
         * {@link Comparator}.</p>
         *
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 11 20:41:53 UTC 2018
    - 2.2K bytes
    - Viewed (0)
  6. src/cmd/go/testdata/mod/example.com_downgrade_v2.0.0.txt

    example.com/downgrade v2.0.0
    written by hand
    
    -- .mod --
    module example.com/downgrade
    
    require rsc.io/quote v1.5.2
    -- .info --
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 16:39:37 UTC 2019
    - 148 bytes
    - Viewed (0)
  7. src/cmd/go/testdata/mod/example.com_v1.0.0.txt

    Written by hand.
    Test case for module at root of domain.
    
    -- .mod --
    module example.com
    -- .info --
    {"Version": "v1.0.0"}
    -- x.go --
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jul 12 20:46:50 UTC 2018
    - 143 bytes
    - Viewed (0)
  8. src/cmd/go/testdata/mod/rsc.io_badmod_v1.0.0.txt

    rsc.io/badmod v1.0.0
    written by hand
    
    -- .mod --
    module rsc.io/badmod
    hello world
    -- .info --
    {"Version":"v1.0.0"}
    -- x.go --
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Jul 28 01:15:16 UTC 2018
    - 137 bytes
    - Viewed (0)
  9. src/cmd/go/testdata/mod/rsc.io_fortune_v2_v2.0.0.txt

    rsc.io/fortune v2.0.0
    written by hand
    
    -- .mod --
    module rsc.io/fortune/v2
    -- .info --
    {"Version":"v2.0.0"}
    -- fortune.go --
    package main
    
    import "rsc.io/quote"
    
    func main() {
    	println(quote.Hello())
    }
    -- fortune_test.go --
    package main
    
    import "testing"
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 22 19:28:22 UTC 2019
    - 292 bytes
    - Viewed (0)
  10. src/cmd/go/testdata/mod/example.com_version_v1.0.0.txt

    example.com/version v1.0.0
    written by hand
    
    -- .mod --
    module example.com/version
    -- .info --
    {"Version":"v1.0.0"}
    -- version.go --
    package version
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Nov 29 18:57:53 UTC 2018
    - 168 bytes
    - Viewed (0)
Back to top