- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 11 for Engineering (0.07 seconds)
-
CHANGELOG/OWNERS
# See the OWNERS docs at https://go.k8s.io/owners options: # make root approval non-recursive no_parent_owners: true approvers: - release-engineering-approvers - release-managers - release-team-subproject-leads - satyampsoni # 1.32 Release Notes Lead reviewers: - release-managers - release-team-subproject-leads - satyampsoni # 1.32 Release Notes Lead labels: - sig/release
Created: Fri Apr 03 09:05:14 GMT 2026 - Last Modified: Thu Dec 12 18:04:32 GMT 2024 - 417 bytes - Click Count (0) -
src/test/java/org/codelibs/fess/app/web/admin/user/AdminUserActionTest.java
@Test public void test_createForm_attributes() { final CreateForm form = new CreateForm(); form.attributes.put("department", "Engineering"); form.attributes.put("location", "Tokyo"); assertEquals(2, form.attributes.size()); assertEquals("Engineering", form.attributes.get("department")); assertEquals("Tokyo", form.attributes.get("location")); } @TestCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jan 15 12:54:47 GMT 2026 - 5.3K bytes - Click Count (0) -
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) -
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) -
docs/en/data/sponsors.yml
- url: https://www.testmu.ai/?utm_source=fastapi&utm_medium=partner&utm_campaign=sponsor&utm_term=opensource&utm_content=webpage title: TestMu AI. The Native AI-Agentic Cloud Platform to Supercharge Quality Engineering.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Mon Jan 19 20:55:32 GMT 2026 - 4.4K bytes - Click Count (0) -
CLAUDE.md
2. Write implementation following existing patterns 3. Add comprehensive tests 4. Run `mvn formatter:format license:format test` 5. Update JavaDoc for changed/new classes **Principles:** - Avoid over-engineering - keep solutions simple - Only expose necessary public APIs - Validate parameters with `Objects.requireNonNull()` - Provide detailed error messages with context - Add logging with contextual information
Created: Fri Apr 17 09:08:13 GMT 2026 - Last Modified: Thu Mar 12 03:39:53 GMT 2026 - 8.1K bytes - Click Count (0) -
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) -
okhttp/src/jvmTest/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat
energy // engineer : Dog Beach, LLC // https://www.iana.org/domains/root/db/engineer.html engineer // engineering : Binky Moon, LLC // https://www.iana.org/domains/root/db/engineering.html engineering // enterprises : Binky Moon, LLC // https://www.iana.org/domains/root/db/enterprises.html enterprises // epson : Seiko Epson Corporation
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Fri Dec 27 13:39:56 GMT 2024 - 309.7K bytes - Click Count (1) -
okhttp/src/jvmMain/resources/okhttp3/internal/publicsuffix/PublicSuffixDatabase.list
encr.app endofinternet.net endofinternet.org endoftheinternet.org enebakk.no energy enf.br eng.br eng.jo eng.pro engerdal.no engine.aero engineer engineer.aero engineering eniwa.hokkaido.jp enna.it ens.tn enscaled.sg ent.platform.sh enterprisecloud.nu enterprises entertainment.aero epson equipment equipment.aero er.in ericsson
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Tue May 27 22:00:49 GMT 2025 - 129.6K bytes - Click Count (3) -
okhttp/src/androidMain/assets/PublicSuffixDatabase.list
encr.app endofinternet.net endofinternet.org endoftheinternet.org enebakk.no energy enf.br eng.br eng.jo eng.pro engerdal.no engine.aero engineer engineer.aero engineering eniwa.hokkaido.jp enna.it ens.tn enscaled.sg ent.platform.sh enterprisecloud.nu enterprises entertainment.aero epson equipment equipment.aero er.in ericsson
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Tue Dec 31 14:50:53 GMT 2024 - 129.6K bytes - Click Count (2)