Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/auth/
H A Dautoload.php20 $classPath = explode('_', $className);
21 if ($classPath[0] != 'Google') {
24 if (count($classPath) > 3) {
26 $classPath = array_slice($classPath, 0, 3);
28 $filePath = dirname(__FILE__) . '/src/' . implode('/', $classPath) . '.php';
/plugin/freechat/phpfreechat/lib/pear/PHPUnit/
H A DSkeleton.php92 var $classPath; variable in PHPUnit_Skeleton
130 * @param string $classPath
134 …function PHPUnit_Skeleton($className, $classPath, $includeParents = FALSE, $includePrivate = TRUE)… argument
136 if (@is_readable($classPath)) {
138 $this->classPath = $classPath;
140 $this->_handleErrors($classPath . ' is not readable. Cannot create test class.');
184 require_once $this->classPath;
306 " require_once '" . $this->classPath . "';\n" .
/plugin/html2pdf/html2pdf/html2ps/classes/
H A Dinclude.php34 function import($classPath) { argument
35 $importFile = str_replace(".", "/", $classPath) . ".php";