- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 10 for 97 (0.05 seconds)
-
src/test/java/org/codelibs/fess/helper/ActivityHelperTest.java
for (int i = 0; i < 97; i++) { sb.append("x"); } for (int i = 0; i < 53; i++) { sb.append("\n"); } String result = activityHelper.normalizeScript(sb.toString()); assertEquals(100, result.length()); assertTrue(result.endsWith("...")); assertEquals("x".repeat(97) + "...", result); }
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 11:45:43 GMT 2026 - 24.3K bytes - Click Count (0) -
android/guava-tests/test/com/google/common/base/Utf8Test.java
long[] expected = new long[128]; // 0-63 are all 5300224 for (int i = 0; i <= 63; i++) { expected[i] = 5300224; } // 97-111 are all 2342912 for (int i = 97; i <= 111; i++) { expected[i] = 2342912; } // 113-117 are all 1048576 for (int i = 113; i <= 117; i++) { expected[i] = 1048576; } // One offs expected[112] = 786432;
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) -
guava-tests/test/com/google/common/hash/HashingTest.java
cpovirk <******@****.***> 1773406752 -0700
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Fri Mar 13 13:01:07 GMT 2026 - 26.7K bytes - Click Count (2) -
guava-tests/test/com/google/common/io/ByteStreamsTest.java
cpovirk <******@****.***> 1773775530 -0700
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Tue Mar 17 19:26:39 GMT 2026 - 22K bytes - Click Count (0) -
android/guava-tests/test/com/google/common/io/ByteStreamsTest.java
cpovirk <******@****.***> 1773775530 -0700
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Tue Mar 17 19:26:39 GMT 2026 - 22K bytes - Click Count (0) -
src/archive/zip/reader_test.go
Damien Neil <******@****.***> 1762304433 -0800
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Thu Jan 15 18:35:56 GMT 2026 - 57.9K bytes - Click Count (0) -
src/bytes/bytes_test.go
apocelipes <******@****.***> 1773077562 +0000
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Wed Mar 11 03:07:05 GMT 2026 - 62.9K bytes - Click Count (0) -
doc/go_spec.html
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Wed Apr 01 23:39:18 GMT 2026 - 287.8K bytes - Click Count (1) -
docs/en/docs/release-notes.md
* `responses` can also be added to `.include_router()`, the updated docs are here: [Bigger Applications](https://fastapi.tiangolo.com/tutorial/bigger-applications/#add-some-custom-tags-and-responses). * PR [#97](https://github.com/tiangolo/fastapi/pull/97) originally initiated by [@barsi](https://github.com/barsi). * Update `scripts/test-cov-html.sh` to allow passing extra parameters like `-vv`, for development. ## 0.11.0 (2019-04-03)
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Apr 03 12:07:04 GMT 2026 - 631K bytes - Click Count (0) -
lib/fips140/v1.26.0.zip
// _111000 = _111 << 3 // _111111 = _111 + _111000 // x12 = _111111 << 6 + _111111 // x14 = x12 << 2 + _11 // x17 = x14 << 3 + _111 // x31 = x17 << 14 + x14 // x48 = x31 << 17 + x17 // x96 = x48 << 48 + x48 // x127 = x96 << 31 + x31 // return x127 << 97 + x96 // var z = new(P224Element).Set(e) var t0 = new(P224Element) var t1 = new(P224Element) var t2 = new(P224Element) z.Square(x) t0.Mul(x, z) z.Square(t0) z.Mul(x, z) t1.Square(z) for s := 1; s < 3; s++ { t1.Square(t1) } t1.Mul(z, t1) t2.Square(t1)...
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Thu Jan 08 17:58:32 GMT 2026 - 660.3K bytes - Click Count (0)