Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for Assistant (0.25 sec)

  1. src/main/resources/fess_label_fr.properties

    labels.handler_script	=	Script
    labels.data_crawling_button_create	=	Créer
    labels.data_crawling_button_create_job	=	Créer un nouveau travail
    labels.wizard_title_configuration	=	Assistant de configuration
    labels.wizard_start_title	=	Installation rapide
    labels.wizard_start_desc	=	À l'aide de l'assistant de configuration, vous pouvez facilement créer des paramètres d'exploration.
    labels.wizard_start_button	=	Démarrer la configuration
    labels.wizard_button_cancel	=	Annuler
    Properties
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 46.6K bytes
    - Viewed (0)
  2. src/archive/tar/reader.go

    	nextToken := func() string {
    		cntNewline--
    		tok, _ := buf.ReadString('\n')
    		return strings.TrimRight(tok, "\n")
    	}
    
    	// Parse for the number of entries.
    	// Use integer overflow resistant math to check this.
    	if err := feedTokens(1); err != nil {
    		return nil, err
    	}
    	numEntries, err := strconv.ParseInt(nextToken(), 10, 0) // Intentionally parse as native int
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Mar 08 01:59:14 GMT 2024
    - 26.8K bytes
    - Viewed (0)
  3. cni/README.md

    | HOST_PROBE_SNAT_IPV6 | "fd16:9254:7127:1337:ffff:ffff:ffff:ffff" | IPv6 link local ranges are designed to be collision-resistant by default, and so this probably never needs to be overridden |
    
    ## Sidecar Mode Implementation Details
    
    Istio CNI injection is currently based on the same Pod annotations used in init-container/inject mode.
    
    Plain Text
    - Registered: Wed May 01 22:53:12 GMT 2024
    - Last Modified: Tue Apr 30 22:24:38 GMT 2024
    - 12.3K bytes
    - Viewed (0)
  4. android/guava/src/com/google/common/hash/HashFunction.java

     *
     * <h3>Desirable properties</h3>
     *
     * <p>A high-quality hash function strives for some subset of the following virtues:
     *
     * <ul>
     *   <li><b>collision-resistant:</b> while the definition above requires making at least <i>some</i>
     *       token attempt, one measure of the quality of a hash function is <i>how well</i> it succeeds
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Tue May 25 18:22:59 GMT 2021
    - 10.9K bytes
    - Viewed (0)
  5. src/main/resources/fess_label_de.properties

    labels.ldapMemberofAttribute=memberOf-Attribut
    labels.oldPassword=Aktuelles Passwort
    labels.newPassword=Neues Passwort
    labels.confirmNewPassword=Neues Passwort (bestätigen)
    
    labels.menu_system=System
    labels.menu_wizard=Assistent
    labels.menu_crawl_config=Allgemein
    labels.menu_scheduler_config=Zeitplan
    labels.menu_dashboard_config=Dashboard
    labels.menu_design=Seitendesign
    labels.menu_dict=Wörterbuch
    Properties
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 42.8K bytes
    - Viewed (0)
Back to top