/plugin/swiftmail/Swift/Message/ |
H A D | Attachment.php | 73 $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 D | Image.php | 53 if (!$this->getFileName()) $this->setFileName($data->getFileName());
|
/plugin/findologicxmlexport/vendor/sebastian/code-unit-reverse-lookup/src/ |
H A D | Wizard.php | 103 if (!isset($this->lookupTable[$functionOrMethod->getFileName()])) { 104 $this->lookupTable[$functionOrMethod->getFileName()] = []; 108 $this->lookupTable[$functionOrMethod->getFileName()][$line] = $name;
|
/plugin/batchedit/ |
H A D | engine.php | 453 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 D | StandardTestSuiteLoader.php | 50 $class->getFileName() == $filename) { 62 $classFile = $class->getFileName(); 93 if ($class->getFileName() == realpath($suiteClassFile)) {
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/Log/ |
H A D | TeamCity.php | 216 $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 D | FilesystemLoader.php | 99 $fileName = $this->getFileName($name); 115 protected function getFileName($name) function in Mustache_Loader_FilesystemLoader
|
H A D | ProductionFilesystemLoader.php | 78 $fileName = $this->getFileName($name);
|
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/Loader/ |
H A D | FilesystemLoader.php | 102 $fileName = $this->getFileName($name); 118 protected function getFileName($name) function in Handlebars\\Loader\\FilesystemLoader
|
/plugin/swiftmail/Swift/ |
H A D | File.php | 68 $this->name = $this->getFileName(); 82 public function getFileName() function in Swift_File
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceConsumerManagement/ |
H A D | SourceContext.php | 37 public function getFileName() function in Google\\Service\\ServiceConsumerManagement\\SourceContext
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Monitoring/ |
H A D | SourceContext.php | 37 public function getFileName() function in Google\\Service\\Monitoring\\SourceContext
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceManagement/ |
H A D | SourceContext.php | 37 public function getFileName() function in Google\\Service\\ServiceManagement\\SourceContext
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceNetworking/ |
H A D | SourceContext.php | 37 public function getFileName() function in Google\\Service\\ServiceNetworking\\SourceContext
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceUsage/ |
H A D | SourceContext.php | 37 public function getFileName() function in Google\\Service\\ServiceUsage\\SourceContext
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Forms/ |
H A D | FileUploadAnswer.php | 59 public function getFileName() function in Google\\Service\\Forms\\FileUploadAnswer
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Transcoder/ |
H A D | Manifest.php | 46 public function getFileName() function in Google\\Service\\Transcoder\\Manifest
|
H A D | MuxStream.php | 80 public function getFileName() function in Google\\Service\\Transcoder\\MuxStream
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/FirebaseRules/ |
H A D | SourcePosition.php | 95 public function getFileName() function in Google\\Service\\FirebaseRules\\SourcePosition
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/ |
H A D | Blacklist.php | 92 $directory = $reflector->getFileName();
|
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Files/ |
H A D | FileExtensionSniff.php | 58 $fileName = $phpcsFile->getFileName();
|
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/ |
H A D | CachedReader.php | 238 $filename = $class->getFileName(); 255 $fileName = $reflectionTrait->getFileName();
|
H A D | PhpParser.php | 45 if (false === $filename = $class->getFileName()) {
|
/plugin/refnotes/ |
H A D | locale.php | 65 public function getFileName($id) { function in refnotes_localization
|
/plugin/vcard/ |
H A D | vcard.php | 159 function getFileName() { function in vCard 185 $filename = $v->getFileName();
|