- Sort Score
- Result 10 results
- Languages All
Results 381 - 390 of 1,857 for constructs (0.05 sec)
-
fess-crawler/src/main/java/org/codelibs/fess/crawler/transformer/impl/FileTransformer.java
/** Logger instance for this class */ private static final Logger logger = LogManager.getLogger(FileTransformer.class); /** * Constructs a new FileTransformer. */ public FileTransformer() { // Default constructor } /** * A path to store downloaded files. The default path is a current * directory. */ protected String path; /**
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Thu Aug 07 02:55:08 UTC 2025 - 11.7K bytes - Viewed (0) -
android/guava/src/com/google/common/net/PercentEscaper.java
* should remain unmodified in the output. If {@code c >= safeOctets.length} then it should be * escaped. */ private final boolean[] safeOctets; /** * Constructs a percent escaper with the specified safe characters and optional handling of the * space character. * * <p>Not that it is allowed, but not necessarily desirable to specify {@code %} as a safe
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sat Dec 28 01:26:26 UTC 2024 - 8.6K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/nego/Smb2NegotiateRequest.java
private final byte[] clientGuid = new byte[16]; private final int securityMode; private final NegotiateContextRequest[] negotiateContexts; private byte[] preauthSalt; /** * Constructs an SMB2 negotiate request with the specified configuration and security mode. * * @param config the configuration for this request * @param securityMode the security mode flags for negotiation */
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 9.3K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb1/com/SmbComNTCreateAndX.java
private final int impersonationLevel; private long allocationSize; private final byte securityFlags; private int namelen_index; private int flags0, desiredAccess; /** * Constructs an NT Create AndX request. * * @param config the configuration * @param name the file name to create or open * @param flags the file open flags (O_CREAT, O_EXCL, O_TRUNC)
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 8.6K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/extractor/impl/AbstractXmlExtractor.java
protected int preloadSizeForCharset = 2048; /** * Indicates whether comment tags should be ignored during extraction. */ protected boolean ignoreCommentTag = false; /** * Constructs a new AbstractXmlExtractor. */ public AbstractXmlExtractor() { // NOP } /** * Returns the pattern used to extract encoding information from content.
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sun Jul 06 02:13:03 UTC 2025 - 8.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/CrawlingInfoHelper.java
map.put(crawlingInfoParam.getKey(), crawlingInfoParam.getValue()); } return map; } /** * Generates a unique document ID from the provided data map. * Constructs an ID string from URL, roles, and virtual hosts, then generates a hash. * * @param dataMap the document data map containing URL, roles, and virtual host information
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 15.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/LabelTypeHelper.java
*/ public static class LabelTypePattern { private final String value; private Pattern includedPaths; private Pattern excludedPaths; /** * Constructs a new label type pattern. * * @param value The value. * @param includedPaths The included paths. * @param excludedPaths The excluded paths. */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 14.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/entity/QueryContext.java
protected boolean disableRoleQuery = false; /** The default field to search in when no specific field is specified. */ protected String defaultField = null; /** * Constructs a new QueryContext with the specified query string. * Processes special query prefixes (allinurl:, allintitle:) and initializes * request-scoped attributes for highlighting and field logging.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 9.4K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/client/http/form/FormScheme.java
private static final String PASSWORD = "${password}"; private static final String USERNAME = "${username}"; private final Map<String, String> parameterMap; /** * Constructs a FormScheme with the given parameter map. * @param parameterMap The map of parameters. */ public FormScheme(final Map<String, String> parameterMap) { this.parameterMap = parameterMap; }
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sun Jul 06 02:13:03 UTC 2025 - 14.3K bytes - Viewed (1) -
src/main/java/jcifs/smb/SID.java
return str; } return toString(); } /** * Manually resolve this SID. Normally SIDs are automatically * resolved. However, if a SID is constructed explicitly using a SID * constructor, JCIFS will have no knowledge of the server that created the * SID and therefore cannot possibly resolve it automatically. In this case, * this method will be necessary. *
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 16K bytes - Viewed (0)