- Sort Score
- Result 10 results
- Languages All
Results 281 - 288 of 288 for 0x05 (0.04 sec)
-
src/archive/tar/reader.go
s := blk.toGNU().sparse() spd := make(sparseDatas, 0, s.maxEntries()) for { for i := 0; i < s.maxEntries(); i++ { // This termination condition is identical to GNU and BSD tar. if s.entry(i).offset()[0] == 0x00 { break // Don't return, need to process extended headers (even if empty) } offset := p.parseNumeric(s.entry(i).offset()) length := p.parseNumeric(s.entry(i).length()) if p.err != nil {
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Fri Mar 08 01:59:14 UTC 2024 - 26.8K bytes - Viewed (0) -
okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt
0103 ; valid # 1.1 LATIN SMALL LETTER A WITH BREVE 0104 ; mapped ; 0105 # 1.1 LATIN CAPITAL LETTER A WITH OGONEK 0105 ; valid # 1.1 LATIN SMALL LETTER A WITH OGONEK 0106 ; mapped ; 0107 # 1.1 LATIN CAPITAL LETTER C WITH ACUTE
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Sat Feb 10 11:25:47 UTC 2024 - 854.1K bytes - Viewed (0) -
cmd/test-utils_test.go
resetTestGlobals() globalIsCICD = true os.Exit(m.Run()) } // concurrency level for certain parallel tests. const testConcurrencyLevel = 10 const iso8601TimeFormat = "2006-01-02T15:04:05.000Z" // Excerpts from @lsegal - https://github.com/aws/aws-sdk-js/issues/659#issuecomment-120477258 // // User-Agent: //
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 77K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
* The value is, e.g. 0.05 <br> * comment: Boost value for content field in queries. * @return The value of found property. (NotNull: if not found, exception but basically no way) */ String getQueryBoostContent(); /** * Get the value for the key 'query.boost.content' as {@link java.math.BigDecimal}. <br> * The value is, e.g. 0.05 <br>
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 525.6K bytes - Viewed (2) -
src/main/resources/fess_config.properties
query.boost.fuzzy.title.prefix_length=0 # Whether to allow transpositions in fuzzy title queries. query.boost.fuzzy.title.transpositions=true # Boost value for fuzzy content queries. query.boost.fuzzy.content=0.005 # Fuzziness for fuzzy content queries. query.boost.fuzzy.content.fuzziness=AUTO # Number of expansions for fuzzy content queries. query.boost.fuzzy.content.expansions=10 # Prefix length for fuzzy content queries.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 05 14:45:37 UTC 2025 - 54.7K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.20.md
- In dual-stack bare-metal clusters, you can now pass dual-stack IPs to `kubelet --node-ip`. eg: `kubelet --node-ip 10.1.0.5,fd01::0005`. This is not yet supported for non-bare-metal clusters. In dual-stack clusters where nodes have dual-stack addresses, hostNetwork pods
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Wed Jan 19 21:05:45 UTC 2022 - 409K bytes - Viewed (0) -
src/cmd/asm/internal/asm/testdata/amd64enc.s
SUBSS X2, X11 // f3440f5cda SUBSS X11, X11 // f3450f5cdb SWAPGS // 0f01f8 SYSCALL // 0f05 SYSENTER // 0f34 SYSENTER64 // 480f34 SYSEXIT // 0f35 SYSEXIT64 // 480f35
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Fri Oct 08 21:38:44 UTC 2021 - 581.9K bytes - Viewed (1) -
api/go1.1.txt
pkg time, const RFC1123 = "Mon, 02 Jan 2006 15:04:05 MST" pkg time, const RFC1123Z = "Mon, 02 Jan 2006 15:04:05 -0700" pkg time, const RFC3339 = "2006-01-02T15:04:05Z07:00" pkg time, const RFC3339Nano = "2006-01-02T15:04:05.999999999Z07:00" pkg time, const RFC822 = "02 Jan 06 15:04 MST" pkg time, const RFC822Z = "02 Jan 06 15:04 -0700" pkg time, const RFC850 = "Monday, 02-Jan-06 15:04:05 MST"
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Thu Mar 31 20:37:15 UTC 2022 - 2.6M bytes - Viewed (0)