- Sort Score
- Result 10 results
- Languages All
Results 1 - 4 of 4 for 0m (0.01 sec)
-
compat/maven-resolver-provider/src/test/java/org/apache/maven/repository/internal/VersionTest.java
assertOrder(X_GT_Y, "1.0a-1", "1.0"); assertOrder(X_GT_Y, "1.0b.1", "1.0"); assertOrder(X_GT_Y, "1.0b-1", "1.0"); assertOrder(X_GT_Y, "1.0m.1", "1.0"); assertOrder(X_GT_Y, "1.0m-1", "1.0"); } @Test void testUnknownQualifierOrdering() { assertOrder(X_LT_Y, "1-abc", "1-abcd"); assertOrder(X_LT_Y, "1-abc", "1-bcd");
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 17.1K bytes - Viewed (0) -
common/Makefile.common.mk
help: ## Show this help @egrep -h '^[a-zA-Z_\.-]+:.*?## .*$$' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-20s\033[0m %s\n", $$1, $$2}'
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Wed Jun 12 14:37:27 UTC 2024 - 5.9K bytes - Viewed (0) -
Makefile
checks: ## check dependencies @echo "Checking dependencies" @(env bash $(PWD)/buildscripts/checkdeps.sh) help: ## print this help @grep -E '^[a-zA-Z_-]+:.*?## .*$$' Makefile | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-40s\033[0m %s\n", $$1, $$2}' getdeps: ## fetch necessary dependencies @mkdir -p ${GOPATH}/bin
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu Oct 31 22:10:24 UTC 2024 - 11.1K bytes - Viewed (0) -
Makefile.core.mk
Q = $(if $(filter 1,$VERBOSE),,@) # Use the variable H to add a header (equivalent to =>) to informational output H = $(shell printf "\033[34;1m=>\033[0m") ifeq ($(origin DEBUG), undefined) BUILDTYPE_DIR:=release else ifeq ($(DEBUG),0) BUILDTYPE_DIR:=release else BUILDTYPE_DIR:=debug export GCFLAGS:=all=-N -l
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Thu Oct 03 23:53:59 UTC 2024 - 18.4K bytes - Viewed (0)