- Sort Score
- Result 10 results
- Languages All
Results 121 - 130 of 203 for JOB (0.01 sec)
-
src/main/java/org/codelibs/fess/app/web/admin/general/MailForm.java
public String popularWord; /** The CSV file encoding setting. */ public String csvFileEncoding; /** The purge search log day setting. */ public String purgeSearchLogDay; /** The purge job log day setting. */ public String purgeJobLogDay; /** The purge user info day setting. */ public String purgeUserInfoDay; /** The purge by bots setting. */ public String purgeByBots;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 2.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/validation/CronExpressionValidator.java
* governing permissions and limitations under the License. */ package org.codelibs.fess.validation; import org.codelibs.core.lang.StringUtil; import org.lastaflute.job.util.LaCronUtil; import jakarta.validation.ConstraintValidator; import jakarta.validation.ConstraintValidatorContext; /** * Validator implementation for the CronExpression constraint. */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 1.7K bytes - Viewed (0) -
docs/ja/README.md
## Powered By * [Lasta Di](https://github.com/lastaflute/lasta-di "Lasta Di"): DIコンテナ * [LastaFlute](https://github.com/lastaflute/lastaflute "LastaFlute"): Webフレームワーク * [Lasta Job](https://github.com/lastaflute/lasta-job "Lasta Job"): ジョブスケジューラ * [Fess Crawler](https://github.com/codelibs/fess-crawler "Fess Crawler"): Webクローラ
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Oct 12 07:19:47 UTC 2024 - 8.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/Constants.java
// Job and Process Constants // ============================================================ /** Scheduled job identifier. */ public static final String SCHEDULED_JOB = "scheduledJob"; /** Default job target value (all configurations). */ public static final String DEFAULT_JOB_TARGET = "all"; /** Default job script type (Groovy). */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 34.6K bytes - Viewed (0) -
src/main/resources/fess_message_de.properties
success.create_crawling_config_at_wizard = Crawling-Konfiguration {0} erstellt. success.failure_url_delete_all = Fehler-URLs gelöscht. success.delete_file = Datei {0} gelöscht. success.job_started = Job {0} gestartet. success.job_stopped = Job {0} gestoppt. success.upload_synonym_file = Synonymdatei hochgeladen. success.upload_protwords_file = Protwords-Datei hochgeladen. success.upload_stopwords_file = Stopwords-Datei hochgeladen.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 05 02:36:47 UTC 2025 - 12.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/exception/JobProcessingException.java
* governing permissions and limitations under the License. */ package org.codelibs.fess.exception; /** * Exception thrown when an error occurs during job processing. * This exception is used to indicate problems that arise during * the execution or processing of jobs in the system. */ public class JobProcessingException extends FessSystemException {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 1.7K bytes - Viewed (0) -
cmd/metrics-v3-system-cpu.go
cpuNiceVal := math.Round(ts.Nice/tot*100*100) / 100 m.Set(sysCPUNice, cpuNiceVal) cpuStealVal := math.Round(ts.Steal/tot*100*100) / 100 m.Set(sysCPUSteal, cpuStealVal) } // metrics-resource.go runs a job to collect resource metrics including their Avg values and // stores them in resourceMetricsMap. We can use it to get the Avg values of CPU idle and IOWait. cpuResourceMetrics, found := resourceMetricsMap[cpuSubsystem] if found {
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Thu Jun 20 17:55:03 UTC 2024 - 3K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/job/SuggestJobTest.java
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, * either express or implied. See the License for the specific language * governing permissions and limitations under the License. */ package org.codelibs.fess.job; import java.io.File; import java.io.IOException; import java.util.ArrayList; import java.util.List; import java.util.Properties; import org.codelibs.core.io.FileUtil; import org.codelibs.fess.Constants;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 31.4K bytes - Viewed (0) -
guava/src/com/google/common/base/NullnessCasts.java
* analysis that that means "plain {@code T}" rather than the inferred type {@code @Nullable T}. * (And even if annotations on local variables were permitted as an optional hint, no annotation * would be the right tool for the job here: {@code @Nullable} is the annotation that we're trying * to get rid of, and {@code @NonNull} would be wrong for our use case for the same reason as
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Wed Aug 13 20:49:47 UTC 2025 - 3.3K bytes - Viewed (0) -
.github/workflows/mint.yml
# - name: resiliency # run: | # ${GITHUB_WORKSPACE}/.github/workflows/run-mint.sh "resiliency" "minio" "minio123" "${{ steps.vars.outputs.sha_short }}" - name: The job must cleanup if: ${{ always() }} run: | export JOB_NAME=${{ steps.vars.outputs.sha_short }} for mode in $(echo compress-encrypt pools erasure); do
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Wed Apr 09 14:28:39 UTC 2025 - 2.9K bytes - Viewed (0)