Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for forId (0.03 sec)

  1. api/maven-api-core/src/main/java/org/apache/maven/api/DependencyScope.java

         * as word separator.
         *
         * @param id the identifier of the scope (case-sensitive)
         */
        public static DependencyScope forId(String id) {
            return IDS.get(id);
        }
    
        private final String id;
        private final boolean transitive;
    
        DependencyScope(String id, boolean transitive) {
            this.id = id;
    Registered: Sun Sep 07 03:35:12 UTC 2025
    - Last Modified: Wed Mar 19 14:33:26 UTC 2025
    - 4K bytes
    - Viewed (0)
  2. api/maven-api-core/src/main/java/org/apache/maven/api/Session.java

         * <p>
         * Shortcut for {@code DependencyScope.forId(...)} with a verification that the given identifier exists.
         *
         * @param id the identifier of the scope (case-sensitive)
         * @return the scope for the given identifier (never null)
         * @throws IllegalArgumentException if the given identifier is not a known scope
         *
         * @see org.apache.maven.api.DependencyScope#forId(String)
         */
        @Nonnull
    Registered: Sun Sep 07 03:35:12 UTC 2025
    - Last Modified: Thu Jul 03 14:18:26 UTC 2025
    - 36.5K bytes
    - Viewed (0)
  3. okhttp/src/jvmTest/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    // https://www.iana.org/domains/root/db/food.html
    food
    
    // football : Binky Moon, LLC
    // https://www.iana.org/domains/root/db/football.html
    football
    
    // ford : Ford Motor Company
    // https://www.iana.org/domains/root/db/ford.html
    ford
    
    // forex : Dog Beach, LLC
    // https://www.iana.org/domains/root/db/forex.html
    forex
    
    // forsale : Dog Beach, LLC
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Fri Dec 27 13:39:56 UTC 2024
    - 309.7K bytes
    - Viewed (0)
  4. okhttp/src/jvmMain/resources/okhttp3/internal/publicsuffix/PublicSuffixDatabase.list

    fnwk.site
    fo
    foggia.it
    folionetwork.site
    folkebibl.no
    folldal.no
    foo
    food
    fool.jp
    football
    for-better.biz
    for-more.biz
    for-our.info
    for-some.biz
    for-the.biz
    ford
    forde.no
    forex
    forgeblocks.com
    forgot.her.name
    forgot.his.name
    forli-cesena.it
    forlicesena.it
    forlì-cesena.it
    forlìcesena.it
    forms.ac
    forsale
    forsand.no
    fortal.br
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Tue May 27 22:00:49 UTC 2025
    - 129.6K bytes
    - Viewed (3)
  5. okhttp/src/androidMain/assets/PublicSuffixDatabase.list

    fnwk.site
    fo
    foggia.it
    folionetwork.site
    folkebibl.no
    folldal.no
    foo
    food
    fool.jp
    football
    for-better.biz
    for-more.biz
    for-our.info
    for-some.biz
    for-the.biz
    ford
    forde.no
    forex
    forgeblocks.com
    forgot.her.name
    forgot.his.name
    forli-cesena.it
    forlicesena.it
    forlì-cesena.it
    forlìcesena.it
    forms.ac
    forsale
    forsand.no
    fortal.br
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Tue Dec 31 14:50:53 UTC 2024
    - 129.6K bytes
    - Viewed (2)
Back to top