Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 179 for inform (0.04 sec)

  1. android/guava/src/com/google/common/net/package-info.java

    cpovirk <******@****.***> 1734792465 -0800
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Sat Dec 21 14:50:24 UTC 2024
    - 997 bytes
    - Viewed (0)
  2. futures/failureaccess/src/module-info.java

    Sam Gammon <******@****.***es> 1739383854 -0800
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Wed Feb 12 18:13:11 UTC 2025
    - 744 bytes
    - Viewed (0)
  3. guava-testlib/src/com/google/common/escape/testing/package-info.java

    cpovirk <******@****.***> 1686865153 -0700
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Jun 15 21:41:47 UTC 2023
    - 920 bytes
    - Viewed (0)
  4. api/maven-api-model/src/main/java/org/apache/maven/api/model/package-info.java

    Guillaume Nodet <******@****.***> 1743687239 +0200
    Registered: Sun Sep 07 03:35:12 UTC 2025
    - Last Modified: Thu Apr 03 13:33:59 UTC 2025
    - 1.8K bytes
    - Viewed (0)
  5. api/maven-api-plugin/src/main/java/org/apache/maven/api/plugin/descriptor/package-info.java

    Guillaume Nodet <******@****.***> 1741097838 +0100
    Registered: Sun Sep 07 03:35:12 UTC 2025
    - Last Modified: Tue Mar 04 14:17:18 UTC 2025
    - 1.1K bytes
    - Viewed (0)
  6. api/maven-api-toolchain/src/main/java/org/apache/maven/api/toolchain/package-info.java

    Guillaume Nodet <******@****.***> 1741097838 +0100
    Registered: Sun Sep 07 03:35:12 UTC 2025
    - Last Modified: Tue Mar 04 14:17:18 UTC 2025
    - 313 bytes
    - Viewed (0)
  7. RELEASE.md

        *   Improve error message when attempting to use `None` in data-dependent
            control flow.
        *   Add `RaggedTensor.numpy()`.
        *   Update `RaggedTensor.__getitem__` to preserve uniform dimensions & allow
            indexing into uniform dimensions.
        *   Update `tf.expand_dims` to always insert the new dimension as a
            non-ragged dimension.
        *   Update `tf.embedding_lookup` to use `partition_strategy` and `max_norm`
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Mon Aug 18 20:54:38 UTC 2025
    - 740K bytes
    - Viewed (2)
  8. fess-crawler/src/test/java/org/codelibs/fess/crawler/transformer/impl/AbstractTransformerTest.java

            testTransformer.setName("name\bwith\bbackspace");
            assertEquals("name\bwith\bbackspace", testTransformer.getName());
    
            testTransformer.setName("name\fwith\fform\ffeed");
            assertEquals("name\fwith\fform\ffeed", testTransformer.getName());
        }
    
        /**
         * Test multiple transformer instances
         */
        public void test_multipleInstances() {
    Registered: Sun Sep 21 03:50:09 UTC 2025
    - Last Modified: Sat Sep 06 04:15:37 UTC 2025
    - 20.8K bytes
    - Viewed (0)
  9. apache-maven/src/main/appended-resources/licenses/EPL-2.0.txt

    3. REQUIREMENTS
    
    3.1 If a Contributor Distributes the Program in any form, then:
    
      a) the Program must also be made available as Source Code, in
      accordance with section 3.2, and the Contributor must accompany
      the Program with a statement that the Source Code for the Program
      is available under this Agreement, and informs Recipients how to
      obtain it in a reasonable manner on or through a medium customarily
    Registered: Sun Sep 07 03:35:12 UTC 2025
    - Last Modified: Tue Jun 04 06:45:16 UTC 2024
    - 13.9K bytes
    - Viewed (0)
  10. src/test/java/jcifs/dcerpc/msrpc/MsrpcShareGetInfoTest.java

            // Test when info is not ShareInfo502
            srvsvc.ShareInfo0 info0 = new srvsvc.ShareInfo0();
    
            // Replace info field with wrong type
            Field infoField = msrpcShareGetInfo.getClass().getSuperclass().getDeclaredField("info");
            infoField.setAccessible(true);
            infoField.set(msrpcShareGetInfo, info0);
    
            // This should throw ClassCastException
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 14.3K bytes
    - Viewed (0)
Back to top