Lines Matching refs:fullpath
145 $pdir = fullpath(DOKU_PLUGIN);
146 $tdir = fullpath(tpl_incdir() . '../');
268 $dir = fullpath(getcwd());
451 $dir = fullpath(getcwd());
461 fullpath(__DIR__ . '/../../../_test/vendor/bin/phpunit'),
464 '--configuration', fullpath(__DIR__ . '/../../../_test/phpunit.xml'),
480 $dir = fullpath(getcwd());
483 fullpath(__DIR__ . '/../../../_test/vendor/bin/phpcs'),
484 '--standard=' . fullpath(__DIR__ . '/../../../_test/phpcs.xml'),
492 $args[] = fullpath($dir);
508 $dir = fullpath(getcwd());
512 fullpath(__DIR__ . '/../../../_test/vendor/bin/rector'),
514 '--config=' . fullpath(__DIR__ . '/../../../_test/rector.php'),
522 $args[] = fullpath($dir);
534 fullpath(__DIR__ . '/../../../_test/vendor/bin/phpcbf'),
535 '--standard=' . fullpath(__DIR__ . '/../../../_test/phpcs.xml'),
543 $args[] = fullpath($dir);