- Sort Score
- Result 10 results
- Languages All
Results 1181 - 1190 of 1,438 for sources (0.04 sec)
-
src/main/java/jcifs/smb/SmbResourceLocatorImpl.java
* DFS referrals. (E.g. a resource with a DFS root's parent will still point to the DFS root not the share it's actually * located in). * - share + uncpath within it: This is the relevant information for most SMB requests. Both are adjusted by DFS * referrals. Nested resources will inherit the information already resolved by the parent resource. *
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 07:14:38 UTC 2025 - 23.6K bytes - Viewed (0) -
docs/fr/docs/index.md
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 10:49:48 UTC 2025 - 22K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb2/ioctl/SrvCopychunkTest.java
// When int bytesWritten = chunk.encode(buffer, startIndex); // Then assertEquals(EXPECTED_SIZE, bytesWritten); // Verify source offset assertEquals(sourceOffset, SMBUtil.readInt8(buffer, startIndex)); // Verify target offset assertEquals(targetOffset, SMBUtil.readInt8(buffer, startIndex + 8));
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 12.4K bytes - Viewed (0) -
docs/sts/keycloak.md
# Keycloak Quickstart Guide [](https://slack.min.io) Keycloak is an open source Identity and Access Management solution aimed at modern applications and services, this document covers configuring Keycloak identity provider support with MinIO. ## Prerequisites Configure and install keycloak server by following [Keycloak Installation Guide](https://www.keycloak.org/docs/latest/server_installation/#installing-the-software).
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Tue Aug 12 18:20:36 UTC 2025 - 8.1K bytes - Viewed (0) -
src/main/java/jcifs/smb/DirFileEntryEnumIteratorBase.java
* * @return array of file entries in the current batch */ protected abstract FileEntry[] getResults(); /** * Closes the enumeration and releases resources. * * @throws CIFSException if an error occurs during closing */ protected synchronized void doClose() throws CIFSException { // otherwise already closed if (!this.closed) {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 7.7K bytes - Viewed (0) -
src/main/resources/fess_label_fr.properties
labels.dict_synonym_link_delete=Supprimer labels.dict_synonym_link_details=Détails labels.dict_synonym_link_download=Télécharger labels.dict_synonym_link_upload=Téléverser labels.dict_synonym_source=Source labels.dict_synonym_target=Cible labels.dict_synonym_button_download=Télécharger labels.dict_synonym_button_upload=Téléverser labels.dict_synonym_file=Fichier de synonymes
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 45.6K bytes - Viewed (0) -
src/main/java/jcifs/SmbConstants.java
*/ int FLAGS_TARGET_MUST_BE_DIRECTORY = 0x0002; /** * Copy target in ASCII mode flag. */ int FLAGS_COPY_TARGET_MODE_ASCII = 0x0004; /** * Copy source in ASCII mode flag. */ int FLAGS_COPY_SOURCE_MODE_ASCII = 0x0008; /** * Verify all write operations flag. */ int FLAGS_VERIFY_ALL_WRITES = 0x0010; /**
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 24 00:49:49 UTC 2025 - 12.8K bytes - Viewed (0) -
api/maven-api-metadata/src/main/mdo/metadata.mdo
{ java.util.Map<String, SnapshotVersion> versions = new java.util.LinkedHashMap<>(); // never convert from legacy to new format if either source or target is legacy format if ( !v.getSnapshotVersions().isEmpty() ) { for ( SnapshotVersion sv : versioning.getSnapshotVersions() )
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Wed May 15 17:32:27 UTC 2024 - 15.8K bytes - Viewed (0) -
android/guava/src/com/google/common/collect/Lists.java
} /** * Implementation of a transforming random access list. We try to make as many of these methods * pass-through to the source list as possible so that the performance characteristics of the * source list and transformed list are similar. * * @see Lists#transform */ private static final class TransformingRandomAccessList<
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 42.2K bytes - Viewed (0) -
configure.py
os.path.exists(os.path.join(path, 'source.properties'))) android_ndk_home_path = prompt_loop_or_load_from_env( environ_cp, var_name='ANDROID_NDK_HOME', var_default=default_ndk_path, ask_for_var='Please specify the home path of the Android NDK to use.', check_success=valid_ndk_path, error_msg=('The path %s or its child file "source.properties" ' 'does not exist.'))
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Wed Apr 30 15:18:54 UTC 2025 - 48.3K bytes - Viewed (0)