- Sort Score
- Result 10 results
- Languages All
Results 481 - 490 of 490 for getLogger (0.07 sec)
-
fess-crawler/src/main/java/org/codelibs/fess/crawler/client/http/HcHttpClient.java
@Deprecated public static final String BASIC_AUTHENTICATIONS_PROPERTY = AUTHENTICATIONS_PROPERTY; private static final Logger logger = LoggerFactory.getLogger(HcHttpClient.class); @Resource protected RobotsTxtHelper robotsTxtHelper; @Resource protected ContentLengthHelper contentLengthHelper; @Resource
Registered: Sun Nov 10 03:50:12 UTC 2024 - Last Modified: Thu May 09 09:29:26 UTC 2024 - 41K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/ViewHelper.java
import jakarta.servlet.SessionTrackingMode; import jakarta.servlet.http.HttpServletRequest; import jakarta.servlet.http.HttpSession; public class ViewHelper { private static final Logger logger = LogManager.getLogger(ViewHelper.class); protected static final String SCREEN_WIDTH = "screen_width"; protected static final int TABLET_WIDTH = 768;
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Oct 11 21:20:39 UTC 2024 - 40.2K bytes - Viewed (0) -
android/guava/src/com/google/common/cache/CacheBuilder.java
} }; // We use a holder class to delay initialization: https://github.com/google/guava/issues/6566 private static final class LoggerHolder { static final Logger logger = Logger.getLogger(CacheBuilder.class.getName()); } static final int UNSET_INT = -1; boolean strictParsing = true; int initialCapacity = UNSET_INT; int concurrencyLevel = UNSET_INT;
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Fri Oct 18 19:07:49 UTC 2024 - 52K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/crawler/transformer/FessXpathTransformerTest.java
import org.w3c.dom.Document; import org.w3c.dom.Node; import org.xml.sax.InputSource; public class FessXpathTransformerTest extends UnitFessTestCase { private static final Logger logger = LogManager.getLogger(FessXpathTransformerTest.class); public void test_transform() throws Exception { String data = "<html><head><title>Test</title></head><body><h1>Header1</h1><p>This is a pen.</p></body></html>";
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Oct 24 13:01:38 UTC 2024 - 41.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/ldap/LdapManager.java
import org.dbflute.optional.OptionalEntity; import org.dbflute.util.DfTypeUtil; import jakarta.annotation.PostConstruct; public class LdapManager { private static final Logger logger = LogManager.getLogger(LdapManager.class); protected ThreadLocal<DirContextHolder> contextLocal = new ThreadLocal<>(); protected volatile boolean isBind = false; protected FessConfig fessConfig; @PostConstruct
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:53:18 UTC 2024 - 65.9K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbTransportImpl.java
import jcifs.util.transport.TransportException; /** * */ class SmbTransportImpl extends Transport implements SmbTransportInternal, SmbConstants { private static Logger log = LoggerFactory.getLogger(SmbTransportImpl.class); private boolean smb2 = false; private InetAddress localAddr; private int localPort; private Address address; private Socket socket; private int port;
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Wed Jan 18 23:47:00 UTC 2023 - 67K bytes - Viewed (0) -
guava/src/com/google/common/cache/CacheBuilder.java
} }; // We use a holder class to delay initialization: https://github.com/google/guava/issues/6566 private static final class LoggerHolder { static final Logger logger = Logger.getLogger(CacheBuilder.class.getName()); } static final int UNSET_INT = -1; boolean strictParsing = true; int initialCapacity = UNSET_INT; int concurrencyLevel = UNSET_INT;
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Fri Oct 18 19:07:49 UTC 2024 - 51.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/client/SearchEngineClient.java
import jakarta.annotation.PostConstruct; import jakarta.annotation.PreDestroy; public class SearchEngineClient implements Client { private static final Logger logger = LogManager.getLogger(SearchEngineClient.class); private static final String DOC_INDEX = "fess"; private static final String LOG_INDEX_PREFIX = "fess_log"; private static final String USER_INDEX_PREFIX = "fess_user";
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sun Oct 20 02:08:03 UTC 2024 - 86.1K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbFile.java
protected static final int HASH_DOT = ".".hashCode(); protected static final int HASH_DOT_DOT = "..".hashCode(); private static Logger log = LoggerFactory.getLogger(SmbFile.class); private long createTime; private long lastModified; private long lastAccess; private int attributes; private long attrExpiration; private long size;
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Thu May 23 01:50:13 UTC 2024 - 82.3K bytes - Viewed (0) -
guava/src/com/google/common/cache/LocalCache.java
* the cleanup queue and both reference queues. */ // TODO(fry): empirically optimize this static final int DRAIN_MAX = 16; // Fields static final Logger logger = Logger.getLogger(LocalCache.class.getName()); /** * Mask value for indexing into segments. The upper bits of a key's hash code are used to choose * the segment. */ final int segmentMask; /**
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Fri Oct 18 19:07:49 UTC 2024 - 149.2K bytes - Viewed (0)