- Sort Score
- Result 10 results
- Languages All
Results 71 - 80 of 271 for Another (0.23 sec)
-
fess-crawler/src/test/java/org/codelibs/fess/crawler/exception/CrawlerSystemExceptionTest.java
CrawlerSystemException exception3 = new CrawlerSystemException(runtimeCause); assertSame(runtimeCause, exception3.getCause()); // With another CrawlerSystemException cause CrawlerSystemException crawlerCause = new CrawlerSystemException("Crawler cause"); CrawlerSystemException exception4 = new CrawlerSystemException(crawlerCause);
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Wed Sep 03 14:42:53 UTC 2025 - 20K bytes - Viewed (0) -
LICENSE
exercise the right to control the distribution of derivative or collective works based on the Library. In addition, mere aggregation of another work not based on the Library with the Library (or with a work based on the Library) on a volume of a storage or distribution medium does not bring the other work under the scope of this License. 3. You may opt to apply the terms of the ordinary GNU General Public
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Mon Jan 18 20:25:38 UTC 2016 - 25.8K bytes - Viewed (0) -
src/main/java/jcifs/smb1/smb1/ServerMessageBlock.java
* wordCount member DOES store the number of words)) we * actually read. Incedentally this is important to the * AndXServerMessageBlock class that needs to potentially * read in another smb's parameter words and bytes based on * information in it's andxCommand, andxOffset, ...etc. */ abstract int writeParameterWordsWireFormat(byte[] dst, int dstIndex);Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 07:14:38 UTC 2025 - 19.7K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/ServerMessageBlock2.java
/** * @param mid * the mid to set */ @Override public final void setMid(final long mid) { this.mid = mid; } /** * Chains another message to this message for compound operations. * * @param n the message to chain * @return whether chaining was successful */ public boolean chain(final ServerMessageBlock2 n) {Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 24K bytes - Viewed (0) -
src/main/java/org/codelibs/core/lang/StringUtil.java
*/ public static final boolean isNotEmpty(final String text) { return !isEmpty(text); } /** * Replaces all occurrences of a substring within a string with another string. * * @param text * The original string. * @param fromText * The substring to be replaced. * @param toText * The replacement substring.Registered: Sat Dec 20 08:55:33 UTC 2025 - Last Modified: Sat Nov 22 11:21:59 UTC 2025 - 21.5K bytes - Viewed (0) -
fess-crawler/src/test/java/org/codelibs/fess/crawler/pool/CrawlerPooledObjectFactoryTest.java
// Each factory instance has independent configuration assertEquals("testComponent", factory.getComponentName()); assertSame(container, factory.getCrawlerContainer()); // Create another factory with different settings OnDestroyListener<TestComponent> listener = new OnDestroyListener<TestComponent>() { @Override public void onDestroy(PooledObject<TestComponent> p) {Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Thu Nov 20 13:07:01 UTC 2025 - 36.7K bytes - Viewed (0) -
src/main/java/jcifs/smb1/smb1/SmbFile.java
* other SMB clients (including other threads making calls into jCIFS) * will not be permitted to access the target file and will receive "The * file is being accessed by another process" message. */ public static final int FILE_NO_SHARE = 0x00; /** * When specified as the {@code shareAccess} constructor parameter,
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 112.2K bytes - Viewed (0) -
src/main/java/org/codelibs/core/lang/ClassUtil.java
assertArgumentNotEmpty("className", className); return (T) newInstance(forName(className, loader)); } /** * Returns whether the class can be assigned from another class. * * @param toClass * The target class. Must not be {@literal null}. * @param fromClass * The source class. Must not be {@literal null}.
Registered: Sat Dec 20 08:55:33 UTC 2025 - Last Modified: Thu Jul 31 08:16:49 UTC 2025 - 25.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/action/FessMessages.java
/** The key of the message: It may have been deleted by another process. Please try again. */ public static final String ERRORS_APP_DB_ALREADY_DELETED = "{errors.app.db.already.deleted}"; /** The key of the message: It may have been updated by another process. Please try again. */ public static final String ERRORS_APP_DB_ALREADY_UPDATED = "{errors.app.db.already.updated}";Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Jul 05 02:36:47 UTC 2025 - 119.6K bytes - Viewed (0) -
docs/smb3-features/06-witness-protocol-design.md
// Re-register for notifications reregisterNotifications(); } else { // Schedule another retry scheduleServiceRetry(); } } catch (Exception e) { log.debug("Witness service retry failed", e); scheduleServiceRetry();Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 16 02:53:50 UTC 2025 - 42K bytes - Viewed (0)