Home
last modified time | relevance | path

Searched refs:cwd (Results 1 – 25 of 59) sorted by relevance

123

/plugin/shell/
H A DP0wnyShell.js3 cwd = null; field in P0wnyShell
71 this.makeRequest('?feature=userhost', {cwd: this.cwd}, function (response) {
163 cwd: this.cwd,
222 {path: path, file: file, cwd: this.cwd},
262 updateCwd(cwd = null) { argument
263 if (cwd) {
264 this.cwd = cwd;
269 this.cwd = atob(response.cwd);
281 cwd = cwd || this.cwd || "~";
285 let shortCwd = cwd;
[all …]
H A DP0wnyShell.php100 * @param string $cwd The current working directory
103 public function featureShell($cmd, $cwd) argument
110 chdir($cwd);
114 chdir($cwd);
118 chdir($cwd);
148 chdir($cwd);
191 * @param string $cwd current working directory
194 public function featureUpload($path, $file, $cwd) argument
196 chdir($cwd);
218 public function featureUserHost($cwd) argument
[all …]
H A Dadmin.php16 $cwd = hsc(realpath(DOKU_INC));
20 printf('<p0wny-shell cwd="%s" backend="%s"></p0wny-shell>',$cwd, $backend);
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DProcessHandler.php44 private $cwd; variable in Monolog\\Handler\\ProcessHandler
63 …* @param string|null $cwd "Current working directory" (CWD) for the process to …
66 …tion __construct(string $command, $level = Logger::DEBUG, bool $bubble = true, ?string $cwd = null) argument
71 if ($cwd === '') {
78 $this->cwd = $cwd;
116 … $this->process = proc_open($this->command, static::DESCRIPTOR_SPEC, $this->pipes, $this->cwd);
/plugin/jplayer/vendor/symfony/process/
H A DProcessBuilder.php27 private $cwd; variable in Symfony\\Component\\Process\\ProcessBuilder
106 * @param string|null $cwd The working directory
110 public function setWorkingDirectory($cwd) argument
112 $this->cwd = $cwd;
266 …$process = new Process($arguments, $this->cwd, $this->env, $this->input, $this->timeout, $this->op…
H A DPhpProcess.php29 …* @param string|null $cwd The working directory or null to use the working dir of the current …
34 …public function __construct($script, $cwd = null, array $env = null, $timeout = 60, array $options… argument
53 parent::__construct($php, $cwd, $env, $script, $timeout, $options);
H A DProcess.php54 private $cwd; variable in Symfony\\Component\\Process\\Process
136 …* @param string|null $cwd The working directory or null to use the working dir of the c…
151 $this->cwd = $cwd;
157 … if (null === $this->cwd && (\defined('ZEND_THREAD_SAFE') || '\\' === \DIRECTORY_SEPARATOR)) {
158 $this->cwd = getcwd();
335 if (!is_dir($this->cwd)) {
1087 if (null === $this->cwd) {
1093 return $this->cwd;
1099 * @param string $cwd The new working directory
1103 public function setWorkingDirectory($cwd) argument
[all …]
/plugin/combo/vendor/symfony/process/
H A DPhpProcess.php30 * @param string|null $cwd The working directory or null to use the working dir of the current PHP process
35 public function __construct(string $script, string $cwd = null, array $env = null, int $timeout = 60, array $php = null) argument
50 parent::__construct($php, $cwd, $env, $script, $timeout);
56 public static function fromShellCommandline(string $command, string $cwd = null, array $env = null, $input = null, ?float $timeout = 60) argument
H A DProcess.php57 private $cwd; variable in Symfony\\Component\\Process\\Process
136 * @param string|null $cwd The working directory or null to use the working dir of the current PHP process
143 public function __construct(array $command, string $cwd = null, array $env = null, $input = null, ?float $timeout = 60) argument
150 $this->cwd = $cwd;
152 // on Windows, if the cwd changed via chdir(), proc_open defaults to the dir where PHP was started
156 if (null === $this->cwd && (\defined('ZEND_THREAD_SAFE') || '\\' === \DIRECTORY_SEPARATOR)) {
157 $this->cwd = getcwd();
183 * @param string|null $cwd The working directory or null to use the working dir of the current PHP process
192 public static function fromShellCommandline(string $command, string $cwd argument
1124 setWorkingDirectory(string $cwd) global() argument
[all...]
/plugin/gitbacked/lib/
H A DGit.php323 $cwd = $this->repo_path;
325 $resource = proc_open($command, $descriptorspec, $pipes, $cwd, $env);
340 …throw new Exception($this->handle_command_error($this->repo_path, $cwd, $command, $status, $error_…
342 $this->handle_command_success($this->repo_path, $cwd, $command);
402 protected function handle_command_error($repo_path, $cwd, $command, $status, $error_message) { argument
404 $this->plugin->notify_command_error($repo_path, $cwd, $command, $status, $error_message);
418 protected function handle_command_success($repo_path, $cwd, $command) { argument
420 $this->plugin->notify_command_success($repo_path, $cwd, $command);
/plugin/findologicxmlexport/vendor/hoa/protocol/
H A DProtocol.php108 $cwd =
115 $cwd . DS,
123 dirname($cwd) . DS,
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Reports/
H A DGitblame.php84 $cwd = getcwd();
98 chdir($cwd);
H A DHgblame.php85 $cwd = getcwd();
117 chdir($cwd);
/plugin/gitbacked/action/
H A Deditcommit.php255 public function notify_command_error($repo_path, $cwd, $command, $status, $error_message) { argument
258 'GIT_CWD' => $cwd,
275 public function notify_command_success($repo_path, $cwd, $command) { argument
281 'GIT_CWD' => $cwd,
/plugin/jplayer/vendor/happyworm/jplayer/
H A DGruntfile.js104 …{expand: true, cwd: 'src/skin/blue.monday/', src: ['image/**', 'mustache/**'], dest: 'dist/skin/bl…
105 …{expand: true, cwd: 'src/skin/pink.flag/', src: ['image/**', 'mustache/**'], dest: 'dist/skin/pink…
/plugin/icalevents/vendor/squizlabs/php_codesniffer/scripts/
H A Dbuild-phar.php24 $cwd = getCwd(); variable
35 $pharFile = $cwd.'/'.$script.'.phar';
/plugin/rst/
H A Dsyntax.php55 $cwd = '/tmp';
58 $process = proc_open('rst2html --no-doc-title', $descriptorspec, $pipes, $cwd, $env);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DXML.php54 $cwd = getcwd();
88 @chdir($cwd);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
H A DFixer.php246 $cwd = getcwd().DIRECTORY_SEPARATOR;
247 if (strpos($filePath, $cwd) === 0) {
248 $filename = substr($filePath, strlen($cwd));
/plugin/structtemplate/_vagrant/
H A DVagrantfile26 cwd = File.dirname(__FILE__)
27 dw_plugin = File.basename(File.dirname(cwd))
/plugin/jplayer/vendor/symfony/process/Tests/
H A DProcessTest.php1540 * @param string|null $cwd
1546 …private function getProcess($commandline, $cwd = null, array $env = null, $input = null, $timeout … argument
1548 $process = new Process($commandline, $cwd, $env, $input, $timeout);
1576 …private function getProcessForCode($code, $cwd = null, array $env = null, $input = null, $timeout … argument
1578 return $this->getProcess([self::$phpBin, '-r', $code], $cwd, $env, $input, $timeout);
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Djson.worker.js1 …void 0===e?{cwd:()=>"/",env:Object.create(null),get platform(){return r.d?"win32":r.b?"darwin":"li…
/plugin/dirtylittlehelper/mermaid/editor/
H A Djson.worker.js1 …void 0===e?{cwd:()=>"/",env:Object.create(null),get platform(){return r.d?"win32":r.b?"darwin":"li…
/plugin/tablelayout/
H A Dyarn.lock484 is-path-cwd "^1.0.0"
485 is-path-in-cwd "^1.0.0"
1339 is-path-cwd@^1.0.0:
1341 …resolved "https://registry.yarnpkg.com/is-path-cwd/-/is-path-cwd-1.0.0.tgz#d225ec23132e89edd38fda7…
1343 is-path-in-cwd@^1.0.0:
1345 …resolved "https://registry.yarnpkg.com/is-path-in-cwd/-/is-path-in-cwd-1.0.1.tgz#5ac48b345ef675339…
/plugin/diagramsnet/lib/
H A Delectron.js55 if (fs.existsSync(process.cwd() + '/urlParams.json'))
57 let urlParams = JSON.parse(fs.readFileSync(process.cwd() + '/urlParams.json'));

123