Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 25 for maintenance (0.2 sec)

  1. src/main/webapp/WEB-INF/view/admin/maintenance/admin_maintenance.jsp

            <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">
                            <h1>
                                <la:message key="labels.maintenance_title_configuration"/>
                            </h1>
    Others
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Mon Jan 16 12:54:35 GMT 2023
    - 11.3K bytes
    - Viewed (0)
  2. android/guava/src/com/google/common/cache/CacheBuilder.java

     * operations.
     *
     * <p>Certain cache configurations will result in the accrual of periodic maintenance tasks which
     * will be performed during write operations, or during occasional read operations in the absence of
     * writes. The {@link Cache#cleanUp} method of the returned cache will also perform maintenance, but
     * calling it should not be necessary with a high throughput cache. Only caches built with {@link
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Thu Feb 15 16:12:13 GMT 2024
    - 44.8K bytes
    - Viewed (0)
  3. 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;
    Java
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 14K bytes
    - Viewed (0)
  4. src/main/webapp/WEB-INF/view/common/admin/sidebar.jsp

    						</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>
    						</a></li></c:if>
    
    				</ul></li></c:if>
    
    Others
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Apr 15 20:55:28 GMT 2021
    - 17.8K bytes
    - Viewed (0)
  5. 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);
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Mon Apr 01 16:15:01 GMT 2024
    - 35.3K bytes
    - Viewed (0)
  6. 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 */
    Java
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 26.4K bytes
    - Viewed (0)
  7. src/main/resources/fess_label.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
    Properties
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 40.7K bytes
    - Viewed (1)
  8. 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
    Properties
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 40.7K bytes
    - Viewed (0)
  9. 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,
    Plain Text
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Thu Mar 21 11:45:51 GMT 2024
    - 15.6K bytes
    - Viewed (0)
  10. src/main/resources/fess_label_ko.properties

    labels.stemmerOverrideFile=Stemmer Override File
    labels.protwordsFile=Protwords File
    labels.urlExpr=Condition
    labels.ldapGroupFilter=Group Filter
    labels.menu_searchLog=Search Log
    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.
    Properties
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 44K bytes
    - Viewed (0)
Back to top