- Sort Score
- Result 10 results
- Languages All
Results 51 - 60 of 109 for 250s (0.01 sec)
-
src/main/java/jcifs/SmbConstants.java
*/ int DEFAULT_NOTIFY_BUF_SIZE = 1024; /** * Default maximum number of sessions per transport connection. */ int DEFAULT_SSN_LIMIT = 250; /** * Default connection timeout in milliseconds. */ int DEFAULT_CONN_TIMEOUT = 35000; /** * No flags set in SMB header. */ int FLAGS_NONE = 0x00; /**
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 24 00:49:49 UTC 2025 - 12.8K bytes - Viewed (0) -
cmd/apierrorcode_string.go
_ = x[ErrInvalidDataSource-245] _ = x[ErrInvalidTableAlias-246] _ = x[ErrMissingRequiredParameter-247] _ = x[ErrObjectSerializationConflict-248] _ = x[ErrUnsupportedSQLOperation-249] _ = x[ErrUnsupportedSQLStructure-250] _ = x[ErrUnsupportedSyntax-251] _ = x[ErrUnsupportedRangeHeader-252] _ = x[ErrLexerInvalidChar-253] _ = x[ErrLexerInvalidOperator-254] _ = x[ErrLexerInvalidLiteral-255] _ = x[ErrLexerInvalidIONLiteral-256]
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Wed Apr 16 07:34:24 UTC 2025 - 21.6K bytes - Viewed (0) -
docs/ko/docs/tutorial/metadata.md
| `description` | `str` | API에 대한 짧은 설명입니다. 마크다운을 사용할 수 있습니다. | | `version` | `string` | API의 버전입니다. OpenAPI의 버전이 아닌, 여러분의 애플리케이션의 버전을 나타냅니다. 예: `2.5.0` | | `terms_of_service` | `str` | API 이용 약관의 URL입니다. 제공하는 경우 URL 형식이어야 합니다. |
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 6.4K bytes - Viewed (0) -
src/test/java/jcifs/dcerpc/msrpc/MsrpcShareGetInfoTest.java
securityDescriptorBytes[23] = 0; // ACL size (high byte) securityDescriptorBytes[24] = 0; // ACE count (low byte) - 0 ACEs securityDescriptorBytes[25] = 0; // ACE count (high byte) securityDescriptorBytes[26] = 0; // sbz2 (low byte) securityDescriptorBytes[27] = 0; // sbz2 (high byte) info502.security_descriptor = securityDescriptorBytes;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 14.3K bytes - Viewed (0) -
src/test/java/jcifs/http/NtlmSspTest.java
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 21 04:51:33 UTC 2025 - 11.4K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb1/trans/nt/SmbComNtTransactionTest.java
transaction.setTotalDataCount(1000); transaction.setMaxParameterCount(2048); transaction.setMaxDataCountForTest(4096); transaction.setParameterCount(250); transaction.setParameterOffset(150); transaction.setDataCount(500); transaction.setDataOffset(400); transaction.setSetupCount(2); transaction.setSetupWireFormatReturn(8);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 18.1K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/primitives/CharsTest.java
assertThat(Chars.constrainToRange((char) 1, (char) 1, (char) 5)).isEqualTo((char) 1); assertThat(Chars.constrainToRange((char) 1, (char) 3, (char) 5)).isEqualTo((char) 3); assertThat(Chars.constrainToRange((char) 255, (char) 250, (char) 254)).isEqualTo((char) 254); assertThat(Chars.constrainToRange((char) 5, (char) 2, (char) 2)).isEqualTo((char) 2); assertThrows(
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 25.9K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/collect/IteratorsTest.java
protected Iterator<Integer> newTargetIterator() { return Iterators.concat(iterateOver(1), iterateOver(), iterateOver(), iterateOver(2)); } }.test(); } @GwtIncompatible // fairly slow (~50s) public void testConcatUnmodifiable() { new IteratorTester<Integer>( 5, UNMODIFIABLE, asList(1, 2), IteratorTester.KnownOrder.KNOWN_ORDER) { @Override
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 54.4K bytes - Viewed (0) -
src/main/resources/fess_label_ru.properties
labels.facet_contentLength_1m=1 МБ - labels.facet_contentLength_10kto50k=10 КБ - 50 КБ labels.facet_contentLength_50kto100k=50 КБ - 100 КБ labels.facet_contentLength_100kto250k=100 КБ - 250 КБ labels.facet_contentLength_250kto500k=250 КБ - 500 КБ labels.facet_contentLength_1mto5m=1 МБ - 5 МБ labels.facet_contentLength_5m=5 МБ - labels.facet_filetype_title=Тип файла labels.facet_filetype_html=HTML
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 55.8K bytes - Viewed (0) -
src/main/resources/fess_label_de.properties
labels.facet_contentLength_1m=1 MB - labels.facet_contentLength_10kto50k=10 KB - 50 KB labels.facet_contentLength_50kto100k=50 KB - 100 KB labels.facet_contentLength_100kto250k=100 KB - 250 KB labels.facet_contentLength_250kto500k=250 KB - 500 KB labels.facet_contentLength_1mto5m=1 MB - 5 MB labels.facet_contentLength_5m=5 MB - labels.facet_filetype_title=Dateityp labels.facet_filetype_html=HTML
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 43.5K bytes - Viewed (1)