- Sort Score
- Result 10 results
- Languages All
Results 71 - 80 of 2,188 for protected (0.06 sec)
-
src/main/java/org/codelibs/fess/entity/QueryContext.java
protected final List<SortBuilder<?>> sortBuilderList = new ArrayList<>(); /** The original query string provided by the user. */ protected String queryString; /** Set of query terms that should be highlighted in search results. */ protected Set<String> highlightedQuerySet = null; /** Map storing field names and their associated query terms for logging. */ protected Map<String, List<String>> fieldLogMap = null;
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 9.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/auth/chain/CommandChain.java
/** Working directory for command execution. */ protected File workingDirectory = null; /** Maximum number of output lines to capture. */ protected int maxOutputLine = 1000; /** Command execution timeout in milliseconds. */ protected long executionTimeout = 30L * 1000L; // 30sec /** Character encoding for command output. */ protected String commandOutputEncoding = Charset.defaultCharset().displayName();Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 28 16:29:12 UTC 2025 - 14.4K bytes - Viewed (0) -
.teamcity/.mvn/wrapper/maven-wrapper.jar
extends AbstractPropertiesCo { public void ProjectPropertiesCom(); protected String getPropertyOption(); protected String getPropertyOptionDet(); protected String getPropertyOptionDes(); } org/apache/maven/wrapper/cli/SystemPropertiesComm.class package org.apache.maven.wrapper.cli; public synchronized class SystemPropertiesComm extends AbstractPropertiesCo { public void SystemPropertiesComm(); protected String getPropertyOption(); protected String getPropertyOptionDet(); protected String getPropertyOptionDes();...Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Wed Feb 26 01:48:39 UTC 2020 - 49.5K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/extractor/impl/TikaExtractor.java
protected long maxUncompressionSize = 1000000; /** * Initial buffer size. */ protected int initialBufferSize = 10000; /** * If true, duplicated terms are replaced. */ protected boolean replaceDuplication = false; /** * Space characters. Default includes common space characters. */ protected int[] spaceChars = { '\u0020', '\u00a0', '\u3000', '\ufffd' };Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Sun Nov 23 12:19:14 UTC 2025 - 30.8K bytes - Viewed (0) -
compat/maven-compat/src/test/java/org/apache/maven/repository/legacy/resolver/conflict/AbstractConflictResolverTest.java
// fields ----------------------------------------------------------------- protected Artifact a1; protected Artifact a2; protected Artifact b1; private final String roleHint; @Inject private ArtifactFactory artifactFactory; private ConflictResolver conflictResolver; @Inject protected PlexusContainer container;Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Wed Mar 26 19:31:34 UTC 2025 - 4.3K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb1/ServerMessageBlock.java
protected int flags2; /** * Process identifier. */ protected int pid; /** * User identifier for the authenticated session. */ protected int uid; /** * Multiplex identifier for correlating requests and responses. */ protected int mid; /** * Count of parameter words in the SMB message. */ protected int wordCount; /**Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 38.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/config/bsentity/dbmeta/WebAuthenticationDbm.java
// ========== protected final String _tableDbName = "web_authentication"; protected final String _tableDispName = "web_authentication"; protected final String _tablePropertyName = "WebAuthentication"; public String getTableDbName() { return _tableDbName; } @OverrideRegistered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 13.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/log/bsentity/dbmeta/SearchLogDbm.java
// ========== protected final String _tableDbName = "search_log"; protected final String _tableDispName = "search_log"; protected final String _tablePropertyName = "SearchLog"; public String getTableDbName() { return _tableDbName; } @OverrideRegistered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 16.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/config/bsentity/dbmeta/LabelTypeDbm.java
// ========== protected final String _tableDbName = "label_type"; protected final String _tableDispName = "label_type"; protected final String _tablePropertyName = "LabelType"; public String getTableDbName() { return _tableDbName; } @OverrideRegistered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Nov 27 07:01:25 UTC 2025 - 12.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/config/bsentity/BsLabelType.java
/** createdBy */ protected String createdBy; /** createdTime */ protected Long createdTime; /** excludedPaths */ protected String excludedPaths; /** includedPaths */ protected String includedPaths; /** name */ protected String name; /** permissions */ protected String[] permissions; /** sortOrder */Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 8.5K bytes - Viewed (0)