- Sort Score
- Result 10 results
- Languages All
Results 81 - 90 of 373 for identifier (0.06 sec)
-
src/main/java/jcifs/ntlmssp/av/AvSingleHost.java
} /** * Constructs an AvSingleHost with custom data and machine ID * * @param customData custom data for the single host (8 bytes) * @param machineId the machine identifier (32 bytes) */ public AvSingleHost(final byte[] customData, final byte[] machineId) { this(encode(customData, machineId)); }
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 2.3K bytes - Viewed (0) -
src/main/java/jcifs/SID.java
* License along with this library; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ package jcifs; /** * A Windows SID is a numeric identifier used to represent Windows * accounts. SIDs are commonly represented using a textual format such as * <code>S-1-5-21-1496946806-2192648263-3843101252-1029</code> but they may
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 5.4K bytes - Viewed (0) -
src/main/java/jcifs/internal/dtyp/SecurityDescriptor.java
* Gets the owner group SID of this security descriptor. * * @return the security identifier of the owner group */ public final SID getOwnerGroupSid() { return this.ownerGroupSid; } /** * Gets the owner user SID of this security descriptor. * * @return the security identifier of the owner user */ public final SID getOwnerUserSid() { return this.ownerUserSid;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 5.4K bytes - Viewed (0) -
src/main/java/jcifs/smb1/dcerpc/msrpc/SamrAliasHandle.java
* * @param handle the DCE/RPC handle for communication * @param domainHandle the domain handle containing this alias * @param access the desired access rights * @param rid the relative identifier of the alias * @throws IOException if an I/O error occurs during handle creation */ public SamrAliasHandle(final DcerpcHandle handle, final SamrDomainHandle domainHandle, final int access, final int rid)
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 2.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/service/DuplicateHostService.java
}).createPageNumberList()); return duplicateHostList; } /** * Retrieves a duplicate host configuration by its unique identifier. * * @param id the unique identifier of the duplicate host configuration * @return an OptionalEntity containing the DuplicateHost if found, empty otherwise * @throws IllegalArgumentException if id is null or empty */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 7.4K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/ServerMessageBlock2.java
this.command = command; } /** * Gets the tree identifier for this message. * * @return the treeId */ public final int getTreeId() { return this.treeId; } /** * Sets the tree identifier for this message. * * @param treeId * the treeId to set */
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 24K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb1/trans/nt/NtTransQuerySecurityDesc.java
int fid; int securityInformation; /** * Constructs an NT transaction to query security descriptor information. * @param config the configuration context * @param fid the file identifier to query * @param securityInformation bitmask specifying which security information to retrieve */ public NtTransQuerySecurityDesc(final Configuration config, final int fid, final int securityInformation) {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 3.4K bytes - Viewed (0) -
docs/en/docs/tutorial/extra-data-types.md
* Data validation. * Automatic annotation and documentation. ## Other data types { #other-data-types } Here are some of the additional data types you can use: * `UUID`: * A standard "Universally Unique Identifier", common as an ID in many databases and systems. * In requests and responses will be represented as a `str`. * `datetime.datetime`: * A Python `datetime.datetime`.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 09:15:41 UTC 2025 - 2.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/service/FileConfigService.java
cb.query().setFileConfigId_Equal(fileConfigId); }); } /** * Retrieves a file configuration by its unique identifier. * * @param id the unique identifier of the file configuration * @return an OptionalEntity containing the file configuration if found, empty otherwise */ public OptionalEntity<FileConfig> getFileConfig(final String id) {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 7.4K bytes - Viewed (0) -
doc/go_spec.html
</p> <h3 id="Qualified_identifiers">Qualified identifiers</h3> <p> A <i>qualified identifier</i> is an identifier qualified with a package name prefix. Both the package name and the identifier must not be <a href="#Blank_identifier">blank</a>. </p> <pre class="ebnf"> QualifiedIdent = PackageName "." identifier . </pre> <p> A qualified identifier accesses an identifier in a different package, which
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Tue May 06 19:12:15 UTC 2025 - 286.2K bytes - Viewed (0)