- Sort Score
- Result 10 results
- Languages All
Results 861 - 870 of 2,463 for param (0.02 sec)
-
src/main/java/jcifs/netbios/Name.java
return this.hexCode; } /** * Constructs a NetBIOS name with the specified parameters. * * @param cfg the configuration to use * @param name the NetBIOS name (will be truncated to 15 characters if longer) * @param hexCode the NetBIOS name type code * @param scope the NetBIOS scope identifier */ public Name(final Configuration cfg, String name, final int hexCode, final String scope) {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/exception/ScheduledJobException.java
private static final long serialVersionUID = 1L; /** * Constructor. * @param message Exception message. * @param cause Root cause for this exception. */ public ScheduledJobException(final String message, final Throwable cause) { super(message, cause); } /** * Constructor. * @param message Exception message. */ public ScheduledJobException(final String message) {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 1.2K bytes - Viewed (1) -
src/main/java/jcifs/internal/smb2/multichannel/ChannelManager.java
* Select a channel for the given message * * @param message message to send * @return selected channel */ public ChannelInfo selectChannel(CommonServerMessageBlock message) { return loadBalancer.selectChannel(message); } /** * Handle channel failure * * @param channel failed channel * @param error error that caused failure */
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 21 11:13:46 UTC 2025 - 20K bytes - Viewed (0) -
docs/de/docs/tutorial/cookie-params.md
{* ../../docs_src/cookie_params/tutorial001_an_py310.py hl[9] *} /// note | Technische Details `Cookie` ist eine Schwesterklasse von `Path` und `Query`. Sie erbt von derselben gemeinsamen `Param`-Elternklasse. Aber erinnern Sie sich, dass, wenn Sie `Query`, `Path`, `Cookie` und andere von `fastapi` importieren, diese tatsächlich Funktionen sind, welche spezielle Klassen zurückgeben. /// /// info
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 1.3K bytes - Viewed (0) -
src/main/java/jcifs/Decodable.java
* * @author mbechler */ public interface Decodable { /** * Decode data from a byte buffer * * @param buffer the byte buffer containing the data to decode * @param bufferIndex the starting index in the buffer * @param len the maximum length of data to decode * @return decoded length * @throws SMBProtocolDecodingException if decoding fails */
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 1.5K bytes - Viewed (0) -
src/main/java/org/codelibs/core/convert/BigIntegerConversionUtil.java
* * @param o * The object to convert * @return The converted {@link BigInteger} */ public static BigInteger toBigInteger(final Object o) { return toBigInteger(o, null); } /** * Converts to {@link BigInteger}. * * @param o * The object to convert * @param pattern * The pattern string
Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Thu Jul 31 08:16:49 UTC 2025 - 1.8K bytes - Viewed (0) -
src/main/java/org/codelibs/core/exception/ConverterRuntimeException.java
/** * The value that caused the conversion error. */ private final Object value; /** * Constructs an instance. * * @param propertyName * Property name * @param value * Value * @param cause * Cause */ public ConverterRuntimeException(final String propertyName, final Object value, final Throwable cause) {
Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Sat Jul 05 00:11:05 UTC 2025 - 1.9K bytes - Viewed (0) -
src/main/java/org/codelibs/core/exception/NoSuchFieldRuntimeException.java
* The name of the field. */ private final String fieldName; /** * Creates a {@link NoSuchFieldRuntimeException}. * * @param targetClass * Target class * @param fieldName * Field name * @param cause * The cause of the exception */
Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Sat Jul 05 00:11:05 UTC 2025 - 1.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/exception/PluginException.java
/** * Creates a plugin exception with message and cause. * * @param message the error message * @param cause the cause */ public PluginException(final String message, final Throwable cause) { super(message, cause); } /** * Creates a plugin exception with message. * * @param message the error message */ public PluginException(final String message) {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 1.2K bytes - Viewed (0) -
src/main/java/jcifs/util/PathValidator.java
this(260, 255, true, false); } /** * Create path validator with custom settings * * @param maxPathLength maximum total path length * @param maxComponentLength maximum length for path components * @param allowUncPaths whether to allow UNC paths * @param strictMode strict validation mode */
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 14.5K bytes - Viewed (0)