- Sort Score
- Result 10 results
- Languages All
Results 251 - 260 of 681 for Breest (0.02 sec)
-
api/go1.7.txt
pkg bytes, func ContainsAny([]uint8, string) bool pkg bytes, func ContainsRune([]uint8, int32) bool pkg bytes, method (*Reader) Reset([]uint8) pkg compress/flate, const HuffmanOnly = -2 pkg compress/flate, const HuffmanOnly ideal-int pkg context, func Background() Context pkg context, func TODO() Context pkg context, func WithCancel(Context) (Context, CancelFunc) pkg context, func WithDeadline(Context, time.Time) (Context, CancelFunc)
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Tue Jun 28 15:08:11 UTC 2016 - 13.6K bytes - Viewed (0) -
src/main/webapp/js/admin/plugins/form-validator/sanitize.js
f module&&module.exports?module.exports=b(require("jquery")):b(a.jQuery)}(this,function(a){!function(a,b){"use strict";a.formUtils.registerLoadedModule("sanitize");var c='[type="button"], [type="submit"], [type="radio"], [type="checkbox"], [type="reset"], [type="search"]',d={upper:function(a){return a.toLocaleUpperCase()},lower:function(a){return a.toLocaleLowerCase()},trim:function(b){return a.trim(b)},trimLeft:function(a){return a.replace(/^\s+/,"")},trimRight:function(a){return a.replace(/\s+...
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Mon Jan 01 05:12:47 UTC 2018 - 2.7K bytes - Viewed (0) -
src/main/java/jcifs/smb1/util/HMACT64.java
} } @Override protected int engineGetDigestLength() { return md5.getDigestLength(); } @Override protected void engineReset() { md5.reset(); md5.update(ipad); } @Override protected void engineUpdate(final byte b) { md5.update(b); } @Override
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 07:14:38 UTC 2025 - 3.6K bytes - Viewed (0) -
src/main/java/jcifs/util/HMACT64.java
} } @Override protected int engineGetDigestLength() { return this.md5.getDigestLength(); } @Override protected void engineReset() { this.md5.reset(); this.md5.update(this.ipad); } @Override protected void engineUpdate(final byte b) { this.md5.update(b); } @Override
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 07:14:38 UTC 2025 - 3.6K bytes - Viewed (0) -
samples/tlssurvey/src/main/kotlin/okhttp3/survey/RunSurvey.kt
chrome33, chrome57, safari12Osx, ) val orderBy = okhttp.enabled + chrome80.enabled + safari12Osx.enabled + rest(clients) val survey = CipherSuiteSurvey(clients = clients, ianaSuites = ianaSuitesNew, orderBy = orderBy) survey.printGoogleSheet() } fun rest(clients: List<Client>): List<SuiteId> { // combine all ciphers to get these near the top return clients.flatMap { it.enabled }
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Wed Mar 19 19:25:20 UTC 2025 - 3.5K bytes - Viewed (0) -
src/main/java/jcifs/audit/SecurityAuditLogger.java
private AuditEntry getAuditEntry() { AuditEntry entry = auditEntryPool.poll(); if (entry == null) { entry = new AuditEntry(); } else { // Reset the entry entry.context = null; entry.message = null; entry.eventType = null; entry.severity = null; entry.timestamp = null; }
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 26.6K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/Smb2EncryptionContext.java
} return needsRotation; } /** * Reset key rotation tracking after new keys are established */ public void resetKeyRotationTracking() { bytesEncrypted.set(0); encryptionStartTime = System.currentTimeMillis(); log.debug("Key rotation tracking reset"); } /** * Rotate encryption keys for enhanced security *
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 35.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/badword/AdminBadwordAction.java
searchPaging(data, form); }); } /** * Reset the search form. * @param form The search form. * @return The HTML response. */ @Execute @Secured({ ROLE, ROLE + VIEW }) public HtmlResponse reset(final SearchForm form) { badWordPager.clear(); return asHtml(path_AdminBadword_AdminBadwordJsp).renderWith(data -> {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 18.3K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb1/trans/TransPeekNamedPipeResponseTest.java
// Test that response inherits from SmbComTransactionResponse assertTrue(response.hasMoreElements()); assertNotNull(response.nextElement()); // Test reset behavior response.reset(); assertTrue(response.hasMoreElements()); } @Test @DisplayName("Verify Configuration is passed to parent") void testConfigurationPassedToParent() { // Arrange
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/SmbFileHandleTest.java
class SmbFileHandleTest { @Mock private SmbFileHandle smbFileHandle; @Mock private SmbTreeHandle smbTreeHandle; @BeforeEach void setUp() throws CIFSException { // Reset mock before each test if necessary, though MockitoExtension does this. } /** * Test that getTree() returns the correct SmbTreeHandle. */ @Test void testGetTree() {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 5.1K bytes - Viewed (0)