Searched refs:cmd (Results 1 – 5 of 5) sorted by relevance
/GUIX-v6.4.1/guix_studio/ |
D | CommandInfo.cpp | 67 BOOL CCommandInfo::ReadArgument(CString &cmd, CString option, CString &argument) in ReadArgument() argument 69 int index = cmd.Find(L" " + option + L" "); in ReadArgument() 72 cmd.Replace(option, _T("")); in ReadArgument() 74 argument = cmd.Mid(index + 1); in ReadArgument() 82 cmd.Replace(argument, _T("")); in ReadArgument() 96 CString cmd(m_lpCmdLine); in ReadCommandLineInfo() local 103 cmd.Insert(0, _T(" ")); in ReadCommandLineInfo() 104 cmd.Append(_T(" ")); in ReadCommandLineInfo() 107 if(ReadArgument(cmd, L"--clone_guix_repo", guix_repo_local_path)) in ReadCommandLineInfo() 113 if(ReadArgument(cmd, L"--write_pipe_handle", argument)) in ReadCommandLineInfo() [all …]
|
D | CommandInfo.h | 57 void ReadMultiParameter(CString cmd, CString parameter[], int &num); 58 void ReadPathName(CString cmd, CString &path, CString &name); 59 void ReadPathName(CString cmd, CString &pathname); 63 BOOL ReadArgument(CString &cmd, CString option, CString &argument);
|
/GUIX-v6.4.1/test/guix_studio_test/test_view/ |
D | test_utils.py | 337 def send_to_studio(handle, cmd, param): argument 345 result = user32.SendMessageA(handle, STUDIO_TEST_MESG, cmd, None) 347 result = user32.SendMessageA(handle, STUDIO_TEST_MESG, cmd, param) 350 def post_to_studio(handle, cmd, param): argument 358 result = user32.PostMessageA(handle, STUDIO_TEST_MESG, cmd, None) 360 result = user32.PostMessageA(handle, STUDIO_TEST_MESG, cmd, param) 823 def send_to_main_frame(cmd, param): argument 825 command = main_frame_test_commands.index(cmd) 829 def post_to_main_frame(cmd, param): argument 831 command = main_frame_test_commands.index(cmd) [all …]
|
/GUIX-v6.4.1/guix_studio/installer/ |
D | README.txt | 9 Execute script "build_guix_studio.cmd" from scripts folder. 12 Execute script "download_vc_redist.cmd" from scripts folder to download the Microsoft Visual C++ Re…
|
/GUIX-v6.4.1/guix_studio/build/vs_2019/msix_package_project/ |
D | Readme.txt | 3 To generate the GUIX Studio package upload file, run "build_guix_studio_msix_package.cmd" from "scr…
|