- Sort Score
- Result 10 results
- Languages All
Results 261 - 270 of 323 for uniqueBy (0.07 sec)
-
src/main/java/jcifs/smb1/Config.java
* as a cental repository for all jCIFS configuration properties. It cannot be * instantiated. Similar to <code>System</code> properties the namespace * is global therefore property names should be unique. Before use, * the <code>load</code> method should be called with the name of a * <code>Properties</code> file (or <code>null</code> indicating no * file) to initialize the <code>Config</code>. The <code>System</code>
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 14.5K bytes - Viewed (0) -
docs/fr/docs/async.md
Pour un exemple plus courant dans la "vie rรฉelle", imaginez une banque. Jusqu'ร rรฉcemment, la plupart des banques avaient plusieurs caisses (et banquiers) ๐จโ๐ผ๐จโ๐ผ๐จโ๐ผ๐จโ๐ผ et une unique file d'attente ๐๐๐๐๐๐๐๐. Tous les banquiers faisaient l'intรฉgralitรฉ du travail avec chaque client avant de passer au suivant ๐จโ๐ผโฏ.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 09:56:21 UTC 2025 - 25.4K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb2/Smb2SigningDigestTest.java
int threadCount = 20; ExecutorService executor = Executors.newFixedThreadPool(threadCount); CountDownLatch latch = new CountDownLatch(threadCount); // Each thread uses unique data to sign byte[][] results = new byte[threadCount][128]; for (int t = 0; t < threadCount; t++) { final int threadId = t; executor.submit(() -> {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 43.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/dict/synonym/SynonymFile.java
/** The list of synonym items loaded from the dictionary file. */ List<SynonymItem> synonymItemList; /** * Constructs a new synonym file. * * @param id The unique identifier for this dictionary file. * @param path The path to the dictionary file. * @param timestamp The last modified timestamp of the file. */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 15.5K bytes - Viewed (0) -
cmd/signature-v4.go
// according to the AWS S3 signature V4 spec. func compareSignatureV4(sig1, sig2 string) bool { // The CTC using []byte(str) works because the hex encoding // is unique for a sequence of bytes. See also compareSignatureV2. return subtle.ConstantTimeCompare([]byte(sig1), []byte(sig2)) == 1 } // doesPolicySignatureMatch - Verify query headers with post policy
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Dec 13 22:19:12 UTC 2024 - 12.4K bytes - Viewed (0) -
cmd/bucket-handlers.go
continue } // No IPs seem to intersect, this means that bucket exists but has // different IP addresses perhaps from a different deployment. // bucket names are globally unique in federation at a given // path prefix, name collision is not allowed. We simply log // an error and continue. bucketsInConflict.Add(bucket) } }
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 63.9K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/lease/LeaseManager.java
*/ public boolean hasHandleCache() { return Smb2LeaseState.hasHandleCaching(leaseState); } /** * Gets the unique lease key identifier for this lease entry * @return the lease key */ public Smb2LeaseKey getLeaseKey() { return leaseKey; } /**
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 18.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/elevateword/AdminElevatewordAction.java
// ------- /** * Shows detailed information for a specific elevate word. * * @param crudMode CRUD operation mode * @param id unique identifier of the elevate word * @return HTML response with elevate word details */ @Execute @Secured({ ROLE, ROLE + VIEW }) public HtmlResponse details(final int crudMode, final String id) {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 22.6K bytes - Viewed (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/JavaPathType.java
*/ JavaPathType(JavaFileManager.Location location, String option) { this.location = location; this.option = option; } /** * Returns the unique name of this path type. * * @return the programmatic name of this enumeration value */ @Override public String id() { return name(); } /**
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Thu Jun 26 07:56:58 UTC 2025 - 15K bytes - Viewed (1) -
docs/bucket/replication/DESIGN.md
and objects previously replicated need to be re-synced, the `mc replicate resync start` command with optional flag of `--older-than` needs to be used to trigger re-syncing of previously replicated objects. This command generates a ResetID which is a unique UUID saved to the remote target config along with the applicable date(defaults to time of initiating the reset). All objects created prior to this date are eligible for re-replication if existing object replication is enabled for the replication rule...
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Tue Aug 12 18:20:36 UTC 2025 - 14.7K bytes - Viewed (0)