- Sort Score
- Result 10 results
- Languages All
Results 731 - 740 of 1,754 for sata (1.46 sec)
-
src/main/resources/fess_label_pt_BR.properties
labels.sortOrder=Ordem de classificação labels.updatedBy=Atualizado por labels.updatedTime=Data de atualização labels.urls=URLs labels.userAgent=User agent labels.username=Nome de usuário labels.value=Valor labels.versionNo=Número da versão labels.cronExpression=Agendamento labels.dayForCleanup=Excluir documentos anteriores à data especificada labels.crawlingThreadCount=Número de rastreamentos simultâneos labels.boost=Valor de impulso
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 45.1K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb1/net/NetShareEnumResponseTest.java
// Test with different parameters result = response.readSetupWireFormat(buffer, 10, 50); assertEquals(0, result); } @Test @DisplayName("Test readParametersWireFormat with valid data") void testReadParametersWireFormat() throws Exception { byte[] buffer = new byte[8]; int bufferIndex = 0; // status (2 bytes) SMBUtil.writeInt2(0, buffer, bufferIndex);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 20.2K bytes - Viewed (0) -
cmd/bitrot-whole.go
disk StorageAPI volume string filePath string verifier *BitrotVerifier // Holds the bit-rot info tillOffset int64 // Affects the length of data requested in disk.ReadFile depending on Read()'s offset buf []byte // Holds bit-rot verified data } func (b *wholeBitrotReader) ReadAt(buf []byte, offset int64) (n int, err error) { if b.buf == nil { b.buf = make([]byte, b.tillOffset-offset)
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Wed Jan 31 02:11:45 UTC 2024 - 2.7K bytes - Viewed (0) -
tests/associations_many2many_test.go
} AssertAssociationCount(t, user2, "Languages", 1, "after delete non-existing data") if err := DB.Model(&user2).Association("Languages").Delete(&language2); err != nil { t.Fatalf("Error happened when delete Languages, got %v", err) } AssertAssociationCount(t, user2, "Languages", 0, "after delete") // Prepare Data for Clear if err := DB.Model(&user2).Association("Languages").Append(&language); err != nil {
Registered: Sun Sep 07 09:35:13 UTC 2025 - Last Modified: Sat Jun 10 13:05:19 UTC 2023 - 13.2K bytes - Viewed (0) -
docs/en/docs/reference/parameters.md
# Request Parameters Here's the reference information for the request parameters. These are the special functions that you can put in *path operation function* parameters or dependency functions with `Annotated` to get data from the request. It includes: * `Query()` * `Path()` * `Body()` * `Cookie()` * `Header()` * `Form()` * `File()` You can import them all directly from `fastapi`: ```python
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Thu Apr 18 19:53:19 UTC 2024 - 603 bytes - Viewed (0) -
README.md
* Editor support, including: * Completion. * Type checks. * Validation of data: * Automatic and clear errors when the data is invalid. * Validation even for deeply nested JSON objects. * <abbr title="also known as: serialization, parsing, marshalling">Conversion</abbr> of input data: coming from the network to Python data and types. Reading from: * JSON. * Path parameters. * Query parameters.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 15:19:49 UTC 2025 - 24.3K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/notify/Smb2ChangeNotifyRequest.java
/** * Notify when alternate data stream name changes */ public static final int FILE_NOTIFY_CHANGE_STREAM_NAME = 0x200; /** * Notify when alternate data stream size changes */ public static final int FILE_NOTIFY_CHANGE_STREAM_SIZE = 0x400; /** * Notify when alternate data stream is written */
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 5.5K bytes - Viewed (0) -
Dockerfile.cicd
FROM minio/minio:edge
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Thu Jun 03 15:16:06 UTC 2021 - 56 bytes - Viewed (0) -
android/guava/src/com/google/common/hash/BloomFilter.java
} private static final class SerialForm<T extends @Nullable Object> implements Serializable { final long[] data; final int numHashFunctions; final Funnel<? super T> funnel; final Strategy strategy; SerialForm(BloomFilter<T> bf) { this.data = LockFreeBitArray.toPlainArray(bf.bits.data); this.numHashFunctions = bf.numHashFunctions; this.funnel = bf.funnel; this.strategy = bf.strategy;
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sun Aug 31 13:15:26 UTC 2025 - 26.9K bytes - Viewed (0) -
src/test/java/jcifs/internal/dfs/DfsReferralDataImplTest.java
@Test @DisplayName("Should initialize with self-referencing next") void testConstructorInitialization() { DfsReferralDataImpl data = new DfsReferralDataImpl(); assertNotNull(data.next()); assertSame(data, data.next()); } } @Nested @DisplayName("Unwrap Tests") class UnwrapTests { @Test
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 30.6K bytes - Viewed (0)