- Sort Score
- Num 10 results
- Language All
Results 811 - 820 of 2,071 for m_param (0.13 seconds)
-
src/main/java/org/codelibs/fess/helper/LogNotificationHelper.java
/** * Constructs a new LogNotificationEvent. * * @param timestamp the event timestamp in milliseconds * @param level the log level name * @param loggerName the logger name * @param message the log message * @param throwable the throwable string, or null */Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 02:24:08 GMT 2026 - 5.3K bytes - Click Count (0) -
src/main/java/jcifs/smb1/smb1/SecurityDescriptor.java
*/ public SecurityDescriptor() { } /** * Creates a security descriptor by decoding from a byte buffer. * * @param buffer the byte buffer containing the security descriptor data * @param bufferIndex the starting offset in the buffer * @param len the length of data to decode * @throws IOException if an I/O error occurs during decoding */Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 4.5K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/util/QueryResponseList.java
* * @param documentList the list of documents returned by the search * @param allRecordCount the total number of records in the search result set * @param allRecordCountRelation the relation type for the total record count * @param queryTime the time taken to execute the search query in milliseconds * @param partialResults flag indicating whether the results are partialCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 14.5K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/base/login/SamlCredential.java
/** * Constructor. * @param nameId The name ID. * @param sessionIndex The session index. * @param nameIdFormat The name ID format. * @param nameidNameQualifier The name ID name qualifier. * @param nameidSPNameQualifier The name ID SP name qualifier. * @param groups The groups. * @param roles The roles. */Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 8.4K bytes - Click Count (0) -
android/guava/src/com/google/common/util/concurrent/AtomicDouble.java
return longBitsToDouble(value.get()); } /** * Sets to the given value. * * @param newValue the new value */ public final void set(double newValue) { long next = doubleToRawLongBits(newValue); value.set(next); } /** * Eventually sets to the given value. * * @param newValue the new value */ public final void lazySet(double newValue) {
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Jan 29 22:14:05 GMT 2026 - 7.2K bytes - Click Count (0) -
src/main/java/org/codelibs/core/lang/ClassLoaderUtil.java
Created: Fri Apr 03 20:58:12 GMT 2026 - Last Modified: Thu Jul 31 08:16:49 GMT 2025 - 7.6K bytes - Click Count (0) -
android/guava-tests/benchmark/com/google/common/hash/HashCodeBenchmark.java
@NullUnmarked public class HashCodeBenchmark { // Use a statically configured random instance for all of the benchmarks private static final Random random = new Random(42); @Param({"1000", "100000"}) private int size; @Param WhereToDiffer whereToDiffer; @Param EqualsImplementation equalsImpl; private enum WhereToDiffer { ONE_PERCENT_IN, LAST_BYTE, NOT_AT_ALL; } private enum EqualsImplementation {Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Aug 11 19:31:30 GMT 2025 - 4K bytes - Click Count (0) -
src/main/java/org/codelibs/core/misc/DisposableUtil.java
* </p> * * @param disposable * A disposable resource. Must not be {@literal null}. */ public static synchronized void addFirst(final Disposable disposable) { assertArgumentNotNull("disposable", disposable); disposables.addFirst(disposable); } /** * Unregisters a disposable resource. * * @param disposableCreated: Fri Apr 03 20:58:12 GMT 2026 - Last Modified: Thu Feb 12 12:10:45 GMT 2026 - 3.1K bytes - Click Count (0) -
src/main/java/jcifs/netbios/SessionRequestPacket.java
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 2.7K bytes - Click Count (0) -
src/main/java/jcifs/smb1/dcerpc/msrpc/SamrPolicyHandle.java
public class SamrPolicyHandle extends rpc.policy_handle { DcerpcHandle handle; /** * Creates a new SAM policy handle. * * @param handle the DCE/RPC handle for communication * @param server the server name (null defaults to local server) * @param access the desired access rights * @throws IOException if an I/O error occurs during handle creation */Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 2.6K bytes - Click Count (0)