Search Options

Results per page
Sort
Preferred Languages
Advance

Results 171 - 177 of 177 for quem (0.05 sec)

  1. src/main/resources/fess_message_fr.properties

    constraints.AssertFalse.message = {item} doit être faux.
    constraints.AssertTrue.message  = {item} doit être vrai.
    constraints.DecimalMax.message  = {item} doit être plus petit que ${inclusive == true ? 'or equal to ' : ''}{value}.
    constraints.DecimalMin.message  = {item} doit être plus grand que  ${inclusive == true ? 'or equal to ' : ''}{value}.
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Mon Feb 06 22:59:17 UTC 2023
    - 14.2K bytes
    - Viewed (0)
  2. docs/fr/README.md

    ### Récupérer le Code Source
    
    1. Clonez le dépôt Fess :
        ```
        $ cd ~/workspace
        $ git clone https://github.com/codelibs/fess.git
        ```
        
    2. Importez le dépôt cloné en tant que projet [Maven](https://maven.apache.org/) sur [Eclipse](https://www.eclipse.org/eclipseide/) ou un autre IDE.
    
    ### Configuration pour les Plugins OpenSearch
    
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Sat Oct 12 07:19:47 UTC 2024
    - 7.9K bytes
    - Viewed (0)
  3. guava-tests/test/com/google/common/base/PredicatesTest.java

        Function<String, String> identity = Functions.identity();
    
        assertTrue(trimEqualsFoo.apply("Foo"));
        assertTrue(trimEqualsFoo.apply("   Foo   "));
        assertFalse(trimEqualsFoo.apply("Foo-b-que"));
    
        new EqualsTester()
            .addEqualityGroup(trimEqualsFoo, Predicates.compose(equalsFoo, trim))
            .addEqualityGroup(equalsFoo)
            .addEqualityGroup(trim)
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Thu Feb 22 17:15:24 UTC 2024
    - 32.4K bytes
    - Viewed (0)
  4. src/main/resources/fess_label_fr.properties

    labels.webauth_configuration	=	Authentification Web
    labels.webauth_list_hostname	=	Nom d'hôte
    labels.webauth_list_web_crawling_config	=	Nom de configuration
    labels.webauth_any	=	N'importe quel
    labels.webauth_create_web_config	=	Créer une nouvelle configuration Web
    labels.webauth_title_details	=	Authentification Web
    labels.webauth_hostname	=	Nom d'hôte
    labels.webauth_port	=	Port
    labels.webauth_realm	=	Royaume
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 46.6K bytes
    - Viewed (0)
  5. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    // Available strings: https://mynic.my/resources/domains/buying-a-domain/
    my
    biz.my
    com.my
    edu.my
    gov.my
    mil.my
    name.my
    net.my
    org.my
    
    // mz : http://www.uem.mz/
    // Submitted by registry <antonio@uem.mz>
    mz
    ac.mz
    adv.mz
    co.mz
    edu.mz
    gov.mz
    mil.mz
    net.mz
    org.mz
    
    // na : http://www.na-nic.com.na/
    // http://www.info.na/domain/
    na
    info.na
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 240.3K bytes
    - Viewed (0)
  6. RELEASE.md

    Nate Harada, Neven Miculinic, Nghia Tran, Nick Lyu, Niranjan Hasabnis, Nishidha,
    Oleksii Kuchaiev, Oyesh Mann Singh, Panmari, Patrick, Paul Van Eck, Piyush
    Chaudhary, Quim Llimona, Raingo, Richard Davies, Ruben Vereecken, Sahit
    Chintalapudi, Sam Abrahams, Santiago Castro, Scott Sievert, Sean O'Keefe,
    Sebastian Schlecht, Shane, Shubhankar Deshpande, Spencer Schaber, Sunyeop Lee,
    Registered: Tue Nov 05 12:39:12 UTC 2024
    - Last Modified: Tue Oct 22 14:33:53 UTC 2024
    - 735.3K bytes
    - Viewed (0)
  7. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    AB96          ; mapped                 ; 13C6          # 8.0  CHEROKEE SMALL LETTER QUA
    AB97          ; mapped                 ; 13C7          # 8.0  CHEROKEE SMALL LETTER QUE
    AB98          ; mapped                 ; 13C8          # 8.0  CHEROKEE SMALL LETTER QUI
    AB99          ; mapped                 ; 13C9          # 8.0  CHEROKEE SMALL LETTER QUO
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Sat Feb 10 11:25:47 UTC 2024
    - 854.1K bytes
    - Viewed (0)
Back to top