- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 309 for using (0.17 sec)
-
src/main/java/jcifs/CIFSContext.java
* * @return a child context using guest credentials */ CIFSContext withGuestCrendentials(); /** * Create a child context with specified credentials * * @param creds the credentials to use * @return a child context using using the given credentials */ CIFSContext withCredentials(Credentials creds); /**Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 4.9K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/client/http/conn/IdnDnsResolver.java
* The {@code IdnDnsResolver} class implements the {@code DnsResolver} interface * to provide DNS resolution with support for Internationalized Domain Names (IDN). * It converts Unicode domain names to ASCII Compatible Encoding (ACE) using the * {@link java.net.IDN} class. * * <p>This class allows setting a custom flag for the IDN conversion and a custom * encoding for URL decoding.</p> * * <p>Example usage:</p> * <pre> * {@codeRegistered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Thu Nov 06 07:24:43 UTC 2025 - 3.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/suggest/converter/AnalyzerConverter.java
* <li>{@link #convert(String, String, String...)}: Converts the given text using the specified field and languages.</li> * </ul> * * <p>Inner Class: * <ul> * <li>LangAnalyzerConverter: A protected inner class that implements the ReadingConverter interface. * It is responsible for converting text using a specific language analyzer. * <ul>
Registered: Sat Dec 20 13:04:59 UTC 2025 - Last Modified: Mon Nov 17 14:28:21 UTC 2025 - 6.7K bytes - Viewed (0) -
src/main/java/org/codelibs/core/xml/SchemaUtil.java
assertArgumentNotNull("schema", schema); return newSchema(SchemaFactoryUtil.newRelaxNgSchemaFactory(), schema); } /** * Creates a {@link Schema} using the specified {@link SchemaFactory}. * * @param factory * {@link SchemaFactory}. Must not be {@literal null}. * @param schema * Schema file. Must not be {@literal null}.
Registered: Sat Dec 20 08:55:33 UTC 2025 - Last Modified: Thu Jul 31 08:16:49 UTC 2025 - 5.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/crawler/serializer/DataSerializer.java
import com.esotericsoftware.kryo.io.Input; import com.esotericsoftware.kryo.io.Output; /** * A serializer class for handling object serialization and deserialization. * <p> * This class provides serialization capabilities using different serializers, * currently supporting Kryo and JavaBin serialization formats. The serializer * type is determined by the crawler data serializer configuration. * </p> * <p>
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Wed Nov 19 07:09:17 UTC 2025 - 6.5K bytes - Viewed (3) -
src/main/java/jcifs/smb/JAASAuthenticator.java
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 8.3K bytes - Viewed (1) -
src/main/java/org/codelibs/fess/crawler/transformer/FessFileTransformer.java
* This transformer handles file-based document transformation and content extraction * using the Fess file transformation process with support for various file types. * * <p>It extends AbstractFessFileTransformer to provide specialized file processing * capabilities using the appropriate extractor for each file type.</p> */ public class FessFileTransformer extends AbstractFessFileTransformer { /**Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 28 16:29:12 UTC 2025 - 3.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/config/cbean/AccessTokenCB.java
* governing permissions and limitations under the License. */ package org.codelibs.fess.opensearch.config.cbean; import org.codelibs.fess.opensearch.config.cbean.bs.BsAccessTokenCB; /** * @author ESFlute (using FreeGen) */ public class AccessTokenCB extends BsAccessTokenCB {
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 841 bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/config/cbean/BadWordCB.java
* governing permissions and limitations under the License. */ package org.codelibs.fess.opensearch.config.cbean; import org.codelibs.fess.opensearch.config.cbean.bs.BsBadWordCB; /** * @author ESFlute (using FreeGen) */ public class BadWordCB extends BsBadWordCB {
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 829 bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/config/cbean/FailureUrlCB.java
* governing permissions and limitations under the License. */ package org.codelibs.fess.opensearch.config.cbean; import org.codelibs.fess.opensearch.config.cbean.bs.BsFailureUrlCB; /** * @author ESFlute (using FreeGen) */ public class FailureUrlCB extends BsFailureUrlCB {
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 838 bytes - Viewed (0)