Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 45 for Phread (0.08 sec)

  1. SystemHelper.java

    logger.info("Cpu Load {}% is greater than {}%. {} waiting thread(s). {} thread is timed out.", current, percent, L627: waitingThreadNames.size(), threadName); L628: } L629: return false; L630: } L631: if (logger.isInfoEnabled()) { L632: logger.info("Cpu Load {}% is greater than {}%. {} waiting thread(s).", current, percent, waitingThreadNames.size()); L633: ...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Oct 17 12:10:08 UTC 2024
      27.2K bytes
  2. ProcessHelper.java

    try { L95: ist.interrupt(); L96: } catch (final Exception e) { L97: logger.warn("Could not interrupt a thread of an input stream.", e); L98: } L99: L100: final CountDownLatch latch = new CountDownLatch(3); L101: final Process process = jobProcess.getProcess(); L102: new Thread(() -> { L103: try { L104: CloseableUtil.closeQuietly(process.getInputStream()); L105: } catch...
    github.com/codelibs/fess/src/main/java/org/code...
    Fri Oct 11 21:20:39 UTC 2024
      6.4K bytes
  3. WebFsIndexHelper.java

    L53: L54: protected long maxAccessCount = Long.MAX_VALUE; L55: L56: protected long crawlingExecutionInterval = Constants.DEFAULT_CRAWLING_EXECUTION_INTERVAL; L57: L58: protected int indexUpdaterPriority = Thread.MAX_PRIORITY; L59: L60: protected int crawlerPriority = Thread.NORM_PRIORITY; L61: L62: protected final List<Crawler> crawlerList = Collections.synchronizedList(new ArrayList<>()); L63: L64: public void crawl(final String sessionId, final List<String> webConfigIdList, final...
    github.com/codelibs/fess/src/main/java/org/code...
    Fri Oct 11 21:11:58 UTC 2024
      22.6K bytes
  4. Crawler.java

    L229: SingletonLaContainerFactory.init(); L230: L231: final Thread shutdownCallback = new Thread("ShutdownHook") { L232: @Override L233: public void run() { L234: destroyContainer(); L235: } L236: L237: }; L238: Runtime.getRuntime().addShutdownHook(shutdownCallback); L239: L240: commandThread = new Thread(() -> { L241: try (BufferedReader reader = new BufferedReader(new...
    github.com/codelibs/fess/src/main/java/org/code...
    Fri Oct 11 21:20:39 UTC 2024
      24K bytes
  5. FessXpathTransformerTest.java

    L749: responseData.setUrl("http://example.com/"); L750: L751: String data = "<html><head></head><body>aaa</body></html>"; L752: Document document = getDocument(data); L753: String value = transformer.getCanonicalUrl(responseData, document); L754: assertNull(value); L755: L756: data = "<html><head><link rel=\"canonical\" href=\"http://example.com/\"></head><body>aaa</body></html>"; L757: document = getDocument(data); L758: value = transform...
    github.com/codelibs/fess/src/test/java/org/code...
    Thu Oct 24 13:01:38 UTC 2024
      41.3K bytes
  6. IndexUpdater.java

    org.opensearch.index.query.QueryBuilders; L58:import org.opensearch.search.sort.SortOrder; L59: L60:import jakarta.annotation.PostConstruct; L61:import jakarta.annotation.PreDestroy; L62:import jakarta.annotation.Resource; L63: L64:public class IndexUpdater extends Thread { L65: private static final Logger logger = LogManager.getLogger(IndexUpdater.class); L66: L67: protected List<String> sessionIdList; L68: L69: @Resource L70: protected SearchEngineClient searchEngineClient; L71: L72: @Resource L73:...
    github.com/codelibs/fess/src/main/java/org/code...
    Fri Oct 11 21:20:39 UTC 2024
      24.2K bytes
  7. ThumbnailManager.java

    baseDir; L67: L68: private final List<ThumbnailGenerator> generatorList = new ArrayList<>(); L69: L70: private BlockingQueue<Tuple3<String, String, String>> thumbnailTaskQueue; L71: L72: private volatile boolean generating; L73: L74: private Thread thumbnailQueueThread; L75: L76: protected int thumbnailPathCacheSize = 10; L77: L78: protected String imageExtention = "png"; L79: L80: protected int splitSize = 10; L81: L82: protected int thumbnailTaskQueueSize = 10000; L83: L84: ...
    github.com/codelibs/fess/src/main/java/org/code...
    Fri Oct 11 21:20:39 UTC 2024
      21.5K bytes
  8. system.jsp

    L1:<%@page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8"%><!DOCTYPE html> L2:<% try{ %> L3:<html> L4:<head profile="http://a9.com/-/spec/opensearch/1.1/"> L5:<meta charset="utf-8"> L6:<meta name="viewport" content="width=device-width, initial-scale=1"> L7:<meta http-equiv="X-UA-Compatible" content="IE=edge"> L8:<title><la:message key="labels.system_error_title" /></title> L9:<link href="${fe:url('/css/bootstrap.min.css')}" rel="stylesheet" L10: type="text/css" /> L11:<link href="${...
    github.com/codelibs/fess/src/main/webapp/WEB-IN...
    Sat Oct 26 01:07:52 UTC 2024
      1.4K bytes
  9. adminlte.min.css.map

    5px;\n}\n\n.mailbox-controls.with-border {\n border-bottom: 1px solid rgba(0, 0, 0, 0.125);\n}\n\n.mailbox-read-info {\n border-bottom: 1px solid rgba(0, 0, 0, 0.125);\n padding: 10px;\n}\n\n.mailbox-read-info h3 {\n font-size: 20px;\n margin: 0;\n}\n\n.mailbox-read-info h5 {\n margin: 0;\n padding: 5px 0 0;\n}\n\n.mailbox-read-time {\n color: #999;\n font-size: 13px;\n}\n\n.mailbox-read-message {\n padding: 10px;\n}\n\n.mailbox-attachments {\n padding-left: 0;\n list-style: none;\n}\n\n...
    github.com/codelibs/fess/src/main/webapp/css/ad...
    Sat Oct 26 01:49:09 UTC 2024
      3.7M bytes
  10. notFound.jsp

    L1:<%@page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8"%><!DOCTYPE html> L2:<html> L3:<head profile="http://a9.com/-/spec/opensearch/1.1/"> L4:<meta charset="utf-8"> L5:<meta name="viewport" content="width=device-width, initial-scale=1"> L6:<meta http-equiv="X-UA-Compatible" content="IE=edge"> L7:<title><la:message key="labels.system_error_title" /></title> L8:<link href="${fe:url('/css/bootstrap.min.css')}" rel="stylesheet" L9: type="text/css" /> L10:<link href="${fe:url('/css/style.css')}"...
    github.com/codelibs/fess/src/main/webapp/WEB-IN...
    Sat Oct 26 01:07:52 UTC 2024
      1.3K bytes
Back to top