- Sort Score
- Result 10 results
- Languages All
Results 761 - 770 of 2,072 for protected (0.15 sec)
-
src/main/java/org/codelibs/fess/app/service/RequestHeaderService.java
import org.dbflute.optional.OptionalEntity; import jakarta.annotation.Resource; public class RequestHeaderService { @Resource protected RequestHeaderBhv requestHeaderBhv; @Resource protected FessConfig fessConfig; public List<RequestHeader> getRequestHeaderList(final ReqHeaderPager requestHeaderPager) {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:53:18 UTC 2024 - 3.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/service/WebAuthenticationService.java
import org.dbflute.optional.OptionalEntity; import jakarta.annotation.Resource; public class WebAuthenticationService { @Resource protected WebAuthenticationBhv webAuthenticationBhv; @Resource protected FessConfig fessConfig; public List<WebAuthentication> getWebAuthenticationList(final WebAuthPager webAuthenticationPager) {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:53:18 UTC 2024 - 3.5K bytes - Viewed (0) -
src/main/java/org/codelibs/core/exception/ClIllegalArgumentException.java
private static final long serialVersionUID = -3701473506893554853L; /** {@code null} である引数の名前 */ protected final String argName; /** メッセージコード */ protected final String messageCode; /** メッセージの引数 */ protected final Object[] args; /** * {@link ClIllegalArgumentException}を作成します。 * * @param argName * 引数の名前
Registered: Fri Nov 01 20:58:10 UTC 2024 - Last Modified: Thu Mar 07 01:59:08 UTC 2024 - 2.7K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/tree/Smb2TreeConnectRequest.java
* @param path */ public Smb2TreeConnectRequest ( Configuration config, String path ) { super(config, SMB2_TREE_CONNECT); this.path = path; } @Override protected Smb2TreeConnectResponse createResponse ( CIFSContext tc, ServerMessageBlock2Request<Smb2TreeConnectResponse> req ) { return new Smb2TreeConnectResponse(tc.getConfig()); } /** * {@inheritDoc}
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Jul 01 13:12:10 UTC 2018 - 3.2K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb1/net/SmbShareInfo.java
import jcifs.smb.FileEntry; import jcifs.util.Hexdump; /** * Internal use only * * @internal */ public class SmbShareInfo implements FileEntry { protected String netName; protected int type; protected String remark; /** * */ public SmbShareInfo () {} /** * * @param netName * @param type * @param remark
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Feb 17 09:30:57 UTC 2019 - 3.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/service/KeyMatchService.java
import org.dbflute.optional.OptionalEntity; import jakarta.annotation.Resource; public class KeyMatchService extends FessAppService { @Resource protected KeyMatchBhv keyMatchBhv; @Resource protected FessConfig fessConfig; public List<KeyMatch> getKeyMatchList(final KeyMatchPager keyMatchPager) { final PagingResultBean<KeyMatch> keyMatchList = keyMatchBhv.selectPage(cb -> {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:53:18 UTC 2024 - 3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/failureurl/AdminFailureurlAction.java
// ====== @Override protected void setupHtmlData(final ActionRuntime runtime) { super.setupHtmlData(runtime); runtime.registerData("helpLink", systemHelper.getHelpLink(fessConfig.getOnlineHelpNameFailureurl())); } @Override protected String getActionRole() { return ROLE; }
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:53:18 UTC 2024 - 7.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/joblog/AdminJoblogAction.java
// ====== @Override protected void setupHtmlData(final ActionRuntime runtime) { super.setupHtmlData(runtime); runtime.registerData("helpLink", systemHelper.getHelpLink(fessConfig.getOnlineHelpNameJoblog())); } @Override protected String getActionRole() { return ROLE; }
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:53:18 UTC 2024 - 8.4K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/helper/RoleQueryHelperTest.java
return roleSet; } public void test_buildByParameter() { final RoleQueryHelper roleQueryHelperImpl = new RoleQueryHelper() { protected long getCurrentTime() { return System.currentTimeMillis(); } }; Set<String> roleSet; roleSet = buildByParameter(roleQueryHelperImpl, getMockRequest());
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:53:18 UTC 2024 - 14.2K bytes - Viewed (0) -
android/guava/src/com/google/common/escape/ArrayBasedUnicodeEscaper.java
* @param safeMax the highest character value in the safe range * @param unsafeReplacement the default replacement for unsafe characters or null if no default * replacement is required */ protected ArrayBasedUnicodeEscaper( Map<Character, String> replacementMap, int safeMin, int safeMax, @Nullable String unsafeReplacement) {
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Sat Oct 19 00:26:48 UTC 2024 - 8.6K bytes - Viewed (0)