- Sort Score
- Result 10 results
- Languages All
Results 31 - 40 of 60 for isStopped (0.11 sec)
-
src/main/java/org/codelibs/fess/helper/ProcessHelper.java
if (logger.isInfoEnabled()) { logger.info("Stopping process {}", sessionId); } if (destroyProcess(sessionId) == 0 && logger.isInfoEnabled()) { logger.info("Stopped process {}", sessionId); } } } /** * Starts a new process with the given session ID and command list. * Uses default buffer size and no output callback. *
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 9.8K bytes - Viewed (0) -
android/guava/src/com/google/common/util/concurrent/AbstractScheduledService.java
Executors.newSingleThreadScheduledExecutor(new ThreadFactoryImpl()); // Add a listener to shut down the executor after the service is stopped. This ensures that the // JVM shutdown will not be prevented from exiting after this service has stopped or failed. // Technically this listener is added after start() was called so it is a little gross, but it
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sat Aug 09 01:14:59 UTC 2025 - 27.7K bytes - Viewed (0) -
src/main/resources/fess_message.properties
success.create_crawling_config_at_wizard = Created a crawling config {0}. success.failure_url_delete_all = Deleted failure URLs. success.delete_file = Deleted {0} file. success.job_started = Started a job: {0}. success.job_stopped = Stopped a job: {0}. success.upload_synonym_file = Uploaded a synonym file. success.upload_protwords_file = Uploaded a protwords file. success.upload_stopwords_file = Uploaded a stopwords file.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 05 02:36:47 UTC 2025 - 11.6K bytes - Viewed (0) -
src/main/resources/fess_message_en.properties
success.create_crawling_config_at_wizard = Created a crawling config {0}. success.failure_url_delete_all = Deleted failure URLs. success.delete_file = Deleted {0} file. success.job_started = Started a job: {0}. success.job_stopped = Stopped a job: {0}. success.upload_synonym_file = Uploaded a synonym file. success.upload_protwords_file = Uploaded a protwords file. success.upload_stopwords_file = Uploaded a stopwords file.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 05 02:36:47 UTC 2025 - 11.5K bytes - Viewed (0) -
android/guava/src/com/google/common/base/Ascii.java
* known as the XON code used for software flow control in serial communications. The main use is * restarting the transmission after the communication has been stopped by the XOFF control code. * * @since 8.0 */ public static final byte XON = 17; // aka DC1 /** * Device Control 2. Characters for the control of ancillary devices associated with data
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Mon Mar 17 20:26:29 UTC 2025 - 21.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/SystemHelper.java
/** A map of design JSP file names. */ protected final Map<String, String> designJspFileNameMap = new LinkedHashMap<>(); /** A flag to indicate if the system should be forcefully stopped. */ protected final AtomicBoolean forceStop = new AtomicBoolean(false); /** A cache for language items. */ protected LoadingCache<String, List<Map<String, String>>> langItemsCache;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sun Aug 31 08:19:00 UTC 2025 - 36.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/Constants.java
public static final String OK = "ok"; /** Status constant representing failed operation. */ public static final String FAIL = "fail"; /** Status constant representing stopped state. */ public static final String STOP = "stop"; /** Constant representing automatic mode. */ public static final String AUTO = "auto"; /** Constant representing no value or empty state. */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 34.6K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.34.md
- Stopped expanding PVCs annotated with node-expand-not-required. ([#131907](https://github.com/kubernetes/kubernetes/pull/131907), [@gnufied](https://github.com/gnufied)) [SIG API Machinery, Etcd, Node, Storage and Testing]
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Wed Aug 27 10:36:10 UTC 2025 - 292.8K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.32.md
- kube-apiserver: fixed a 1.31 regression that stopped honoring build ID overrides with the --version flag ([#126665](https://github.com/kubernetes/kubernetes/pull/126665), [@liggitt](https://github.com/liggitt)) [SIG API Machinery]
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Wed Aug 13 14:49:49 UTC 2025 - 412.3K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt
room at all for any lesson-books!' And so she went on, taking first one side and then the other, and making quite a conversation of it altogether; but after a few minutes she heard a voice outside, and stopped to listen. `Mary Ann! Mary Ann!' said the voice. `Fetch me my gloves this moment!' Then came a little pattering of feet on the stairs. Alice knew it was the Rabbit coming to look for her, and
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Fri Apr 21 02:27:51 UTC 2017 - 145.2K bytes - Viewed (0)