Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for 3h1m (0.01 sec)

  1. .github/workflows/check-commits.yml

                  echo "Commit $commit wrapper: $WRAPPER_GRADLE_VERSION"
                  if ! [[ $WRAPPER_GRADLE_VERSION =~ ^[0-9.]+(-(rc|milestone|m)-[0-9]+)?$ ]]; then
                      RED="\e[31m"
                      ENDCOLOR="\e[0m"
    Registered: 2025-05-28 11:36
    - Last Modified: 2025-01-24 08:57
    - 3K bytes
    - Viewed (0)
  2. ci/official/containers/ml_build_arm64/devel.bashrc

    #
    # ==============================================================================
    
    # Do not print anything if this is not being used interactively
    [ -z "$PS1" ] && return
    
    # Set up attractive prompt
    export PS1="\[\e[31m\]tf-docker\[\e[m\] \[\e[33m\]\w\[\e[m\] > "
    export TERM=xterm-256color
    alias grep="grep --color=auto"
    alias ls="ls --color=auto"
    # Fix nvidia-docker
    Registered: 2025-05-27 12:39
    - Last Modified: 2024-11-11 19:25
    - 988 bytes
    - Viewed (0)
  3. logger/logger.go

    	"time"
    
    	"gorm.io/gorm/utils"
    )
    
    // ErrRecordNotFound record not found error
    var ErrRecordNotFound = errors.New("record not found")
    
    // Colors
    const (
    	Reset       = "\033[0m"
    	Red         = "\033[31m"
    	Green       = "\033[32m"
    	Yellow      = "\033[33m"
    	Blue        = "\033[34m"
    	Magenta     = "\033[35m"
    	Cyan        = "\033[36m"
    	White       = "\033[37m"
    	BlueBold    = "\033[34;1m"
    	MagentaBold = "\033[35;1m"
    Registered: 2025-05-25 09:35
    - Last Modified: 2025-01-12 10:19
    - 6.3K bytes
    - Viewed (0)
Back to top