Lines Matching refs:fullpath
157 $pdir = fullpath(DOKU_PLUGIN);
158 $tdir = fullpath(tpl_incdir() . '../');
280 $dir = fullpath(getcwd());
467 $dir = fullpath(getcwd());
476 $bin = fullpath(__DIR__ . '/../../../_test/vendor/bin/phpunit');;
486 '--configuration', fullpath(__DIR__ . '/../../../_test/phpunit.xml'),
508 $dir = fullpath(getcwd());
511 fullpath(__DIR__ . '/../../../_test/vendor/bin/phpcs'),
512 '--standard=' . fullpath(__DIR__ . '/../../../_test/phpcs.xml'),
520 $args[] = fullpath($dir);
536 $dir = fullpath(getcwd());
540 fullpath(__DIR__ . '/../../../_test/vendor/bin/rector'),
542 '--config=' . fullpath(__DIR__ . '/../../../_test/rector.php'),
550 $args[] = fullpath($dir);
562 fullpath(__DIR__ . '/../../../_test/vendor/bin/phpcbf'),
563 '--standard=' . fullpath(__DIR__ . '/../../../_test/phpcs.xml'),
571 $args[] = fullpath($dir);