/plugin/shell/ |
H A D | P0wnyShell.js | 3 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 D | P0wnyShell.php | 100 * @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 D | admin.php | 16 $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 D | ProcessHandler.php | 44 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 D | ProcessBuilder.php | 27 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 D | PhpProcess.php | 29 …* @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 D | Process.php | 54 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 D | PhpProcess.php | 30 * @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 D | Process.php | 57 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 D | Git.php | 323 $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 D | Protocol.php | 108 $cwd = 115 $cwd . DS, 123 dirname($cwd) . DS,
|
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Reports/ |
H A D | Gitblame.php | 84 $cwd = getcwd(); 98 chdir($cwd);
|
H A D | Hgblame.php | 85 $cwd = getcwd(); 117 chdir($cwd);
|
/plugin/gitbacked/action/ |
H A D | editcommit.php | 255 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 D | Gruntfile.js | 104 …{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 D | build-phar.php | 24 $cwd = getCwd(); variable 35 $pharFile = $cwd.'/'.$script.'.phar';
|
/plugin/rst/ |
H A D | syntax.php | 55 $cwd = '/tmp'; 58 $process = proc_open('rst2html --no-doc-title', $descriptorspec, $pipes, $cwd, $env);
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/ |
H A D | XML.php | 54 $cwd = getcwd(); 88 @chdir($cwd);
|
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/ |
H A D | Fixer.php | 246 $cwd = getcwd().DIRECTORY_SEPARATOR; 247 if (strpos($filePath, $cwd) === 0) { 248 $filename = substr($filePath, strlen($cwd));
|
/plugin/structtemplate/_vagrant/ |
H A D | Vagrantfile | 26 cwd = File.dirname(__FILE__) 27 dw_plugin = File.basename(File.dirname(cwd))
|
/plugin/jplayer/vendor/symfony/process/Tests/ |
H A D | ProcessTest.php | 1540 * @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 D | json.worker.js | 1 …void 0===e?{cwd:()=>"/",env:Object.create(null),get platform(){return r.d?"win32":r.b?"darwin":"li…
|
/plugin/dirtylittlehelper/mermaid/editor/ |
H A D | json.worker.js | 1 …void 0===e?{cwd:()=>"/",env:Object.create(null),get platform(){return r.d?"win32":r.b?"darwin":"li…
|
/plugin/tablelayout/ |
H A D | yarn.lock | 484 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 D | electron.js | 55 if (fs.existsSync(process.cwd() + '/urlParams.json')) 57 let urlParams = JSON.parse(fs.readFileSync(process.cwd() + '/urlParams.json'));
|