Search Options

Results per page
Sort
Preferred Languages
Advance

Results 361 - 370 of 405 for initially (0.11 sec)

  1. src/main/resources/fess_label_ru.properties

    labels.user_facsimileTelephoneNumber=Номер факса
    labels.facsimileTelephoneNumber=Номер факса
    labels.user_postOfficeBox=Почтовый ящик
    labels.postOfficeBox=Почтовый ящик
    labels.user_initials=Инициалы
    labels.initials=Инициалы
    labels.user_carLicense=Водительское удостоверение
    labels.carLicense=Водительское удостоверение
    labels.user_mobile=Мобильный телефон
    labels.mobile=Мобильный телефон
    labels.user_postalAddress=Почтовый адрес
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 55.8K bytes
    - Viewed (0)
  2. src/main/resources/fess_label_it.properties

    labels.user_facsimileTelephoneNumber=Numero di fax
    labels.facsimileTelephoneNumber=Numero di fax
    labels.user_postOfficeBox=Casella postale
    labels.postOfficeBox=Casella postale
    labels.user_initials=Iniziali
    labels.initials=Iniziali
    labels.user_carLicense=Patente di guida
    labels.carLicense=Patente di guida
    labels.user_mobile=Cellulare
    labels.mobile=Cellulare
    labels.user_postalAddress=Indirizzo postale
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 43.4K bytes
    - Viewed (0)
  3. okhttp/src/jvmTest/kotlin/okhttp3/CacheTest.kt

          // 408's are a bit of an outlier because we may repeat the request if we encounter this
          // response code. In this scenario, there are 2 responses: the initial 408 and then the 200
          // because of the retry. We just want to ensure the initial 408 isn't cached.
          expectedResponseCode = 200
          server.enqueue(
            MockResponse
              .Builder()
              .setHeader("Cache-Control", "no-store")
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Sat Aug 16 09:39:51 UTC 2025
    - 113.6K bytes
    - Viewed (0)
  4. src/main/resources/fess_label_es.properties

    labels.user_facsimileTelephoneNumber=Número de fax
    labels.facsimileTelephoneNumber=Número de fax
    labels.user_postOfficeBox=Apartado de correos
    labels.postOfficeBox=Apartado de correos
    labels.user_initials=Iniciales
    labels.initials=Iniciales
    labels.user_carLicense=Licencia de conducir
    labels.carLicense=Licencia de conducir
    labels.user_mobile=Teléfono móvil
    labels.mobile=Teléfono móvil
    labels.user_postalAddress=Dirección postal
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 45.4K bytes
    - Viewed (0)
  5. src/main/resources/fess_label_ko.properties

    labels.employeeType=고용 형태
    labels.user_facsimileTelephoneNumber=FAX 번호
    labels.facsimileTelephoneNumber=FAX 번호
    labels.user_postOfficeBox=사서함
    labels.postOfficeBox=사서함
    labels.user_initials=이니셜
    labels.initials=이니셜
    labels.user_carLicense=운전면허증
    labels.carLicense=운전면허증
    labels.user_mobile=휴대전화
    labels.mobile=휴대전화
    labels.user_postalAddress=주소
    labels.postalAddress=주소
    labels.user_city=시구정촌
    labels.city=시구정촌
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 43.1K bytes
    - Viewed (0)
  6. src/main/resources/fess_label_zh_CN.properties

    labels.user_employeeType=员工类型
    labels.employeeType=员工类型
    labels.user_facsimileTelephoneNumber=传真号码
    labels.facsimileTelephoneNumber=传真号码
    labels.user_postOfficeBox=邮政信箱
    labels.postOfficeBox=邮政信箱
    labels.user_initials=首字母
    labels.initials=首字母
    labels.user_carLicense=驾驶执照
    labels.carLicense=驾驶执照
    labels.user_mobile=手机
    labels.mobile=手机
    labels.user_postalAddress=邮政地址
    labels.postalAddress=邮政地址
    labels.user_city=城市
    labels.city=城市
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 40.5K bytes
    - Viewed (0)
  7. android/guava/src/com/google/common/collect/MapMakerInternalMap.java

       * its capacity threshold.
       *
       * The Least Recently Used page replacement algorithm was chosen due to its simplicity, high hit
       * rate, and ability to be implemented with O(1) time complexity. The initial LRU implementation
       * operates per-segment rather than globally for increased implementation simplicity. We expect
       * the cache hit rate to be similar to that of a global LRU algorithm.
       */
    
      // Constants
    
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Mon Aug 11 19:31:30 UTC 2025
    - 90K bytes
    - Viewed (0)
  8. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

         */
        String getLdapAttrPostOfficeBox();
    
        /**
         * Get the value for the key 'ldap.attr.initials'. <br>
         * The value is, e.g. initials <br>
         * comment: LDAP attribute for initials.
         * @return The value of found property. (NotNull: if not found, exception but basically no way)
         */
        String getLdapAttrInitials();
    
        /**
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 525.6K bytes
    - Viewed (1)
  9. src/main/java/jcifs/smb/SmbTransportImpl.java

                    throw new CIFSException("Pre-authentication integrity hash update failed", e);
                }
            }
        }
    
        /**
         * Reset the pre-authentication integrity hash to initial state.
         * This should be called on negotiation failures or security errors.
         */
        private void resetPreauthHash() {
            synchronized (this.preauthHashLock) {
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 30 05:58:03 UTC 2025
    - 69.8K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.6.md

    * Fix for Pod stuck in ContainerCreating with error "Volume is not yet attached according to node". ([#50806](https://github.com/kubernetes/kubernetes/pull/50806), [@verult](https://github.com/verult))
    * Fix initial exec terminal dimensions. ([#51126](https://github.com/kubernetes/kubernetes/pull/51126), [@chen-anders](https://github.com/chen-anders))
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 304K bytes
    - Viewed (0)
Back to top