- Sort Score
- Result 10 results
- Languages All
Results 241 - 250 of 412 for 50 (0.01 sec)
-
LICENSES/vendor/github.com/google/cadvisor/LICENSE
"control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Fri May 08 04:49:00 UTC 2020 - 10.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
/** The key of the configuration. e.g. 50 */ String QUERY_PREFIX_EXPANSIONS = "query.prefix.expansions"; /** The key of the configuration. e.g. 0 */ String QUERY_PREFIX_SLOP = "query.prefix.slop"; /** The key of the configuration. e.g. 0 */ String QUERY_FUZZY_prefix_length = "query.fuzzy.prefix_length"; /** The key of the configuration. e.g. 50 */
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/test/java/jcifs/smb/SmbFileOutputStreamTest.java
lenient().when(autoCloseableMockFileHandle.isValid()).thenReturn(true); when(autoCloseableMockFileHandle.getInitialSize()).thenReturn(50L); // Existing file with 50 bytes when(autoCloseableMockTreeHandle.getSendBufferSize()).thenReturn(65536); // When outputStream = new SmbFileOutputStream(mockFile, true); // Then
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 15.8K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb2/lock/Smb2LockResponseTest.java
// When & Then assertEquals(0, response.writeBytesWireFormat(dst, 0)); assertEquals(0, response.writeBytesWireFormat(dst, 25)); assertEquals(0, response.writeBytesWireFormat(dst, 50)); assertEquals(0, response.writeBytesWireFormat(dst, 75)); assertEquals(0, response.writeBytesWireFormat(dst, 99)); } @Test @DisplayName("Should return 0 with empty array")
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 17.1K bytes - Viewed (0) -
src/test/java/jcifs/util/SecureKeyManagerTest.java
keyManager.configureKeyRotation(30000); } @Test public void testConcurrentKeyOperations() throws InterruptedException { int threadCount = 10; int operationsPerThread = 50; CountDownLatch latch = new CountDownLatch(threadCount); AtomicInteger successCount = new AtomicInteger(0); ExecutorService executor = Executors.newFixedThreadPool(threadCount);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 14.2K bytes - Viewed (0) -
src/test/java/jcifs/internal/dtyp/ACETest.java
} @Test @DisplayName("Test decode with offset") void testDecodeWithOffset() { // Prepare test data with offset testBuffer = new byte[150]; int offset = 50; testBuffer[offset] = 0x00; // Allow ACE testBuffer[offset + 1] = 0x08; // FLAGS_INHERIT_ONLY testBuffer[offset + 2] = 0x20; // Size low byte
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 13.6K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb2/create/CreateContextResponseTest.java
} @Test @DisplayName("Should decode data correctly") void testDecode() throws SMBProtocolDecodingException { int length = 50; int result = testResponse.decode(testBuffer, 10, length); assertEquals(length, result); assertEquals(1, testResponse.getDecodeCallCount());
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 16.2K bytes - Viewed (0) -
src/main/resources/fess_config.properties
query.bool.minimum_should_match= # Number of expansions for prefix queries. query.prefix.expansions=50 # Slop value for prefix queries. query.prefix.slop=0 # Prefix length for fuzzy queries. query.fuzzy.prefix_length=0 # Number of expansions for fuzzy queries. query.fuzzy.expansions=50 # Whether to allow transpositions in fuzzy queries. query.fuzzy.transpositions=true # facet
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 05 14:45:37 UTC 2025 - 54.7K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb1/trans2/Trans2QueryPathInformationResponseTest.java
response = new Trans2QueryPathInformationResponse(mockConfig, FileInformation.FILE_BASIC_INFO); byte[] buffer = new byte[200]; int offset = 50; byte[] infoData = createMockFileBasicInfoBuffer(); System.arraycopy(infoData, 0, buffer, offset, infoData.length); response.setDataCount(infoData.length);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 11.9K bytes - Viewed (0) -
LICENSES/third_party/forked/gotestsum/LICENSE
"control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Fri Apr 01 18:49:15 UTC 2022 - 11.1K bytes - Viewed (0)