- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 305 for starten (0.07 sec)
-
src/main/resources/fess_label_de.properties
labels.wizard_button_register_next=Erstellen labels.wizard_start_crawling_title=Crawling starten labels.wizard_start_crawler_title=Crawler labels.wizard_start_crawling_desc=Sie können das Crawling jetzt starten, indem Sie auf die Schaltfläche "Crawling starten" klicken. labels.wizard_button_start_crawling=Crawling starten labels.wizard_button_finish=Überspringen labels.search_list_configuration=Suchen
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 43.5K bytes - Viewed (1) -
src/main/resources/fess_message_de.properties
errors.login_error = Ungültiger Benutzername oder Passwort. errors.sso_login_error=SSO-Anmeldevorgang fehlgeschlagen. errors.could_not_find_log_file = Konnte {0} nicht finden. errors.failed_to_start_crawl_process = Fehler beim Starten eines Crawl-Prozesses. errors.invalid_design_jsp_file_name = Ungültige JSP-Datei. errors.design_jsp_file_does_not_exist = Die JSP-Datei existiert nicht. errors.design_file_name_is_not_found = Der Dateiname ist nicht angegeben.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 05 02:36:47 UTC 2025 - 12.7K bytes - Viewed (0) -
docs/de/README.md
Sie können in der Administrationsoberfläche (Web, Datei, Datenspeicher) Crawling-Ziele in den Crawler-Konfigurationsseiten registrieren und den Crawler manuell auf der [Scheduler-Seite](https://fess.codelibs.org/14.17/admin/scheduler-guide.html) starten. ## Migration von einem anderen Suchanbieter Bitte lesen Sie [MIGRATION.md](MIGRATION.md). ## Datenspeicher
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Oct 12 07:19:47 UTC 2024 - 7.6K bytes - Viewed (0) -
src/main/resources/fess_message_nl.properties
errors.login_error = Gebruikersnaam of wachtwoord is onjuist. errors.sso_login_error=SSO-inlogproces mislukt. errors.could_not_find_log_file = Kan {0} niet vinden. errors.failed_to_start_crawl_process = Kan het crawlproces niet starten. errors.invalid_design_jsp_file_name = Ongeldige JSP-bestandsnaam. errors.design_jsp_file_does_not_exist = Het JSP-bestand bestaat niet. errors.design_file_name_is_not_found = Bestandsnaam is niet opgegeven.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 12K bytes - Viewed (0) -
src/main/resources/fess_label_nl.properties
labels.upgrade_title_configuration=Upgrade labels.upgrade_data_migration=Gegevensmigratie labels.upgrade_reindex=Herindexeren labels.upgrade_start_button=Starten labels.replace_aliases=Aliassen bijwerken labels.reset_dictionaries=Woordenboeken resetten labels.reindex_start_button=Starten labels.targetVersion=Doelversie labels.target_version=Doelversie labels.sereq_configuration=Verzoek aan OpenSearch
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 42.8K bytes - Viewed (1) -
android/guava/src/com/google/common/util/concurrent/ServiceManager.java
final WeakReference<ServiceManagerState> state; ServiceListener(Service service, WeakReference<ServiceManagerState> state) { this.service = service; this.state = state; } @Override public void starting() { ServiceManagerState state = this.state.get(); if (state != null) { state.transitionService(service, NEW, STARTING);
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Tue May 13 17:27:14 UTC 2025 - 33.2K bytes - Viewed (0) -
android/guava/src/com/google/common/util/concurrent/Service.java
boolean isRunning(); /** Returns the lifecycle state of the service. */ State state(); /** * If the service is {@linkplain State#STARTING starting} or {@linkplain State#RUNNING running}, * this initiates service shutdown and returns immediately. If the service is {@linkplain * State#NEW new}, it is {@linkplain State#TERMINATED terminated} without having been started nor
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sat Dec 21 03:10:51 UTC 2024 - 10.8K bytes - Viewed (0) -
guava/src/com/google/common/util/concurrent/AbstractService.java
* the service to transition from {@link State#STARTING} or {@link State#STOPPING} to {@link * State#TERMINATED}. * * @throws IllegalStateException if the service is not one of {@link State#STOPPING}, {@link * State#STARTING}, or {@link State#RUNNING}. */ protected final void notifyStopped() { monitor.enter(); try { State previous = state(); switch (previous) { case NEW:
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Wed Feb 19 21:24:11 UTC 2025 - 20.7K bytes - Viewed (0) -
guava/src/com/google/common/util/concurrent/Service.java
boolean isRunning(); /** Returns the lifecycle state of the service. */ State state(); /** * If the service is {@linkplain State#STARTING starting} or {@linkplain State#RUNNING running}, * this initiates service shutdown and returns immediately. If the service is {@linkplain * State#NEW new}, it is {@linkplain State#TERMINATED terminated} without having been started nor
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sat Dec 21 03:10:51 UTC 2024 - 12.2K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/util/concurrent/AbstractExecutionThreadServiceTest.java
CountDownLatch started = new CountDownLatch(1); FakeService service = new FakeService() { @Override protected void startUp() throws Exception { super.startUp(); started.await(); } }; service.startAsync(); service.stopAsync(); started.countDown(); service.awaitTerminated();
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Fri Jul 11 18:52:30 UTC 2025 - 12.8K bytes - Viewed (0)