Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 30 for Dunning (0.54 sec)

  1. src/main/resources/fess_message.properties

    errors.invalid_str_is_included="{1}" in "{0}" is invalid.
    errors.blank_password=Password is required.
    errors.invalid_confirm_password=Confirm Password does not match.
    errors.cannot_delete_doc_because_of_running=Crawler is running. The document cannot be deleted.
    errors.failed_to_delete_doc_in_admin=Failed to delete document.
    errors.failed_to_send_testmail=Failed to send the test mail.
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Sat Mar 18 03:05:44 GMT 2023
    - 12.5K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/Constants.java

        public static final String SEARCHER = "searcher";
    
        public static final String ON = "on";
    
        public static final String READY = "ready";
    
        public static final String RUNNING = "running";
    
        public static final String DONE = "done";
    
        public static final String OK = "ok";
    
        public static final String FAIL = "fail";
    
        public static final String STOP = "stop";
    
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 16.4K bytes
    - Viewed (0)
  3. src/test/java/jcifs/tests/AllTests.java

                CONTEXT_CACHE.put(context, cached);
            }
            return cached;
        }
    
    
        /**
         * @param applyMutations
         * @return configurations available for running
         * 
         */
        public synchronized static Map<String, Map<String, String>> getConfigs ( String[] applyMutations ) {
            Map<String, Map<String, String>> configs = new HashMap<>();
    
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Tue Jul 07 10:52:42 GMT 2020
    - 14.4K bytes
    - Viewed (0)
  4. src/main/resources/fess_label_de.properties

    labels.scheduledjob_cronExpression=Zeitplan
    labels.scheduledjob_scriptType=Executor
    labels.scheduledjob_scriptData=Skript
    labels.scheduledjob_jobLogging=Protokollierung
    labels.scheduledjob_crawler=Crawler-Protokoll
    labels.scheduledjob_running=Läuft
    labels.scheduledjob_active=Aktiv
    labels.scheduledjob_nojob=Inaktiv
    labels.scheduledjob_button_start=Jetzt starten
    labels.scheduledjob_button_stop=Beenden
    labels.joblog_button_back=Zurück
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 42.8K bytes
    - Viewed (0)
  5. src/main/resources/fess_label_fr.properties

    labels.scheduledjob_scriptType	=	Executor
    labels.scheduledjob_scriptData	=	Script
    labels.scheduledjob_jobLogging	=	Logging
    labels.scheduledjob_crawler	=	Tâche d'exploration
    labels.scheduledjob_running	=	Éxecuter
    labels.scheduledjob_active	=	Actif
    labels.scheduledjob_nojob	=	Inactif
    labels.scheduledjob_button_start	=	Commencez maintenant.
    labels.scheduledjob_button_stop	=	Arrête.
    labels.joblog_button_back	=	Retour
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 46.6K bytes
    - Viewed (0)
  6. src/main/java/org/codelibs/fess/job/CrawlJob.java

                        if (logger.isDebugEnabled()) {
                            logger.debug("{} is running.", scheduledJob.getId());
                        }
                        counter.incrementAndGet();
                    } else if (logger.isDebugEnabled()) {
                        logger.debug("{} is not running.", scheduledJob.getId());
                    }
                }
            });
            return counter.get();
        }
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 15K bytes
    - Viewed (0)
  7. src/main/resources/fess_label_ru.properties

    labels.scheduledjob_cronExpression=Schedule
    labels.scheduledjob_scriptType=Executor
    labels.scheduledjob_scriptData=Script
    labels.scheduledjob_jobLogging=Logging
    labels.scheduledjob_crawler=Crawler Job
    labels.scheduledjob_running=Running
    labels.scheduledjob_active=Active
    labels.scheduledjob_nojob=Inactive
    labels.scheduledjob_button_start=Start now
    labels.scheduledjob_button_stop=Stop
    labels.joblog_button_back=Back
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 45.6K bytes
    - Viewed (0)
  8. LICENSE

    and installation of the library.
    
      Activities other than copying, distribution and modification are not
    covered by this License; they are outside its scope.  The act of
    running a program using the Library is not restricted, and output from
    such a program is covered only if its contents constitute a work based
    on the Library (independent of the use of the Library in a tool for
    Plain Text
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Mon Jan 18 20:25:38 GMT 2016
    - 25.8K bytes
    - Viewed (0)
  9. src/main/webapp/WEB-INF/view/admin/scheduler/admin_scheduler_details.jsp

                                            <la:message key="labels.crud_button_edit"/>
                                        </button>
                                        <c:if test="${!running and !systemJobId}">
                                            <button type="button" class="btn btn-danger" name="delete"
                                                    data-toggle="modal" data-target="#confirmToDelete"
    Others
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Wed Feb 12 20:25:27 GMT 2020
    - 12K bytes
    - Viewed (0)
  10. src/main/java/org/codelibs/fess/helper/WebFsIndexHelper.java

                        // start crawling
                        crawlerList.get(startedCrawlerNum).execute();
                        crawlerStatusList.set(startedCrawlerNum, Constants.RUNNING);
                        startedCrawlerNum++;
                        activeCrawlerNum++;
                        ThreadUtil.sleep(crawlingExecutionInterval);
                        continue;
                    }
    
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 22.6K bytes
    - Viewed (0)
Back to top