Home
last modified time | relevance | path

Searched refs:mustRun (Results 1 – 6 of 6) sorted by relevance

/plugin/jplayer/vendor/symfony/process/
H A DCHANGELOG.md14 * added `$env` argument to `Process::start()`, `run()`, `mustRun()` and `restart()` methods
25 * added the convenience method "mustRun"
H A DProcess.php227 public function mustRun(callable $callback = null/*, array $env = []*/) function in Symfony\\Component\\Process\\Process
/plugin/combo/vendor/symfony/process/
H A DCHANGELOG.md51 `mustRun()`, and `restart()` methods of the `Process` class
73 * added `$env` argument to `Process::start()`, `run()`, `mustRun()` and `restart()` methods
84 * added the convenience method "mustRun"
H A DProcess.php269 public function mustRun(callable $callback = null, array $env = []): self function in Symfony\\Component\\Process\\Process
/plugin/quickstats/GEOIP/vendor/composer/ca-bundle/src/
H A DCaBundle.php267 $process->mustRun();
/plugin/jplayer/vendor/symfony/process/Tests/
H A DProcessTest.php514 $this->assertSame($process, $process->mustRun());
522 $process = $this->getProcess('echo foo')->mustRun();
532 $process->mustRun();