Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for compareTime (0.23 sec)

  1. src/main/java/org/codelibs/fess/helper/IntervalControlHelper.java

                reverse = compareTime(fromHours, fromMinutes, toHours, toMinutes) < 0;
            }
    
            public long getDelay() {
                return delay;
            }
    
            public boolean isTarget(final int hours, final int minutes, final int day) {
                if (!reverse) {
                    return compareTime(fromHours, fromMinutes, hours, minutes) >= 0 && compareTime(hours, minutes, toHours, toMinutes) >= 0
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Fri Oct 11 21:11:58 UTC 2024
    - 5.8K bytes
    - Viewed (0)
  2. docs/debugging/xl-meta/main.go

    					return err
    				}
    				if exportedSizes[m.objSize] {
    					fmt.Println("Skipping version", key, "as it has already been exported.")
    					continue nextFile
    				}
    				addedFiles := 0
    			compareFile:
    				for otherKey, other := range files[partIdx] {
    					addedFiles++
    					if attempt > 0 && len(m.filled) == len(combineFilled) {
    						fmt.Println("Merging previous global data")
    						filled := 0
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Thu Sep 05 11:57:44 UTC 2024
    - 40.3K bytes
    - Viewed (0)
Back to top