- Sort Score
- Result 10 results
- Languages All
Results 1411 - 1420 of 1,615 for 10 (0.01 sec)
-
src/test/java/jcifs/ntlmssp/av/AvPairsTest.java
// Check EOL assertEquals(AvPair.MsvAvEOL, SMBUtil.readInt2(encoded, 8), "Should end with EOL"); assertEquals(0, SMBUtil.readInt2(encoded, 10), "EOL length should be 0"); } /** * Test encode with multiple pairs */ @Test @DisplayName("Encode multiple AvPairs with EOL") void testEncodeMultiplePairs() {Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 20.5K bytes - Viewed (0) -
cmd/update.go
"github.com/minio/selfupdate" gopsutilcpu "github.com/shirou/gopsutil/v3/cpu" "github.com/valyala/bytebufferpool" ) const ( envMinisignPubKey = "MINIO_UPDATE_MINISIGN_PUBKEY" updateTimeout = 10 * time.Second ) var ( // Newer official download info URLs appear earlier below. minioReleaseInfoURL = MinioReleaseURL + "minio.sha256sum" // For windows our files have .exe additionally.
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Tue Aug 12 18:20:36 UTC 2025 - 18.9K bytes - Viewed (0) -
docs/em/docs/advanced/settings.md
๐ ๐ช โด๏ธ โ โฎ๏ธ ๐ฌ, โซ๏ธ ๐ถ โฉ ๐ ๐ โฎ๏ธ ๐ ๐ ๐ โ. ### ๐ ๐ ๐ โช๏ธโก๏ธ โฎ๏ธ ๐ผ, ๐ `config.py` ๐ ๐ช ๐ ๐: {* ../../docs_src/settings/app02/config.py hl[10] *} ๐ ๐ ๐ ๐ฅ ๐ซ โ ๐ข ๐ `settings = Settings()`. ### ๐ ๐ฑ ๐ ๐ ๐ฅ โ ๐ ๐ ๐จ ๐ `config.Settings()`. {* ../../docs_src/settings/app02/main.py hl[5,11:12] *} /// tipRegistered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 11.1K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/suggest/entity/SuggestItemTest.java
String json = item.toJsonString(); assertNotNull(json); assertTrue(json.contains("\"" + FieldNames.TEXT + "\":\"json test\"")); assertTrue(json.contains("\"" + FieldNames.QUERY_FREQ + "\":10")); assertTrue(json.contains("\"" + FieldNames.TAGS + "\"")); assertTrue(json.contains("tag1")); } @Test public void testKindEnum() { // Test Kind enumRegistered: Fri Sep 19 09:08:11 UTC 2025 - Last Modified: Mon Sep 01 13:33:03 UTC 2025 - 16.7K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/job/PythonJobTest.java
String result = pythonJob.execute(); assertNotNull(result); assertTrue(result.contains("Session Id:")); assertNotNull(pythonJob.sessionId); assertTrue(pythonJob.sessionId.length() >= 10); // The test doesn't actually call the real process since ServletContext.getRealPath returns null in test // and causes an exception which is caught and added to result
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 22.1K bytes - Viewed (0) -
guava-tests/test/com/google/common/collect/ContiguousSetTest.java
assertThat(ContiguousSet.create(Range.closed(1, 3), integers()).subSet(4, 6)).isEmpty(); } public void testSubSet_tooSmall() { assertThat(ContiguousSet.create(Range.closed(1, 3), integers()).subSet(-1, 0)).isEmpty(); } public void testFirst() { assertEquals(1, ContiguousSet.create(Range.closed(1, 3), integers()).first().intValue());
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 19.6K bytes - Viewed (0) -
docs/em/docs/tutorial/response-model.md
๐ ๐ ๐จ ๐ฅ ๐ โ๏ธ ๐ณ ๐ <abbr title='A union between multiple types means "any of these types".'>๐ช๐บ</abbr> ๐ ๐ ๐ ๐โ 1๏ธโฃ โ๏ธ ๐ ๐ซ ๐ซ โ Pydantic ๐, ๐ผ ๐ ๐ โ ๐ถ: {* ../../docs_src/response_model/tutorial003_04.py hl[10] *} ...๐ โ โฉ๏ธ ๐ โ ๐ซ Pydantic ๐ & ๐ซ ๐ `Response` ๐ โ๏ธ ๐ฟ, โซ๏ธ ๐ช๐บ (๐ 2๏ธโฃ) ๐ `Response` & `dict`. ### โ ๐จ ๐ท โถ๏ธ โช๏ธโก๏ธ ๐ผ ๐, ๐ 5๏ธโฃ๐ ๐ซ ๐ โ๏ธ ๐ข ๐ฝ ๐ฌ, ๐งพ, ๐ฅ, โ๏ธ. ๐ ๐ญ FastAPI.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 12.2K bytes - Viewed (0) -
docs/en/docs/advanced/settings.md
### The config file { #the-config-file } Coming from the previous example, your `config.py` file could look like: {* ../../docs_src/settings/app02/config.py hl[10] *} Notice that now we don't create a default instance `settings = Settings()`. ### The main app file { #the-main-app-file } Now we create a dependency that returns a new `config.Settings()`.Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 09:15:41 UTC 2025 - 12.2K bytes - Viewed (0) -
api/maven-api-xml/src/main/java/org/apache/maven/api/xml/XmlNode.java
* the node's name, value, attributes, and child nodes. * * <p>Example usage:</p> * <pre> * XmlNode node = XmlNode.newBuilder() * .name("configuration") * .attribute("version", "1.0") * .child(XmlNode.newInstance("property", "value")) * .build(); * </pre> * * @since 4.0.0 */ @Experimental @ThreadSafe @Immutable public interface XmlNode {
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Sat Jul 19 11:09:56 UTC 2025 - 18.2K bytes - Viewed (0) -
guava/src/com/google/common/hash/Hashing.java
* buckets will be removed first. More concretely, if you are dividing traffic among tasks, * you can decrease the number of tasks from 15 and 10, killing off the final 5 tasks, and * {@code consistentHash} will handle it. If, however, you are dividing traffic among * servers {@code alpha}, {@code bravo}, and {@code charlie} and you occasionally need toRegistered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Mon Aug 11 22:06:57 UTC 2025 - 31.1K bytes - Viewed (0)