Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 160 for rand (0.16 sec)

  1. android/guava/src/com/google/common/util/concurrent/TimeLimiter.java

       * is also performed for calls to {@link Object#equals}, {@link Object#hashCode}, and {@link
       * Object#toString}.
       *
       * <p>If the target method call finishes before the limit is reached, the return value or
       * exception is propagated to the caller exactly as-is. If, on the other hand, the time limit is
       * reached, the proxy will attempt to abort the call to the target, and will throw an {@link
       * UncheckedTimeoutException} to the caller.
       *
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri May 12 18:32:03 UTC 2023
    - 8.3K bytes
    - Viewed (0)
  2. maven-core/src/test/resources/org/apache/maven/extension/test-extension-repo/org/apache/maven/core/test/test-lifecycle-and-artifactHandler/1/test-lifecycle-and-artifactHandler-1.pom

      <modelVersion>4.0.0</modelVersion>
      <groupId>org.apache.maven.core.test</groupId>
      <artifactId>test-lifecycle-and-artifactHandler</artifactId>
      <packaging>jar</packaging>
      <version>1</version>
      <name>test-lifecycle-and-artifactHandler</name>
    
      <build>
        <plugins>
          <plugin>
            <artifactId>maven-assembly-plugin</artifactId>
            <version>2.2-beta-2-SNAPSHOT</version>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Thu Dec 24 18:09:10 UTC 2020
    - 1.5K bytes
    - Viewed (0)
  3. 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)
  4. src/cmd/go/testdata/mod/README

    two files ".info" and ".mod", to be served as the info and mod files
    in the proxy protocol (see https://research.swtch.com/vgo-module).
    The remaining files are served as the content of the module zip file.
    The path@vers prefix required of files in the zip file is added
    automatically by the proxy: the files in the archive have names without
    the prefix, like plain "go.mod", "x.go", and so on.
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jul 12 20:46:50 UTC 2018
    - 1.4K bytes
    - Viewed (0)
  5. 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)
  6. 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)
  7. 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)
  8. 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)
  9. src/cmd/go/testdata/mod/example.com_version_v1.0.1.txt

    example.com/version v1.0.1
    written by hand
    
    -- .mod --
    module example.com/version
    -- .info --
    {"Version":"v1.0.1"}
    -- 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)
  10. src/cmd/go/testdata/mod/golang.org_toolchain_v0.0.1-go1.22.5.linux-amd64.txt

    golang.org/toolchain v0.0.1-go1.22.5.linux-amd64
    written by hand
    -- .info --
    {"Version":"v0.0.1-go1.22.5.linux-amd64"}
    -- .mod --
    golang.org/toolchain
    -- go.mod --
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 30 19:11:44 UTC 2023
    - 185 bytes
    - Viewed (0)
Back to top