Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 6 of 6 for intentional (0.04 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. android/guava-tests/test/com/google/common/collect/MapsTest.java

    /**
     * Unit test for {@code Maps}.
     *
     * @author Kevin Bourrillion
     * @author Mike Bostock
     * @author Jared Levy
     */
    @GwtCompatible
    @NullMarked
    @SuppressWarnings("JUnitIncompatibleType") // Many intentional violations here.
    public class MapsTest extends TestCase {
    
      private static final Comparator<Integer> SOME_COMPARATOR = Collections.reverseOrder();
    
      public void testHashMap() {
    Created: Fri Dec 26 12:43:10 GMT 2025
    - Last Modified: Thu Dec 11 22:56:33 GMT 2025
    - 62.7K bytes
    - Click Count (0)
  2. guava-tests/test/com/google/common/collect/MapsTest.java

    /**
     * Unit test for {@code Maps}.
     *
     * @author Kevin Bourrillion
     * @author Mike Bostock
     * @author Jared Levy
     */
    @GwtCompatible
    @NullMarked
    @SuppressWarnings("JUnitIncompatibleType") // Many intentional violations here.
    public class MapsTest extends TestCase {
    
      private static final Comparator<Integer> SOME_COMPARATOR = Collections.reverseOrder();
    
      public void testHashMap() {
    Created: Fri Dec 26 12:43:10 GMT 2025
    - Last Modified: Thu Dec 11 22:56:33 GMT 2025
    - 65K bytes
    - Click Count (0)
  3. src/main/resources/fess_label_fr.properties

    labels.physicalDeliveryOfficeName=Bureau
    labels.user_destinationIndicator=Indicateur de destination
    labels.destinationIndicator=Indicateur de destination
    labels.user_internationaliSDNNumber=Numéro RNIS international
    labels.internationaliSDNNumber=Numéro RNIS international
    labels.user_state=État
    labels.state=État
    labels.user_employeeType=Type d'employé
    labels.employeeType=Type d'employé
    labels.user_facsimileTelephoneNumber=Numéro de télécopieur
    Created: Sat Dec 20 09:19:18 GMT 2025
    - Last Modified: Sat Dec 13 02:21:17 GMT 2025
    - 49.2K bytes
    - Click Count (0)
  4. okhttp/src/commonJvmAndroid/kotlin/okhttp3/HttpUrl.kt

     * as "\ud83c\udf69" are not mapped and cannot be used in a hostname.
     *
     * [Punycode](http://ietf.org/rfc/rfc3492.txt) converts a Unicode string to an ASCII string to make
     * international domain names work everywhere. For example, "σ" encodes as "xn--4xa". The encoded
     * string is not human readable, but can be used with classes like [InetAddress] to establish
     * connections.
     *
     * ## Why another URL model?
    Created: Fri Dec 26 11:42:13 GMT 2025
    - Last Modified: Mon May 05 16:01:00 GMT 2025
    - 63.5K bytes
    - Click Count (0)
  5. fastapi/param_functions.py

                OAuth2 scopes required for the *path operation* that uses this Security
                dependency.
    
                The term "scope" comes from the OAuth2 specification, it seems to be
                intentionally vague and interpretable. It normally refers to permissions,
                in cases to roles.
    
                These scopes are integrated with OpenAPI (and the API docs at `/docs`).
    Created: Sun Dec 28 07:19:09 GMT 2025
    - Last Modified: Sat Dec 27 12:54:56 GMT 2025
    - 63K bytes
    - Click Count (0)
  6. src/main/resources/fess_config.properties

    ldap.attr.physicalDeliveryOfficeName=physicalDeliveryOfficeName
    # LDAP attribute for destination indicator.
    ldap.attr.destinationIndicator=destinationIndicator
    # LDAP attribute for international ISDN number.
    ldap.attr.internationaliSDNNumber=internationaliSDNNumber
    # LDAP attribute for state.
    ldap.attr.state=st
    # LDAP attribute for employee type.
    ldap.attr.employeeType=employeeType
    Created: Sat Dec 20 09:19:18 GMT 2025
    - Last Modified: Thu Dec 11 09:47:03 GMT 2025
    - 54.8K bytes
    - Click Count (0)
Back to Top