Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for Pager (0.82 sec)

  1. src/main/resources/fess_config.properties

    ldap.attr.roomNumber=roomNumber
    # 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.
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 05 14:45:37 UTC 2025
    - 54.7K bytes
    - Viewed (0)
  2. src/main/resources/fess_label_ru.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=Офис
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 55.8K bytes
    - Viewed (0)
  3. android/guava/src/com/google/common/base/Preconditions.java

        if (!expression) {
          throw new IllegalStateException(Platform.lenientFormat(errorMessageTemplate, p1, p2, p3, p4));
        }
      }
    
      /*
       * Preconditions.checkNotNull is *intended* for performing eager null checks on parameters that a
       * nullness checker can already "prove" are non-null. That means that the first parameter to
       * checkNotNull *should* be annotated to require it to be non-null.
       *
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Jul 10 22:11:00 UTC 2025
    - 53K bytes
    - Viewed (0)
  4. docs/changelogs/changelog_3x.md

        size and duration. This feature is an unstable preview: the API is subject
        to change, and the implementation is incomplete. This is a big new API we
        are eager for feedback.
    
     *  New: Support ALPN via Google Play Services' Dynamic Security Provider. This
        expands HTTP/2 support to older Android devices that have Google Play
        Services.
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Sun Feb 06 14:55:54 UTC 2022
    - 50.8K bytes
    - Viewed (0)
Back to top