Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 52 for maintenance (0.22 sec)

  1. cmd/erasure-server-pool.go

    			result.ESHealth = append(result.ESHealth, struct {
    				Maintenance                  bool
    				PoolID, SetID                int
    				Healthy                      bool
    				HealthyRead                  bool
    				HealthyDrives, HealingDrives int
    				ReadQuorum, WriteQuorum      int
    			}{
    				Maintenance:   opts.Maintenance,
    				SetID:         setIdx,
    				PoolID:        poolIdx,
    Go
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Fri Apr 26 06:32:14 GMT 2024
    - 80.1K bytes
    - Viewed (0)
  2. cmd/lock-rest-server.go

    	case errLockNotFound:
    		dst.Code = dsync.RespLockNotFound
    	default:
    		dst.Code = dsync.RespErr
    		dst.Err = err.Error()
    	}
    	return dst, nil
    }
    
    const (
    	// Lock maintenance interval.
    	lockMaintenanceInterval = 1 * time.Minute
    
    	// Lock validity duration
    	lockValidityDuration = 1 * time.Minute
    )
    
    // lockMaintenance loops over all locks and discards locks
    Go
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Tue Nov 21 01:09:35 GMT 2023
    - 5.9K bytes
    - Viewed (0)
  3. 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)
  4. 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)
  5. 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)
  6. guava/src/com/google/common/cache/Cache.java

       * created, it is undefined which of the changes (if any) will be reflected in that iterator.
       */
      ConcurrentMap<K, V> asMap();
    
      /**
       * Performs any pending maintenance operations needed by the cache. Exactly which activities are
       * performed -- if any -- is implementation-dependent.
       */
      void cleanUp();
    Java
    - Registered: Fri Apr 05 12:43:09 GMT 2024
    - Last Modified: Sun Aug 07 02:38:22 GMT 2022
    - 7.9K 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