- Sort Score
- Result 10 results
- Languages All
Results 71 - 80 of 1,708 for unprotected (0.15 sec)
-
src/main/java/jcifs/internal/smb1/com/SmbComTreeDisconnect.java
super(config, SMB_COM_TREE_DISCONNECT); } @Override protected int writeParameterWordsWireFormat ( byte[] dst, int dstIndex ) { return 0; } @Override protected int writeBytesWireFormat ( byte[] dst, int dstIndex ) { return 0; } @Override protected int readParameterWordsWireFormat ( byte[] buffer, int bufferIndex ) { return 0; }
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Jul 01 13:12:10 UTC 2018 - 1.8K bytes - Viewed (0) -
src/main/java/org/codelibs/core/beans/impl/MethodDescImpl.java
/** このメソッドを所有するクラスの{@link BeanDesc} */ protected final BeanDesc beanDesc; /** メソッド */ protected final Method method; /** メソッド名 */ protected final String methodName; /** メソッドの引数型の配列 */ protected final Class<?>[] parameterTypes; /** メソッドの戻り値型 */ protected final Class<?> returnType; /** パラメータ化された引数型の情報 */ protected final ParameterizedClassDesc[] parameterizedClassDescs;
Registered: Fri Nov 01 20:58:10 UTC 2024 - Last Modified: Thu Mar 07 01:59:08 UTC 2024 - 7.4K bytes - Viewed (0) -
compat/maven-toolchain-model/src/main/java/org/apache/maven/toolchain/model/BaseObject.java
import java.io.Serializable; import static java.util.Objects.requireNonNull; public abstract class BaseObject implements Serializable, Cloneable { protected transient ChildrenTracking childrenTracking; protected Object delegate; public BaseObject() {} public BaseObject(Object delegate, BaseObject parent) { this.delegate = requireNonNull(delegate, "delegate cannot be null");
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 2K bytes - Viewed (0) -
src/main/java/jcifs/ntlmssp/NtlmMessage.java
/** * The NTLMSSP "preamble". */ protected static final byte[] NTLMSSP_SIGNATURE = new byte[] { (byte) 'N', (byte) 'T', (byte) 'L', (byte) 'M', (byte) 'S', (byte) 'S', (byte) 'P', (byte) 0 }; /** * NTLM version */ protected static final byte[] NTLMSSP_VERSION = new byte[] { 6, 1, 0, 0, 0, 0, 0, 15 }; protected static final int NTLMSSP_TYPE1 = 0x1;
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Jul 01 13:12:10 UTC 2018 - 5.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/query/parser/QueryParser.java
public class QueryParser { protected String defaultField = Constants.DEFAULT_FIELD; protected Analyzer analyzer = new WhitespaceAnalyzer(); protected boolean allowLeadingWildcard = true; protected Operator defaultOperator = Operator.AND; protected List<Filter> filterList = new ArrayList<>(); protected FilterChain filterChain; @PostConstruct
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Oct 11 21:20:39 UTC 2024 - 5.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/score/ScoreBooster.java
protected BulkRequestBuilder bulkRequestBuilder = null; protected int priority = 1; protected String requestTimeout = "1m"; protected int requestCacheSize = 1000; protected String scriptLang = "painless"; protected String scriptCode = null; protected Function<Map<String, Object>, String[]> idFinder = params -> {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Oct 11 21:11:58 UTC 2024 - 5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/FileAuthenticationDbm.java
// ========== protected final String _tableDbName = "file_authentication"; protected final String _tableDispName = "file_authentication"; protected final String _tablePropertyName = "FileAuthentication"; public String getTableDbName() { return _tableDbName; } @Override
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 12.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/log/cbean/bs/BsFavoriteLogCB.java
} return _specification; } protected void assertQueryPurpose() { } protected void assertAggregationPurpose() { } protected void assertSpecifyPurpose() { } public static class HpSpecification { protected List<String> columnList = new ArrayList<>(); public void doColumn(String name) {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 6.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/log/cbean/bs/BsUserInfoCB.java
} return _specification; } protected void assertQueryPurpose() { } protected void assertAggregationPurpose() { } protected void assertSpecifyPurpose() { } public static class HpSpecification { protected List<String> columnList = new ArrayList<>(); public void doColumn(String name) {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 6.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/UserInfoHelper.java
public class UserInfoHelper { protected static final String USER_BEAN = "lastaflute.action.USER_BEAN.FessUserBean"; protected int resultDocIdsCacheSize = 20; protected String cookieName = "fsid"; protected String cookieDomain; protected int cookieMaxAge = 30 * 24 * 60 * 60;// 1 month protected String cookiePath = "/"; protected Boolean cookieSecure;
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:53:18 UTC 2024 - 8.5K bytes - Viewed (0)