- Sort Score
- Num 10 results
- Language All
Results 211 - 220 of 357 for 25 (0.01 seconds)
-
okhttp/src/jvmTest/resources/web-platform-test-urltestdata.txt
# Invalid escaped characters should fail and the percents should be # escaped. https://www.w3.org/Bugs/Public/show_bug.cgi?id=24191 http://%zz%66%a.com # If we get an invalid character that has been escaped. http://%25 http://hello%00 # Escaped numbers should be treated like IP addresses if they are. # No special handling for IPv4 or IPv4-like URLs http://%30%78%63%30%2e%30%32%35%30.01 s:http p:/ h:192.168.0.1
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Fri Dec 27 13:39:56 GMT 2024 - 14.3K bytes - Click Count (0) -
src/test/java/jcifs/internal/dtyp/SecurityDescriptorTest.java
testBuffer[21] = 0x03; // sub-authority count testBuffer[22] = 0x00; // identifier authority testBuffer[23] = 0x00; testBuffer[24] = 0x00; testBuffer[25] = 0x00; testBuffer[26] = 0x00; testBuffer[27] = 0x05; SMBUtil.writeInt4(21, testBuffer, 28); // sub-authority 1 SMBUtil.writeInt4(1000, testBuffer, 32); // sub-authority 2
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 18.6K bytes - Click Count (0) -
src/main/webapp/js/admin/plugins/form-validator/jquery.form-validator.min.js
Shinsuke Sugaya <******@****.***> 1514783567 +0900
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Jan 01 05:12:47 GMT 2018 - 32.8K bytes - Click Count (0) -
guava/src/com/google/common/collect/ImmutableCollection.java
* powerful advantage. Although Java offers certain immutable collection factory methods, such as * {@link Collections#singleton(Object)} and <a * href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/util/Set.html#unmodifiable">{@code * Set.of}</a>, we recommend using <i>these</i> classes instead for this reason (as well as for * consistency). * * <h4>Creation</h4> *Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Jan 29 22:14:05 GMT 2026 - 18.7K bytes - Click Count (0) -
api/go1.6.txt
pkg debug/elf, const R_MIPS_HIGHER = 28 pkg debug/elf, const R_MIPS_HIGHER R_MIPS pkg debug/elf, const R_MIPS_HIGHEST = 29 pkg debug/elf, const R_MIPS_HIGHEST R_MIPS pkg debug/elf, const R_MIPS_INSERT_A = 25 pkg debug/elf, const R_MIPS_INSERT_A R_MIPS pkg debug/elf, const R_MIPS_INSERT_B = 26 pkg debug/elf, const R_MIPS_INSERT_B R_MIPS pkg debug/elf, const R_MIPS_JALR = 37 pkg debug/elf, const R_MIPS_JALR R_MIPS
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Wed Jan 13 23:40:13 GMT 2016 - 12.9K bytes - Click Count (0) -
docs/ja/docs/tutorial/path-operation-configuration.md
Sebastián RamÃrez <******@****.***> 1774015637 +0100
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:07:17 GMT 2026 - 4.8K bytes - Click Count (0) -
src/test/resources/plugin/repo2/index.html
igarashi <******@****.***> 1565681654 +0900
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Tue Aug 13 07:34:14 GMT 2019 - 10.5K bytes - Click Count (0) -
docs/en/data/people.yml
- login: dbanty count: 26 avatarUrl: https://avatars.githubusercontent.com/u/43723790?u=9d726785d08e50b1e1cd96505800c8ea8405bce2&v=4 url: https://github.com/dbanty - login: wshayes count: 25 avatarUrl: https://avatars.githubusercontent.com/u/365303?u=07ca03c5ee811eb0920e633cc3c3db73dbec1aa5&v=4 url: https://github.com/wshayes - login: SirTelemak count: 23
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Wed Apr 01 15:47:21 GMT 2026 - 28.7K bytes - Click Count (0) -
cmd/copy-part-range_test.go
} } // Test invalid range strings. invalidRangeStrings := []string{ "bytes=8", "bytes=5-2", "bytes=+2-5", "bytes=2-+5", "bytes=2--5", "bytes=-", "2-5", "bytes = 2-5", "bytes=2 - 5", "bytes=0-0,-1", "bytes=2-5 ", "bytes=-1", "bytes=1-", } for _, rangeString := range invalidRangeStrings { if _, err := parseCopyPartRangeSpec(rangeString); err == nil {Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Fri Apr 23 18:58:53 GMT 2021 - 2.5K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/llm/AbstractLlmClientTest.java
} @Test public void test_addHistoryWithBudget_multipleTurns_budgetTight() { // 3 turns: turn0(Q1+A1=10), turn1(Q2+A2=10), turn2(Q3+A3=10) // Budget=25: turn2(10) fits (remaining=15), turn1(10) fits (remaining=5), turn0(10) doesn't final List<LlmMessage> history = new ArrayList<>(); history.add(LlmMessage.user("QQQQQ")); // 5Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 19 07:04:54 GMT 2026 - 53K bytes - Click Count (0)