- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 10 for teljes (0.48 sec)
-
src/main/resources/fess_indices/_aws/fess.json
"aonde", "aos", "apos", "aquele", "aqueles", "as", "assim", "com", "como", "contra", "contudo", "cuja", "cujas", "cujo", "cujos", "da", "das", "de", "dela", "dele", "deles", "demais", "depois", "desde", "desta", "deste", "dispoe", "dispoem", "diversa", "diversas", "diversos", "do", "dos", "durante", "e", "ela", "elas", "ele", "eles", "em", "entao", "entre", "essa", "essas", "esse", "esses", "esta", "estas", "este", "estes", "ha", "isso", "isto", "logo", "mais", "mas", "mediante", "menos", "mesma",...
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Jun 14 00:36:40 UTC 2025 - 117.3K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/entity/SitemapAlternateLink.java
/** * Represents an alternate link entry within a sitemap URL. * This class encapsulates the properties of an alternate link as defined in the hreflang annotation. * * <p> * The hreflang attribute tells search engines about alternate versions of a page in different languages * or for different regions. This helps search engines serve the correct language or regional URL * to searchers. * </p> *
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Thu Nov 13 13:34:36 UTC 2025 - 2.6K bytes - Viewed (0) -
src/main/resources/fess_label_fr.properties
labels.bad_word_list=Liste des mots interdits labels.backup_list=Liste des sauvegardes labels.access_token_list=Liste des jetons d'accès labels.suggest_search_log_enabled=Suggérer à partir des termes de recherche labels.suggest_documents_enabled=Suggérer à partir des documents labels.purge_suggest_search_log_day=Supprimer les anciennes informations de suggestion labels.crawling_info_title=Informations sur l'exploration
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 49.2K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb1/com/SmbComNTCreateAndXTest.java
} /** * Fetch a private field value via reflection. This helper keeps the * test code tidy and is used where unit‑testing logic relies on * internally stored data. */ private static Object getPrivateField(Object target, String name) { try { java.lang.reflect.Field f = target.getClass().getDeclaredField(name);Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 5.6K bytes - Viewed (0) -
src/test/java/jcifs/smb1/smb1/SmbFileTest.java
// This test focuses on the logic based on the URL structure. SmbFile file = new SmbFile("smb1://server/share/file.txt"); // Without a real connection, getType relies on path parsing. // getUncPath0() will result in a path > 1, so it should be TYPE_FILESYSTEM assertEquals(SmbFile.TYPE_FILESYSTEM, file.getType()); } @TestRegistered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 8.5K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/net/protocol/gcs/Handler.java
* * <p> * The URL format is expected to be: {@code gcs://bucketName/objectName}. * The bucket name and object name are extracted from the URL. * </p> * * <p> * The handler relies on environment variables for configuration: * </p> * <ul> * <li>{@code GCS_PROJECT_ID}: The Google Cloud project ID.</li> * <li>{@code GCS_ENDPOINT}: Custom endpoint URL (optional, for testing with fake-gcs-server).</li>Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Thu Dec 11 08:38:29 UTC 2025 - 9.6K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/net/protocol/s3/Handler.java
* * <p> * The URL format is expected to be: {@code s3://bucketName/objectName}. * The bucket name and object name are extracted from the URL. * </p> * * <p> * The handler relies on environment variables for configuration: * </p> * <ul> * <li>{@code S3_ENDPOINT}: The endpoint URL of the S3 service.</li> * <li>{@code S3_ACCESS_KEY}: The access key for authentication.</li>Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Thu Dec 11 07:57:44 UTC 2025 - 9.5K bytes - Viewed (0) -
docs/pt-BR/README.md
$ mvn jdeb:jdeb # pacote .deb ### Gerar Código Fonte $ mvn dbflute:download # (comando executado uma vez) $ mvn dbflute:freegen $ mvn license:format ### Testes de Integração Inicie o servidor Fess e execute o seguinte comando: $ mvn test -P integrationTests -Dtest.fess.url="http://localhost:8080" -Dtest.search_engine.url="http://localhost:9201"Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Tue Nov 11 22:42:32 UTC 2025 - 7.6K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/net/protocol/storage/Handler.java
* * <p> * The URL format is expected to be: {@code storage://bucketName/objectName}. * The bucket name and object name are extracted from the URL. * </p> * * <p> * The handler relies on environment variables for configuration: * </p> * <ul> * <li>{@code STORAGE_ENDPOINT}: The endpoint URL of the MinIO service.</li> * <li>{@code STORAGE_ACCESS_KEY}: The access key for authentication.</li>Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Thu Nov 20 08:52:56 UTC 2025 - 11.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/sso/spnego/SpnegoAuthenticator.java
public ActionResponse getResponse(final SsoResponseType responseType) { return null; } /** * Performs logout for the specified user. * * SPNEGO authentication relies on the underlying Kerberos infrastructure * for session management, so no specific logout URL is provided. * * @param user The user to logout
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 28 16:29:12 UTC 2025 - 17.8K bytes - Viewed (3)