- Sort Score
- Result 10 results
- Languages All
Results 231 - 240 of 286 for contacted (0.08 sec)
-
src/test/java/jcifs/internal/dfs/ReferralTest.java
"Exception message should contain version"); assertTrue(exception.getMessage().contains("jcifs at samba dot org"), "Exception message should contain contact info"); } } // String Reading Tests @Test public void testOddBufferIndexAlignment() { // Create buffer with odd starting position
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 07:14:38 UTC 2025 - 22K bytes - Viewed (0) -
docs/en/docs/deployment/concepts.md
/// ### Examples of Previous Steps Strategies { #examples-of-previous-steps-strategies } This will **depend heavily** on the way you **deploy your system**, and it would probably be connected to the way you start programs, handling restarts, etc. Here are some possible ideas: * An "Init Container" in Kubernetes that runs before your app container
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 09:15:41 UTC 2025 - 18.6K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb1/ServerMessageBlock.java
*/ protected int wordCount; /** * Count of data bytes in the SMB message. */ protected int byteCount; /** * Tree identifier for the connected share. */ protected int tid = 0xFFFF; private boolean useUnicode, forceUnicode, extendedSecurity; private volatile boolean received; private int signSeq; private boolean verifyFailed;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 38.9K bytes - Viewed (0) -
gradle/wrapper/gradle-wrapper.jar
notices that do not pertain to any part of the Derivative Works; and (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation,...
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Fri Aug 01 08:06:31 UTC 2025 - 44.4K bytes - Viewed (1) -
src/main/java/jcifs/smb/DfsImpl.java
// before following deeper ones. Otherwise e.g. samba will return a broken // referral. synchronized (trans) { try { // ensure connected trans.ensureConnected(); refServerName = trans.getRemoteHostName(); } catch (final IOException e) {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 29.7K bytes - Viewed (0) -
android/guava/src/com/google/common/collect/Iterators.java
if (!first) { sb.append(", "); } first = false; sb.append(iterator.next()); } return sb.append(']').toString(); } /** * Returns the single element contained in {@code iterator}. * * @throws NoSuchElementException if the iterator is empty * @throws IllegalArgumentException if the iterator contains multiple elements. The state of the * iterator is unspecified.
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 50.5K bytes - Viewed (0) -
docs/smb3-features/03-multi-channel-design.md
- **MS-SMB2 Section 3.3.5.15.12**: Channel Binding ## 3. Multi-Channel Architecture ### 3.1 Channel States ```java public enum ChannelState { DISCONNECTED(0), // Not connected CONNECTING(1), // Connection in progress AUTHENTICATING(2), // Authentication in progress ESTABLISHED(3), // Ready for use BINDING(4), // Channel binding in progress
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 02:53:50 UTC 2025 - 39.6K bytes - Viewed (0) -
src/main/resources/fess_label_en.properties
labels.searchoptions_num={0} results labels.searchoptions_menu_lang=Language labels.searchoptions_menu_labels=Labels labels.error_title=Error labels.system_error_title=System Error labels.contact_site_admin=Please contact your site administrator. labels.request_error_title=Invalid Request Format. labels.bad_request=Your request to the URL is invalid. labels.page_not_found_title=Page Not Found. labels.check_url=Please check the URL.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 40.7K bytes - Viewed (0) -
cmd/admin-handlers.go
opts.OS = true // Older mc - cannot deal with more types... } return } // TraceHandler - POST /minio/admin/v3/trace // ---------- // The handler sends http trace to the connected HTTP client. func (a adminAPIHandlers) TraceHandler(w http.ResponseWriter, r *http.Request) { ctx := r.Context() // Validate request signature.
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 99.6K bytes - Viewed (0) -
src/main/resources/fess_label_nl.properties
labels.searchoptions_num={0} resultaten labels.searchoptions_menu_lang=Taal labels.searchoptions_menu_labels=Labels labels.error_title=Fout labels.system_error_title=Systeemfout labels.contact_site_admin=Neem contact op met de sitebeheerder. labels.request_error_title=Verzoekformaat is onjuist. labels.bad_request=Het verzoek aan de URL is onjuist. labels.page_not_found_title=Pagina niet gevonden. labels.check_url=Controleer de URL.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 42.8K bytes - Viewed (1)