Home
last modified time | relevance | path

Searched refs:commandline (Results 1 – 16 of 16) sorted by relevance

/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
Dwrite.metaflac.php116 …$commandline = GETID3_HELPERAPPSDIR.'metaflac.exe --no-utf8-convert --remove-all-tags --import-ta…
118 $commandline .= ' --import-picture-from='.escapeshellarg($picturecommand);
120 $commandline .= ' '.escapeshellarg($this->filename).' 2>&1';
121 $metaflacError = `$commandline`;
136 …$commandline = 'metaflac --no-utf8-convert --remove-all-tags --import-tags-from='.escapeshellarg(…
138 $commandline .= ' --import-picture-from='.escapeshellarg($picturecommand);
140 $commandline .= ' '.escapeshellarg($this->filename).' 2>&1';
141 $metaflacError = `$commandline`;
179 $commandline = GETID3_HELPERAPPSDIR.'metaflac.exe --remove-all-tags "'.$this->filename.'" 2>&1';
180 $metaflacError = `$commandline`;
[all …]
Dwrite.vorbiscomment.php90 …$commandline = GETID3_HELPERAPPSDIR.'vorbiscomment.exe -w --raw -c "'.$tempcommentsfilename.'" "'.…
91 $VorbiscommentError = `$commandline`;
105 … $commandline = 'vorbiscomment -w --raw -c "'.$tempcommentsfilename.'" "'.$this->filename.'" 2>&1';
106 $VorbiscommentError = `$commandline`;
Dmodule.audio.shorten.php134 …$commandline = GETID3_HELPERAPPSDIR.'shorten.exe -x "'.$info['filenamepath'].'" - | '.GETID3_HELPE…
135 $commandline = str_replace('/', '\\', $commandline);
147 …$commandline = (file_exists('/usr/local/bin/shorten') ? '/usr/local/bin/' : '' ) . 'shorten -x '.e…
151 $output = `$commandline`;
Dgetid3.php350 $commandline = 'dir /x '.escapeshellarg(implode(DIRECTORY_SEPARATOR, $path_so_far));
351 $dir_listing = `$commandline`;
1638 …$commandline = '"'.GETID3_HELPERAPPSDIR.'vorbiscomment.exe" -w -c "'.$empty.'" "'.$file.'" "'.$tem…
1639 $VorbisCommentError = `$commandline`;
1649 …$commandline = 'vorbiscomment -w -c '.escapeshellarg($empty).' '.escapeshellarg($file).' '.escapes…
1650 $VorbisCommentError = `$commandline`;
Dgetid3.lib.php1744 $commandline = 'for %I in ('.escapeshellarg($path).') do @echo %~zI';
1747 $commandline = 'ls -l '.escapeshellarg($path).' | awk \'{print $5}\'';
1749 if (isset($commandline)) {
1750 $output = trim(`$commandline`);
/plugin/photogallery/phpThumb/
Dphpthumb.class.php1506 static $commandline = null;
1507 if (null === $commandline) {
1509 $commandline = '';
1510 return $commandline;
1514 if (($commandline = @file_get_contents($IMcommandlineBaseCacheFilename)) !== false) {
1515 return $commandline;
1518 $commandline = (null !== $this->config_imagemagick_path ? $this->config_imagemagick_path : '');
1539 $commandline = '';
1540 $commandline .= substr($this->config_imagemagick_path, 0, 2);
1541 …$commandline .= ' && cd '.phpthumb_functions::escapeshellarg_replacement(str_replace('/', DIRECTOR…
[all …]
/plugin/jplayer/vendor/symfony/process/
DProcess.php53 private $commandline; variable in Symfony\\Component\\Process\\Process
135 * @param string|array $commandline The command line to run
144 …public function __construct($commandline, $cwd = null, array $env = null, $input = null, $timeout … argument
150 $this->commandline = $commandline;
284 if (\is_array($commandline = $this->commandline)) {
285 $commandline = implode(' ', array_map([$this, 'escapeArgument'], $commandline));
289 $commandline = 'exec '.$commandline;
311 $commandline = $this->prepareWindowsCommandLine($commandline, $env);
317 $commandline = '{ ('.$commandline.') <&3 3<&- 3>/dev/null & } 3<&0;';
318 $commandline .= 'pid=$!; echo $pid >&3; wait $pid; code=$?; echo $code >&3; exit $code';
[all …]
/plugin/combo/vendor/symfony/process/
H A DProcess.php56 private $commandline; variable in Symfony\\Component\\Process\\Process
150 $this->commandline = $command;
196 $process->commandline = $command;
316 if (\is_array($commandline = $this->commandline)) {
317 $commandline = implode(' ', array_map([$this, 'escapeArgument'], $commandline));
321 $commandline = 'exec '.$commandline;
324 $commandline = $this->replacePlaceholders($commandline, $env);
328 $commandline = $this->prepareWindowsCommandLine($commandline, $env);
334 $commandline = '{ ('.$commandline.') <&3 3<&- 3>/dev/null & } 3<&0;';
335 …$commandline .= 'pid=$!; echo $pid >&3; wait $pid 2>/dev/null; code=$?; echo $code >&3; exit $code…
[all …]
/plugin/jukebox/id3/
Dgetid3.lib.php532 …$commandline = GETID3_HELPERAPPSDIR.'md5sum.exe "'.str_replace('/', DIRECTORY_SEPARATOR, $file).'"…
533 if (ereg("^[\\]?([0-9a-f]{32})", strtolower(`$commandline`), $r)) {
567 …$commandline = GETID3_HELPERAPPSDIR.'sha1sum.exe "'.str_replace('/', DIRECTORY_SEPARATOR, $file).'…
568 if (ereg("^sha1=([0-9a-f]{40})", strtolower(`$commandline`), $r)) {
574 $commandline = 'sha1sum '.escapeshellarg($file).'';
575 if (ereg("^([0-9a-f]{40})[ \t\n\r]", strtolower(`$commandline`), $r)) {
625 …$commandline = GETID3_HELPERAPPSDIR.'head.exe -c '.$end.' "'.escapeshellarg(str_replace('/', DIRE…
626 $commandline .= GETID3_HELPERAPPSDIR.'tail.exe -c '.$size.' | ';
627 $commandline .= GETID3_HELPERAPPSDIR.$windows_call;
631 $commandline = 'head -c'.$end.' '.escapeshellarg($file).' | ';
[all …]
Dgetid3.php1117 …$commandline = '"'.GETID3_HELPERAPPSDIR.'vorbiscomment.exe" -w -c "'.$empty.'" "'.$file.'" "'.$tem…
1118 $VorbisCommentError = `$commandline`;
1128 $commandline = 'vorbiscomment -w -c "'.$empty.'" "'.$file.'" "'.$temp.'" 2>&1';
1129 …$commandline = 'vorbiscomment -w -c '.escapeshellarg($empty).' '.escapeshellarg($file).' '.escapes…
1130 $VorbisCommentError = `$commandline`;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/
D322.phpt2 GH-322: group commandline option should override group/exclude setting in phpunit.xml
/plugin/findologicxmlexport/vendor/phpunit/phpunit/
DChangeLog-5.7.md203 * Added `--no-extensions` commandline option to suppress loading of extensions (from configured ext…
210 * The `--log-json` commandline option has been deprecated
211 * The `--tap` and `--log-tap` commandline options have been deprecated
212 * The `--self-update` and `--self-upgrade` commandline options have been deprecated (PHAR binary on…
/plugin/sqlite/
H A DREADME13 can be done through commandline tools. Database files can be found in the data/meta directory.
/plugin/bibtex/OSBib/format/bibtexParse/
DCHANGELOG25 2/ Corrections to the example commandline code for PARSECREATORS.
/plugin/jplayer/vendor/symfony/process/Tests/
DProcessTest.php1539 * @param string $commandline
1546 …private function getProcess($commandline, $cwd = null, array $env = null, $input = null, $timeout … argument
1548 $process = new Process($commandline, $cwd, $env, $input, $timeout);
/plugin/asciidocjs/node_modules/clean-css/
DHistory.md1212 * Fixed issue [#47](https://github.com/jakubpawlowicz/clean-css/issues/47) - commandline issues on …