- Sort Score
- Result 10 results
- Languages All
Results 51 - 60 of 67 for mano (0.1 sec)
-
src/main/java/org/codelibs/fess/sso/saml/SamlAuthenticator.java
logger.debug("Initializing {}", this.getClass().getSimpleName()); } ComponentUtil.getSsoManager().register(this); // Default SAML settings // NOTE: Many security settings are set to false by default for compatibility. // For production use, it is STRONGLY RECOMMENDED to enable security features: // - onelogin.saml2.security.authnrequest_signed
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sun Dec 14 01:18:25 UTC 2025 - 20.2K bytes - Viewed (3) -
src/main/java/jcifs/util/SmbCircuitBreaker.java
// Immediate adjustment based on failure patterns int consecutiveFailureCount = consecutiveFailures.get(); if (consecutiveFailureCount > 10) { // Many consecutive failures, be stricter int newThreshold = Math.max(this.failureThreshold - 1, 2); if (newThreshold != this.failureThreshold) { updateFailureThreshold(newThreshold);Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 33.4K bytes - Viewed (0) -
src/main/resources/fess_label_pt_BR.properties
labels.facet_label_title=Rótulo labels.facet_timestamp_title=Período labels.facet_timestamp_1day=Últimas 24 horas labels.facet_timestamp_1week=Última semana labels.facet_timestamp_1month=Último mês labels.facet_timestamp_1year=Último ano labels.facet_timestamp_3month=Últimos 3 meses labels.facet_timestamp_6month=Últimos 6 meses labels.facet_timestamp_2year=Últimos 2 anos labels.facet_timestamp_3year=Últimos 3 anos labels.facet_contentLength_title=Tamanho
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 48.7K bytes - Viewed (0) -
src/main/resources/fess_label_es.properties
labels.facet_label_title=Etiqueta labels.facet_timestamp_title=Período labels.facet_timestamp_1day=Últimas 24 horas labels.facet_timestamp_1week=Última semana labels.facet_timestamp_1month=Último mes labels.facet_timestamp_1year=Último año labels.facet_timestamp_3month=Últimos 3 meses labels.facet_timestamp_6month=Últimos 6 meses labels.facet_timestamp_2year=Últimos 2 años labels.facet_timestamp_3year=Últimos 3 años labels.facet_contentLength_title=Tamaño
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 49K bytes - Viewed (0) -
src/main/java/jcifs/smb1/smb1/SmbFile.java
* character matches any number of characters in part of a name. If * the expression begins with one or more '?'s then exactly that * many characters will be matched whereas if it ends with '?'s * it will match that many characters <i>or less</i>. * <p> * Wildcard expressions will not filter workgroup names or server names. * * <blockquote><pre> * winnt> ls c?o*Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 112.2K bytes - Viewed (0) -
fess-crawler/src/test/java/org/codelibs/fess/crawler/pool/CrawlerPooledObjectFactoryTest.java
TestComponent.resetCounter(); final int objectCount = 1000; final List<PooledObject<TestComponent>> pooledObjects = new ArrayList<>(); // Create many objects for (int i = 0; i < objectCount; i++) { TestComponent component = factory.create(); assertNotNull(component);
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/smb/SmbFile.java
* character matches any number of characters in part of a name. If * the expression begins with one or more '?'s then exactly that * many characters will be matched whereas if it ends with '?'s * it will match that many characters <i>or less</i>. * <p> * Wildcard expressions will not filter workgroup names or server names. * * <blockquote> * * <pre>Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 103.2K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb1/ServerMessageBlock.java
* common functionality into the superclass and read wordCount * and byteCount worth of data. * * We will still use the readXxxWireFormat return values to * indicate how many bytes(note: readParameterWordsWireFormat * returns bytes read and not the number of words(but the * wordCount member DOES store the number of words)) we * actually read. Incedentally this is important to theRegistered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 38.9K bytes - Viewed (0) -
src/main/resources/fess_label_id.properties
labels.advance_search_filetype_word=MS Word labels.advance_search_filetype_excel=MS Excel labels.advance_search_filetype_powerpoint=MS PowerPoint labels.advance_search_occt=Kemunculan labels.advance_search_occt_default=Di mana saja di halaman labels.advance_search_occt_allintitle=di judul halaman labels.advance_search_occt_allinurl=di URL halaman labels.advance_search_sitesearch=Situs atau domain
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 45.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/sso/entraid/EntraIdAuthenticator.java
* Direct groups are retrieved synchronously, while parent groups are fetched asynchronously * to avoid login delays when users have many nested group memberships. * @param user The Entra ID user to update. */ public void updateMemberOf(final EntraIdUser user) { if (logger.isDebugEnabled()) {Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 56.7K bytes - Viewed (0)