Lines Matching refs:fullpath
200 $pdir = fullpath(DOKU_PLUGIN);
201 $tdir = fullpath(tpl_incdir() . '../');
323 $dir = fullpath(getcwd());
526 $dir = fullpath(getcwd());
535 $bin = fullpath(__DIR__ . '/../../../_test/vendor/bin/phpunit');
546 '--configuration', fullpath(__DIR__ . '/../../../_test/phpunit.xml'),
568 $dir = fullpath(getcwd());
571 fullpath(__DIR__ . '/../../../_test/vendor/bin/phpcs'),
572 '--standard=' . fullpath(__DIR__ . '/../../../_test/phpcs.xml'),
580 $args[] = fullpath($dir);
596 $dir = fullpath(getcwd());
600 fullpath(__DIR__ . '/../../../_test/vendor/bin/rector'),
602 '--config=' . fullpath(__DIR__ . '/../../../_test/rector.php'),
610 $args[] = fullpath($dir);
622 fullpath(__DIR__ . '/../../../_test/vendor/bin/phpcbf'),
623 '--standard=' . fullpath(__DIR__ . '/../../../_test/phpcs.xml'),
631 $args[] = fullpath($dir);