Home
last modified time | relevance | path

Searched refs:IntCmp (Results 1 – 25 of 203) sorted by relevance

123456789

/dports/games/simutrans/simutrans-121.0/nsis/
H A Donlineupgrade.nsi47 IntCmp $R0 ${SF_SELECTED} show_not
50 IntCmp $R0 ${SF_SELECTED} show_not
53 IntCmp $R0 ${SF_SELECTED} show_not
56 IntCmp $R0 ${SF_SELECTED} show_not
59 IntCmp $R0 ${SF_SELECTED} show_not
62 IntCmp $R0 ${SF_SELECTED} show_not
65 IntCmp $R0 ${SF_SELECTED} show_not
68 IntCmp $R0 ${SF_SELECTED} show_not
71 IntCmp $R0 ${SF_SELECTED} show_not
74 IntCmp $R0 ${SF_SELECTED} show_not
[all …]
H A Dsimutrans.nsi98 IntCmp $group1 0 select_SDL
119 IntCmp $R0 ${SF_SELECTED} show_not
122 IntCmp $R0 ${SF_SELECTED} show_not
125 IntCmp $R0 ${SF_SELECTED} show_not
128 IntCmp $R0 ${SF_SELECTED} show_not
131 IntCmp $R0 ${SF_SELECTED} show_not
134 IntCmp $R0 ${SF_SELECTED} show_not
137 IntCmp $R0 ${SF_SELECTED} show_not
140 IntCmp $R0 ${SF_SELECTED} show_not
143 IntCmp $R0 ${SF_SELECTED} show_not
[all …]
H A Dsimutrans-offline.nsi302 IntCmp $R0 ${SF_SELECTED} show
306 IntCmp $R0 ${SF_SELECTED} show
310 IntCmp $R0 ${SF_SELECTED} show
314 IntCmp $R0 ${SF_SELECTED} show
318 IntCmp $R0 ${SF_SELECTED} show
407 IntCmp $R0 ${SF_SELECTED} show_not
410 IntCmp $R0 ${SF_SELECTED} show_not
413 IntCmp $R0 ${SF_SELECTED} show_not
416 IntCmp $R0 ${SF_SELECTED} show_not
419 IntCmp $R0 ${SF_SELECTED} show_not
[all …]
H A Dother-functions.nsh167 IntCmp $R0 ${SF_SELECTED} showFW
171 IntCmp $R0 ${SF_SELECTED} showFW
175 IntCmp $R0 ${SF_SELECTED} showFW
179 IntCmp $R0 ${SF_SELECTED} showFW
183 IntCmp $R0 ${SF_SELECTED} showFW
187 IntCmp $R0 ${SF_SELECTED} showFW
191 IntCmp $R0 ${SF_SELECTED} showFW
195 IntCmp $R0 ${SF_SELECTED} showFW
215 IntCmp $R0 ${SF_SELECTED} showGPL
219 IntCmp $R0 ${SF_SELECTED} showGPL
[all …]
/dports/net/wireshark/wireshark-3.6.1/packaging/nsis/
H A Dservicelib.nsh104 IntCmp $3 $7 0 0 lbl_done
111 IntCmp $3 $7 0 0 lbl_done
167 IntCmp $4 0 lbl_done
170 IntCmp $5 0 lbl_done
203 IntCmp $R4 0 +2
210 IntCmp $R5 0 +2
293 IntCmp $6 ${SERVICE_RUNNING} lbl_done
295 IntCmp $6 ${SERVICE_STOPPED} lbl_done
307 IntCmp $6 ${SERVICE_PAUSED} lbl_done
313 IntCmp $5 0 +2
[all …]
/dports/net/wireshark-lite/wireshark-3.6.1/packaging/nsis/
H A Dservicelib.nsh104 IntCmp $3 $7 0 0 lbl_done
111 IntCmp $3 $7 0 0 lbl_done
167 IntCmp $4 0 lbl_done
170 IntCmp $5 0 lbl_done
203 IntCmp $R4 0 +2
210 IntCmp $R5 0 +2
293 IntCmp $6 ${SERVICE_RUNNING} lbl_done
295 IntCmp $6 ${SERVICE_STOPPED} lbl_done
307 IntCmp $6 ${SERVICE_PAUSED} lbl_done
313 IntCmp $5 0 +2
[all …]
/dports/net/tshark-lite/wireshark-3.6.1/packaging/nsis/
H A Dservicelib.nsh104 IntCmp $3 $7 0 0 lbl_done
111 IntCmp $3 $7 0 0 lbl_done
167 IntCmp $4 0 lbl_done
170 IntCmp $5 0 lbl_done
203 IntCmp $R4 0 +2
210 IntCmp $R5 0 +2
293 IntCmp $6 ${SERVICE_RUNNING} lbl_done
295 IntCmp $6 ${SERVICE_STOPPED} lbl_done
307 IntCmp $6 ${SERVICE_PAUSED} lbl_done
313 IntCmp $5 0 +2
[all …]
/dports/net/tshark/wireshark-3.6.1/packaging/nsis/
H A Dservicelib.nsh104 IntCmp $3 $7 0 0 lbl_done
111 IntCmp $3 $7 0 0 lbl_done
167 IntCmp $4 0 lbl_done
170 IntCmp $5 0 lbl_done
203 IntCmp $R4 0 +2
210 IntCmp $R5 0 +2
293 IntCmp $6 ${SERVICE_RUNNING} lbl_done
295 IntCmp $6 ${SERVICE_STOPPED} lbl_done
307 IntCmp $6 ${SERVICE_PAUSED} lbl_done
313 IntCmp $5 0 +2
[all …]
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/status-im/keycard-go/vendor/github.com/ethereum/go-ethereum/build/
H A Dnsis.pathupdate.nsh24 IntCmp $4 0 0 done done
31 IntCmp $4 234 0 +4 +4 ; $4 == ERROR_MORE_DATA
36 IntCmp $4 0 +5 ; $4 != NO_ERROR
37 IntCmp $4 2 +3 ; $4 != ERROR_FILE_NOT_FOUND
59 IntCmp $2 ${NSIS_MAX_STRLEN} +4 +4 0
102 IntCmp $4 0 0 done done
109 IntCmp $4 234 0 +4 +4 ; $4 == ERROR_MORE_DATA
114 IntCmp $4 0 +5 ; $4 != NO_ERROR
115 IntCmp $4 2 +3 ; $4 != ERROR_FILE_NOT_FOUND
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/build/
H A Dnsis.pathupdate.nsh24 IntCmp $4 0 0 done done
31 IntCmp $4 234 0 +4 +4 ; $4 == ERROR_MORE_DATA
36 IntCmp $4 0 +5 ; $4 != NO_ERROR
37 IntCmp $4 2 +3 ; $4 != ERROR_FILE_NOT_FOUND
59 IntCmp $2 ${NSIS_MAX_STRLEN} +4 +4 0
102 IntCmp $4 0 0 done done
109 IntCmp $4 234 0 +4 +4 ; $4 == ERROR_MORE_DATA
114 IntCmp $4 0 +5 ; $4 != NO_ERROR
115 IntCmp $4 2 +3 ; $4 != ERROR_FILE_NOT_FOUND
/dports/misc/netron/node_modules/app-builder-lib/templates/nsis/include/
H A DgetProcessInfo.nsh65 IntCmp $R3 0 0 skip_pid_detection skip_pid_detection
72 IntCmp $R0 ${PROCESSINFO.INVALID_HANDLE_VALUE} end ;someting wrong
98 IntCmp $R1 $R3 exitloop
101 IntCmp $R1 0 0 nnext_iteration nnext_iteration
/dports/graphics/hugin/hugin-2020.0.0/platforms/windows/huginsetup/Functions/
H A DDownloadFunctions.nsh130 IntCmp $R5 $R0 NoSuccess
133 IntCmp $R3 $R0 0 MirrorsStart
242 IntCmp $R1 $R0 0 NewRnd
247 IntCmp $R3 $R0 0 RndEnd
/dports/security/stunnel/stunnel-5.60/tools/
H A Dstunnel.nsi86 IntCmp $0 0 done_${DetailErrorId}
127 IntCmp $service_restart 0 0 not_stopped not_stopped
132 IntCmp $service_reinstall 0 0 done done
139 IntCmp $service_reinstall 0 0 no_service_reinstall no_service_reinstall
145 IntCmp $service_restart 0 0 no_service_restart no_service_restart
147 IntCmp $service_restart 0 0 no_service_restart no_service_restart
152 # IntCmp $gui_restart 0 0 no_gui_restart no_gui_restart
452 IntCmp $0 0 no_tstunnel_shortcut
490 IntCmp $0 0 no_openssl_shortcuts
540 IntCmp $0 0 no_tstunnel_pdb
[all …]
/dports/emulators/tiemu3/tiemu-3.03/build/nsis/
H A Dvercmp.nsi37 IntCmp $R1 $R0 +1 VersionOk VersionNotFound
88 IntCmp $R3 $R2 loopend loopend
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/etc/win32/nsis/
H A Derlang20.nsi318 IntCmp 0 $R0 normal0 normal0 negative0
328 IntCmp 0 $R1 normal1 normal1 negative1
362 IntCmp $winvermajor 6 WVCheckMinorLbl WVCheckDoneLbl NotFoundLbl
364 IntCmp $winverminor 1 WVCheckDoneLbl WVCheckDoneLbl NotFoundLbl
376 IntCmp 2 $R0 LoopLbl
381 IntCmp 2 $R0 SearchSxSLbl
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/erts/etc/win32/nsis/
H A Derlang20.nsi318 IntCmp 0 $R0 normal0 normal0 negative0
328 IntCmp 0 $R1 normal1 normal1 negative1
362 IntCmp $winvermajor 6 WVCheckMinorLbl WVCheckDoneLbl NotFoundLbl
364 IntCmp $winverminor 1 WVCheckDoneLbl WVCheckDoneLbl NotFoundLbl
376 IntCmp 2 $R0 LoopLbl
381 IntCmp 2 $R0 SearchSxSLbl
/dports/sysutils/apcctrl/apcctrl-0.8.21/platforms/mingw/installer/
H A Dparams.nsh46 IntCmp $R4 $R5 0 NextParam end
53 IntCmp $R6 1 end ; leave if found or if not enough parameters
/dports/sysutils/apcupsd/apcupsd-3.14.14/platforms/mingw/installer/
H A Dparams.nsh46 IntCmp $R4 $R5 0 NextParam end
53 IntCmp $R6 1 end ; leave if found or if not enough parameters
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/etc/win32/nsis/
H A Derlang20.nsi332 IntCmp 0 $R0 normal0 normal0 negative0
342 IntCmp 0 $R1 normal1 normal1 negative1
376 IntCmp $winvermajor 6 WVCheckMinorLbl WVCheckDoneLbl NotFoundLbl
378 IntCmp $winverminor 1 WVCheckDoneLbl WVCheckDoneLbl NotFoundLbl
390 IntCmp 2 $R0 LoopLbl
395 IntCmp 2 $R0 SearchSxSLbl
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/etc/win32/nsis/
H A Derlang20.nsi332 IntCmp 0 $R0 normal0 normal0 negative0
342 IntCmp 0 $R1 normal1 normal1 negative1
376 IntCmp $winvermajor 6 WVCheckMinorLbl WVCheckDoneLbl NotFoundLbl
378 IntCmp $winverminor 1 WVCheckDoneLbl WVCheckDoneLbl NotFoundLbl
390 IntCmp 2 $R0 LoopLbl
395 IntCmp 2 $R0 SearchSxSLbl
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/etc/win32/nsis/
H A Derlang20.nsi332 IntCmp 0 $R0 normal0 normal0 negative0
342 IntCmp 0 $R1 normal1 normal1 negative1
376 IntCmp $winvermajor 6 WVCheckMinorLbl WVCheckDoneLbl NotFoundLbl
378 IntCmp $winverminor 1 WVCheckDoneLbl WVCheckDoneLbl NotFoundLbl
390 IntCmp 2 $R0 LoopLbl
395 IntCmp 2 $R0 SearchSxSLbl
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/etc/win32/nsis/
H A Derlang20.nsi332 IntCmp 0 $R0 normal0 normal0 negative0
342 IntCmp 0 $R1 normal1 normal1 negative1
376 IntCmp $winvermajor 6 WVCheckMinorLbl WVCheckDoneLbl NotFoundLbl
378 IntCmp $winverminor 1 WVCheckDoneLbl WVCheckDoneLbl NotFoundLbl
390 IntCmp 2 $R0 LoopLbl
395 IntCmp 2 $R0 SearchSxSLbl
/dports/lang/erlang/otp-OTP-24.1.7/erts/etc/win32/nsis/
H A Derlang20.nsi332 IntCmp 0 $R0 normal0 normal0 negative0
342 IntCmp 0 $R1 normal1 normal1 negative1
376 IntCmp $winvermajor 6 WVCheckMinorLbl WVCheckDoneLbl NotFoundLbl
378 IntCmp $winverminor 1 WVCheckDoneLbl WVCheckDoneLbl NotFoundLbl
390 IntCmp 2 $R0 LoopLbl
395 IntCmp 2 $R0 SearchSxSLbl
/dports/lang/nim/nim-1.6.2/tools/niminst/
H A Dnsis.nimf303 IntCmp $4 0 0 done done
309 IntCmp $4 234 0 +4 +4 ; $4 == ERROR_MORE_DATA
314 IntCmp $4 0 +5 ; $4 != NO_ERROR
315 IntCmp $4 2 +3 ; $4 != ERROR_FILE_NOT_FOUND
337 IntCmp $2 ${NSIS_MAX_STRLEN} +4 +4 0
/dports/math/singular/Singular-Release-4-2-1/ppcc/adlib/
H A Dtest4.cc6 int IntCmp(Int a, Int b) { in IntCmp() function
75 intarr = intarr->sort(IntCmp); in Main()

123456789