Home
last modified time | relevance | path

Searched refs:cwd (Results 26 – 50 of 59) sorted by path

123

/plugin/findologicxmlexport/vendor/hoa/protocol/
H A DProtocol.php108 $cwd =
115 $cwd . DS,
123 dirname($cwd) . DS,
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DXML.php54 $cwd = getcwd();
88 @chdir($cwd);
/plugin/flowcharts/
H A Dmermaid.min.js24cwd=function(){return"/"},i.chdir=function(t){throw new Error("process.chdir is not supported")},i…
/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/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/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/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/icalevents/vendor/squizlabs/php_codesniffer/scripts/
H A Dbuild-phar.php24 $cwd = getCwd(); variable
35 $pharFile = $cwd.'/'.$script.'.phar';
/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/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Dogg.js2cwd(),path);opts=opts||{};var defaults={follow_mount:true,recurse_count:0};for(var key in defaults…
H A Dopus.js2cwd(),path);opts=opts||{};var defaults={follow_mount:true,recurse_count:0};for(var key in defaults…
H A Dvorbis.js2cwd(),path);opts=opts||{};var defaults={follow_mount:true,recurse_count:0};for(var key in defaults…
/plugin/jplayer/vendor/symfony/process/
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 …]
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…
/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/rst/
H A Dsyntax.php55 $cwd = '/tmp';
58 $process = proc_open('rst2html --no-doc-title', $descriptorspec, $pipes, $cwd, $env);
/plugin/sequencediagram/bower_components/lodash/doc/
H A DREADME.md9737 fs.writeFileSync(path.join(process.cwd(), 'jst.js'), '\
/plugin/sequencediagram/bower_components/lodash/test/
H A Dsaucelabs.js32 'root': process.cwd()
H A Dtest.js275 cwd = fs.workingDirectory,
278 fs.write([cwd, 'coverage', 'coverage.json'].join(sep), JSON.stringify(coverage));
/plugin/sequencediagram/bower_components/raphael/
H A Dyarn.lock1284 resolve-cwd "^2.0.0"
2192 resolve-cwd@^2.0.0:
2194 …resolved "https://registry.yarnpkg.com/resolve-cwd/-/resolve-cwd-2.0.0.tgz#00a9f7387556e27038eae23…
/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);

123