Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for guinea (0.07 sec)

  1. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    yamagata.gifu.jp
    yaotsu.gifu.jp
    yoro.gifu.jp
    annaka.gunma.jp
    chiyoda.gunma.jp
    fujioka.gunma.jp
    higashiagatsuma.gunma.jp
    isesaki.gunma.jp
    itakura.gunma.jp
    kanna.gunma.jp
    kanra.gunma.jp
    katashina.gunma.jp
    kawaba.gunma.jp
    kiryu.gunma.jp
    kusatsu.gunma.jp
    maebashi.gunma.jp
    meiwa.gunma.jp
    midori.gunma.jp
    minakami.gunma.jp
    naganohara.gunma.jp
    nakanojo.gunma.jp
    nanmoku.gunma.jp
    Registered: 2024-11-01 11:42
    - Last Modified: 2023-12-20 23:27
    - 240.3K bytes
    - Viewed (0)
  2. api/maven-api-model/src/main/mdo/maven.mdo

                project during the build process. They are automatically downloaded from the
                repositories defined in this project.
    
                @see <a href="https://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html">Dependency mechanism</a>
              </description>
              <association>
                <type>Dependency</type>
                <multiplicity>*</multiplicity>
    Registered: 2024-11-03 03:35
    - Last Modified: 2024-10-09 11:07
    - 115.1K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.32.md

    - The kube-proxy command line flags `--healthz-port` and `--metrics-port`, which...
    Registered: 2024-11-01 09:05
    - Last Modified: 2024-10-29 20:17
    - 121.6K bytes
    - Viewed (0)
  4. android/guava/src/com/google/common/collect/Maps.java

     * SortedMap}, {@link BiMap}, etc.). Also see this class's counterparts {@link Lists}, {@link Sets}
     * and {@link Queues}.
     *
     * <p>See the Guava User Guide article on <a href=
     * "https://github.com/google/guava/wiki/CollectionUtilitiesExplained#maps">{@code Maps}</a>.
     *
     * @author Kevin Bourrillion
     * @author Mike Bostock
     * @author Isaac Shum
     * @author Louis Wasserman
    Registered: 2024-11-01 12:43
    - Last Modified: 2024-10-19 00:05
    - 161.6K bytes
    - Viewed (0)
  5. guava/src/com/google/common/collect/Maps.java

     * SortedMap}, {@link BiMap}, etc.). Also see this class's counterparts {@link Lists}, {@link Sets}
     * and {@link Queues}.
     *
     * <p>See the Guava User Guide article on <a href=
     * "https://github.com/google/guava/wiki/CollectionUtilitiesExplained#maps">{@code Maps}</a>.
     *
     * @author Kevin Bourrillion
     * @author Mike Bostock
     * @author Isaac Shum
     * @author Louis Wasserman
    Registered: 2024-11-01 12:43
    - Last Modified: 2024-10-19 00:05
    - 167.4K bytes
    - Viewed (0)
  6. guava/src/com/google/common/cache/LocalCache.java

         * threshold has not yet been updated, so there are no atomicity requirements for this with
         * respect to reads.
         *
         * As a guide, all critical volatile reads and writes to the count field are marked in code
         * comments.
         */
    
        @Weak final LocalCache<K, V> map;
    
        /** The number of live elements in this segment's region. */
    Registered: 2024-11-01 12:43
    - Last Modified: 2024-10-18 19:07
    - 149.2K bytes
    - Viewed (0)
Back to top