- Sort Score
- Num 10 results
- Language All
Results 1 - 5 of 5 for diffs (0.02 seconds)
-
.teamcity/src/main/kotlin/util/AdHocPerformanceScenario.kt
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Mon Mar 30 14:08:32 GMT 2026 - 6K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/helper/CrawlingInfoHelperTest.java
// Verify that the differences are approximately correct long diff1 = result1 - result0; long diff7 = result7 - result0; assertTrue("1 day should be approximately ONE_DAY_IN_MILLIS", Math.abs(diff1 - Constants.ONE_DAY_IN_MILLIS) < 10000); assertTrue("7 days should be approximately 7 * ONE_DAY_IN_MILLIS", Math.abs(diff7 - 7 * Constants.ONE_DAY_IN_MILLIS) < 10000); } catch (Exception e) {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 12 01:46:45 GMT 2026 - 28.7K bytes - Click Count (0) -
.github/workflows/upgrade-to-latest-wrapper.yml
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Nov 20 22:15:20 GMT 2025 - 1.3K bytes - Click Count (0) -
.teamcity/scripts/update_wrapper_and_create_pr.sh
export WRAPPER_VERSION="$promotedVersion" fi ./gradlew wrapper --gradle-version=$WRAPPER_VERSION ./gradlew wrapper git add gradle && git add gradlew && git add gradlew.bat if git diff --cached --quiet; then echo "No changes to commit" exit 0 fi BRANCH_NAME="devprod/update-wrapper-$(date +%Y%m%d-%H%M%S)" git switch -c $BRANCH_NAMECreated: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Tue Jul 29 03:20:20 GMT 2025 - 2.9K bytes - Click Count (0) -
.teamcity/scripts/CheckBadMerge.java
// Git revision range syntax is part of git, not the shell; pass as-is. return getStdoutLines(new String[] {"git", "diff", "--name-only", commit + "^1.." + commit}); } private static List<String> branchesOf(String commit) throws IOException, InterruptedException, ExecutionException {Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Mon Mar 30 16:25:09 GMT 2026 - 9K bytes - Click Count (0)