Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for job_logging (0.04 sec)

  1. src/main/java/org/codelibs/fess/opensearch/config/cbean/ca/bs/BsScheduledJobCA.java

        public void setJobLogging_Avg(ConditionOptionCall<AvgAggregationBuilder> opLambda) {
            setJobLogging_Avg("jobLogging", opLambda);
        }
    
        public void setJobLogging_Avg(String name, ConditionOptionCall<AvgAggregationBuilder> opLambda) {
            AvgAggregationBuilder builder = regAvgA(name, "jobLogging");
            if (opLambda != null) {
                opLambda.callback(builder);
            }
        }
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Mar 15 06:53:53 UTC 2025
    - 89.1K bytes
    - Viewed (0)
  2. src/main/resources/fess_label_ru.properties

    labels.webConfigName=Имя конфигурации веб-сканирования
    labels.allLanguages=Все языки
    labels.dictId=ID словаря
    labels.docId=ID документа
    labels.endTime=Время окончания
    labels.hq=hq
    labels.inputs=Входы
    labels.jobLogging=Ведение журнала
    labels.jobName=Имя
    labels.jobStatus=Статус
    labels.labelTypeIds=Метки
    labels.lang=Язык
    labels.outputs=Выходы
    labels.pos=Часть речи
    labels.purgeJobLogDay=Удалить старые журналы заданий
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 55.8K bytes
    - Viewed (0)
Back to top