Search Options

Results per page
Sort
Preferred Languages
Advance

Results 181 - 190 of 239 for TOP (0.01 sec)

  1. src/main/resources/fess_label_de.properties

    labels.profile.back=Zurück
    labels.profile.placeholder_old_password=Aktuelles Passwort
    labels.profile.placeholder_new_password=Neues Passwort
    labels.profile.placeholder_confirm_new_password=Neues Passwort bestätigen
    labels.top.search=Suchen
    labels.index_title=Fess
    labels.index_form_search_btn=Suchen
    labels.index_osdd_title=Suchen
    labels.index_form_option_btn=Optionen
    labels.index_help=Hilfe
    labels.search_options=Suchoptionen
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 43.5K bytes
    - Viewed (1)
  2. cmd/erasure-healing.go

    func (er erasureObjects) HealObject(ctx context.Context, bucket, object, versionID string, opts madmin.HealOpts) (hr madmin.HealResultItem, err error) {
    	// Create context that also contains information about the object and bucket.
    	// The top level handler might not have this information.
    	reqInfo := logger.GetReqInfo(ctx)
    	var newReqInfo *logger.ReqInfo
    	if reqInfo != nil {
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 34.6K bytes
    - Viewed (0)
  3. okhttp/src/jvmMain/resources/okhttp3/internal/publicsuffix/PublicSuffixDatabase.list

    nov.ru
    nov.su
    novara.it
    novecore.site
    now
    now-dns.net
    now-dns.org
    now-dns.top
    now.sh
    nowaruda.pl
    nowruz
    nowtv
    nozawaonsen.nagano.jp
    nr
    nra
    nrw
    ns.ca
    nsn.us
    nsupdate.info
    nsw.au
    nsw.edu.au
    nt.au
    nt.ca
    nt.edu.au
    nt.no
    nt.ro
    ntdll.top
    ntr.br
    ntt
    nu
    nu.ca
    nu.it
    numata.gunma.jp
    numata.hokkaido.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)
  4. cmd/server-main.go

    	// we wrap the underlying error, make sure when you
    	// are modifying this code that you do so, if and when
    	// you want to add extra context to your error. This
    	// ensures top level retry works accordingly.
    
    	// Initialize config system.
    	if err := globalConfigSys.Init(newObject); err != nil {
    		if configRetriableErrors(err) {
    			return fmt.Errorf("Unable to initialize config system: %w", err)
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Tue May 27 15:18:36 UTC 2025
    - 35.9K bytes
    - Viewed (4)
  5. src/main/resources/fess_label_pl.properties

    labels.profile.back= Wróć
    labels.profile.placeholder_old_password= Bieżące hasło
    labels.profile.placeholder_new_password= Nowe hasło
    labels.profile.placeholder_confirm_new_password= Potwierdź nowe hasło
    labels.top.search=Szukaj
    labels.index_title=Fess
    labels.index_form_search_btn=Szukaj
    labels.index_osdd_title=Szukaj
    labels.index_form_option_btn=Opcje
    labels.index_help=Pomoc
    labels.search_options=Opcje wyszukiwania
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 44.6K bytes
    - Viewed (0)
  6. src/main/resources/fess_label_ru.properties

    labels.profile.back=Назад
    labels.profile.placeholder_old_password=Текущий пароль
    labels.profile.placeholder_new_password=Новый пароль
    labels.profile.placeholder_confirm_new_password=Подтвердите новый пароль
    labels.top.search=Поиск
    labels.index_title=Fess
    labels.index_form_search_btn=Поиск
    labels.index_osdd_title=Поиск
    labels.index_form_option_btn=Опции
    labels.index_help=Помощь
    labels.search_options=Параметры поиска
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 55.8K bytes
    - Viewed (0)
  7. src/main/resources/fess_label_it.properties

    labels.profile.back= Indietro
    labels.profile.placeholder_old_password= Password attuale
    labels.profile.placeholder_new_password= Nuova password
    labels.profile.placeholder_confirm_new_password= Conferma nuova password
    labels.top.search=Cerca
    labels.index_title=Fess
    labels.index_form_search_btn=Cerca
    labels.index_osdd_title=Cerca
    labels.index_form_option_btn=Opzioni
    labels.index_help=Aiuto
    labels.search_options=Opzioni di ricerca
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 43.4K bytes
    - Viewed (0)
  8. android/guava/src/com/google/common/cache/CacheBuilder.java

       * weigher already provided; the {@code CacheBuilder} type cannot do this. For best results,
       * simply use the standard method-chaining idiom, as illustrated in the documentation at top,
       * configuring a {@code CacheBuilder} and building your {@link Cache} all in a single statement.
       *
       * <p><b>Warning:</b> if you ignore the above advice, and use this {@code CacheBuilder} to build a
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Aug 07 16:05:33 UTC 2025
    - 51.7K bytes
    - Viewed (0)
  9. src/main/java/jcifs/smb/SmbFile.java

         * <ul>
         * <li>files and directories contained within this resource if the
         * resource is a normal disk file directory,
         * <li>all available NetBIOS workgroups or domains if this resource is
         * the top level URL <code>smb://</code>,
         * <li>all servers registered as members of a NetBIOS workgroup if this
         * resource refers to a workgroup in a <code>smb://workgroup/</code> URL,
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 30 05:58:03 UTC 2025
    - 103.2K bytes
    - Viewed (0)
  10. okhttp/src/jvmTest/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    // https://www.iana.org/domains/root/db/tokyo.html
    tokyo
    
    // tools : Binky Moon, LLC
    // https://www.iana.org/domains/root/db/tools.html
    tools
    
    // top : .TOP Registry
    // https://www.iana.org/domains/root/db/top.html
    top
    
    // toray : Toray Industries, Inc.
    // https://www.iana.org/domains/root/db/toray.html
    toray
    
    // toshiba : TOSHIBA Corporation
    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