Home
last modified time | relevance | path

Searched refs:getNameWithoutExtension (Results 1 – 25 of 35) sorted by relevance

12

/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Classes/Resource/
H A DFileReference.php293 public function getNameWithoutExtension() function in TYPO3\\CMS\\Core\\Resource\\FileReference
295 return $this->originalFile->getNameWithoutExtension();
H A DFileInterface.php60 public function getNameWithoutExtension(); function
H A DAbstractFile.php176 public function getNameWithoutExtension() function in TYPO3\\CMS\\Core\\Resource\\AbstractFile
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Classes/Resource/
H A DFileReference.php285 public function getNameWithoutExtension() function in TYPO3\\CMS\\Core\\Resource\\FileReference
287 return $this->originalFile->getNameWithoutExtension();
H A DFileInterface.php61 public function getNameWithoutExtension(); function
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Classes/Resource/
H A DFileReference.php294 public function getNameWithoutExtension() function in TYPO3\\CMS\\Core\\Resource\\FileReference
296 return $this->originalFile->getNameWithoutExtension();
H A DFileInterface.php61 public function getNameWithoutExtension(); function
/dports/audio/atunes/atunes-3.1.2/src/net/sourceforge/atunes/model/
H A DILocalAudioObject.java54 String getNameWithoutExtension(); in getNameWithoutExtension() method
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Classes/Resource/Processing/
H A DAbstractGraphicalTask.php39 return $this->getSourceFile()->getNameWithoutExtension()
H A DAbstractTask.php113 return $this->targetFile->getNameWithoutExtension()
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Classes/Resource/Processing/
H A DAbstractGraphicalTask.php40 return $this->getSourceFile()->getNameWithoutExtension()
H A DAbstractTask.php115 return $this->targetFile->getNameWithoutExtension()
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Classes/Resource/Processing/
H A DAbstractGraphicalTask.php40 return $this->getSourceFile()->getNameWithoutExtension()
H A DAbstractTask.php116 return $this->targetFile->getNameWithoutExtension()
/dports/audio/atunes/atunes-3.1.2/src/net/sourceforge/atunes/kernel/modules/repository/
H A DAudioFile.java184 public String getNameWithoutExtension() { in getNameWithoutExtension() method in AudioFile
222 return getNameWithoutExtension(); in getTitleOrFileName()
/dports/www/groupoffice/groupoffice-6.4.231-php-71/go/core/fs/
H A DFile.php138 public function getNameWithoutExtension() { function in go\\core\\fs\\File
157 $origName = $this->getNameWithoutExtension();
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/form/Classes/Mvc/Property/TypeConverter/
H A DPseudoFile.php68 public function getNameWithoutExtension(): string function in TYPO3\\CMS\\Form\\Mvc\\Property\\TypeConverter\\PseudoFile
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/form/Classes/Mvc/Property/TypeConverter/
H A DPseudoFile.php70 public function getNameWithoutExtension(): string function in TYPO3\\CMS\\Form\\Mvc\\Property\\TypeConverter\\PseudoFile
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/form/Classes/Mvc/Property/TypeConverter/
H A DPseudoFile.php70 public function getNameWithoutExtension(): string function in TYPO3\\CMS\\Form\\Mvc\\Property\\TypeConverter\\PseudoFile
/dports/audio/atunes/atunes-3.1.2/src/net/sourceforge/atunes/kernel/modules/process/
H A DEditTagFromFileNamePatternProcess.java75 pattern, file.getNameWithoutExtension(), false); in retrieveInformationBeforeChangeTags()
/dports/audio/atunes/atunes-3.1.2/src/net/sourceforge/atunes/kernel/actions/
H A DAutoSetTagFromFileNamePatternAction.java89 .getNameWithoutExtension()); in executeAction()
H A DAutoSetTracksAction.java119 String fileName = audioFile.getNameWithoutExtension(); in getTrackNumber()
H A DRepairTrackNumbersAction.java140 String fileName = audioFile.getNameWithoutExtension(); in getTrackNumber()
/dports/www/groupoffice/groupoffice-6.4.231-php-71/go/core/util/
H A DClassFinder.php178 $name = $file->getNameWithoutExtension();
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Classes/Resource/OnlineMedia/Processing/
H A DPreviewProcessing.php123 …nfigurationChecksum() . '_' . $processedFile->getOriginalFile()->getNameWithoutExtension() . '.jpg…

12