Home
last modified time | relevance | path

Searched defs:cwd (Results 101 – 125 of 7418) sorted by relevance

12345678910>>...297

/dports/biology/pbbam/pbbam-0.18.0/tests/src/
H A Dtest_BamFile.cpp50 const std::string cwd = internal::FileUtils::CurrentWorkingDirectory(); in TEST() local
74 const std::string cwd = internal::FileUtils::CurrentWorkingDirectory(); in TEST() local
88 const std::string cwd = internal::FileUtils::CurrentWorkingDirectory(); in TEST() local
/dports/devel/rth/rth/FCKeditor/editor/filemanager/browser/mcpuk/connectors/php/Commands/
H A DGetFolders.php21 var $type;
25 function GetFolders($fckphp_config,$type,$cwd) {
H A DGetUploadProgress.php21 var $type;
26 function GetUploadProgress($fckphp_config,$type,$cwd) {
H A DDeleteFile.php21 var $type;
26 function DeleteFile($fckphp_config,$type,$cwd) {
H A DGetFoldersAndFiles.php22 var $type;
26 function GetFoldersAndFiles($fckphp_config,$type,$cwd) {
H A DDeleteFolder.php21 var $type;
26 function DeleteFolder($fckphp_config,$type,$cwd) {
/dports/devel/truc/truc_0.12.0/FCKeditor/editor/filemanager/browser/mcpuk/connectors/php/commands/
H A Dgetfolders.php21 var $cwd; variable in GetFolders
24 function GetFolders($fckphp_config,$type,$cwd) {
H A Dgetuploadprogress.php21 var $cwd; variable in GetUploadProgress
25 function GetUploadProgress($fckphp_config,$type,$cwd) {
H A Ddeletefile.php21 var $cwd; variable in DeleteFile
25 function DeleteFile($fckphp_config,$type,$cwd) {
H A Dgetfoldersandfiles.php22 var $cwd; variable in GetFoldersAndFiles
25 function GetFoldersAndFiles($fckphp_config,$type,$cwd) {
/dports/textproc/ripgrep-all/ripgrep-all-0.9.6/cargo-crates/tree_magic_fork-0.2.2/.vscode/
H A Dlaunch.json24 "cwd": "${workspaceFolder}" string
43 "cwd": "${workspaceFolder}" string
62 "cwd": "${workspaceFolder}" string
81 "cwd": "${workspaceFolder}" string
100 "cwd": "${workspaceFolder}" string
119 "cwd": "${workspaceFolder}" string
138 "cwd": "${workspaceFolder}" string
157 "cwd": "${workspaceFolder}" string
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/libs/kfs/
H A Dmanager.c64 KDirectory * cwd; member
165 KDirectory *cwd; in KFSManagerOpenFileRead() local
292 KDirectory * cwd; in KFSManagerOpenFileWrite() local
309 KDirectory *cwd; in KFSManagerOpenFileWrite() local
422 KDirectory *cwd; in KFSManagerCreateFile() local
557 KDirectory *cwd; in KFSManagerRemove() local
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/libs/kfs/
H A Dmanager.c64 KDirectory * cwd; member
165 KDirectory *cwd; in KFSManagerOpenFileRead() local
292 KDirectory * cwd; in KFSManagerOpenFileWrite() local
309 KDirectory *cwd; in KFSManagerOpenFileWrite() local
422 KDirectory *cwd; in KFSManagerCreateFile() local
557 KDirectory *cwd; in KFSManagerRemove() local
/dports/lang/spidermonkey78/firefox-78.9.0/obj-x86_64-pc-linux-gnu/_virtualenvs/init/lib/python2.7/site-packages/pip/_internal/utils/
H A Dsubprocess.py73 cwd, # type: Optional[str] argument
116 cwd=None, # type: Optional[str] argument
268 cwd=None, # type: Optional[str] argument
/dports/devel/py-pipenv/pipenv-2021.5.29/pipenv/patched/notpip/_internal/utils/
H A Dsubprocess.py77 cwd, # type: Optional[str] argument
120 cwd=None, # type: Optional[str] argument
266 cwd=None, # type: Optional[str] argument
/dports/www/monolith/monolith-2.6.1/src/tests/cli/
H A Dunusual_encodings.rs18 let cwd = env::current_dir().unwrap(); in properly_save_document_with_gb2312() localVariable
113 let cwd = env::current_dir().unwrap(); in properly_save_document_with_gb2312_custom_charset() localVariable
200 let cwd = env::current_dir().unwrap(); in change_iso88591_to_utf8_to_properly_display_html_entities() localVariable
/dports/finance/electrum/Electrum-4.1.5/packages/pip/_internal/utils/
H A Dsubprocess.py68 cwd, # type: Optional[str] argument
111 cwd=None, # type: Optional[str] argument
284 cwd=None, # type: Optional[str] argument
/dports/www/firefox/firefox-99.0/third_party/python/pip/pip/_internal/utils/
H A Dsubprocess.py62 cwd, # type: Optional[str] argument
99 cwd=None, # type: Optional[str] argument
269 cwd=None, # type: Optional[str] argument
/dports/devel/py-pip/pip-20.3.4/src/pip/_internal/utils/
H A Dsubprocess.py71 cwd, # type: Optional[str] argument
114 cwd=None, # type: Optional[str] argument
287 cwd=None, # type: Optional[str] argument
/dports/devel/goredo/goredo-1.21.0/src/
H A Ddo.go36 func existsDo(fdDep *os.File, cwd, pth string) (bool, error) { argument
43 func findDo(fdDep *os.File, cwd, tgt string) (string, int, error) { argument
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libcxx/utils/libcxx/
H A Dcompiler.py156 def preprocess(self, source_files, out=None, flags=[], cwd=None): argument
162 def compile(self, source_files, out=None, flags=[], cwd=None): argument
168 def link(self, source_files, exec_path=None, flags=[], cwd=None): argument
178 cwd=None): argument
187 def codesign(self, exec_path, cwd=None): argument
199 flags=[], cwd=None): argument
219 def dumpMacros(self, source_files=None, flags=[], cwd=None): argument
235 def getRtlibPath(self, flags=[], cwd=None): argument
/dports/devel/py-setuptools_scm/setuptools_scm-6.3.2/src/setuptools_scm/
H A Dutils.py60 def _popen_pipes(cmd, cwd): argument
79 def do_ex(cmd, cwd="."): argument
96 def do(cmd, cwd="."): argument
/dports/devel/gn/gn-1962/infra/recipes/gn.expected/
H A Dcq_linux.json26 "cwd": "[START_DIR]/gn", string
39 "cwd": "[START_DIR]/gn", string
52 "cwd": "[START_DIR]/gn", string
66 "cwd": "[START_DIR]/gn", string
79 "cwd": "[START_DIR]/gn", string
284 "cwd": "[START_DIR]/gn", string
303 "cwd": "[START_DIR]/gn", string
320 "cwd": "[START_DIR]/gn", string
353 "cwd": "[START_DIR]/gn", string
372 "cwd": "[START_DIR]/gn", string
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/vulkan-validation-layers/src/build-gn/
H A Dcommit_id.py28 def grab_output(command, cwd): argument
35 cwd = sys.argv[2] variable
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/home-0.5.3/src/
H A Dlib.rs105 let cwd = env::current_dir()?; in cargo_home() localVariable
155 let cwd = env::current_dir()?; in rustup_home() localVariable

12345678910>>...297