- Sort Score
- Result 10 results
- Languages All
Results 171 - 180 of 354 for space (0.07 sec)
-
src/builtin/builtin.go
// of size 10 and returns a slice of length 0 and capacity 10 that is // backed by this underlying array. // - Map: An empty map is allocated with enough space to hold the // specified number of elements. The size may be omitted, in which case // a small starting size is allocated. // - Channel: The channel's buffer is initialized with the specified
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Mon Dec 30 23:59:23 UTC 2024 - 12.8K bytes - Viewed (0) -
tensorflow/c/c_api.h
// Get the OpList of all OpDefs defined in this address space. // Returns a TF_Buffer, ownership of which is transferred to the caller // (and can be freed using TF_DeleteBuffer). // // The data in the buffer will be the serialized OpList proto for ops registered // in this address space. TF_CAPI_EXPORT extern TF_Buffer* TF_GetAllOpList(void);
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Thu Oct 26 21:08:15 UTC 2023 - 82.3K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/suggest/entity/SuggestItemTest.java
SuggestItem item = new SuggestItem(text, readings, fields, 100L, 50L, 1.5f, tags, roles, languages, kind); assertNotNull(item); assertEquals("test text", item.getText()); // Text is joined with space assertArrayEquals(readings, item.getReadings()); assertArrayEquals(fields, item.getFields()); assertArrayEquals(tags, item.getTags()); assertArrayEquals(roles, item.getRoles());
Registered: 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/jcifs/internal/dfs/DfsReferralRequestBufferTest.java
String path = "\\\\server\\share"; buffer = new DfsReferralRequestBuffer(path, 3); int offset = 1000; byte[] dst = new byte[offset + buffer.size() + 100]; // Extra space int bytesEncoded = buffer.encode(dst, offset); assertEquals(buffer.size(), bytesEncoded); // Verify data is at correct offset
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 17.5K bytes - Viewed (0) -
docs/en/docs/advanced/settings.md
<span style="color: green;">INFO</span>: Uvicorn running on http://127.0.0.1:8000 (Press CTRL+C to quit) ``` </div> /// tip To set multiple env vars for a single command just separate them with a space, and put them all before the command. /// And then the `admin_email` setting would be set to `"******@****.***"`. The `app_name` would be `"ChimichangApp"`.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 09:15:41 UTC 2025 - 12.2K bytes - Viewed (0) -
src/test/java/jcifs/internal/fscc/FileBothDirectoryInfoTest.java
return createValidBuffer(filename, shortName, false); } private byte[] createValidBufferWithNullTermination(String filename, String shortName, boolean unicode) { // Create buffer with extra space for null termination int filenameLength = unicode ? (filename.length() * 2) + 2 : filename.length() + 1; byte[] buffer = new byte[94 + filenameLength]; // Set default values
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 20.9K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb1/net/NetShareEnumResponseTest.java
int offsetSize = 4; int remarkSize = remark.length() + 1; int totalSize = shareNameSize + typeSize + offsetSize + remarkSize; byte[] buffer = new byte[totalSize + 100]; // Extra space for safety int bufferIndex = 0; int start = 0; // Set converter value first setConverter(response, 0); // Set number of entries setNumEntries(response, 1);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 20.2K bytes - Viewed (0) -
src/main/java/jcifs/SmbResource.java
/** * This method returns the free disk space in bytes of the drive this share * represents or the drive on which the directory or file resides. Objects * other than <code>TYPE_SHARE</code> or <code>TYPE_FILESYSTEM</code> will result * in 0L being returned. * * @return the free disk space in bytes of the drive on which this file or * directory resides
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 28K bytes - Viewed (1) -
src/test/java/org/codelibs/fess/job/ExecJobTest.java
assertSame(execJob, result); // Test with leading/trailing spaces result = execJob.logSuffix(" another suffix "); assertEquals("another_suffix", execJob.logSuffix); // Test with multiple spaces result = execJob.logSuffix("multi space suffix"); assertEquals("multi__space__suffix", execJob.logSuffix); } // Test timeout setter
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 24.5K bytes - Viewed (0) -
okhttp/src/androidMain/assets/PublicSuffixDatabase.list
sorfold.no sorocaba.br sorreisa.no sortland.no sorum.no sos.pl sosa.chiba.jp sosnowiec.pl soundcast.me sowa.ibaraki.jp soy sp.gov.br sp.it sp.leg.br spa space space-to-rent.com spacekit.io spb.ru spb.su spdns.de spdns.eu spdns.org sphinx.mythic-beasts.com spjelkavik.no spock.replit.dev sport sport.hu spot spydeberg.no
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Tue Dec 31 14:50:53 UTC 2024 - 129.6K bytes - Viewed (2)