- Sort Score
- Result 10 results
- Languages All
Results 421 - 430 of 481 for getLogger (0.08 sec)
-
src/main/java/org/codelibs/fess/app/web/admin/dict/kuromoji/AdminDictKuromojiAction.java
*/ public AdminDictKuromojiAction() { super(); } /** The role for this action. */ public static final String ROLE = "admin-dict"; private static final Logger logger = LogManager.getLogger(AdminDictKuromojiAction.class); // =================================================================================== // Attribute
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 21.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/sso/spnego/SpnegoAuthenticator.java
* basic authentication fallback, and localhost authentication bypass. */ public class SpnegoAuthenticator implements SsoAuthenticator { /** Logger for this class. */ private static final Logger logger = LogManager.getLogger(SpnegoAuthenticator.class); /** Configuration key for SPNEGO initialization status. */ protected static final String SPNEGO_INITIALIZED = "spnego.initialized";
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 17.2K bytes - Viewed (3) -
src/main/java/jcifs/internal/smb2/nego/Smb2NegotiateResponse.java
* * @author mbechler */ public class Smb2NegotiateResponse extends ServerMessageBlock2Response implements SmbNegotiationResponse { private static final Logger log = LoggerFactory.getLogger(Smb2NegotiateResponse.class); private int securityMode; private int dialectRevision; private final byte[] serverGuid = new byte[16]; private int capabilities; private int commonCapabilities;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 24K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/client/smb1/SmbClient.java
* // Process the responseData * smbClient.close(); * } * </pre> * */ public class SmbClient extends AbstractCrawlerClient { private static final Logger logger = LogManager.getLogger(SmbClient.class); /** Property key for SMB1 authentications configuration. */ public static final String SMB_AUTHENTICATIONS_PROPERTY = "smb1Authentications";
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Thu Sep 18 09:30:45 UTC 2025 - 23K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/reflect/ClassPathTest.java
import org.jspecify.annotations.NullUnmarked; import org.junit.Test; /** Functional tests of {@link ClassPath}. */ @NullUnmarked public class ClassPathTest extends TestCase { private static final Logger log = Logger.getLogger(ClassPathTest.class.getName()); private static final File FILE = new File("."); public void testEquals() { new EqualsTester() .addEqualityGroup(classInfo(ClassPathTest.class), classInfo(ClassPathTest.class))
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Mon Aug 11 20:58:01 UTC 2025 - 23K bytes - Viewed (0) -
fess-crawler-opensearch/src/main/java/org/codelibs/fess/crawler/client/FesenClient.java
*/ public static final String TARGET_INDICES = "crawler.opensearch.target_indices"; /** * Logger instance. */ private static final Logger logger = LogManager.getLogger(FesenClient.class); /** * The OpenSearch client. */ protected Client client; /** * The address of the OpenSearch instance. */ protected String address;
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sun Aug 31 05:32:52 UTC 2025 - 25.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/suggest/index/SuggestIndexer.java
* <li>{@link #suggestWriter} - Suggest writer. * <li>{@link #threadPool} - Executor service for thread pool. * </ul> */ public class SuggestIndexer { private final static Logger logger = LogManager.getLogger(SuggestIndexer.class); /** The suggest analyzer. */ protected SuggestAnalyzer analyzer; /** Bad words. */ protected String[] badWords; /** The OpenSearch client. */
Registered: Fri Sep 19 09:08:11 UTC 2025 - Last Modified: Thu Aug 07 02:41:28 UTC 2025 - 34.8K bytes - Viewed (0) -
okhttp/src/commonJvmAndroid/kotlin/okhttp3/internal/http2/Http2Reader.kt
streamId: Int, origin: String, protocol: ByteString, host: String, port: Int, maxAge: Long, ) } companion object { val logger: Logger = Logger.getLogger(Http2::class.java.name) @Throws(IOException::class) fun lengthWithoutPadding( length: Int, flags: Int, padding: Int, ): Int { var result = length
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Fri Dec 27 13:39:56 UTC 2024 - 19.8K bytes - Viewed (0) -
src/main/java/jcifs/http/NetworkExplorer.java
public NetworkExplorer() { super(); } /** * */ private static final long serialVersionUID = -3847521461674504364L; private static final Logger log = LoggerFactory.getLogger(NetworkExplorer.class); /** The CSS style for HTML rendering */ private String style; /** Flag indicating if credentials were supplied */ private boolean credentialsSupplied;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 23.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/crawler/transformer/FessXpathTransformer.java
*/ public class FessXpathTransformer extends XpathTransformer implements FessTransformer { /** Logger instance for this class */ private static final Logger logger = LogManager.getLogger(FessXpathTransformer.class); /** HTTP header name for robots tag */ private static final String X_ROBOTS_TAG = "X-Robots-Tag"; /** XPath expression for extracting thumbnail content from meta tags */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 54.4K bytes - Viewed (0)