Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 89 of 89 for intentional (0.29 sec)

  1. android/guava-testlib/src/com/google/common/testing/FreshValueGenerator.java

        return generateOrdering();
      }
    
      @Generates
      <T extends @Nullable Object> Ordering<T> generateOrdering() {
        return new Ordering<T>() {
          @Override
          @SuppressWarnings("UnusedVariable") // intentionally weird Comparator
          public int compare(T left, T right) {
            return 0;
          }
    
          final String string = paramString(Ordering.class, generateInt());
    
          @Override
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Tue May 13 17:27:14 UTC 2025
    - 28.1K bytes
    - Viewed (0)
  2. android/guava/src/com/google/common/net/MediaType.java

       *
       * @since 17.0
       */
      public static final MediaType EOT = createConstant(APPLICATION_TYPE, "vnd.ms-fontobject");
    
      /**
       * As described in the <a href="http://idpf.org/epub">International Digital Publishing Forum</a>
       * EPUB is the distribution and interchange format standard for digital publications and
       * documents. This media type is defined in the <a
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Tue May 13 17:27:14 UTC 2025
    - 48K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        public static final String LABELS_DESTINATION_INDICATOR = "{labels.destinationIndicator}";
    
        /** The key of the message: International ISDN Number */
        public static final String LABELS_user_internationaliSDNNumber = "{labels.user_internationaliSDNNumber}";
    
        /** The key of the message: International ISDN Number */
        public static final String LABELS_INTERNATIONALI_S_D_N_NUMBER = "{labels.internationaliSDNNumber}";
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 05 02:36:47 UTC 2025
    - 146.4K bytes
    - Viewed (0)
  4. 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
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 05 14:45:37 UTC 2025
    - 54.7K bytes
    - Viewed (0)
  5. okhttp/src/jvmTest/kotlin/okhttp3/CacheTest.kt

      @Test
      fun serverDisconnectsPrematurelyWithChunkedEncoding() {
        testServerPrematureDisconnect(TransferKind.CHUNKED)
      }
    
      @Test
      fun serverDisconnectsPrematurelyWithNoLengthHeaders() {
        // Intentionally empty. This case doesn't make sense because there's no
        // such thing as a premature disconnect when the disconnect itself
        // indicates the end of the data stream.
      }
    
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Sat Aug 16 09:39:51 UTC 2025
    - 113.6K bytes
    - Viewed (0)
  6. okhttp/src/jvmMain/resources/okhttp3/internal/publicsuffix/PublicSuffixDatabase.list

    insure
    int
    int.ar
    int.az
    int.bo
    int.ci
    int.cv
    int.eu.org
    int.in
    int.la
    int.lk
    int.mv
    int.mw
    int.ni
    int.pt
    int.ru
    int.tj
    int.ve
    int.vn
    international
    internet-dns.de
    internet.in
    intl.tn
    intuit
    inuyama.aichi.jp
    investments
    inzai.chiba.jp
    io
    io.in
    io.vn
    iobb.net
    iopsys.se
    ip-ddns.com
    ip-dynamic.org
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Tue May 27 22:00:49 UTC 2025
    - 129.6K bytes
    - Viewed (3)
  7. CHANGELOG/CHANGELOG-1.6.md

    ## Known Issues for v1.6.5
    
    * If you use the [GLBC Ingress Controller](https://github.com/kubernetes/ingress-nginx/tree/0.9.0-beta.1/controllers/gce),
      upgrading an existing pre-v1.6.4 cluster to Kubernetes v1.6.5 will cause an unintentional
      [overwrite of manual edits to GCP Health Checks](https://github.com/kubernetes/ingress/issues/842)
      managed by the GLBC Ingress Controller. This can cause the health checks to start failing,
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 304K bytes
    - Viewed (0)
  8. okhttp/src/androidMain/assets/PublicSuffixDatabase.list

    insure
    int
    int.ar
    int.az
    int.bo
    int.ci
    int.cv
    int.eu.org
    int.in
    int.la
    int.lk
    int.mv
    int.mw
    int.ni
    int.pt
    int.ru
    int.tj
    int.ve
    int.vn
    international
    internet-dns.de
    internet.in
    intl.tn
    intuit
    inuyama.aichi.jp
    investments
    inzai.chiba.jp
    io
    io.in
    io.vn
    iobb.net
    iopsys.se
    ip-ddns.com
    ip-dynamic.org
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Tue Dec 31 14:50:53 UTC 2024
    - 129.6K bytes
    - Viewed (2)
  9. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

        /**
         * Get the value for the key 'ldap.attr.internationaliSDNNumber'. <br>
         * The value is, e.g. internationaliSDNNumber <br>
         * comment: LDAP attribute for international ISDN number.
         * @return The value of found property. (NotNull: if not found, exception but basically no way)
         */
        String getLdapAttrInternationaliSDNNumber();
    
        /**
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 525.6K bytes
    - Viewed (1)
Back to top