Home
last modified time | relevance | path

Searched refs:ProcessUtils (Results 1 – 10 of 10) sorted by path

/plugin/combo/vendor/symfony/process/
H A DCHANGELOG.md54 * the `ProcessUtils::escapeArgument()` method has been removed
74 * deprecated the `ProcessUtils::escapeArgument()` method
97 * added ProcessUtils::escapeArgument() to fix the bug in escapeshellarg() function on Windows
H A DInputStream.php52 $this->input[] = ProcessUtils::validateInput(__METHOD__, $input);
H A DProcess.php1182 $this->input = ProcessUtils::validateInput(__METHOD__, $input);
H A DProcessUtils.php17 * ProcessUtils is a bunch of utility methods.
23 class ProcessUtils class
/plugin/jplayer/vendor/symfony/process/
H A DCHANGELOG.md15 * deprecated the `ProcessUtils::escapeArgument()` method
38 * added ProcessUtils::escapeArgument() to fix the bug in escapeshellarg() function on Windows
H A DInputStream.php50 $this->input[] = ProcessUtils::validateInput(__METHOD__, $input);
H A DProcess.php1174 $this->input = ProcessUtils::validateInput(__METHOD__, $input);
H A DProcessBuilder.php178 $this->input = ProcessUtils::validateInput(__METHOD__, $input);
H A DProcessUtils.php23 class ProcessUtils class
/plugin/jplayer/vendor/symfony/process/Tests/
H A DProcessUtilsTest.php15 use Symfony\Component\Process\ProcessUtils; alias
27 $this->assertSame($result, ProcessUtils::escapeArgument($argument));