- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 11 for eurent (0.47 sec)
-
src/main/java/org/codelibs/fess/sso/entraid/EntraIdAuthenticator.java
return getParentGroup(user, id, 0); } /** * Retrieves parent group information for the specified group ID with depth tracking. * @param user The Entra ID user. * @param id The group ID to get parent information for. * @param depth The current recursion depth. * @return A pair containing group names and role names. */
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 56.7K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbSessionImpl.java
// Could attempt re-registration here } } /** * Handle a witness event * * @param notification the witness notification */ private void handleWitnessEvent(WitnessNotification notification) { log.info("Handling witness event: {} for resource: {}", notification.getEventType(), notification.getResourceName());Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 68.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/crawler/transformer/FessXpathTransformer.java
return null; } return 0; } } /** * Creates a URI object from the current URL and a relative or absolute URL string. * * @param currentUrl the current URL as base * @param url the URL string to process * @return the URI object * @throws URISyntaxException if the URI is malformed */Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Dec 12 13:58:40 UTC 2025 - 54.6K bytes - Viewed (0) -
pom.xml
<url>https://github.com/codelibs/fess</url> <tag>HEAD</tag> </scm> <parent> <groupId>org.codelibs.fess</groupId> <artifactId>fess-parent</artifactId> <version>15.4.0</version> <relativePath /> </parent> <properties> <!-- DEB & RPM build --> <packaging.fess.home.dir>/usr/share/fess</packaging.fess.home.dir>
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 20 08:30:43 UTC 2025 - 49.4K bytes - Viewed (0) -
src/test/java/jcifs/smb/SmbFileIntegrationTest.java
assertEquals("shared", file.getShare(), "Share should be extracted correctly"); assertNotNull(file.getParent(), "Parent should not be null"); assertTrue(file.getParent().endsWith("/shared/path/"), "Parent path should be correct"); } @Test void testUNCPath() throws Exception { SmbFile file = new SmbFile(baseUrl + "shared/unc.txt", context);
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 56K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/ViewHelper.java
} matcher.appendTail(buf); return buf.toString(); }).orElse(value); } /** * Gets the set of highlight queries from the current request. * * @return OptionalThing containing the query set */ protected OptionalThing<Set<String>> getQuerySet() { return LaRequestUtil.getOptionalRequest()Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 28 16:29:12 UTC 2025 - 52.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/ldap/LdapManager.java
* * @param user the user object with new attribute values * @param adminEnv the supplier for admin environment * @param userDN the DN of the user entry * @param result the search results containing current attributes */ protected void modifyUserAttributes(final User user, final Supplier<Hashtable<String, String>> adminEnv, final String userDN, final List<SearchResult> result) {Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 28 16:29:12 UTC 2025 - 86.3K bytes - Viewed (0) -
src/main/resources/fess_label_fr.properties
labels.backup_name=Nom labels.backup_bulk_file=Fichier en vrac labels.backup_button_upload=Téléverser labels.process_time_is_exceeded=Le temps de traitement de la recherche a dépassé la limite. Les résultats affichés peuvent être partiels. labels.user_given_name=Prénom labels.givenName=Prénom (nom donné) labels.user_surname=Nom de famille labels.surame=Nom de famille labels.user_mail=E-mail labels.mail=E-mail
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 49.2K bytes - Viewed (0) -
fess-crawler-lasta/src/main/resources/crawler/extractor.xml
"audio/vnd.dolby.pl2", "audio/vnd.dolby.pl2x", "audio/vnd.dolby.pl2z", "audio/vnd.dts", "audio/vnd.dts.hd", "audio/vnd.everad.plj", "audio/vnd.hns.audio", "audio/vnd.lucent.voice", "audio/vnd.ms-playready.media.pya", "audio/vnd.nokia.mobile-xmf", "audio/vnd.nortel.vbk", "audio/vnd.nuera.ecelp4800", "audio/vnd.nuera.ecelp7470", "audio/vnd.nuera.ecelp9600",
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Sun Nov 23 03:46:53 UTC 2025 - 50.1K bytes - Viewed (0) -
src/main/resources/fess_config.properties
index.field.timestamp=timestamp # Field name for label in the index. index.field.label=label # Field name for MIME type in the index. index.field.mimetype=mimetype # Field name for parent ID in the index. index.field.parent_id=parent_id # Field name for important content in the index. index.field.important_content=important_content # Field name for content in the index. index.field.content=content
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Dec 11 09:47:03 UTC 2025 - 54.8K bytes - Viewed (0)