Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 61 - 70 of 294 for pinner (0.06 seconds)

  1. src/test/java/jcifs/pac/kerberos/KerberosTokenTest.java

            assertThrows(PACDecodingException.class, () -> new KerberosToken(wrongOidToken));
        }
    
        /**
         * Test constructor with a malformed Kerberos token (invalid inner structure).
         *
         * @throws IOException if an I/O error occurs
         */
        @Test
        void testConstructorWithMalformedKerberosToken() throws IOException {
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Thu Aug 14 05:31:44 GMT 2025
    - 6.8K bytes
    - Click Count (0)
  2. docs/fr/docs/translation-banner.md

    Motov Yurii <******@****.***> 1771056761 +0100
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Sat Feb 14 08:12:41 GMT 2026
    - 425 bytes
    - Click Count (0)
  3. docs/en/docs/translation-banner.md

    Motov Yurii <******@****.***> 1770211562 +0300
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Wed Feb 04 13:26:02 GMT 2026
    - 379 bytes
    - Click Count (0)
  4. docs/ja/docs/translation-banner.md

    Motov Yurii <******@****.***> 1770996270 +0100
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Feb 13 15:24:30 GMT 2026
    - 462 bytes
    - Click Count (0)
  5. docs/pt/docs/translation-banner.md

    Motov Yurii <******@****.***> 1770990533 +0100
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Feb 13 13:48:53 GMT 2026
    - 399 bytes
    - Click Count (0)
  6. docs/zh/docs/translation-banner.md

    Motov Yurii <******@****.***> 1770989877 +0100
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Feb 13 13:37:57 GMT 2026
    - 327 bytes
    - Click Count (0)
  7. android/guava-tests/test/com/google/common/collect/SynchronizedQueueTest.java

     *
     * @author Kurt Alfred Kluever
     */
    @NullUnmarked
    public class SynchronizedQueueTest extends TestCase {
    
      protected Queue<String> create() {
        TestQueue<String> inner = new TestQueue<>();
        Queue<String> outer = Synchronized.queue(inner, inner.mutex);
        outer.add("foo"); // necessary because we try to remove elements later on
        return outer;
      }
    
      private static final class TestQueue<E> implements Queue<E> {
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Wed Jul 16 17:42:14 GMT 2025
    - 4.8K bytes
    - Click Count (0)
  8. docs/zh-hant/docs/translation-banner.md

    Motov Yurii <******@****.***> 1771056926 +0100
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Sat Feb 14 08:15:26 GMT 2026
    - 349 bytes
    - Click Count (0)
  9. docs/ru/docs/translation-banner.md

    Motov Yurii <******@****.***> 1770211562 +0300
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Wed Feb 04 13:26:02 GMT 2026
    - 633 bytes
    - Click Count (0)
  10. docs/tr/docs/translation-banner.md

    Motov Yurii <******@****.***> 1770986498 +0100
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Feb 13 12:41:38 GMT 2026
    - 466 bytes
    - Click Count (0)
Back to Top