- Sort Score
- Result 10 results
- Languages All
Results 51 - 60 of 128 for additional (0.04 sec)
-
src/main/java/jcifs/internal/smb1/trans/nt/SmbComNtTransaction.java
import jcifs.internal.util.SMBUtil; /** * Base class for SMB1 NT Transaction request messages. * * NT Transactions are an extended form of the basic transaction protocol * that provides additional functionality for Windows NT-specific operations * such as security descriptor queries and file change notifications. */ public abstract class SmbComNtTransaction extends SmbComTransaction {Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 4.5K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb1/com/SmbComSeekResponse.java
*/ @Override protected int readBytesWireFormat(final byte[] buffer, final int bufferIndex) throws SMBProtocolDecodingException { // SmbComSeekResponse has no additional data to read beyond header return 0; }Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 2.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/fileconfig/CreateForm.java
public String includedDocPaths; /** The document paths to exclude from search results (pattern-based). */ @CustomSize(maxKey = "form.admin.max.input.size") public String excludedDocPaths; /** Additional configuration parameters for the file crawler. */ @CustomSize(maxKey = "form.admin.max.input.size") public String configParameter; /** The maximum crawling depth (0 to 2147483647, 0 means unlimited). */Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 5.6K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/info/Smb2QueryInfoRequest.java
public final void setFilesystemInfoClass(final byte fileInfoClass) { setInfoType(Smb2Constants.SMB2_0_INFO_FILESYSTEM); this.fileInfoClass = fileInfoClass; } /** * Sets additional information flags for the query * * @param additionalInformation * the additionalInformation to set */ public final void setAdditionalInformation(final int additionalInformation) {
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 6.4K bytes - Viewed (0) -
fess-crawler-opensearch/src/main/java/org/codelibs/fess/crawler/entity/OpenSearchUrlFilter.java
this.url = url; } /** * Converts this URL filter to XContent format for OpenSearch indexing. * * @param builder The XContentBuilder to write to. * @param params Additional parameters for the conversion. * @return The XContentBuilder with the URL filter data. * @throws IOException if the conversion fails. */ @OverrideRegistered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Sun Jul 06 02:13:03 UTC 2025 - 3.6K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb2/info/Smb2QueryInfoRequestTest.java
request = new Smb2QueryInfoRequest(mockConfig); int testAdditionalInfo = 0x12345678; request.setAdditionalInformation(testAdditionalInfo); // Verify additional information was set Field additionalInfoField; try { additionalInfoField = Smb2QueryInfoRequest.class.getDeclaredField("additionalInformation");
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 22.6K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/entity/SitemapImage.java
/** * Represents an image entry within a sitemap URL. * This class encapsulates the properties of an image as defined in the Google Image Sitemap extension. * * <p> * The image extension allows you to provide additional information about images on your pages. * This can help Google index your images and display them in Google Images search results. * </p> *
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Thu Nov 13 13:34:36 UTC 2025 - 3.8K bytes - Viewed (0) -
src/main/java/jcifs/smb/DirFileEntryEnumIteratorBase.java
* * @param th the SMB tree handle for the connection * @param parent the parent resource being enumerated * @param wildcard the wildcard pattern for filtering entries * @param filter additional resource name filter to apply * @param searchAttributes the file attributes to search for * @throws CIFSException if an error occurs during initialization */Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 7.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/ingest/Ingester.java
import org.codelibs.fess.util.ComponentUtil; /** * Abstract base class for document ingesters that process and transform documents * before they are indexed. Ingesters can be used to modify document content, * extract additional metadata, or perform other transformations during the * indexing process. * * Ingesters are processed in priority order, with lower numbers having higher priority. */ public abstract class Ingester {Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 4.1K bytes - Viewed (0) -
src/main/java/jcifs/spnego/NegTokenTarg.java
/** * Result code indicating authentication completed successfully */ public static final int ACCEPT_COMPLETED = 0; /** * Result code indicating authentication is incomplete and additional tokens required */ public static final int ACCEPT_INCOMPLETE = 1; /** * Result code indicating authentication was rejected */ public static final int REJECTED = 2; /**Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 6.9K bytes - Viewed (0)