Lines Matching full:3

29 @set three=%arg:~0,3%
102 :: %3 - Threading model [optional]
114 @set "threading=%~3"
117 @call :log 3 "arch = %arch%"
118 @call :log 3 "version = %version%"
119 @call :log 3 "exceptions = %exceptions%"
120 @call :log 3 "threading = %threading%"
121 @call :log 3 "revision = %revision%"
189 :: %3 - The repository information to use
200 @set "repository=%~3"
212 @call :log 3 "Finding URL"
234 :: %3 - The folder to unpack to
245 @set "folder_path=%~3"
382 :: %3 - The architecture of the compiler
394 @set "arch=%~3"
399 @call :log 3 "Finding latest version"
423 :: %3 - The architecture of the compiler
436 @set "arch=%~3"
442 @call :log 3 "Finding best threading model"
464 :: %3 - The architecture of the compiler
478 @set "arch=%~3"
486 @call :log 3 "Finding best exception model"
512 :: %3 - The architecture of the compiler
527 @set "arch=%~3"
537 @call :log 3 "Finding latest revision"
557 :: - < 0 : if %2 < %3
558 :: - 0 : if %2 == %3
559 :: - > 0 : if %2 > %3
561 :: %3 - The second version to compare
567 @set "rhs=%~3"
636 @call :log 3 "Attempting to detect the script source"
638 @for /f "tokens=1-3,*" %%a in ("%cmdcmdline%") do @(
664 @call :log 3 "The script was invoked from %script_source%"
671 @call :log 3 "Determining the processor architecture"
690 @for /f "skip=3 tokens=1,*" %%a in ('powershell Get-FileHash -Algorithm MD5 "'%file_path%'"') do @s…
702 :: %3 - The minor version number return variable
705 @call :log 3 "Retrieving the Windows version"
714 & set "%~3=%win_ver_minor%" ^
725 @call :log 3 "Searching PATH for %file%"
736 @call :log 3 "Appending to log: %file_path%"
837 :: %3 - the MD5 checksum of the file (optional)
845 @set "checksum=%~3"
876 @call :log 3 "Checksum matched: %temp_path%"
877 @call :log 3 "Hash : !hash!"
878 @call :log 3 "Checksum: %checksum%"