Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 105 for sarete (0.22 sec)

  1. guava/src/com/google/common/collect/ImmutableCollection.java

     *       appropriate factory method for details. View collections such as {@link
     *       ImmutableMultiset#elementSet} iterate in the same order as the parent, except as noted.
     *   <li><b>Thread safety.</b> It is safe to access this collection concurrently from multiple
     *       threads.
     *   <li><b>Integrity.</b> This type cannot be subclassed outside this package (which would allow
     *       these guarantees to be violated).
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Aug 07 16:05:33 UTC 2025
    - 18.7K bytes
    - Viewed (0)
  2. src/main/resources/fess_config.properties

    # LDAP attribute for description.
    ldap.attr.description=description
    # LDAP attribute for title.
    ldap.attr.title=title
    # LDAP attribute for pager.
    ldap.attr.pager=pager
    # LDAP attribute for street.
    ldap.attr.street=street
    # LDAP attribute for postal code.
    ldap.attr.postalCode=postalCode
    # LDAP attribute for physical delivery office name.
    ldap.attr.physicalDeliveryOfficeName=physicalDeliveryOfficeName
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 05 14:45:37 UTC 2025
    - 54.7K bytes
    - Viewed (0)
  3. android/guava/src/com/google/common/collect/ImmutableCollection.java

     *       appropriate factory method for details. View collections such as {@link
     *       ImmutableMultiset#elementSet} iterate in the same order as the parent, except as noted.
     *   <li><b>Thread safety.</b> It is safe to access this collection concurrently from multiple
     *       threads.
     *   <li><b>Integrity.</b> This type cannot be subclassed outside this package (which would allow
     *       these guarantees to be violated).
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Aug 07 16:05:33 UTC 2025
    - 21.4K bytes
    - Viewed (0)
  4. src/test/java/org/codelibs/fess/job/SuggestJobTest.java

            @Override
            public String getLdapAttrPostalCode() {
                return "postalCode";
            }
    
            @Override
            public String getLdapAttrStreet() {
                return "street";
            }
    
            @Override
            public String getLdapAttrPager() {
                return "pager";
            }
    
            @Override
            public String getLdapAttrTitle() {
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Tue Aug 19 14:09:36 UTC 2025
    - 31.4K bytes
    - Viewed (0)
  5. android/guava/src/com/google/common/base/Converter.java

          return checkNotNull(otherConverter, "otherConverter");
        }
    
        /*
         * We *could* override convertAll() to return its input, but it's a rather pointless
         * optimization and opened up a weird type-safety problem.
         */
    
        @Override
        public String toString() {
          return "Converter.identity()";
        }
    
        private Object readResolve() {
          return INSTANCE;
        }
    
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Wed Jun 18 21:43:06 UTC 2025
    - 22.8K bytes
    - Viewed (0)
  6. android/guava/src/com/google/common/collect/ImmutableSetMultimap.java

            EMPTY_SET_FIELD_SETTER =
                Serialization.getFieldSetter(ImmutableSetMultimap.class, "emptySet");
      }
    
      @GwtIncompatible
      @J2ktIncompatible
      // Serialization type safety is at the caller's mercy.
      @SuppressWarnings("unchecked")
      private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException {
        stream.defaultReadObject();
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Aug 07 16:05:33 UTC 2025
    - 25.8K bytes
    - Viewed (0)
  7. okhttp/src/jvmMain/resources/okhttp3/internal/publicsuffix/PublicSuffixDatabase.list

    sa-east-1.elasticbeanstalk.com
    sa.au
    sa.com
    sa.cr
    sa.edu.au
    sa.gov.au
    sa.gov.pl
    sa.it
    sa.ngrok.io
    saarland
    sabae.fukui.jp
    sadist.jp
    sado.niigata.jp
    safe
    safety
    safety.aero
    saga.jp
    saga.saga.jp
    sagae.yamagata.jp
    sagamihara.kanagawa.jp
    saigawa.fukuoka.jp
    saijo.ehime.jp
    saikai.nagasaki.jp
    saiki.oita.jp
    saitama.jp
    saitama.saitama.jp
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Tue May 27 22:00:49 UTC 2025
    - 129.6K bytes
    - Viewed (3)
  8. guava/src/com/google/common/collect/ImmutableSetMultimap.java

            EMPTY_SET_FIELD_SETTER =
                Serialization.getFieldSetter(ImmutableSetMultimap.class, "emptySet");
      }
    
      @GwtIncompatible
      @J2ktIncompatible
      // Serialization type safety is at the caller's mercy.
      @SuppressWarnings("unchecked")
      private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException {
        stream.defaultReadObject();
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Aug 07 16:05:33 UTC 2025
    - 25.6K bytes
    - Viewed (0)
  9. src/main/resources/fess_label_zh_TW.properties

    labels.user_roomNumber=房間號
    labels.roomNumber=房間號
    labels.user_description=描述
    labels.description=描述
    labels.user_title=職位
    labels.title=職位
    labels.user_pager=尋呼機
    labels.pager=尋呼機
    labels.user_street=街道
    labels.street=街道
    labels.user_postalCode=郵政編碼
    labels.postalCode=郵政編碼
    labels.user_physicalDeliveryOfficeName=辦公室
    labels.physicalDeliveryOfficeName=辦公室
    labels.user_destinationIndicator=電報服務地址資訊
    labels.destinationIndicator=電報服務地址資訊
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 40.7K bytes
    - Viewed (0)
  10. okhttp/src/jvmTest/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    saarland
    
    // safe : Amazon Registry Services, Inc.
    // https://www.iana.org/domains/root/db/safe.html
    safe
    
    // safety : Safety Registry Services, LLC.
    // https://www.iana.org/domains/root/db/safety.html
    safety
    
    // sakura : SAKURA Internet Inc.
    // https://www.iana.org/domains/root/db/sakura.html
    sakura
    
    // sale : 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)
Back to top