Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 4 of 4 for Engineering (0.05 seconds)

  1. okhttp-tls/src/test/java/okhttp3/tls/HeldCertificateTest.kt

        //     .addSubjectAlternativeName("1.1.1.1")
        //     .addSubjectAlternativeName("cash.app")
        //     .serialNumber(42L)
        //     .commonName("cash.app")
        //     .organizationalUnit("engineering")
        //     .ecdsa256()
        //     .build();
        val certificatePem =
          """
          |-----BEGIN CERTIFICATE-----
          |MIIBYTCCAQegAwIBAgIBKjAKBggqhkjOPQQDAjApMRQwEgYDVQQLEwtlbmdpbmVl
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Wed Mar 19 19:25:20 GMT 2025
    - 22.6K bytes
    - Click Count (0)
  2. src/test/java/org/codelibs/fess/app/service/UserServiceTest.java

        }
    
        @Test
        public void test_user_businessCategory() {
            final User user = new User();
            assertNull(user.getBusinessCategory());
    
            user.setBusinessCategory("Engineering");
            assertEquals("Engineering", user.getBusinessCategory());
        }
    
        @Test
        public void test_user_departmentNumber() {
            final User user = new User();
            assertNull(user.getDepartmentNumber());
    
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Jan 15 12:54:47 GMT 2026
    - 12.8K bytes
    - Click Count (0)
  3. src/test/java/org/codelibs/fess/app/web/admin/searchlist/AdminSearchlistActionTest.java

            form.doc = new HashMap<>();
            form.doc.put("url", "https://example.com");
            form.doc.put("title", "Test");
            form.doc.put("custom_metadata", "custom value");
            form.doc.put("department", "Engineering");
    
            final java.lang.reflect.Field currentFormField = AdminSearchlistAction.class.getDeclaredField("currentForm");
            currentFormField.setAccessible(true);
            currentFormField.set(action, form);
    
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 06:38:39 GMT 2026
    - 34.4K bytes
    - Click Count (0)
  4. LICENSE

    work containing portions of the Library, and distribute that work
    under terms of your choice, provided that the terms permit
    modification of the work for the customer's own use and reverse
    engineering for debugging such modifications.
    
      You must give prominent notice with each copy of the work that the
    Library is used in it and that the Library and its use are covered by
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Mon Jan 18 20:25:38 GMT 2016
    - 25.8K bytes
    - Click Count (0)
Back to Top