Home
last modified time | relevance | path

Searched refs:getInstalledStandardPath (Results 1 – 1 of 1) sorted by relevance

/plugin/icalevents/vendor/squizlabs/php_codesniffer/
H A DCodeSniffer.php538 $installed = $this->getInstalledStandardPath($standards[0]);
554 $installed = $this->getInstalledStandardPath($standard);
1065 $path = $this->getInstalledStandardPath($ref);
1103 $stdPath = $this->getInstalledStandardPath($stdName);
2288 $path = self::getInstalledStandardPath($standard);
2329 public static function getInstalledStandardPath($standard) function in PHP_CodeSniffer