Home
last modified time | relevance | path

Searched refs:getFilename (Results 26 – 50 of 101) sorted by relevance

12345

/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Classes/
H A DClassFileNameSniff.php61 $fullPath = basename($phpcsFile->getFilename());
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/MySource/Sniffs/CSS/
H A DBrowserSpecificStylesSniff.php80 $filename = $phpcsFile->getFilename();
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Debug/
H A DCSSLintSniff.php62 $fileName = $phpcsFile->getFilename();
H A DJSHintSniff.php65 $fileName = $phpcsFile->getFilename();
H A DClosureLinterSniff.php79 $fileName = $phpcsFile->getFilename();
H A DESLintSniff.php69 $filename = $phpcsFile->getFilename();
/plugin/zip/pear/File/Archive/Reader/
H A DGzip.php106 function getFilename() function in File_Archive_Reader_Gzip
108 $name = $this->source->getFilename();
H A DBzip2.php104 function getFilename() function in File_Archive_Reader_Bzip2
106 $name = $this->source->getFilename();
H A DCache.php96 'name' => $this->source->getFilename(),
110 function getFilename() { return $this->files[$this->pos]['name']; } function in File_Archive_Reader_Cache
H A DZip.php69 function getFilename() { return $this->currentFilename; } function in File_Archive_Reader_Zip
196 } while (substr($this->getFilename(), -1) == '/');
298 if (substr($this->getFilename(), -1) == '/' || $pred->isTrue($this)) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/PHP/
H A DSyntaxSniff.php76 $fileName = escapeshellarg($phpcsFile->getFilename());
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Zend/Sniffs/Debug/
H A DCodeAnalyzerSniff.php57 $fileName = $phpcsFile->getFilename();
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Debug/
H A DJSLintSniff.php63 $fileName = $phpcsFile->getFilename();
H A DJavaScriptLintSniff.php62 $fileName = $phpcsFile->getFilename();
/plugin/zip/pear/File/Archive/Predicate/
H A DCustom.php74 $name = $source->getFilename();
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSupport/
H A DAttachment.php83 public function getFilename() function in Google\\Service\\CloudSupport\\Attachment
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/MySource/Sniffs/Channels/
H A DIncludeOwnSystemSniff.php53 $fileName = $phpcsFile->getFilename();
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Gmail/
H A DMessagePart.php66 public function getFilename() function in Google\\Service\\Gmail\\MessagePart
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/DocGenerators/
H A DGenerator.php141 $sniff = $object->getFilename();
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DTokenStreamTest.php39 $this->assertEquals('foo', $stream->getFilename());
/plugin/webdav/vendor/sabre/dav/lib/DAV/FS/
H A DDirectory.php105 $nodes[] = $this->getChild($entry->getFilename());
/plugin/zip/pear/File/Archive/Writer/
H A DUniqueAppender.php64 $this->fileList[$reader->getFilename()] = $pos++;
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Classes/
H A DDuplicateClassNameSniff.php115 'file' => $phpcsFile->getFilename(),
/plugin/davcal/vendor/sabre/dav/lib/DAV/FS/
H A DDirectory.php105 $nodes[] = $this->getChild($entry->getFilename());
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DFileCacheReader.php150 && (false !== $filename = $class->getFilename())
185 && (false !== $filename = $class->getFilename())

12345