- Sort Score
- Result 10 results
- Languages All
Results 681 - 690 of 1,030 for specifiers (1.14 sec)
-
src/main/java/jcifs/internal/smb1/net/SmbShareInfo.java
*/ protected String remark; /** * Default constructor for SmbShareInfo. */ public SmbShareInfo() { } /** * Constructs an SmbShareInfo with the specified properties. * * @param netName the network name of the share * @param type the type of the share * @param remark the optional comment or description for the share */
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 3.5K bytes - Viewed (0) -
cmd/api-utils.go
t[j+2] = "0123456789ABCDEF"[c&15] j += 3 default: t[j] = s[i] j++ } } return string(t) } // s3EncodeName encodes string in response when encodingType is specified in AWS S3 requests. func s3EncodeName(name, encodingType string) string { if strings.ToLower(encodingType) == "url" { return s3URLEncode(name) } return name }
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Tue May 27 15:19:03 UTC 2025 - 2.8K bytes - Viewed (0) -
src/cmd/asm/internal/asm/parse.go
// registers, as in [R1,R3-R5] or [V1.S4, V2.S4, V3.S4, V4.S4]. // For ARM, only R0 through R15 may appear. // For ARM64, V0 through V31 with arrangement may appear. // // For 386/AMD64 register list specifies 4VNNIW-style multi-source operand. // For range of 4 elements, Intel manual uses "+3" notation, for example: // // VP4DPWSSDS zmm1{k1}{z}, zmm2+3, m128 // // Given asm line: //
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Fri Feb 14 15:13:11 UTC 2025 - 37.3K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/io/Smb2ReadRequest.java
private long offset; private int minimumCount; private int channel; private int remainingBytes; private RdmaChannelInfo rdmaChannelInfo; /** * Constructs a SMB2 read request with the specified parameters * * @param config * the configuration to use for this request * @param fileId * the file ID to read from * @param outputBuffer
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 23 05:11:12 UTC 2025 - 7.8K bytes - Viewed (0) -
android/guava/src/com/google/common/collect/MapMakerInternalMap.java
} }; /** * Returns the default equivalence strategy used to compare and hash keys or values referenced * at this strength. This strategy will be used unless the user explicitly specifies an * alternate strategy. */ abstract Equivalence<Object> defaultEquivalence(); } /** * A helper object for operating on {@link InternalEntry} instances in a type-safe and efficient
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Mon Aug 11 19:31:30 UTC 2025 - 90K bytes - Viewed (0) -
src/main/java/org/codelibs/core/lang/MethodUtil.java
public abstract class MethodUtil { /** * Do not instantiate. */ protected MethodUtil() { } /** * Invokes the underlying method represented by the {@link Method} object, with the specified object and parameters. * * @param <T> * The return type of the method * @param method * The method. Cannot be {@literal null} * @param target
Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Thu Jul 31 08:16:49 UTC 2025 - 12.6K bytes - Viewed (0) -
src/test/java/jcifs/smb1/util/HexdumpTest.java
* Test class for jcifs.smb1.util.Hexdump utility functionality */ @DisplayName("SMB1 Hexdump Utility Tests") class HexdumpTest extends BaseTest { @Test @DisplayName("Should convert integer to hex string with specified size") void testToHexStringInt() { // Test zero assertEquals("00000000", Hexdump.toHexString(0, 8)); assertEquals("0000", Hexdump.toHexString(0, 4));
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 11.4K bytes - Viewed (0) -
apache-maven/src/assembly/maven/bin/mvn.cmd
@REM Fallback to current working directory if not found. set "EXEC_DIR=%CD%" set "WDIR=%EXEC_DIR%" @REM Look for the --file switch and start the search for the .mvn directory from the specified @REM POM location, if supplied. set FILE_ARG= :arg_loop if "%~1" == "-f" ( set "FILE_ARG=%~2" shift goto process_file_arg ) if "%~1" == "--file" ( set "FILE_ARG=%~2" shift
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Thu Jul 24 09:49:07 UTC 2025 - 9.6K bytes - Viewed (3) -
okhttp/src/commonJvmAndroid/kotlin/okhttp3/internal/ws/WebSocketProtocol.kt
/** * Byte 1 flag for whether the payload data is masked. * * If this flag is set, the next four * bytes represent the mask key. These bytes appear after any additional bytes specified by [B1_MASK_LENGTH]. */ internal const val B1_FLAG_MASK = 128 /** * Byte 1 mask for the payload length. * * If this value is [PAYLOAD_SHORT], the next two
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Wed Mar 19 19:25:20 UTC 2025 - 4.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/user/allcommon/EsAbstractEntity.java
__specifiedProperties.accept(__modifiedProperties); } // =================================================================================== // Specified Properties // ==================== public Set<String> myspecifiedProperties() { if (__specifiedProperties != null) {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 10.9K bytes - Viewed (0)