Home
last modified time | relevance | path

Searched refs:wix (Results 1 – 25 of 588) sorted by relevance

12345678910>>...24

/dports/misc/urbit/urbit-urbit-0.6.0/jets/f/
H A Dfitz.c11 u3_noun wix) in _fitz_fiz() argument
14 c3_w wix_w = u3r_met(3, wix); in _fitz_fiz()
20 wix_y = (0 == wix_w) ? 0 : u3r_byte((wix_w - 1), wix); in _fitz_fiz()
33 u3_noun wix) in u3qf_fitz() argument
35 c3_w i_w, met_w = c3_min(u3r_met(3, yaz), u3r_met(3, wix)); in u3qf_fitz()
37 if ( c3n == _fitz_fiz(yaz, wix) ) { in u3qf_fitz()
42 c3_y wix_y = u3r_byte(i_w, wix); in u3qf_fitz()
57 u3_noun yaz, wix; in u3wf_fitz() local
59 if ( (c3n == u3r_mean(cor, u3x_sam_2, &yaz, u3x_sam_3, &wix, 0)) || in u3wf_fitz()
61 (c3n == u3ud(wix)) ) in u3wf_fitz()
[all …]
/dports/devel/qbs/qbs-src-1.21.0/doc/reference/modules/
H A Dwix-module.qdoc29 \qmltype wix
41 \target filetags-wix
96 \qmlproperty stringList wix::defines
165 \qmlproperty bool wix::verboseOutput
230 \qmlproperty string wix::version
240 \qmlproperty int wix::versionMajor
248 \qmlproperty int wix::versionMinor
256 \qmlproperty list wix::versionParts
267 \qmlproperty int wix::versionPatch
275 \qmlproperty int wix::versionBuild
[all …]
/dports/devel/qbs/qbs-src-1.21.0/tests/auto/blackbox/testdata-windows/wix/
H A DWiXInstallers.qbs8 wix.defines: ["scriptName=ExampleScript.bat"]
9 wix.extensions: ["WixBalExtension", "WixUIExtension"]
13 Depends { name: "wix" }
14 wix.defines: base.concat(["msiName=" +
16 exportingProduct.targetName + wix.windowsInstallerSuffix)])
33 wix.defines: ["scriptName=ExampleScript.bat"]
34 wix.cultures: []
/dports/security/keybase/client-v5.7.1/packaging/windows/WIXInstallers/KeybaseApps/
H A Dgui.xsl1 …" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:wix="http://schemas.microsoft.com/wix/20… nsprefix
8 <xsl:template match="wix:Directory[@Name='Keybase-win32-x64']/@Id">
11 <xsl:template match="wix:Directory[@Name='Keybase-win32-x64']/@Name">
14 <xsl:template match="wix:Component">
17 <wix:RemoveFolder Id="{@Id}" On="uninstall" />
/dports/cad/horizon-eda/horizon-2.1.0/
H A D.gitignore40 wix/*.msi
41 wix/*.wixobj
42 wix/*.wixpdb
43 wix/files.wxs
44 wix/version.wxi
/dports/databases/mysql-connector-odbc/mysql-connector-odbc-5.3.13-src/
H A DCreateBinaryMsi.bat51 REM Copying files to wix stage area...
52 IF NOT EXIST ..\wix-installer\bin\mysql-connector-odbc-%1-win32 (
53 mkdir ..\wix-installer\bin\mysql-connector-odbc-%1-win32
55 IF NOT EXIST ..\wix-installer\bin\mysql-connector-odbc-%1-win32\Windows (
56 mkdir ..\wix-installer\bin\mysql-connector-odbc-%1-win32\Windows
58 IF NOT EXIST ..\wix-installer\bin\mysql-connector-odbc-%1-win32\Windows\System32 (
59 mkdir ..\wix-installer\bin\mysql-connector-odbc-%1-win32\Windows\System32
61 copy bin\* ..\wix-installer\bin\mysql-connector-odbc-%1-win32\Windows\System32
62 copy lib\* ..\wix-installer\bin\mysql-connector-odbc-%1-win32\Windows\System32
63 copy LICENSE.txt ..\wix-installer\bin\mysql-connector-odbc-%1-win32\Windows\System32
[all …]
/dports/www/grafana8/grafana-8.3.6/scripts/build/ci-msi-build/msigenerator/
H A Dci-wrapper.sh20 ls -al /home/xclient/wix/light.exe.config
21 cat /home/xclient/wix/light.exe.config
22 cp /master/light.exe.config /home/xclient/wix/light.exe.config
23 cat /home/xclient/wix/light.exe.config
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/emulator/beam/
H A Derl_thr_progress.c1065 int ix, wix; in request_wakeup_managed() local
1087 tpd->wakeup_request[wix])); in request_wakeup_managed()
1115 mwd = intrnl->managed.data[wix]; in request_wakeup_managed()
1137 int wix, ix, id, bit; in request_wakeup_unmanaged() local
1158 tpd->wakeup_request[wix])); in request_wakeup_unmanaged()
1179 tpd->wakeup_request[wix] = value; in request_wakeup_unmanaged()
1233 int wix, len, i; in handle_wakeup_requests() local
1237 mwd = intrnl->managed.data[wix]; in handle_wakeup_requests()
1259 int wix; in got_sched_wakeups() local
1263 for (wix = 0; wix < ERTS_THR_PRGR_WAKEUP_DATA_SIZE; wix++) { in got_sched_wakeups()
[all …]
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/emulator/beam/
H A Derl_thr_progress.c1065 int ix, wix; in request_wakeup_managed() local
1087 tpd->wakeup_request[wix])); in request_wakeup_managed()
1115 mwd = intrnl->managed.data[wix]; in request_wakeup_managed()
1137 int wix, ix, id, bit; in request_wakeup_unmanaged() local
1158 tpd->wakeup_request[wix])); in request_wakeup_unmanaged()
1179 tpd->wakeup_request[wix] = value; in request_wakeup_unmanaged()
1233 int wix, len, i; in handle_wakeup_requests() local
1237 mwd = intrnl->managed.data[wix]; in handle_wakeup_requests()
1259 int wix; in got_sched_wakeups() local
1263 for (wix = 0; wix < ERTS_THR_PRGR_WAKEUP_DATA_SIZE; wix++) { in got_sched_wakeups()
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/emulator/beam/
H A Derl_thr_progress.c1076 int ix, wix; in request_wakeup_managed() local
1098 tpd->wakeup_request[wix])); in request_wakeup_managed()
1126 mwd = intrnl->managed.data[wix]; in request_wakeup_managed()
1148 int wix, ix, id, bit; in request_wakeup_unmanaged() local
1169 tpd->wakeup_request[wix])); in request_wakeup_unmanaged()
1190 tpd->wakeup_request[wix] = value; in request_wakeup_unmanaged()
1244 int wix, len, i; in handle_wakeup_requests() local
1248 mwd = intrnl->managed.data[wix]; in handle_wakeup_requests()
1270 int wix; in got_sched_wakeups() local
1274 for (wix = 0; wix < ERTS_THR_PRGR_WAKEUP_DATA_SIZE; wix++) { in got_sched_wakeups()
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/emulator/beam/
H A Derl_thr_progress.c1065 int ix, wix; in request_wakeup_managed() local
1087 tpd->wakeup_request[wix])); in request_wakeup_managed()
1115 mwd = intrnl->managed.data[wix]; in request_wakeup_managed()
1137 int wix, ix, id, bit; in request_wakeup_unmanaged() local
1158 tpd->wakeup_request[wix])); in request_wakeup_unmanaged()
1179 tpd->wakeup_request[wix] = value; in request_wakeup_unmanaged()
1233 int wix, len, i; in handle_wakeup_requests() local
1237 mwd = intrnl->managed.data[wix]; in handle_wakeup_requests()
1259 int wix; in got_sched_wakeups() local
1263 for (wix = 0; wix < ERTS_THR_PRGR_WAKEUP_DATA_SIZE; wix++) { in got_sched_wakeups()
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/erts/emulator/beam/
H A Derl_thr_progress.c1065 int ix, wix; in request_wakeup_managed() local
1087 tpd->wakeup_request[wix])); in request_wakeup_managed()
1115 mwd = intrnl->managed.data[wix]; in request_wakeup_managed()
1137 int wix, ix, id, bit; in request_wakeup_unmanaged() local
1158 tpd->wakeup_request[wix])); in request_wakeup_unmanaged()
1179 tpd->wakeup_request[wix] = value; in request_wakeup_unmanaged()
1233 int wix, len, i; in handle_wakeup_requests() local
1237 mwd = intrnl->managed.data[wix]; in handle_wakeup_requests()
1259 int wix; in got_sched_wakeups() local
1263 for (wix = 0; wix < ERTS_THR_PRGR_WAKEUP_DATA_SIZE; wix++) { in got_sched_wakeups()
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/emulator/beam/
H A Derl_thr_progress.c1065 int ix, wix; in request_wakeup_managed() local
1087 tpd->wakeup_request[wix])); in request_wakeup_managed()
1115 mwd = intrnl->managed.data[wix]; in request_wakeup_managed()
1137 int wix, ix, id, bit; in request_wakeup_unmanaged() local
1158 tpd->wakeup_request[wix])); in request_wakeup_unmanaged()
1179 tpd->wakeup_request[wix] = value; in request_wakeup_unmanaged()
1233 int wix, len, i; in handle_wakeup_requests() local
1237 mwd = intrnl->managed.data[wix]; in handle_wakeup_requests()
1259 int wix; in got_sched_wakeups() local
1263 for (wix = 0; wix < ERTS_THR_PRGR_WAKEUP_DATA_SIZE; wix++) { in got_sched_wakeups()
[all …]
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/erts/emulator/beam/
H A Derl_thr_progress.c1076 int ix, wix; in request_wakeup_managed() local
1098 tpd->wakeup_request[wix])); in request_wakeup_managed()
1126 mwd = intrnl->managed.data[wix]; in request_wakeup_managed()
1148 int wix, ix, id, bit; in request_wakeup_unmanaged() local
1169 tpd->wakeup_request[wix])); in request_wakeup_unmanaged()
1190 tpd->wakeup_request[wix] = value; in request_wakeup_unmanaged()
1244 int wix, len, i; in handle_wakeup_requests() local
1248 mwd = intrnl->managed.data[wix]; in handle_wakeup_requests()
1270 int wix; in got_sched_wakeups() local
1274 for (wix = 0; wix < ERTS_THR_PRGR_WAKEUP_DATA_SIZE; wix++) { in got_sched_wakeups()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.jpackage/windows/classes/jdk/jpackage/internal/resources/
H A DWinResources.properties38 resource.main-wix-file=Main WiX project file
39 resource.overrides-wix-file=Overrides WiX project file
40 resource.shortcutpromptdlg-wix-file=Shortcut prompt dialog WiX project file
41 resource.installdirnotemptydlg-wix-file=Not empty install directory dialog WiX project file
43 error.no-wix-tools=Can not find WiX tools (light.exe, candle.exe)
44 error.no-wix-tools.advice=Download WiX 3.0 or later from https://wixtoolset.org and add it to the P…
53 error.read-wix-l10n-file=Failed to parse {0} file
54 error.extract-culture-from-wix-l10n-file=Failed to read value of culture from {0} file
H A DWinResources_zh_CN.properties38 resource.main-wix-file=\u4E3B WiX \u9879\u76EE\u6587\u4EF6
39 resource.overrides-wix-file=\u8986\u76D6 WiX \u9879\u76EE\u6587\u4EF6
40 resource.shortcutpromptdlg-wix-file=Shortcut prompt dialog WiX project file
41 resource.installdirnotemptydlg-wix-file=Not empty install directory dialog WiX project file
43 error.no-wix-tools=\u627E\u4E0D\u5230 WiX \u5DE5\u5177 (light.exe, candle.exe)
44 error.no-wix-tools.advice=\u4ECE https://wixtoolset.org \u4E0B\u8F7D WiX 3.0 \u6216\u66F4\u9AD8\u72…
53 error.read-wix-l10n-file=\u65E0\u6CD5\u89E3\u6790 {0} \u6587\u4EF6
54 error.extract-culture-from-wix-l10n-file=\u65E0\u6CD5\u4ECE {0} \u6587\u4EF6\u8BFB\u53D6\u6587\u531…
/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/
H A Dappveyor.yml7 - set PATH=%PATH%;%wix%bin
13 - cd windows\installer\wix
22 - cd windows\installer\wix
/dports/science/opensim-core/opensim-core-4.1/OpenSim/Simulation/
H A DMarkersReference.cpp211 int wix = -1; in updateInternalWeights() local
215 wix = get_marker_weights().getIndex(name, wix); in updateInternalWeights()
218 if (wix >= 0) in updateInternalWeights()
219 _weights[ix] = get_marker_weights()[wix].getWeight(); in updateInternalWeights()
/dports/math/R-cran-zoo/zoo/R/
H A Dna.fill.R75 wix <- if (is.logical(ix)) which(ix) else ix functionVar
77 wx.min <- head(wix, 1)
78 wx.max <- tail(wix, 1)
110 approx(wix, unlist(object[wix]), xout = wrng)$y
/dports/devel/cmake-doc/cmake-3.22.1/Utilities/Release/win/x86/deps/
H A DDockerfile79 ADD https://github.com/wixtoolset/wix3/releases/download/wix3112rtm/wix311-binaries.zip C:\wix\wix.…
80 RUN cd \wix `
82 …if ($(Get-FileHash wix.zip).Hash -eq '2c1888d5d1dba377fc7fa14444cf556963747ff9a0a289a3599cf09da03b…
83 Expand-Archive -Path wix.zip -DestinationPath .`
87 && del wix.zip
/dports/devel/cmake-gui/cmake-3.22.1/Utilities/Release/win/x86/deps/
H A DDockerfile79 ADD https://github.com/wixtoolset/wix3/releases/download/wix3112rtm/wix311-binaries.zip C:\wix\wix.…
80 RUN cd \wix `
82 …if ($(Get-FileHash wix.zip).Hash -eq '2c1888d5d1dba377fc7fa14444cf556963747ff9a0a289a3599cf09da03b…
83 Expand-Archive -Path wix.zip -DestinationPath .`
87 && del wix.zip
/dports/devel/cmake/cmake-3.22.1/Utilities/Release/win/x86/deps/
H A DDockerfile79 ADD https://github.com/wixtoolset/wix3/releases/download/wix3112rtm/wix311-binaries.zip C:\wix\wix.…
80 RUN cd \wix `
82 …if ($(Get-FileHash wix.zip).Hash -eq '2c1888d5d1dba377fc7fa14444cf556963747ff9a0a289a3599cf09da03b…
83 Expand-Archive -Path wix.zip -DestinationPath .`
87 && del wix.zip
/dports/math/kalker/kalker-1.1.0/.github/workflows/
H A Drelease.yml131 C:\Users\runneradmin\.cargo\bin\cargo-wix
158 [ ! -f /c/Users/runneradmin/.cargo/bin/cargo-wix.exe ] && cargo install cargo-wix
160 cargo wix --no-build --nocapture
161 mv target/wix/*.msi target/wix/kalker-windows.msi
165 path: cli/target/wix/kalker-windows.msi
/dports/lang/rust/rustc-1.58.1-src/src/ci/scripts/
H A Dinstall-wix.sh14 mkdir -p wix/bin
15 cd wix/bin
/dports/astro/pykep/pykep-2.6/src/third_party/cspice/
H A Dzzgflong.c105 integer wix[7]; in zzgflong_() local
2098 res1 = wix[(i__1 = node - 1) < 7 && 0 <= i__1 ? i__1 : s_rnge( in zzgflong_()
2109 res2 = wix[(i__1 = node - 1) < 7 && 0 <= i__1 ? i__1 : s_rnge( in zzgflong_()
2390 left = wix[(i__1 = node - 1) < 7 && 0 <= i__1 ? i__1 : s_rnge( in zzgflong_()
2636 left = wix[(i__2 = node - 1) < 7 && 0 <= i__2 ? i__2 : s_rnge( in zzgflong_()
2650 q1 = wix[(i__2 = node - 1) < 7 && 0 <= i__2 ? i__2 : in zzgflong_()
2667 q2 = wix[(i__2 = node - 1) < 7 && 0 <= i__2 ? i__2 : s_rnge( in zzgflong_()
2686 q3 = wix[(i__2 = node - 1) < 7 && 0 <= i__2 ? i__2 : s_rnge( in zzgflong_()
2705 q4 = wix[(i__2 = node - 1) < 7 && 0 <= i__2 ? i__2 : s_rnge( in zzgflong_()
2823 f1 = wix[(i__1 = node - 1) < 7 && 0 <= i__1 ? i__1 : s_rnge( in zzgflong_()
[all …]

12345678910>>...24