- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 285 for 0500 (0.03 seconds)
-
.github/workflows/translate.yml
name: Translate on: schedule: - cron: "0 5 1,15 * *" # Run at 05:00 on the 1st and 15th of every month workflow_dispatch: inputs: debug_enabled: description: Run with tmate debugging enabled (https://github.com/marketplace/actions/debugging-with-tmate) required: false default: "false" command: description: Command to run type: choice options:Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Wed Mar 18 15:36:56 GMT 2026 - 4K bytes - Click Count (0) -
.teamcity/scripts/CheckWrapper.java
} private static String summarize(String s) { if (s == null) return "null"; String t = s.replace("\n", "\\n"); if (t.length() > 500) return t.substring(0, 500) + "...(truncated)"; return t; } } private static ExecResult exec(String... cmd) throws IOException, InterruptedException, ExecutionException {Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Tue Jan 20 03:53:25 GMT 2026 - 6.4K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/helper/CrawlingInfoHelperTest.java
assertEquals(128, crawlingInfoHelper.generateId(value.substring(0, 500)).length()); assertEquals(128, crawlingInfoHelper.generateId(value.substring(0, 510)).length()); assertEquals(128, crawlingInfoHelper.generateId(value.substring(0, 520)).length()); assertEquals(128, crawlingInfoHelper.generateId(value.toString()).length()); }
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 12 01:46:45 GMT 2026 - 28.7K bytes - Click Count (0) -
.teamcity/scripts/FindCommits.java
} private static String summarize(String s) { if (s == null) return "null"; String t = s.replace("\n", "\\n"); if (t.length() > 500) return t.substring(0, 500) + "...(truncated)"; return t; } } private static ExecResult exec(String... cmd) throws IOException, InterruptedException { Objects.requireNonNull(cmd, "cmd");Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Tue Jan 20 03:53:25 GMT 2026 - 5.5K bytes - Click Count (0) -
.teamcity/scripts/CheckBadMerge.java
} private static String summarize(String s) { if (s == null) return "null"; String t = s.replace("\n", "\\n"); if (t.length() > 500) { return t.substring(0, 500) + "...(truncated)"; } return t; } } private static ExecResult exec(String[] command) throws IOException, InterruptedException, ExecutionException {Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Mon Mar 30 16:25:09 GMT 2026 - 9K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/util/QueryResponseListTest.java
doc.put("title", "Test"); documentList1.add(doc); documentList2.add(doc); QueryResponseList qrList1 = new QueryResponseList(documentList1, 0, 10, 0); QueryResponseList qrList2 = new QueryResponseList(documentList2, 0, 10, 0); assertTrue(qrList1.equals(qrList2)); assertEquals(qrList1.hashCode(), qrList2.hashCode()); // Test with different content
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Jan 11 08:43:05 GMT 2026 - 40.1K bytes - Click Count (0) -
src/test/java/jcifs/internal/smb2/Smb2SigningDigestTest.java
void testVerifySignatureExceedsBuffer() { byte[] data = new byte[50]; // Too small for signature field boolean result = digest.verify(data, 0, 50, 0, response); assertFalse(result, "Should return false when signature field exceeds buffer"); } @Test @DisplayName("Should accept valid parameters in sign method")
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 30 05:58:03 GMT 2025 - 43.7K bytes - Click Count (0) -
tests/test_include_router_defaults_overrides.py
} } }, }, "500": {"description": "Server error level 0"}, "501": {"description": "Server error level 1"}, }, "callbacks": { "callback0": {Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Sun Feb 08 10:18:38 GMT 2026 - 385.6K bytes - Click Count (0) -
src/test/java/jcifs/internal/smb1/trans2/Trans2SetFileInformationResponseTest.java
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 15.9K bytes - Click Count (0) -
api/maven-api-model/src/main/mdo/maven.mdo
<a href="http://en.wikipedia.org/wiki/UTC%E2%88%9212:00">-12</a> to <a href="http://en.wikipedia.org/wiki/UTC%2B14:00">+14</a> or a valid time zone id like "America/Montreal" (UTC-05:00) or "Europe/Paris" (UTC+01:00). ]]> </description> <type>String</type> </field> <field> <name>properties</name> <version>3.0.0+</version>
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Tue Feb 17 09:48:21 GMT 2026 - 133.5K bytes - Click Count (0)