- Sort Score
- Num 10 results
- Language All
Results 81 - 90 of 123 for 1710 (0.03 seconds)
-
src/main/webapp/WEB-INF/orig/view/advance.jsp
<la:select property="num" styleId="numSearchOption" styleClass="form-control"> <option value=""> <la:message key="labels.search_result_select_num" /> </option> <la:option value="10">10</la:option> <la:option value="20">20</la:option> <la:option value="30">30</la:option> <la:option value="40">40</la:option> <la:option value="50">50</la:option>
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Feb 23 08:03:44 GMT 2026 - 14.2K bytes - Click Count (0) -
docs/en/data/topic_repos.yml
html_url: https://github.com/ormar-orm/ormar stars: 1808 owner_login: ormar-orm owner_html_url: https://github.com/ormar-orm - name: termpair html_url: https://github.com/cs01/termpair stars: 1730 owner_login: cs01 owner_html_url: https://github.com/cs01 - name: fastapi-crudrouter html_url: https://github.com/awtkns/fastapi-crudrouter stars: 1683 owner_login: awtkns
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Wed Apr 01 12:36:41 GMT 2026 - 16K bytes - Click Count (0) -
kotlin-js-store/yarn.lock
integrity sha512-GcHwniMlA2z+WFPWuY8lp3fsza0I8xPFMWL5+n8LYyP6PSvPrXf4+n8stDHZY2DM0zy9sVkRDy1jDI4XGzYVqg== dependencies: "@jridgewell/set-array" "^1.0.0" "@jridgewell/sourcemap-codec" "^1.4.10" "@jridgewell/trace-mapping" "^0.3.9" "@jridgewell/resolve-uri@3.1.0": version "3.1.0" resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz#2203b118c157721addfe69d47b70465463066d78"Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Sat Jul 22 12:28:51 GMT 2023 - 87.4K bytes - Click Count (0) -
gradle/libs.versions.toml
[versions] agp = "9.1.0" amazon-corretto = "2.5.0" android-junit5 = "2.0.1" androidx-activity = "1.11.0" androidx-annotation = "1.9.1" androidx-espresso-core = "3.7.0" androidx-junit = "1.3.0" androidx-test-runner = "1.7.0" animalsniffer = "2.0.1" animalsniffer-annotations = "1.27" assertk = "0.28.1" binary-compatibility-validator = "0.18.1" bnd = "7.2.3" brotli-dec = "0.1.2" burst = "2.10.2" checkstyle = "13.4.0" clikt = "5.1.0"
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Tue Mar 31 22:01:48 GMT 2026 - 12K bytes - Click Count (0) -
android/guava-tests/test/com/google/common/base/Utf8Test.java
0x75, 0x30, 0x32, 0x30, 0x61, 0x63, 0x63, 0xc2, 0xa2, 0x64, 0x65, 0xc9, 0x8b, 0x36, 0x32); // Not a valid string assertNotWellFormed(-1, 0, -1, 0); } public void testShardsHaveExpectedRoundTrippables() { // A sanity check. long actual = 0; for (long expected : generateFourByteShardsExpectedRunnables()) { actual += expected;Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Mar 16 15:59:55 GMT 2026 - 12.9K bytes - Click Count (0) -
android/guava/src/com/google/common/math/PairedStatsAccumulator.java
if (value > 0.0) { return value; } else { return Double.MIN_VALUE; } } private static double ensureInUnitRange(double value) { return Doubles.constrainToRange(value, -1.0, 1.0); }
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Sep 08 18:35:13 GMT 2025 - 10.4K bytes - Click Count (0) -
src/main/resources/fess_indices/fess/ja/mapping.txt
{ => { ] => ] } => } _ => _ < => < > => > Ⅰ => 1\u0020 Ⅱ => 2\u0020 Ⅲ => 3\u0020 Ⅳ => 4\u0020 Ⅴ => 5\u0020 Ⅵ => 6\u0020 Ⅶ => 7\u0020 Ⅷ => 8\u0020 Ⅸ => 9\u0020 Ⅹ => 10\u0020 ゐ => い ゑ => え ヰ => イ ヱ => エ ヴァ => バ ヴィ => ビ ヴゥ => ブ ヴェ => ベ ヴォ => ボ Ζ => Z 亞 => 亜 惡 => 悪 蘆 => 芦 鰺 => 鯵 壓 => 圧 菴 => 庵 圍 => 囲Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 27 02:07:47 GMT 2023 - 12.3K bytes - Click Count (0) -
guava-tests/test/com/google/common/io/ByteStreamsTest.java
skipHelper(50, 50, new SlowSkipper(new ByteArrayInputStream(bytes), 0)); skipHelper(100, -1, new ByteArrayInputStream(bytes)); assertThrows(EOFException.class, () -> skipHelper(101, 0, new ByteArrayInputStream(bytes))); } private static void skipHelper(long n, int expect, InputStream in) throws IOException { ByteStreams.skipFully(in, n); assertEquals(expect, in.read());
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Tue Mar 17 19:26:39 GMT 2026 - 22K bytes - Click Count (0) -
cmd/xl-storage-format_test.go
totalSize int64 partSize int64 partIndex int err error }{ // partSize is 0, returns error. {10, 0, 1, errPartSizeZero}, // partIndex is 0, returns error. {10, 1, 0, errPartSizeIndex}, // Total size is -1, returns error. {-2, 10, 1, errInvalidArgument}, } for i, testCaseFailure := range testCasesFailure {Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Fri Aug 29 02:39:48 GMT 2025 - 17.5K bytes - Click Count (0) -
android/guava-tests/test/com/google/common/io/ByteStreamsTest.java
skipHelper(50, 50, new SlowSkipper(new ByteArrayInputStream(bytes), 0)); skipHelper(100, -1, new ByteArrayInputStream(bytes)); assertThrows(EOFException.class, () -> skipHelper(101, 0, new ByteArrayInputStream(bytes))); } private static void skipHelper(long n, int expect, InputStream in) throws IOException { ByteStreams.skipFully(in, n); assertEquals(expect, in.read());
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Tue Mar 17 19:26:39 GMT 2026 - 22K bytes - Click Count (0)