Lines Matching refs:this

29             "Run this script from within the extension's directory."
43 $item = $this->colors->wrap($item, $this->colors::C_BROWN);
60 $item = $this->colors->wrap($item, $this->colors::C_BROWN);
81 $options->registerCommand('test', 'Run the unit tests for this extension.');
97 return $this->cmdInit();
100 return $this->cmdAddTest($test);
102 return $this->cmdAddConf();
104 return $this->cmdAddLang();
108 return $this->cmdAddComponent($type, $component);
110 return $this->cmdDeletedFiles();
112 return $this->cmdRmObsolete();
117 return $this->cmdDownloadSVG($ident, $save, $keep);
120 return $this->cmdCleanSVG($args, $keep);
122 return $this->cmdCleanLang();
124 return $this->cmdTest();
126 return $this->cmdCheck($args);
128 return $this->cmdFix();
130 $this->error('Unknown command');
213 $this->error($path . ' already exists');
219 $this->success($path . ' created');
232 $this->success('Delete ' . $file);
250 $this->info($cmd);
274 [$base, $type] = $this->getTypedNameFromDir($dir);
275 $user = $this->readLine('Your Name', true);
276 $mail = $this->readLine('Your E-Mail', true);
277 $desc = $this->readLine('Short description');
281 $this->createFiles($skeletor->getFiles());
285 $this->git('init');
287 $this->error($e->getMessage());
304 $this->createFiles($skeletor->getFiles());
317 $this->createFiles($skeletor->getFiles());
330 $this->createFiles($skeletor->getFiles());
344 $this->createFiles($skeletor->getFiles());
357 $output = $this->git('log', '--no-renames', '--pretty=format:', '--name-only', '--diff-filter=D');
367 $this->info('No deleted files found');
376 $this->success('written deleted.files');
385 $this->deleteFile('_test/general.test.php');
386 $this->deleteFile('.travis.yml');
387 $this->deleteFile('.github/workflows/phpTestLinux.yml');
403 $svg = new SVGIcon($this);
416 $svg = new SVGIcon($this);
431 $lp = new LangProcessor($this);
452 [$base, $type] = $this->getTypedNameFromDir($dir);
454 if ($this->colors->isEnabled()) {
468 $this->info("Running $cmd");
485 ($this->colors->isEnabled()) ? '--colors' : '--no-colors',
496 $this->info("Running $cmd");
513 ($this->colors->isEnabled()) ? '--ansi' : '--no-ansi',
526 $this->info("Running $cmd");
536 ($this->colors->isEnabled()) ? '--colors' : '--no-colors',
547 $this->info("Running $cmd");