- Sort Score
- Result 10 results
- Languages All
Results 311 - 320 of 1,857 for constructs (0.05 sec)
-
src/main/java/org/codelibs/fess/app/service/StopwordsService.java
@Resource protected DictionaryManager dictionaryManager; /** The Fess configuration for accessing system settings. */ @Resource protected FessConfig fessConfig; /** * Constructs a new stopwords service. */ public StopwordsService() { // do nothing } /** * Retrieves a list of stopwords for a given dictionary and pager. *
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 4.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/service/SynonymService.java
@Resource protected DictionaryManager dictionaryManager; /** The Fess configuration for accessing system settings. */ @Resource protected FessConfig fessConfig; /** * Constructs a new synonym service. */ public SynonymService() { // do nothing } /** * Retrieves a list of synonyms for a given dictionary and pager. *
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 4.5K bytes - Viewed (0) -
src/main/java/jcifs/context/CIFSContextWrapper.java
* * @author mbechler */ public class CIFSContextWrapper implements CIFSContext { private final CIFSContext delegate; private Handler wrappedHandler; /** * Constructs a wrapper around the specified CIFS context. * * @param delegate * context to delegate non-override methods to * */ public CIFSContextWrapper(final CIFSContext delegate) {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 4.9K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/lock/Smb2LeaseBreakNotification.java
private Smb2LeaseKey leaseKey; private int currentLeaseState; private int newLeaseState; private int breakReason; private int accessMaskHint; private int shareAccessHint; /** * Constructs an SMB2 lease break notification with the given configuration. * * @param config the configuration for this notification */ public Smb2LeaseBreakNotification(Configuration config) { super(config);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 23 02:21:31 UTC 2025 - 4.8K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb1/net/NetServerEnum2.java
static final String[] DESCR = { "WrLehDO\u0000B16BBDz\u0000", "WrLehDz\u0000B16BBDz\u0000", }; String domain, lastName = null; int serverTypes; /** * Constructs a NetServerEnum2 request * @param config * the configuration to use * @param domain * the domain to enumerate servers in * @param serverTypes
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 4.5K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb1/trans2/Trans2FindNext2.java
private final int sid, informationLevel; private int resumeKey; private final int tflags; private String filename; private final long maxItems; /** * Constructs a Trans2FindNext2 request for continuing a file search. * * @param config the configuration to use * @param sid the search ID from a previous FindFirst2 response
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 4.5K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb1/trans2/Trans2QueryPathInformationResponse.java
*/ public class Trans2QueryPathInformationResponse extends SmbComTransactionResponse { private final int informationLevel; private FileInformation info; /** * Constructs a Trans2QueryPathInformationResponse with the specified configuration and information level. * * @param config the SMB configuration * @param informationLevel the file information level being queried */
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 4.7K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/interval/impl/AbstractIntervalController.java
* exceptions will be re-thrown as {@link CrawlerSystemException}. * Default value is true. */ protected boolean ignoreException = true; /** * Constructs a new AbstractIntervalController. */ public AbstractIntervalController() { // NOP } /* * (non-Javadoc) *
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sun Jul 06 02:13:03 UTC 2025 - 4.5K bytes - Viewed (0) -
android/guava-testlib/src/com/google/common/util/concurrent/testing/AbstractListenableFutureTest.java
} @Override protected void tearDown() throws Exception { // Make sure we have no waiting threads. latch.countDown(); } /** Constructs a listenable future with a value available after the latch has counted down. */ protected abstract <V> ListenableFuture<V> createListenableFuture( V value, @Nullable Exception except, CountDownLatch waitOn);
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Fri Jul 11 18:52:30 UTC 2025 - 6.1K bytes - Viewed (0) -
src/main/java/jcifs/smb1/smb1/SmbException.java
} SmbException(final String msg, final Throwable rootCause) { super(msg); this.rootCause = rootCause; status = NT_STATUS_UNSUCCESSFUL; } /** * Constructs an SmbException with an error code. * * @param errcode the error code * @param winerr true if this is a Windows error code, false for DOS error code */
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 6K bytes - Viewed (0)