Home
last modified time | relevance | path

Searched defs:ProcessOptions (Results 1 – 25 of 168) sorted by relevance

1234567

/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/core/include/core/system/
H A DProcess.hpp93 struct ProcessOptions struct
95 ProcessOptions() in ProcessOptions() argument
141 bool smartTerminal;
145 bool detachSession;
152 int cols;
153 int rows;
157 bool detachProcess;
160 bool createNewConsole;
167 FilePath shellPath;
181 bool trackCwd;
[all …]
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/Microsoft/hcsshim/internal/lcow/
H A Dprocess.go26 type ProcessOptions struct { struct
27 HCSSystem *hcs.System
28 Process *specs.Process
29 Stdin io.Reader // Optional reader for sending on to the processes stdin stream
30 Stdout io.Writer // Optional writer for returning the processes stdout stream
31 Stderr io.Writer // Optional writer for returning the processes stderr stream
32 CopyTimeout time.Duration // Timeout for the copy
33 CreateInUtilityVm bool // If the compute system is a utility VM
34 … ByteCounts // How much data to copy on each stream if they are supplied. 0 means to io.EOF.
56 func CreateProcess(opts *ProcessOptions) (*hcs.Process, *ByteCounts, error) {
/dports/news/husky-hpt/husky-hpt-1.9.20191207/ffma/h2pas/
H A Doptions.pas41 Procedure ProcessOptions; procedure
83 Procedure ProcessOptions; procedure
/dports/news/husky-huskylib/husky-huskylib-1.9.20191207/ffma/h2pas/
H A Doptions.pas41 Procedure ProcessOptions; procedure
83 Procedure ProcessOptions; procedure
/dports/news/husky-fidoconf/husky-fidoconf-1.9.20191207/ffma/h2pas/
H A Doptions.pas41 Procedure ProcessOptions; procedure
83 Procedure ProcessOptions; procedure
/dports/news/husky-sqpack/husky-sqpack-1.9.20191207/ffma/h2pas/
H A Doptions.pas41 Procedure ProcessOptions; procedure
83 Procedure ProcessOptions; procedure
/dports/news/husky-smapi/husky-smapi-1.9.20191207,1/ffma/h2pas/
H A Doptions.pas41 Procedure ProcessOptions; procedure
83 Procedure ProcessOptions; procedure
/dports/news/husky-htick/husky-htick-1.9.20191207/ffma/h2pas/
H A Doptions.pas41 Procedure ProcessOptions; procedure
83 Procedure ProcessOptions; procedure
/dports/news/husky/husky-1.9.20191207/ffma/h2pas/
H A Doptions.pas41 Procedure ProcessOptions; procedure
83 Procedure ProcessOptions; procedure
/dports/news/husky-areafix/husky-areafix-1.9.20191207/ffma/h2pas/
H A Doptions.pas41 Procedure ProcessOptions; procedure
83 Procedure ProcessOptions; procedure
/dports/lang/fpc-utils/fpc-3.2.2/utils/h2pas/
H A Dh2poptions.pas53 Procedure ProcessOptions; procedure
141 Procedure ProcessOptions; procedure
/dports/lang/fpc-source/fpc-3.2.2/utils/h2pas/
H A Dh2poptions.pas53 Procedure ProcessOptions; procedure
141 Procedure ProcessOptions; procedure
/dports/math/py-plastex/plasTeX-2.1/plasTeX/Packages/
H A Dreport.py6 def ProcessOptions(options, document): function
H A Darticle.py7 def ProcessOptions(options, document): function
H A Dbook.py5 def ProcessOptions(options, document): function
H A Dsubfigure.py10 def ProcessOptions(options, document): function
H A Ddebugplastex.py29 def ProcessOptions(options, document): function
/dports/devel/fpc-fcl-web/fpc-3.2.2/packages/fcl-web/examples/simpleserver/
H A Dsimpleserver.pas74 procedure ProcessOptions; procedure
282 procedure THTTPApplication.ProcessOptions; procedure
/dports/lang/fpc-source/fpc-3.2.2/packages/fcl-web/examples/simpleserver/
H A Dsimpleserver.pas74 procedure ProcessOptions; procedure
282 procedure THTTPApplication.ProcessOptions; procedure
/dports/sysutils/nix/nix-2.3.10/src/libutil/
H A Dutil.hh253 struct ProcessOptions struct
255 string errorPrefix = "error: ";
256 bool dieWithParent = true;
257 bool runExitHandlers = false;
258 bool allowVfork = true;
/dports/cad/ktechlab/ktechlab-0.50.0/src/gui/
H A Dprogrammerdlg.h18 class ProcessOptions; variable
/dports/devel/tinygo/tinygo-0.14.1/lib/picolibc/newlib/libc/iconv/ccs/
H A Dmktbl.pl1334 sub ProcessOptions() subroutine
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libc/iconv/ccs/
H A Dmktbl.pl1334 sub ProcessOptions() subroutine
/dports/cad/ktechlab/ktechlab-0.50.0/src/languages/
H A Dlanguage.cpp165 ProcessOptions::ProcessOptions() in ProcessOptions() function in ProcessOptions
174 ProcessOptions::ProcessOptions( OutputMethodInfo info ) in ProcessOptions() function in ProcessOptions
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/perf/core/results_processor/
H A Dcommand_line.py96 def ProcessOptions(options): function

1234567