- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 21 for maintenance (0.07 sec)
-
src/main/webapp/WEB-INF/view/common/admin/sidebar.jsp
<p><la:message key="labels.menu_backup" /></p> </a></li></c:if> <c:if test="${fe:permission('admin-maintenance-view')}"> <li class="nav-item"> <a href="${fe:url('/admin/maintenance/')}" class="nav-link <c:if test="${param.menuType=='maintenance'}">active</c:if>"> <em class='fa fa-genderless nav-icon'> <p><la:message key="labels.menu_maintenance" /></p>
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Apr 15 20:55:28 UTC 2021 - 17.8K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/admin/maintenance/admin_maintenance.jsp
<jsp:include page="/WEB-INF/view/common/admin/sidebar.jsp"> <jsp:param name="menuCategoryType" value="log"/> <jsp:param name="menuType" value="maintenance"/> </jsp:include> <div class="content-wrapper"> <div class="content-header"> <div class="container-fluid"> <div class="row mb-2"> <div class="col-sm-6">
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Mon Jan 16 12:54:35 UTC 2023 - 11.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/maintenance/AdminMaintenanceAction.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.app.web.admin.maintenance; import java.io.IOException; import java.net.InetAddress; import java.nio.file.Files; import java.nio.file.Path; import java.nio.file.Paths; import java.text.SimpleDateFormat; import java.util.Arrays;
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Oct 11 21:20:39 UTC 2024 - 14K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/action/FessHtmlPath.java
HtmlNext path_AdminLog_AdminLogJsp = new HtmlNext("/admin/log/admin_log.jsp"); /** The path of the HTML: /admin/maintenance/admin_maintenance.jsp */ HtmlNext path_AdminMaintenance_AdminMaintenanceJsp = new HtmlNext("/admin/maintenance/admin_maintenance.jsp"); /** The path of the HTML: /admin/pathmap/admin_pathmap.jsp */
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 26.4K bytes - Viewed (0) -
CONTRIBUTING.md
* Include unit tests when you contribute new features, as they help to a) prove that your code works correctly, and b) guard against future breaking changes to lower the maintenance cost. * Bug fixes also generally require unit tests, because the presence of bugs usually indicates insufficient test coverage. * Keep API compatibility in mind when you change code in core TensorFlow,
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Wed Oct 23 06:20:12 UTC 2024 - 15.9K bytes - Viewed (0) -
android/guava/src/com/google/common/collect/ImmutableSortedMultiset.java
this.counts = new int[ImmutableCollection.Builder.DEFAULT_INITIAL_CAPACITY]; } /** Check if we need to do deduplication and coalescing, and if so, do it. */ private void maintenance() { if (length == elements.length) { dedupAndCoalesce(true); } else if (forceCopyElements) { this.elements = Arrays.copyOf(elements, elements.length);
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Wed Oct 16 21:21:17 UTC 2024 - 35.4K bytes - Viewed (0) -
okhttp/src/main/kotlin/okhttp3/internal/connection/RealConnectionPool.kt
} } if (connections.isEmpty()) cleanupQueue.cancelAll() for (policy in addressStates.values) { policy.scheduleOpener() } } /** * Performs maintenance on this pool, evicting the connection that has been idle the longest if * either it has exceeded the keep alive limit or the idle connections limit. *
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Sat Apr 20 17:03:43 UTC 2024 - 16.2K bytes - Viewed (0) -
src/main/resources/fess_label_en.properties
labels.menu_jobLog=Job Log labels.menu_searchLog=Search Log labels.menu_failure_url=Failure URL labels.menu_search_list=Search labels.menu_backup=Back Up labels.menu_access_token=Access Token labels.menu_maintenance=Maintenance labels.menu_related_content=Related Content labels.menu_related_query=Related Query labels.menu_plugin=Plugin labels.menu_storage=Storage labels.sidebar.placeholder_search=Search... labels.sidebar.menu=MENU
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Mar 22 11:58:34 UTC 2024 - 40.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/AdminAction.java
import org.codelibs.fess.app.web.admin.keymatch.AdminKeymatchAction; import org.codelibs.fess.app.web.admin.labeltype.AdminLabeltypeAction; import org.codelibs.fess.app.web.admin.log.AdminLogAction; import org.codelibs.fess.app.web.admin.maintenance.AdminMaintenanceAction; import org.codelibs.fess.app.web.admin.pathmap.AdminPathmapAction; import org.codelibs.fess.app.web.admin.plugin.AdminPluginAction;
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 18.7K bytes - Viewed (0) -
src/main/resources/fess_label_ru.properties
labels.ldapGroupFilter=Group Filter labels.ldapMemberofAttribute=memberOf Attribute labels.menu_suggest_word=Suggest Word labels.menu_searchLog=Search Log labels.menu_access_token=Access Token labels.menu_maintenance=Maintenance labels.menu_related_content=Related Content labels.menu_related_query=Related Query labels.menu_plugin=Plugin labels.menu_storage=Storage labels.similar_doc_result_status=Similar results are displayed.
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Mar 22 11:58:34 UTC 2024 - 45.6K bytes - Viewed (0)