- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 11 for crealm (3.52 sec)
-
src/test/java/jcifs/smb/SmbFileIntegrationTest.java
try { // Create temporary directory structure for SMB shares Path tempDir = Files.createTempDirectory("smbtest"); // Create directory structure Files.createDirectories(tempDir.resolve("public")); Files.createDirectories(tempDir.resolve("shared")); // Create some initial filesRegistered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 56K bytes - Viewed (0) -
src/main/resources/fess_label_es.properties
labels.handler_parameter=Parámetro labels.handler_script=Script labels.data_crawling_button_create=Crear labels.data_crawling_button_create_job=Crear nuevo trabajo labels.wizard_title_configuration=Asistente de configuración labels.wizard_start_title=Configuración rápida labels.wizard_start_desc=Puede crear fácilmente una configuración de rastreo utilizando el asistente de configuración.
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/org/codelibs/fess/crawler/transformer/FessXpathTransformer.java
return URI.create(protocol + url); } if (url.startsWith("//")) { final String protocol = currentUrl.split(":")[0]; return URI.create(protocol + ":" + url); } if (url.startsWith("/") || url.indexOf(':') == -1) { return URI.create(currentUrl).resolve(url); }Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Dec 12 13:58:40 UTC 2025 - 54.6K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/client/http/HcHttpClient.java
/** User agent string */ protected String userAgent = "Crawler"; /** HTTP client context for requests */ protected HttpClientContext httpClientContext = HttpClientContext.create(); /** Proxy host name */ protected String proxyHost; /** Proxy port number */ protected Integer proxyPort; /** Proxy authentication scheme */Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Sun Nov 23 12:19:14 UTC 2025 - 53.7K bytes - Viewed (0) -
src/test/java/jcifs/dcerpc/msrpc/lsarpcTest.java
@Test void testLsarDomainInfoEncode() throws NdrException { lsarpc.LsarDomainInfo domainInfo = new lsarpc.LsarDomainInfo(); domainInfo.name = new rpc.unicode_string(); // Use real object, not mock domainInfo.name.length = 10; domainInfo.name.maximum_length = 20; domainInfo.name.buffer = new short[10]; domainInfo.sid = mock(rpc.sid_t.class);Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 60.8K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbSessionImpl.java
anonymous = true; } if ((response.getSessionFlags() & Smb2SessionSetupResponse.SMB2_SESSION_FLAG_ENCRYPT_DATA) != 0) { // Server requires encryption - create encryption context try { if (log.isDebugEnabled()) { log.debug("Server requires encryption, creating encryption context"); }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/api/json/SearchApiManager.java
this.tags = tags; this.fields = fields; this.num = num; this.request = request; } /** * Parses the HTTP request to create a RequestParameter object. * @param request The HTTP servlet request containing the parameters * @return A new RequestParameter object with parsed values */Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 28 16:29:12 UTC 2025 - 55.4K bytes - Viewed (1) -
src/main/java/jcifs/smb/SmbTransportImpl.java
}; if (oldHash != null) { dgst.update(oldHash); } dgst.update(input, off, len); return dgst.digest(); } /** * Create encryption context for SMB3 encrypted communication * * @param sessionKey the session key from GSS-API authentication * @param preauthHash the pre-authentication integrity hash (SMB 3.1.1 only)Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 69.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/sso/entraid/EntraIdAuthenticator.java
* @return The authorization URL to redirect the user to. */ protected String getAuthUrl(final HttpServletRequest request) { final String state = UuidUtil.create(); final String nonce = UuidUtil.create(); storeStateInSession(request.getSession(), state, nonce); final String authUrl; if (useV2Endpoint) { // v2.0 endpoint with MSAL4J (recommended)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/org/codelibs/fess/helper/ViewHelper.java
final Context hbsContext = Context.newContext(doc); return template.apply(hbsContext); } catch (final Exception e) { logger.warn("Failed to create a cache response.", e); } return null; } /** * Replaces search queries with highlighted versions in cached content.
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 28 16:29:12 UTC 2025 - 52.6K bytes - Viewed (0)