- Sort Score
- Result 10 results
- Languages All
Results 531 - 540 of 1,447 for daga (0.03 sec)
-
cmd/object-api-utils.go
// encrypt it using the provided key and return the result. func compressionIndexEncrypter(key crypto.ObjectKey, input func() []byte) func() []byte { var data []byte var fetched bool return func() []byte { if !fetched { data = input() fetched = true } return metadataEncrypter(key)("compression-index", data) } }
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Wed Jun 25 15:08:54 UTC 2025 - 37.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/crawler/transformer/FessStandardTransformer.java
@Override public Logger getLogger() { return logger; } /** * Gets the appropriate extractor for the given response data. * Selects an extractor based on the MIME type or falls back to the Tika extractor. * * @param responseData the response data containing the document to extract * @return the extractor instance for processing the document
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 3.8K bytes - Viewed (0) -
src/test/java/jcifs/pac/PacMacTest.java
* Test method for {@link jcifs.pac.PacMac#expandNFold(byte[], int)}. */ @Test void testExpandNFold() { // Test basic functionality byte[] data = { 1, 2, 3 }; int outlen = 5; byte[] expanded = PacMac.expandNFold(data, outlen); assertNotNull(expanded); assertEquals(outlen, expanded.length); // Test vectors from RFC 3961 Appendix A.1 // 64-fold("012345")
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 07:14:38 UTC 2025 - 7.1K bytes - Viewed (0) -
tests/query_test.go
if _, ok := first[dbName].(string); !ok { t.Errorf("invalid data type for %v, got %#v", dbName, first[dbName]) } case "Age": if _, ok := first[dbName].(uint); !ok { t.Errorf("invalid data type for %v, got %#v", dbName, first[dbName]) } case "Birthday": if _, ok := first[dbName].(*time.Time); !ok { t.Errorf("invalid data type for %v, got %#v", dbName, first[dbName]) } }
Registered: Sun Sep 07 09:35:13 UTC 2025 - Last Modified: Tue Jul 22 06:21:04 UTC 2025 - 51K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/plugin/AdminPluginAction.java
} RenderDataUtil.register(data, "availableArtifactItems", result); }).useForm(InstallForm.class, op -> op.setup(form -> {})); } private HtmlResponse asListHtml() { return asHtml(path_AdminPlugin_AdminPluginJsp) .renderWith(data -> data.register("installedArtifactItems", getAllInstalledArtifacts()))
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 11.9K bytes - Viewed (0) -
src/main/java/jcifs/smb/PreauthIntegrityService.java
} } public boolean isValid() { return isValid; } public void invalidate() { this.isValid = false; // Clear sensitive data synchronized (hashLock) { Arrays.fill(currentHash, (byte) 0); } } } /** * Constructs a PreauthIntegrityService with default configuration.
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 12.1K bytes - Viewed (0) -
src/test/java/jcifs/pac/kerberos/KerberosTicketTest.java
} return new DERSequence(v).getEncoded(); } /** * Creates a byte array representing the decrypted data part of a Kerberos ticket. * @param userName User principal name * @param userRealm User realm * @return A byte array representing the decrypted data * @throws IOException on encoding error */
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 11.4K bytes - Viewed (0) -
src/main/resources/fess_label_pl.properties
labels.search_result_sort_score_desc=Według wyniku labels.search_result_sort_filename_asc=Nazwa pliku (rosnąco) labels.search_result_sort_filename_desc=Nazwa pliku (malejąco) labels.search_result_sort_created_asc=Data (rosnąco) labels.search_result_sort_created_desc=Data (malejąco) labels.search_result_sort_content_length_asc=Rozmiar (rosnąco) labels.search_result_sort_content_length_desc=Rozmiar (malejąco)
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 44.6K bytes - Viewed (0) -
src/test/java/jcifs/smb1/smb1/SmbComNegotiateResponseTest.java
assertEquals(2, bytesRead); assertEquals(11, response.dialectIndex); } @Test void testReadBytesWireFormat_NoExtendedSecurity() throws UnsupportedEncodingException { // Setup server data for this scenario serverData.capabilities = 0; // No extended security serverData.encryptionKeyLength = 8; response.byteCount = 15; // 8 bytes key + 6 bytes "DOMAIN" + 1 null terminator
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 9.2K bytes - Viewed (0) -
dbflute_fess/dfprop/dependencyInjectionMap.dfprop
#; dbfluteBeansFileName = dbfluteBeans.xml # - - - - - - - - - -/ # /- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # o dbfluteBeansDataSourceName: (NotRequired - Default 'dataSource') # The data source name that DBFlute(Behaviors) uses. # # @SpringOnly #; dbfluteBeansDataSourceName = exampleDataSource # - - - - - - - - - -/ # /- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Oct 31 23:35:14 UTC 2015 - 6.5K bytes - Viewed (0)