- Sort Score
- Result 10 results
- Languages All
Results 411 - 420 of 446 for enables (0.04 sec)
-
src/main/resources/fess_label_pl.properties
labels.web_crawling_button_create=Utwórz labels.web_crawling_button_create_job=Utwórz nowe zadanie labels.crawler_configuration=Konfiguracja ogólna labels.crawler_title_edit=Konfiguracja ogólna labels.schedule=Harmonogram labels.enabled=Włączone labels.day_for_cleanup=Usuń poprzednie dokumenty labels.day=dni labels.crawl_button_update=Aktualizuj labels.none=Brak labels.crawling_thread_count=Konfiguracja jednoczesnych crawlerów
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 48.1K bytes - Viewed (0) -
src/main/resources/fess_label_tr.properties
labels.web_crawling_button_create=Oluştur labels.web_crawling_button_create_job=Yeni İş Oluştur labels.crawler_configuration=Genel Yapılandırma labels.crawler_title_edit=Genel Yapılandırma labels.schedule=Zamanlama labels.enabled=Etkin labels.day_for_cleanup=Eski belgeleri sil labels.day=gün labels.crawl_button_update=Güncelle labels.none=Yok labels.crawling_thread_count=Eşzamanlı Tarayıcı Yapılandırması
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 47K bytes - Viewed (0) -
src/main/java/jcifs/http/NtlmHttpURLConnection.java
if (!this.allowUserInteraction || (attempt >= MAX_REDIRECTS)) { break; } reconnect(); } throw new IOException("Unable to negotiate NTLM authentication."); } finally { this.cachedOutput = null; } }
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 25.6K bytes - Viewed (0) -
src/main/java/jcifs/util/SecureKeyManager.java
} // Get current key byte[] currentKey = getRawKey(sessionId); if (currentKey == null) { throw new IllegalStateException("Unable to retrieve current key for rotation"); } try { // Generate new key version int currentVersion = keyVersions.getOrDefault(sessionId, 0);Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 21.5K bytes - Viewed (0) -
guava/src/com/google/common/base/Throwables.java
/** * Returns the innermost cause of {@code throwable}. The first throwable in a chain provides * context from when the error or exception was initially detected. Example usage: * * <pre> * assertEquals("Unable to assign a customer id", Throwables.getRootCause(e).getMessage()); * </pre> * * @throws IllegalArgumentException if there is a loop in the causal chain */Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 20.6K bytes - Viewed (0) -
fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml
<_comment>Office Open XML Workbook Add-in (macro-enabled)</_comment> <glob pattern="*.xlam"/> <sub-class-of type="application/x-tika-ooxml"/> </mime-type> <mime-type type="application/vnd.ms-excel.sheet.macroenabled.12"> <_comment>Office Open XML Workbook (macro-enabled)</_comment> <glob pattern="*.xlsm"/> <sub-class-of type="application/x-tika-ooxml"/>
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Thu Oct 16 07:46:32 UTC 2025 - 320.2K bytes - Viewed (5) -
src/main/config/eclipse/formatter/java.xml
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_while" value="insert"/> <setting id="org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode" value="enabled"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_switch" value="do not insert"/> <setting id="org.eclipse.jdt.core.formatter.alignment_for_method_declaration" value="0"/>
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sun Sep 17 06:39:42 UTC 2017 - 30.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/ldap/LdapManager.java
* * <p>This method performs the following validations: * <ul> * <li>Checks if username and password are not blank</li> * <li>Verifies LDAP admin is enabled for the user</li> * <li>Confirms the user exists in LDAP directory</li> * </ul> * * @param username the username of the user (must not be null or blank)Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 28 16:29:12 UTC 2025 - 86.3K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/collect/ImmutableMapTest.java
Collection<String> collection = map.values(); LenientSerializableTester.reserializeAndAssertElementsEqual(collection); } // TODO: Re-enable this test after moving to new serialization format in ImmutableMap. @J2ktIncompatible @GwtIncompatible // SerializableTester @SuppressWarnings("unchecked")
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Tue Oct 28 16:03:47 UTC 2025 - 36.7K bytes - Viewed (0) -
android/guava/src/com/google/common/collect/ArrayTable.java
@Override protected Cell<R, C, @Nullable V> get(int index) { return getCell(index); } }; } private Cell<R, C, @Nullable V> getCell(int index) { return new Tables.AbstractCell<R, C, @Nullable V>() { final int rowIndex = index / columnList.size(); final int columnIndex = index % columnList.size(); @Override public R getRowKey() {Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Wed Aug 13 19:39:21 UTC 2025 - 26.2K bytes - Viewed (0)