Home
last modified time | relevance | path

Searched refs:getFileName (Results 26 – 50 of 63) sorted by path

123

/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DAnnotationReader.php362 && $trait->getFileName() === $method->getFileName()
H A DCachedReader.php238 $filename = $class->getFileName();
255 $fileName = $reflectionTrait->getFileName();
H A DFileCacheReader.php115 && (false !== $filename = $class->getFileName())
H A DPhpParser.php45 if (false === $filename = $class->getFileName()) {
/plugin/findologicxmlexport/vendor/phpdocumentor/type-resolver/src/Types/
H A DContextFactory.php47 $fileName = $reflector->getFileName();
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestCase.php841 'filename' => $class->getFileName(),
H A DTestSuite.php342 if ($class->getFileName() == $filename) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Runner/
H A DStandardTestSuiteLoader.php50 $class->getFileName() == $filename) {
62 $classFile = $class->getFileName();
93 if ($class->getFileName() == realpath($suiteClassFile)) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DBlacklist.php92 $directory = $reflector->getFileName();
H A DTest.php562 $code = file($method->getFileName());
1041 $filename = $reflector->getFileName();
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/Log/
H A DJUnit.php255 $testSuite->setAttribute('file', $class->getFileName());
336 $testCase->setAttribute('file', $class->getFileName());
H A DTeamCity.php216 $fileName = self::getFileName($suiteName);
222 $fileName = self::getFileName($split[0]);
270 $fileName = self::getFileName($className);
399 private static function getFileName($className) function in PHPUnit_Util_Log_TeamCity
402 $fileName = $reflectionClass->getFileName();
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/TestDox/ResultPrinter/
H A DXML.php210 $file = $class->getFileName();
/plugin/findologicxmlexport/vendor/sebastian/code-unit-reverse-lookup/src/
H A DWizard.php103 if (!isset($this->lookupTable[$functionOrMethod->getFileName()])) {
104 $this->lookupTable[$functionOrMethod->getFileName()] = [];
108 $this->lookupTable[$functionOrMethod->getFileName()][$line] = $name;
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DEnvironment.php583 …if (file_exists($r->getFileName()) && ($extensionTime = filemtime($r->getFileName())) > $this->las…
/plugin/findologicxmlexport/vendor/twig/twig/src/Error/
H A DError.php308 $file = $r->getFileName();
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/VersionControl/
H A DSubversionPropertiesSniff.php78 $path = $phpcsFile->getFileName();
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Files/
H A DFileExtensionSniff.php58 $fileName = $phpcsFile->getFileName();
/plugin/jmol2/jmol/
H A DJmolApplet.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
H A DJmolApplet0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/obrador/ javax/ ...
H A DJmolAppletSigned.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolAppletSigned0.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/Loader/
H A DFilesystemLoader.php99 $fileName = $this->getFileName($name);
115 protected function getFileName($name) function in Mustache_Loader_FilesystemLoader
H A DProductionFilesystemLoader.php78 $fileName = $this->getFileName($name);
/plugin/openlayersmap/syntax/
H A Dolmap.php211 <td class="txt" colspan="3">KML track: ' . $this->getFileName($gmap ['kmlfile']) . '</td>
222 <td class="txt" colspan="3">GPX track: ' . $this->getFileName($gmap ['gpxfile']) . '</td>
233 <td class="txt" colspan="3">GeoJSON track: ' . $this->getFileName($gmap ['geojsonfile']) . '</td>
722 private function getFileName(string $mediaLink): string
747 private function getFileName(string $mediaLink): string { global() function in syntax_plugin_openlayersmap_olmap

123