Home
last modified time | relevance | path

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

/third_party/mesa3d/.gitlab-ci/windows/
DDockerfile_vs6 # https://www.thomasmaurer.ch/2019/07/how-to-install-and-update-powershell-7/
8 # iex "& { $(irm https://aka.ms/install-powershell.ps1) } -UseMSI -Quiet"
9 RUN powershell -ExecutionPolicy RemoteSigned -Command "$ErrorActionPreference = 'Stop'; iex ""& { $…
/third_party/rust/crates/clap/clap_complete/src/shells/
Dmod.rs6 mod powershell; module
13 pub use powershell::PowerShell;
/third_party/skia/third_party/externals/tint/kokoro/windows/
Dbuild.bat71 powershell.exe -Command "Expand-Archive -LiteralPath '%TEMP_DIR%\dxc.zip' -DestinationPath '%TEMP_D…
80 powershell -Command "(New-Object Net.WebClient).DownloadFile('https://storage.googleapis.com/chrome…
81 powershell -Command "Expand-Archive -Force 'depot_tools.zip' 'depot_tools'" || goto :error
/third_party/protobuf/kokoro/release/csharp/windows/
Dbuild_nuget.bat7 powershell -File install_dotnet_sdk.ps1
/third_party/protobuf/kokoro/windows/csharp/
Dbuild.bat7 powershell -File install_dotnet_sdk.ps1
/third_party/node/tools/msvs/install_tools/
Dinstall_tools.bat55 …0\powershell.exe" -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command Start-Process '%Sy…
/third_party/openssl/Configurations/
D50-win-onecore.conf17 …my $SDKver = `powershell -Command \"& {\$(Get-Item \\\"hklm:\\SOFTWARE\\WOW6432Node\\Microsoft\\M…
/third_party/node/deps/openssl/openssl/Configurations/
D50-win-onecore.conf17 …my $SDKver = `powershell -Command \"& {\$(Get-Item \\\"hklm:\\SOFTWARE\\WOW6432Node\\Microsoft\\M…
/third_party/python/PCbuild/
Dprepare_libffi.bat206 powershell -c "md $env:CYG_ROOT -ErrorAction SilentlyContinue"
207 powershell -c "$setup = $env:CYG_ROOT+'/setup.exe'; if (!(Test-Path $setup)){invoke-webrequest http…
Dfind_python.bat54 @powershell.exe -Command Invoke-WebRequest %_Py_NUGET_URL% -OutFile '%_Py_NUGET%'
/third_party/protobuf/kokoro/release/python/windows/
Dbuild_single_artifact.bat28 REM done from inside the powershell script as it would require to restart
/third_party/node/deps/npm/node_modules/glob/dist/esm/
Dbin.mjs47 on Windows powershell or cmd.exe, 'glob app/*.ts' will
Dbin.mjs.map1 …/*.ts' would match 'app/[id].ts', then\n on Windows powershell or cmd.exe, 'glo…
/third_party/node/doc/
DREADME.md57 | Powershell | `powershell` |
/third_party/node/deps/corepack/
DREADME.md171 ```powershell
/third_party/node/deps/cares/
DINSTALL.md391 ```sh or powershell
/third_party/icu/docs/processes/release/tasks/publish/
Dindex.md291 powershell
/third_party/node/
DBUILDING.md623 ```powershell
Dvcbuild.bat429powershell -c "Invoke-WebRequest -Uri 'https://nodejs.org/dist/latest/win-x64/node.exe' -OutFile '…
/third_party/curl/docs/
DFAQ613 For Windows powershell the arguments are not always passed on as expected
614 because curl is not a powershell script. You may or may not be able to use
/third_party/node/deps/npm/node_modules/glob/
DREADME.md169 then on Windows powershell or cmd.exe, 'glob app/*.ts'
/third_party/node/deps/npm/node_modules/node-gyp/
DCHANGELOG.md231 * fix typo in powershell node-gyp update ([787cf7f](https://www.github.com/nodejs/node-gyp/commit/7…
/third_party/mesa3d/docs/relnotes/
D22.2.0.rst6092 - ci/vs2019: switch to powershell 7
/third_party/node/tools/lint-md/
Dlint-md.mjs26750 "powershell",
/third_party/node/doc/changelogs/
DCHANGELOG_V18.md2207 …ejs/node/commit/560ee24157)] - **build**: fix arm64 cross-compile from powershell (Stefan Stojanov…