Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 9 of 9 for Kelly (0.17 sec)

  1. .mailmap

    Adam Murdoch <******@****.***> <Adam@Adam-PC.(none)>
    Adam Murdoch <******@****.***> <******@****.***>
    Adam Murdoch <******@****.***> <******@****.***>
    Adam Murdoch <******@****.***> <******@****.***>
    Adrian Kelly <******@****.***> <******@****.***>
    Benjamin Muschko <******@****.***> <******@****.***>
    Cedric Champeau <******@****.***>
    Cedric Champeau <******@****.***> <******@****.***>
    Plain Text
    - Registered: Wed Apr 17 11:36:08 GMT 2024
    - Last Modified: Tue Oct 03 06:34:28 GMT 2017
    - 3.3K bytes
    - Viewed (0)
  2. android/guava/src/com/google/common/net/MediaType.java

      public static final MediaType GZIP = createConstant(APPLICATION_TYPE, "x-gzip");
    
      /**
       * <a href="https://tools.ietf.org/html/draft-kelly-json-hal-08#section-3">JSON Hypertext
       * Application Language (HAL) documents</a>.
       *
       * @since 26.0
       */
      public static final MediaType HAL_JSON = createConstant(APPLICATION_TYPE, "hal+json");
    
      /**
    Java
    - Registered: Fri Apr 19 12:43:09 GMT 2024
    - Last Modified: Mon Aug 07 16:17:10 GMT 2023
    - 46.2K bytes
    - Viewed (0)
  3. android/guava/src/com/google/common/io/TempFileCreator.java

          int jellyBean =
              (int) Class.forName("android.os.Build$VERSION_CODES").getField("JELLY_BEAN").get(null);
          /*
           * I assume that this check can't fail because JELLY_BEAN will be present only if we're
           * running under Jelly Bean or higher. But it seems safest to check.
           */
          if (version < jellyBean) {
            return new ThrowingCreator();
          }
    
    Java
    - Registered: Fri Apr 19 12:43:09 GMT 2024
    - Last Modified: Fri Oct 06 17:11:11 GMT 2023
    - 12.5K bytes
    - Viewed (0)
  4. android/guava/src/com/google/common/graph/GraphBuilder.java

     * graph.putEdge("peanut butter", "jelly");
     *
     * // Building an immutable graph
     * ImmutableGraph<String> immutableGraph =
     *     GraphBuilder.undirected()
     *         .allowsSelfLoops(true)
     *         .<String>immutable()
     *         .putEdge("bread", "bread")
     *         .putEdge("chocolate", "peanut butter")
     *         .putEdge("peanut butter", "jelly")
     *         .build();
     * }</pre>
     *
    Java
    - Registered: Fri Apr 19 12:43:09 GMT 2024
    - Last Modified: Fri Jun 03 01:21:31 GMT 2022
    - 7.3K bytes
    - Viewed (0)
  5. maven-core/src/test/resources/projects/base-directory-alignment/project-which-needs-directory-alignment.xml

            <includes>
              <include>*.xsd</include>
              <include>*.dtd</include>
              <include>*.mod</include>
              <include>log4j.properties</include>
              <include>driver.jelly</include>
              <include>driver.properties</include>
            </includes>
          </testResource>
          <testResource>
            <directory>src/messages</directory>
    XML
    - Registered: Sun Mar 31 03:35:09 GMT 2024
    - Last Modified: Wed Apr 29 05:20:38 GMT 2009
    - 3.6K bytes
    - Viewed (0)
  6. maven-core/src/test/resources/projects/fully-populated-child.xml

            <includes>
              <include>*.xsd</include>
              <include>*.dtd</include>
              <include>*.mod</include>
              <include>log4j.properties</include>
              <include>driver.jelly</include>
              <include>driver.properties</include>
            </includes>
          </resource>
          <resource>
            <directory>/src/messages</directory>
            <targetPath>org/apache/maven/messages</targetPath>
    XML
    - Registered: Sun Mar 31 03:35:09 GMT 2024
    - Last Modified: Wed Feb 28 22:49:30 GMT 2007
    - 4.7K bytes
    - Viewed (0)
  7. maven-core/src/test/resources/projects/project.xml

            <includes>
              <include>*.xsd</include>
              <include>*.dtd</include>
              <include>*.mod</include>
              <include>log4j.properties</include>
              <include>driver.jelly</include>
              <include>driver.properties</include>
            </includes>
          </resource>
          <resource>
            <directory>/src/messages</directory>
            <targetPath>org/apache/maven/messages</targetPath>
    XML
    - Registered: Sun Mar 31 03:35:09 GMT 2024
    - Last Modified: Wed Feb 28 22:49:30 GMT 2007
    - 4.6K bytes
    - Viewed (0)
  8. guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

      `Why,' said the Gryphon, `you first form into a line along the sea-shore--'
    
      `Two lines!' cried the Mock Turtle.  `Seals, turtles, salmon, and so on;
    then, when you've cleared all the jelly-fish out of the way--'
    
      `THAT generally takes some time,' interrupted the Gryphon.
    
      `--you advance twice--'
    
      `Each with a lobster as a partner!' cried the Gryphon.
    
    Plain Text
    - Registered: Fri Apr 12 12:43:09 GMT 2024
    - Last Modified: Mon Oct 29 21:35:03 GMT 2012
    - 145.2K bytes
    - Viewed (0)
  9. android/guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

      `Why,' said the Gryphon, `you first form into a line along the sea-shore--'
    
      `Two lines!' cried the Mock Turtle.  `Seals, turtles, salmon, and so on;
    then, when you've cleared all the jelly-fish out of the way--'
    
      `THAT generally takes some time,' interrupted the Gryphon.
    
      `--you advance twice--'
    
      `Each with a lobster as a partner!' cried the Gryphon.
    
    Plain Text
    - Registered: Fri Apr 19 12:43:09 GMT 2024
    - Last Modified: Fri Apr 21 02:27:51 GMT 2017
    - 145.2K bytes
    - Viewed (0)
Back to top