Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for azon (0.02 sec)

  1. src/main/resources/fess_indices/_aws/fess.json

    ["a", "ahogy", "ahol", "aki", "akik", "akkor", "alatt", "által", "általában", "amely", "amelyek", "amelyekben", "amelyeket", "amelyet", "amelynek", "ami", "amit", "amolyan", "amíg", "amikor", "át", "abban", "ahhoz", "annak", "arra", "arról", "az", "azok", "azon", "azt", "azzal", "azért", "aztán", "azután", "azonban", "bár", "be", "belül", "benne", "cikk", "cikkek", "cikkeket", "csak", "de", "e", "eddig", "egész", "egy", "egyes", "egyetlen", "egyéb", "egyik", "egyre", "ekkor", "el", "elég", "ellen", "elő",...
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jun 14 00:36:40 UTC 2025
    - 117.3K bytes
    - Viewed (0)
  2. src/test/java/jcifs/smb/Kerb5AuthenticatorTest.java

        }
    
        @Test
        @DisplayName("isAnonymous: depends on subject presence and super")
        void isAnonymous_behaviour() {
            Kerb5Authenticator anon = new Kerb5Authenticator((Subject) null);
            assertTrue(anon.isAnonymous(), "Null subject with default super should be anonymous");
    
            Kerb5Authenticator nonAnon = new Kerb5Authenticator(new Subject());
            assertFalse(nonAnon.isAnonymous());
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 10.9K bytes
    - Viewed (0)
  3. src/test/java/jcifs/smb/SessionSetupHandlerTest.java

        static Stream<Arguments> implementations() {
            SessionSetupHandler anon = new SessionSetupHandler() {
                // no methods to implement (marker interface)
            };
            SessionSetupHandler mock = mock(SessionSetupHandler.class);
            return Stream.of(Arguments.of(anon), Arguments.of(mock));
        }
    
        @Test
        @DisplayName("Class is a public interface in expected package")
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 4.3K bytes
    - Viewed (0)
  4. okhttp/src/jvmTest/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    wdh.app
    
    // WISP : https://wisp.gg
    // Submitted by Stepan Fedotov <******@****.***>
    panel.gg
    daemon.panel.gg
    
    // Wix.com, Inc. : https://www.wix.com
    // Submitted by Shahar Talmi / Alon Kochba <******@****.***>
    wixsite.com
    wixstudio.com
    editorx.io
    wixstudio.io
    wix.run
    
    // Wizard Zines : https://wizardzines.com
    // Submitted by Julia Evans <******@****.***>
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Fri Dec 27 13:39:56 UTC 2024
    - 309.7K bytes
    - Viewed (0)
Back to top