Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 73 for English (0.23 sec)

  1. maven-artifact/src/main/java/org/apache/maven/artifact/versioning/ComparableVersion.java

        @SuppressWarnings("checkstyle:innerassignment")
        public final void parseVersion(String version) {
            this.value = version;
    
            items = new ListItem();
    
            version = version.toLowerCase(Locale.ENGLISH);
    
            ListItem list = items;
    
            Deque<Item> stack = new ArrayDeque<>();
            stack.push(list);
    
            boolean isDigit = false;
    
            boolean isCombination = false;
    
    Java
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Wed Sep 06 08:39:32 GMT 2023
    - 26K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/sso/aad/AzureAdAuthenticator.java

                            logger.warn("@odata.type is null: {}", memberOf);
                            continue;
                        }
                        memberType = memberType.toLowerCase(Locale.ENGLISH);
                        final String id = (String) memberOf.get("id");
                        if (StringUtil.isNotBlank(id)) {
                            if (memberType.contains("group")) {
    Java
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 28.1K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/helper/ViewHelper.java

            final Handlebars handlebars = new Handlebars(loader);
    
            Locale locale = ComponentUtil.getRequestManager().getUserLocale();
            if (locale == null) {
                locale = Locale.ENGLISH;
            }
            String url = DocumentUtil.getValue(doc, fessConfig.getIndexFieldUrl(), String.class);
            if (url == null) {
    Java
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 40.1K bytes
    - Viewed (2)
  4. maven-compat/src/main/java/org/apache/maven/repository/legacy/DefaultWagonManager.java

            if (protocol == null) {
                throw new UnsupportedProtocolException("Unspecified protocol");
            }
    
            String hint = protocol.toLowerCase(java.util.Locale.ENGLISH);
    
            Wagon wagon;
            try {
                wagon = container.lookup(Wagon.class, hint);
            } catch (ComponentLookupException e) {
                throw new UnsupportedProtocolException(
    Java
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Thu Sep 14 11:48:15 GMT 2023
    - 29.9K bytes
    - Viewed (0)
  5. guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

                               CHAPTER II
    
                            The Pool of Tears
    
    
      `Curiouser and curiouser!' cried Alice (she was so much
    surprised, that for the moment she quite forgot how to speak good
    English); `now I'm opening out like the largest telescope that
    ever was!  Good-bye, feet!' (for when she looked down at her
    feet, they seemed to be almost out of sight, they were getting so
    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)
  6. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    org.pk
    fam.pk
    biz.pk
    web.pk
    gov.pk
    gob.pk
    gok.pk
    gon.pk
    gop.pk
    gos.pk
    info.pk
    
    // pl http://www.dns.pl/english/index.html
    // Submitted by registry
    pl
    com.pl
    net.pl
    org.pl
    // pl functional domains (http://www.dns.pl/english/index.html)
    aid.pl
    agro.pl
    atm.pl
    auto.pl
    biz.pl
    edu.pl
    gmina.pl
    gsm.pl
    info.pl
    mail.pl
    miasta.pl
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Wed Dec 20 23:27:07 GMT 2023
    - 240.3K bytes
    - Viewed (3)
  7. android/guava/src/com/google/common/collect/MinMaxPriorityQueue.java

            queue[parentIndex] = x;
            return parentIndex;
          }
          queue[index] = x;
          return index;
        }
    
        // About the term "aunt node": it's better to leave gender out of it, but for this the English
        // language has nothing for us. Except for the whimsical neologism "pibling" (!) which we
        // obviously could not expect to increase anyone's understanding of the code.
    
        /**
    Java
    - Registered: Fri May 03 12:43:13 GMT 2024
    - Last Modified: Thu Feb 22 21:19:52 GMT 2024
    - 34K bytes
    - Viewed (0)
  8. android/guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

                               CHAPTER II
    
                            The Pool of Tears
    
    
      `Curiouser and curiouser!' cried Alice (she was so much
    surprised, that for the moment she quite forgot how to speak good
    English); `now I'm opening out like the largest telescope that
    ever was!  Good-bye, feet!' (for when she looked down at her
    feet, they seemed to be almost out of sight, they were getting so
    Plain Text
    - Registered: Fri May 03 12:43:13 GMT 2024
    - Last Modified: Fri Apr 21 02:27:51 GMT 2017
    - 145.2K bytes
    - Viewed (0)
  9. android/guava/src/com/google/common/base/CharMatcher.java

        return anyOf(sequence).negate();
      }
    
      /**
       * Returns a {@code char} matcher that matches any character in a given BMP range (both endpoints
       * are inclusive). For example, to match any lowercase letter of the English alphabet, use {@code
       * CharMatcher.inRange('a', 'z')}.
       *
       * @throws IllegalArgumentException if {@code endInclusive < startInclusive}
       */
    Java
    - Registered: Fri May 03 12:43:13 GMT 2024
    - Last Modified: Fri Feb 09 15:49:48 GMT 2024
    - 53.7K bytes
    - Viewed (0)
  10. src/main/resources/fess_config.properties

    crawler.default.script=groovy
    crawler.http.thread_pool.size=0
    crawler.document.max.site.length=100
    crawler.document.site.encoding=UTF-8
    crawler.document.unknown.hostname=unknown
    crawler.document.use.site.encoding.on.english=false
    crawler.document.append.data=true
    crawler.document.append.filename=false
    crawler.document.max.alphanum.term.size=20
    crawler.document.max.symbol.term.size=10
    crawler.document.duplicate.term.removed=false
    Properties
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Apr 11 02:34:53 GMT 2024
    - 30.6K bytes
    - Viewed (1)
Back to top