Home
last modified time | relevance | path

Searched refs:getDisallowedPaths (Results 1 – 8 of 8) sorted by relevance

/dports/www/mediawiki137/mediawiki-1.37.1/tests/phpunit/includes/shell/
H A DShellTest.php72 $this->assertSame( [], $command->getDisallowedPaths() );
/dports/www/mediawiki136/mediawiki-1.36.3/tests/phpunit/includes/shell/
H A DShellTest.php72 $this->assertSame( [], $command->getDisallowedPaths() );
/dports/www/mediawiki137/mediawiki-1.37.1/vendor/wikimedia/shellbox/src/Command/
H A DFirejailWrapper.php66 foreach ( $command->getDisallowedPaths() as $path ) {
H A DSystemdWrapper.php59 $paths = $command->getDisallowedPaths();
H A DCommand.php686 public function getDisallowedPaths() { function in Shellbox\\Command\\Command
/dports/www/mediawiki136/mediawiki-1.36.3/vendor/wikimedia/shellbox/src/Command/
H A DFirejailWrapper.php70 foreach ( $command->getDisallowedPaths() as $path ) {
H A DSystemdWrapper.php59 $paths = $command->getDisallowedPaths();
H A DCommand.php686 public function getDisallowedPaths() { function in Shellbox\\Command\\Command