Search Options

Results per page
Sort
Preferred Languages
Advance

Results 191 - 200 of 239 for TOP (0.01 sec)

  1. docs/bucket/notifications/README.md

    ## Publish MinIO events via AMQP
    
    Install RabbitMQ from [here](https://www.rabbitmq.com/).
    
    ### Step 1: Add AMQP endpoint to MinIO
    
    The AMQP configuration is located under the sub-system `notify_amqp` top-level key. Create a configuration key-value pair here for your AMQP instance. The key is a name for your AMQP endpoint, and the value is a collection of key-value parameters described in the table below.
    
    ```
    KEY:
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Tue Aug 12 18:20:36 UTC 2025
    - 84.2K bytes
    - Viewed (0)
  2. src/main/resources/fess_label_es.properties

    labels.profile.back= Volver
    labels.profile.placeholder_old_password= Contraseña actual
    labels.profile.placeholder_new_password= Nueva contraseña
    labels.profile.placeholder_confirm_new_password= Confirmar nueva contraseña
    labels.top.search=Buscar
    labels.index_title=Fess
    labels.index_form_search_btn=Buscar
    labels.index_osdd_title=Buscar
    labels.index_form_option_btn=Opciones
    labels.index_help=Ayuda
    labels.search_options=Opciones de búsqueda
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 45.4K bytes
    - Viewed (0)
  3. src/main/resources/fess_label_ko.properties

    labels.profile.title=설정
    labels.profile.update=갱신
    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=검색 옵션
    labels.search_options_close=닫기
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 43.1K bytes
    - Viewed (0)
  4. src/main/resources/fess_label_zh_CN.properties

    labels.profile.title= 设置
    labels.profile.update= 更新
    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=搜索选项
    labels.search_options_close=关闭
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 40.5K bytes
    - Viewed (0)
  5. src/main/resources/fess_label_fr.properties

    labels.profile.back=Retour
    labels.profile.placeholder_old_password=Mot de passe actuel
    labels.profile.placeholder_new_password=Nouveau mot de passe
    labels.profile.placeholder_confirm_new_password=Confirmer le nouveau mot de passe
    labels.top.search=Rechercher
    labels.index_title=Fess
    labels.index_form_search_btn=Rechercher
    labels.index_osdd_title=Rechercher
    labels.index_form_option_btn=Options
    labels.index_help=Aide
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 45.6K bytes
    - Viewed (0)
  6. src/main/resources/fess_label_nl.properties

    labels.profile.back= Terug
    labels.profile.placeholder_old_password= Huidig wachtwoord
    labels.profile.placeholder_new_password= Nieuw wachtwoord
    labels.profile.placeholder_confirm_new_password= Nieuw wachtwoord bevestigen
    labels.top.search=Zoeken
    labels.index_title=Fess
    labels.index_form_search_btn=Zoeken
    labels.index_osdd_title=Zoeken
    labels.index_form_option_btn=Opties
    labels.index_help=Help
    labels.search_options=Zoekopties
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 42.8K bytes
    - Viewed (1)
  7. cmd/metacache-set.go

    					break
    				}
    			}
    			w.CloseWithError(werr)
    		}()
    	}
    
    	topEntries := make(metaCacheEntries, len(readers))
    	errs := make([]error, len(readers))
    	for {
    		// Get the top entry from each
    		var current metaCacheEntry
    		var atEOF, fnf, vnf, hasErr, agree int
    		for i := range topEntries {
    			topEntries[i] = metaCacheEntry{}
    		}
    		if contextCanceled(ctx) {
    			return ctx.Err()
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 30.7K bytes
    - Viewed (0)
  8. cmd/erasure-server-pool.go

    		// call will report top level prefixes in deleted state, whereas spark/hadoop interpret this as non-empty
    		// and throw a 404 exception. This is especially a problem for spark jobs overwriting the same partition
    		// repeatedly. This workaround recursively lists the top 3 entries including delete markers to reflect the
    		// correct state of the directory in the list results.
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 89.1K bytes
    - Viewed (0)
  9. cmd/batch-handlers.go

    						return true
    					}
    				}
    			}
    
    			// None of the provided metadata filters match skip the object.
    			return false
    		}
    
    		// if one of source or target is non MinIO, just replicate the top most version like `mc mirror`
    		isSourceOrTargetS3 := r.Target.Type == BatchJobReplicateResourceS3 || r.Source.Type == BatchJobReplicateResourceS3
    		return !isSourceOrTargetS3 || info.IsLatest
    	}
    
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 63.5K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.4.md

    * Move HighWaterMark to the top of the struct in order to fix arm ([#33117](https://github.com/kubernetes/kubernetes/pull/33117), [@luxas](https://github.com/luxas))
    * Move HighWaterMark to the top of the struct in order to fix arm, second time ([#33376](https://github.com/kubernetes/kubernetes/pull/33376), [@luxas](https://github.com/luxas))
    
    
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 133.5K bytes
    - Viewed (0)
Back to top