- Sort Score
- Result 10 results
- Languages All
Results 11 - 18 of 18 for efgh (0.07 sec)
-
android/guava/src/com/google/common/primitives/Ints.java
// Say we are rotating abcdefgh by 5. We start with abcde|fgh. The smaller block is [fgh]: // [abc]de|[fgh] -> [fgh]de|[abc]. Now [fgh] is in the right place, but we need to swap [de] // with [abc]: fgh[de]|a[bc] -> fgh[bc]|a[de]. Now we need to swap [a] with [bc]: // fgh[b]c|[a]de -> fgh[a]c|[b]de. Finally we need to swap [c] with [b]:
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Fri Oct 25 18:05:56 UTC 2024 - 31K bytes - Viewed (0) -
cmd/object-api-getobjectinfo_test.go
// Test cases with valid but non-existing bucket names (Test number 5-6). {"abcdefgh", "abc", ObjectInfo{}, BucketNotFound{Bucket: "abcdefgh"}, false}, {"ijklmnop", "efg", ObjectInfo{}, BucketNotFound{Bucket: "ijklmnop"}, false}, // Test cases with valid but non-existing bucket names and invalid object name (Test number 7-8).
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Fri Dec 23 15:46:00 UTC 2022 - 5.6K bytes - Viewed (0) -
src/bufio/bufio_test.go
r.UnreadRune() r.ReadRune() // Used to panic here } var testOutput = []byte("0123456789abcdefghijklmnopqrstuvwxy") var testInput = []byte("012\n345\n678\n9ab\ncde\nfgh\nijk\nlmn\nopq\nrst\nuvw\nxy") var testInputrn = []byte("012\r\n345\r\n678\r\n9ab\r\ncde\r\nfgh\r\nijk\r\nlmn\r\nopq\r\nrst\r\nuvw\r\nxy\r\n\n\r\n") // TestReader wraps a []byte and returns reads of a specific length. type testReader struct { data []byte
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Fri Nov 01 21:52:12 UTC 2024 - 51.6K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/helper/ViewHelperTest.java
assertEquals("<strong>123</strong>", viewHelper.replaceHighlightQueries(text, queries)); text = "abc123efg"; queries = new String[] { "123" }; assertEquals("abc<strong>123</strong>efg", viewHelper.replaceHighlightQueries(text, queries)); text = "123"; queries = new String[] { "123", "456" }; assertEquals("<strong>123</strong>", viewHelper.replaceHighlightQueries(text, queries));
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 15.1K bytes - Viewed (0) -
src/archive/tar/common.go
// {Offset: 21, Length: 4}, // Hole fragment for 21..24 // } // // Then the content of the resulting sparse file with a Header.Size of 25 is: // // var sparseFile = "\x00"*2 + "abcde" + "\x00"*11 + "fgh" + "\x00"*4 type ( sparseDatas []sparseEntry sparseHoles []sparseEntry ) // validateSparseEntries reports whether sp is a valid sparse map.
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Fri Sep 13 21:03:27 UTC 2024 - 24.5K bytes - Viewed (0) -
src/archive/tar/reader_test.go
}, }, { maker: makeSparse{makeReg{"abcdefghEXTRA", 13}, sparseDatas{{1, 3}, {6, 5}}, 15}, tests: []testFnc{ testRemaining{15, 13}, testWriteTo{fileOps{int64(1), "abc", int64(2), "defgh", int64(4)}, 15, errUnrefData}, testRead{100, "", errUnrefData}, testRemaining{0, 5}, }, }} for i, v := range vectors { var fr fileReader switch maker := v.maker.(type) {
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Thu Oct 03 15:48:09 UTC 2024 - 46.9K bytes - Viewed (0) -
cmd/testdata/xl-meta-merge.zip
ëuKt[WÆ>ÈIK]}@óº~gÉNHéæ)Þ $¾jyZPñ+Qjq†mëb39€ ÏÂæ² XÿsODe¸ Wðil÷º¾ g\„ñhvwjJñv²p}DñncLeqîzŒmÌv¢` fåÉüÓÁÒ 2 ÿ@\Yk†£åì ;¤ÅsB~ rÿSALñ„›k~g`w>u` tjñþ Á"#H}cqv]o ädcœ€ ÏÂæ²y®"Qk`qoWQ"²oô¤ž¨b\åB}SªLI\:U5 C› õ ðÀkN˜ª§ ÿ° ?[T¯ > DKEuRó¦ kòu² HqÈ@isK9&|DBTË”³—_qV,##÷&- #£¯ ù ëfg 2!axGvEèåïVWŸù `M zX —ereKC~e«Míjeh÷¨j@ej;¡²vcH>mspGªAïë^fGLE¤òi{QióTpmâ]sn öÌ‘¯ 3V Vñ ä°B~QQ «ïEDyóÌÀ »úNd=þêcRôsÙ+`g°å }SolHO¢@wªå/sDqrG Zr„TQx GªMVaTfkô[ngª3û<G{ cZPKH $\m}„Wiß6Okª²3ñ Dce¼]xÕpÅèÔÿÜ)Yò²]Õâ ôM¾aR^G`hwf Dc~°ì-@m@oLï0ó ejrŠkì|KlAmbªßsery...
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Fri Mar 08 17:50:48 UTC 2024 - 30.2K bytes - Viewed (0) -
docs/en/docs/release-notes.md
Read more in the [advisory: Content-Type Header ReDoS](https://github.com/tiangolo/fastapi/security/advisories/GHSA-qf9m-vfgh-m389). ### Features * ✨ Include HTTP 205 in status codes with no body. PR [#10969](https://github.com/tiangolo/fastapi/pull/10969) by [@tiangolo](https://github.com/tiangolo). ### Refactors
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Fri Nov 01 11:25:57 UTC 2024 - 460.3K bytes - Viewed (0)