14 calls to Common::realpath()
- Cache::load in vendor/
squizlabs/ php_codesniffer/ src/ Util/ Cache.php - Loads existing cache data for the run, if any.
- Config::processFilePath in vendor/
squizlabs/ php_codesniffer/ src/ Config.php - Processes a file path and add it to the file list.
- Config::processLongArgument in vendor/
squizlabs/ php_codesniffer/ src/ Config.php - Processes a long (--example) command-line argument.
- ExactMatch::accept in vendor/
squizlabs/ php_codesniffer/ src/ Filters/ ExactMatch.php - Check whether the current element of the iterator is acceptable.
- Filter::accept in vendor/
squizlabs/ php_codesniffer/ src/ Filters/ Filter.php - Check whether the current element of the iterator is acceptable.
- GitModified::getAllowedFiles in vendor/
squizlabs/ php_codesniffer/ src/ Filters/ GitModified.php - Get a list of file paths to include.
- GitStaged::getAllowedFiles in vendor/
squizlabs/ php_codesniffer/ src/ Filters/ GitStaged.php - Get a list of file paths to include.
- Ruleset::expandRulesetReference in vendor/
squizlabs/ php_codesniffer/ src/ Ruleset.php - Expands a ruleset reference into a list of sniff files.
- Ruleset::processRuleset in vendor/
squizlabs/ php_codesniffer/ src/ Ruleset.php - Processes a single ruleset and returns a list of the sniffs it represents.
- Ruleset::processRuleset in vendor/
squizlabs/ php_codesniffer/ src/ Ruleset.php - Processes a single ruleset and returns a list of the sniffs it represents.
- Ruleset::__construct in vendor/
squizlabs/ php_codesniffer/ src/ Ruleset.php - Initialise the ruleset that the run will use.
- Standards::getInstalledStandardPath in vendor/
squizlabs/ php_codesniffer/ src/ Util/ Standards.php - Return the path of an installed coding standard.
- Standards::getInstalledStandardPaths in vendor/
squizlabs/ php_codesniffer/ src/ Util/ Standards.php - Get a list of paths where standards are installed.
- Standards::isInstalledStandard in vendor/
squizlabs/ php_codesniffer/ src/ Util/ Standards.php - Determine if a standard is installed.