Home
last modified time | relevance | path

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

123

/third_party/mesa3d/.gitlab-ci/windows/
DDockerfile_vs8 # iex "& { $(irm https://aka.ms/install-powershell.ps1) } -UseMSI -Quiet"
9 …tionPreference = 'Stop'; iex ""& { $(irm https://aka.ms/install-powershell.ps1) } -UseMSI -Quiet"""
15 COPY mesa_deps_vs2019.ps1 C:\
16 RUN C:\mesa_deps_vs2019.ps1
17 COPY mesa_vs_init.ps1 C:\
20 COPY mesa_deps_choco.ps1 C:\
21 RUN C:\mesa_deps_choco.ps1
DREADME.md13 The base container build job executes the `mesa_container.ps1` script which
19 The rebuild executes `docker build` which calls `mesa_deps.ps1` inside the
30 The Mesa build runs inside the base container, executing `mesa_build.ps1`.
36 `*.ps1` scripts for building dockers are using PowerShell 7 to run
DDockerfile_test6 COPY mesa_deps_test.ps1 C:\
7 RUN C:\mesa_deps_test.ps1
DDockerfile_build6 COPY mesa_deps_build.ps1 C:\
7 RUN C:\mesa_deps_build.ps1
Dspirv2dxil_run.ps11 . .\_install\spirv2dxil_check.ps1 2>&1 | Set-Content -Path .\spirv2dxil_results.txt
/third_party/python/Lib/test/
Dtest_code_module.py32 del self.sysmod.ps1
38 self.assertEqual(self.sysmod.ps1, '>>> ')
39 self.sysmod.ps1 = 'custom1> '
41 self.assertEqual(self.sysmod.ps1, 'custom1> ')
47 self.sysmod.ps1 = 'custom2> '
49 self.assertEqual(self.sysmod.ps1, 'custom2> ')
/third_party/flutter/skia/third_party/externals/sdl/build-scripts/
Dwinrtbuild.bat3 REM winrtbuild.bat: a batch file to help launch the winrtbuild.ps1
7 SET PowerShellScriptPath=%ThisScriptsDirectory%winrtbuild.ps1
/third_party/python/Parser/
Dpeg_api.c20 int mode, const char *ps1, const char* ps2, in _PyParser_ASTFromFile() argument
26 return _PyPegen_run_parser_from_file_pointer(fp, mode, filename_ob, enc, ps1, ps2, in _PyParser_ASTFromFile()
/third_party/python/Lib/
Dcode.py205 sys.ps1
207 sys.ps1 = ">>> "
225 prompt = sys.ps1
/third_party/mksh/
Dlex.c1486 char * volatile ps1; in set_prompt() local
1490 ps1 = str_val(global("PS1")); in set_prompt()
1491 shf = shf_sopen(NULL, strlen(ps1) * 2, in set_prompt()
1493 while (*ps1) in set_prompt()
1494 if (*ps1 != '!' || *++ps1 == '!') in set_prompt()
1495 shf_putchar(*ps1++, shf); in set_prompt()
1499 ps1 = shf_sclose(shf); in set_prompt()
1515 char *cp = substitute(ps1, 0); in set_prompt()
/third_party/python/Include/internal/
Dpycore_parser.h22 const char *ps1,
/third_party/protobuf/kokoro/windows/csharp/
Dbuild.bat7 powershell -File install_dotnet_sdk.ps1
/third_party/protobuf/kokoro/release/csharp/windows/
Dbuild_nuget.bat7 powershell -File install_dotnet_sdk.ps1
/third_party/skia/third_party/externals/microhttpd/
DMakefile.am7 …w32/VS2013/gen_dll_res.ps1 w32/VS2013/microhttpd_dll_res_vc.rc.in w32/VS2013/microhttpd_dll_res_vc…
/third_party/mesa3d/
D.editorconfig39 [*.ps1]
/third_party/flutter/flutter/
D.gitattributes19 *.ps1 text eol=crlf
/third_party/python/Doc/faq/
Dextending.rst300 char ps1[] = ">>> ";
302 char *prompt = ps1;
347 if (ps1 == prompt || /* ">>> " or */
357 prompt = ps1;
378 prompt = ps1;
386 prompt = ps1;
/third_party/python/Doc/using/
Dvenv-create.inc87 On Microsoft Windows, it may be required to enable the ``Activate.ps1``
122 | | PowerShell Core | $ <venv>/bin/Activate.ps1 |
126 | | PowerShell | PS C:\\> <venv>\\Scripts\\Activate.ps1 |
/third_party/python/Python/
Dpythonrun.c45 _Py_IDENTIFIER(ps1);
202 const char *ps1 = "", *ps2 = "", *enc = NULL; in PyRun_InteractiveOneObjectEx() local
229 ps1 = PyUnicode_AsUTF8(v); in PyRun_InteractiveOneObjectEx()
230 if (ps1 == NULL) { in PyRun_InteractiveOneObjectEx()
232 ps1 = ""; in PyRun_InteractiveOneObjectEx()
258 ps1, ps2, flags, &errcode, arena); in PyRun_InteractiveOneObjectEx()
/third_party/node/tools/bootstrap/
Dwindows_boxstarter7 # iex ((New-Object System.Net.WebClient).DownloadString('http://boxstarter.org/bootstrapper.ps1'))
/third_party/libwebsockets/plugins/ssh-base/
Dsshd.c2013 uint8_t buf[LWS_PRE + 1024], *pp, *ps = &buf[LWS_PRE + 512], *ps1 = NULL; in lws_callback_raw_sshd() local
2275 ps1 = sshd_zalloc((unsigned int)n); in lws_callback_raw_sshd()
2276 if (!ps1) in lws_callback_raw_sshd()
2278 ps = ps1; in lws_callback_raw_sshd()
2279 pp = ps1 + 5; in lws_callback_raw_sshd()
2282 free(ps1); in lws_callback_raw_sshd()
2495 free(ps1); in lws_callback_raw_sshd()
2524 free(ps1); in lws_callback_raw_sshd()
/third_party/python/
D.gitattributes41 *.ps1 dos
/third_party/python/PC/
Dstore_info.txt30 Tools/msi/make_appx.ps1 <layout directory> python.msix -sign
46 Tools/msi/make_appx.ps1 <layout directory> python.msix
/third_party/python/Doc/library/
Dcode.rst30 ``sys.ps1`` and ``sys.ps2``, and input buffering.
93 The return value can be used to decide whether to use ``sys.ps1`` or ``sys.ps2``
/third_party/node/tools/msvs/install_tools/
Dinstall_tools.bat55 …ject System.Net.WebClient).DownloadString(''https://chocolatey.org/install.ps1'')); choco upgrade …

123