Home
last modified time | relevance | path

Searched refs:getFileName (Results 1 – 25 of 63) sorted by relevance

123

/plugin/swiftmail/Swift/Message/
H A DAttachment.php73 $this->setFileName($data->getFileName());
96 public function getFileName() function in Swift_Message_Attachment
149 if ($this->getFileName() === null)
153 $this->setFileName($this->getData()->getFileName());
H A DImage.php53 if (!$this->getFileName()) $this->setFileName($data->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/batchedit/
H A Dengine.php453 public static function getFileName($name, $ext = '') { function in BatcheditSessionCache
465 io_mkdir_p(dirname(self::getFileName('dummy')));
479 file_put_contents(self::getFileName($id, $name), serialize($data));
486 return @unserialize(file_get_contents(self::getFileName($id, $name)));
495 $propsTime = @filemtime(self::getFileName($id, 'props'));
496 $matchesTime = @filemtime(self::getFileName($id, 'matches'));
521 @unlink(self::getFileName($id, 'props'));
522 @unlink(self::getFileName($id, 'matches'));
523 @unlink(self::getFileName($id, 'progress'));
524 @unlink(self::getFileName(
[all...]
/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/Log/
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/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/combo/vendor/salesforce/handlebars-php/src/Handlebars/Loader/
H A DFilesystemLoader.php102 $fileName = $this->getFileName($name);
118 protected function getFileName($name) function in Handlebars\\Loader\\FilesystemLoader
/plugin/swiftmail/Swift/
H A DFile.php68 $this->name = $this->getFileName();
82 public function getFileName() function in Swift_File
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceConsumerManagement/
H A DSourceContext.php37 public function getFileName() function in Google\\Service\\ServiceConsumerManagement\\SourceContext
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Monitoring/
H A DSourceContext.php37 public function getFileName() function in Google\\Service\\Monitoring\\SourceContext
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceManagement/
H A DSourceContext.php37 public function getFileName() function in Google\\Service\\ServiceManagement\\SourceContext
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceNetworking/
H A DSourceContext.php37 public function getFileName() function in Google\\Service\\ServiceNetworking\\SourceContext
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceUsage/
H A DSourceContext.php37 public function getFileName() function in Google\\Service\\ServiceUsage\\SourceContext
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Forms/
H A DFileUploadAnswer.php59 public function getFileName() function in Google\\Service\\Forms\\FileUploadAnswer
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Transcoder/
H A DManifest.php46 public function getFileName() function in Google\\Service\\Transcoder\\Manifest
H A DMuxStream.php80 public function getFileName() function in Google\\Service\\Transcoder\\MuxStream
/plugin/authgooglesheets/vendor/google/apiclient-services/src/FirebaseRules/
H A DSourcePosition.php95 public function getFileName() function in Google\\Service\\FirebaseRules\\SourcePosition
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DBlacklist.php92 $directory = $reflector->getFileName();
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Files/
H A DFileExtensionSniff.php58 $fileName = $phpcsFile->getFileName();
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DCachedReader.php238 $filename = $class->getFileName();
255 $fileName = $reflectionTrait->getFileName();
H A DPhpParser.php45 if (false === $filename = $class->getFileName()) {
/plugin/refnotes/
H A Dlocale.php65 public function getFileName($id) { function in refnotes_localization
/plugin/vcard/
H A Dvcard.php159 function getFileName() { function in vCard
185 $filename = $v->getFileName();

123