Home
last modified time | relevance | path

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

123

/dports/net/py-python-cinderclient/python-cinderclient-7.2.0/cinderclient/v2/
H A Dshell.py27 from cinderclient import shell_utils
142 shell_utils.translate_volume_keys(volumes)
596 shell_utils.print_volume_snapshot(snapshot)
652 shell_utils.print_volume_snapshot(snapshot)
728 shell_utils.find_volume_snapshot(
749 shell_utils.print_volume_type_list(vtypes)
755 shell_utils.print_volume_type_list([vtype])
1075 shell_utils.print_volume_image(
1741 shell_utils.print_qos_specs(qos_specs)
1755 shell_utils.print_qos_specs(qos_specs)
[all …]
/dports/net/py-python-cinderclient/python-cinderclient-7.2.0/cinderclient/v3/
H A Dshell.py28 from cinderclient import shell_utils
58 shell_utils.print_resource_filter_list(filters)
80 shell_utils.print_volume_type_list(vtypes)
415 shell_utils.translate_volume_keys(volumes)
674 shell_utils._poll_for_status(
717 metadata = shell_utils.extract_metadata(args)
764 shell_utils.print_group_type_list(gtypes)
772 shell_utils.print_group_type_list([gtype])
807 shell_utils.print_group_type_list([gtype])
832 shell_utils.print_group_type_list([gtype])
[all …]
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/session/modules/tex/
H A DSessionTexUtils.cpp63 shell_utils::ShellArgs buildArgs(const shell_utils::ShellArgs& args, in buildArgs()
66 shell_utils::ShellArgs procArgs; in buildArgs()
138 const shell_utils::ShellArgs& args, in runTexCompile()
169 const core::shell_utils::ShellArgs& args, in runTexCompile()
H A DSessionTexUtils.hpp52 const core::shell_utils::ShellArgs& args,
59 const core::shell_utils::ShellArgs& args,
H A DSessionPdfLatex.cpp176 shell_utils::ShellArgs shellArgs(const PdfLatexOptions& options) in shellArgs()
178 shell_utils::ShellArgs args; in shellArgs()
370 core::shell_utils::ShellArgs bibtexArgs; in texToPdf()
372 core::shell_utils::ShellArgs makeindexArgs; in texToPdf()
H A DSessionCompilePdf.cpp683 latexmkArgs.push_back({std::string(), shell_utils::escape(file)}); in runTinytex()
686 latexmkArgs.push_back({"engine", shell_utils::escape(engine)}); in runTinytex()
693 latexmkArgs.push_back({"engine_args", shell_utils::escape("-shell-escape")}); in runTinytex()
768 core::shell_utils::ShellArgs() << "--version", in runLatexCompiler()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/shell/
H A Ddbshell.cpp147 const char* h = shell_utils::getUserDir(); in shellHistoryInit()
193 if (mongo::shell_utils::_nokillop) in killOps()
201 mongo::shell_utils::connectionRegistry.killOperationsOnAllConnections( in killOps()
639 if (!::mongo::shell_utils::fileExists(filename)) in edit()
745 mongo::shell_utils::RecordMyLocation(argv[0]); in _main()
807 mongo::shell_utils::_dbConnect = ss.str(); in _main()
859 mongo::shell_utils::_dbAuth = authStringStream.str(); in _main()
861 mongo::ScriptEngine::setConnectCallback(mongo::shell_utils::onConnect); in _main()
895 mongo::shell_utils::MongoProgramScope s; in _main()
902 mongo::shell_utils::MongoProgramScope s; in _main()
[all …]
H A Dshell_utils_extended.h39 namespace shell_utils {
H A Dshell_utils.h43 namespace shell_utils {
H A DSConscript42 # Files added here need to be added in shell/shell_utils.cpp and buildscripts/vcxproj.header as
H A Dshell_utils_launcher.h52 namespace shell_utils {
/dports/devel/ros-rosdep/rosdep-0.18.0/test/
H A Dtest_rosdep_shell_utils.py31 from rosdep2.shell_utils import create_tempfile_from_string_and_execute
38 from rosdep2.shell_utils import read_stdout
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/session/modules/rmarkdown/
H A DSessionExecuteChunkOperation.hpp44 core::shell_utils::ShellCommand shellCommandForEngine( in shellCommandForEngine()
50 using namespace core::shell_utils; in shellCommandForEngine()
125 typedef core::shell_utils::ShellCommand ShellCommand;
343 typedef core::shell_utils::ShellCommand ShellCommand; in runChunk()
/dports/net/netatalk3/netatalk-3.1.12/contrib/
H A DMakefile.am3 SUBDIRS = macusers shell_utils subdir
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/core/system/
H A DPosixShellUtils.cpp22 namespace shell_utils { namespace
H A DPosixShellUtilsTests.cpp28 namespace shell_utils { namespace
H A DWin32ShellUtils.cpp21 namespace shell_utils { namespace
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/session/include/session/
H A DSessionModuleContext.hpp54 namespace shell_utils { namespace
134 core::shell_utils::ShellCommand rCmd(const core::FilePath& rBinDir);
693 shellCmd_ << core::shell_utils::EscapeFilesOnly; in RCommand()
719 const core::shell_utils::ShellCommand& shellCommand() const in shellCommand()
725 static core::shell_utils::ShellCommand buildRCmd(
730 core::shell_utils::ShellCommand shellCmd_;
/dports/net/netatalk3/netatalk-3.1.12/
H A Dconfigure.ac253 contrib/shell_utils/Makefile
254 contrib/shell_utils/apple_dump
255 contrib/shell_utils/asip-status.pl
323 [chmod a+x distrib/config/netatalk-config contrib/shell_utils/apple_*]
/dports/devel/ros-rosdep/rosdep-0.18.0/src/rosdep2/platforms/
H A Dfreebsd.py36 from ..shell_utils import read_stdout
H A Dcygwin.py37 from ..shell_utils import read_stdout
H A Dalpine.py37 from ..shell_utils import read_stdout
H A Dgem.py37 from ..shell_utils import read_stdout
H A Dgentoo.py48 from ..shell_utils import read_stdout
/dports/net/py-python-cinderclient/python-cinderclient-7.2.0/cinderclient/tests/unit/
H A Dtest_utils.py26 from cinderclient import shell_utils
214 result = shell_utils.extract_filters(content)

123