Home
last modified time | relevance | path

Searched refs:orgFile (Results 1 – 25 of 40) sorted by relevance

12

/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Classes/Resource/Rendering/
H A DVimeoRenderer.php67 $orgFile = $file;
68 if ($orgFile instanceof FileReference) {
69 $orgFile = $orgFile->getOriginalFile();
71 if ($orgFile instanceof File) {
72 …this->onlineMediaHelper = OnlineMediaHelperRegistry::getInstance()->getOnlineMediaHelper($orgFile);
161 $orgFile = $file->getOriginalFile();
163 $orgFile = $file;
166 return $this->getOnlineMediaHelper($file)->getOnlineMediaId($orgFile);
H A DYouTubeRenderer.php67 $orgFile = $file;
68 if ($orgFile instanceof FileReference) {
69 $orgFile = $orgFile->getOriginalFile();
71 if ($orgFile instanceof File) {
72 …this->onlineMediaHelper = OnlineMediaHelperRegistry::getInstance()->getOnlineMediaHelper($orgFile);
174 $orgFile = $file->getOriginalFile();
176 $orgFile = $file;
179 return $this->getOnlineMediaHelper($file)->getOnlineMediaId($orgFile);
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Classes/Resource/Rendering/
H A DVimeoRenderer.php68 $orgFile = $file;
69 if ($orgFile instanceof FileReference) {
70 $orgFile = $orgFile->getOriginalFile();
72 if ($orgFile instanceof File) {
73 …this->onlineMediaHelper = OnlineMediaHelperRegistry::getInstance()->getOnlineMediaHelper($orgFile);
165 $orgFile = $file->getOriginalFile();
167 $orgFile = $file;
170 return $this->getOnlineMediaHelper($file)->getOnlineMediaId($orgFile);
H A DYouTubeRenderer.php69 $orgFile = $file;
70 if ($orgFile instanceof FileReference) {
71 $orgFile = $orgFile->getOriginalFile();
73 if ($orgFile instanceof File) {
74 …this->onlineMediaHelper = OnlineMediaHelperRegistry::getInstance()->getOnlineMediaHelper($orgFile);
178 $orgFile = $file->getOriginalFile();
180 $orgFile = $file;
183 return $this->getOnlineMediaHelper($file)->getOnlineMediaId($orgFile);
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Classes/Resource/Rendering/
H A DVimeoRenderer.php69 $orgFile = $file;
70 if ($orgFile instanceof FileReference) {
71 $orgFile = $orgFile->getOriginalFile();
73 if ($orgFile instanceof File) {
74 …r = GeneralUtility::makeInstance(OnlineMediaHelperRegistry::class)->getOnlineMediaHelper($orgFile);
166 $orgFile = $file->getOriginalFile();
168 $orgFile = $file;
171 return $this->getOnlineMediaHelper($file)->getOnlineMediaId($orgFile);
H A DYouTubeRenderer.php69 $orgFile = $file;
70 if ($orgFile instanceof FileReference) {
71 $orgFile = $orgFile->getOriginalFile();
73 if ($orgFile instanceof File) {
74 …r = GeneralUtility::makeInstance(OnlineMediaHelperRegistry::class)->getOnlineMediaHelper($orgFile);
178 $orgFile = $file->getOriginalFile();
180 $orgFile = $file;
183 return $this->getOnlineMediaHelper($file)->getOnlineMediaId($orgFile);
/dports/devel/jiic/jiic/de/tu_darmstadt/informatik/rbg/hatlak/eltorito/impl/
H A DElToritoHandler.java128 File orgFile = new File(orgName); in genBootInfoTable() local
131 FileInputStream fis = new FileInputStream(orgFile); in genBootInfoTable()
148 fis = new FileInputStream(orgFile); in genBootInfoTable()
199 orgFile.delete(); in genBootInfoTable()
200 orgFile = new File(orgName); in genBootInfoTable()
201 patchedFile.renameTo(orgFile); in genBootInfoTable()
202 config.setBootImage(new ISO9660File(orgFile)); in genBootInfoTable()
204 System.out.println("Patched boot image at " + orgFile.getPath()); in genBootInfoTable()
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/uic/
H A Dtst_uic.cpp162 QFile orgFile(originalFile); in compare() local
165 if (!orgFile.open(QIODevice::ReadOnly | QIODevice::Text)) { in compare()
167 QFAIL(err.arg(orgFile.fileName()).toUtf8()); in compare()
175 originalFile = orgFile.readAll(); in compare()
/dports/comms/qsstv/qsstv/utils/
H A Dsupportfunctions.cpp293 QFile orgFile(filename); in trash() local
326 if(forceDelete) orgFile.remove(); in trash()
333 if(forceDelete) orgFile.remove(); in trash()
344 if(forceDelete) orgFile.remove(); in trash()
/dports/graphics/digikam/digikam-7.4.0/core/dplugins/generic/tools/sendbymail/manager/
H A Dmailprocess.cpp274 QString orgFile = it.key().fileName(); in buildPropertiesFile() local
287 propertiesText.append(i18n("file \"%1\":\nOriginal images: %2\n", emailFile, orgFile)); in buildPropertiesFile()
/dports/graphics/kipi-plugins/kipi-plugins-21.12.3/sendimages/
H A Dsendimages.cpp267 QString orgFile = item.orgUrl.fileName(); in buildPropertiesFile() local
276 propertiesText.append(i18n("file \"%1\":\nOriginal images: %2\n", emailFile, orgFile)); in buildPropertiesFile()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jaxp/javax/xml/jaxp/unittest/stream/XMLStreamWriterTest/
H A DWriterTest.java748 protected boolean checkResults(String checkFile, String orgFile) { in checkResults() argument
750 URL fileName = WriterTest.class.getResource(orgFile); in checkResults()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jaxp/javax/xml/jaxp/unittest/stream/XMLStreamWriterTest/
H A DWriterTest.java748 protected boolean checkResults(String checkFile, String orgFile) { in checkResults() argument
750 URL fileName = WriterTest.class.getResource(orgFile); in checkResults()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jaxp/javax/xml/jaxp/unittest/stream/XMLStreamWriterTest/
H A DWriterTest.java748 protected boolean checkResults(String checkFile, String orgFile) { in checkResults() argument
750 URL fileName = WriterTest.class.getResource(orgFile); in checkResults()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jaxp/javax/xml/jaxp/unittest/stream/XMLStreamWriterTest/
H A DWriterTest.java748 protected boolean checkResults(String checkFile, String orgFile) { in checkResults() argument
750 URL fileName = WriterTest.class.getResource(orgFile); in checkResults()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jaxp/javax/xml/jaxp/unittest/stream/XMLStreamWriterTest/
H A DWriterTest.java748 protected boolean checkResults(String checkFile, String orgFile) { in checkResults() argument
750 URL fileName = WriterTest.class.getResource(orgFile); in checkResults()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jaxp/javax/xml/jaxp/unittest/stream/XMLStreamWriterTest/
H A DWriterTest.java748 protected boolean checkResults(String checkFile, String orgFile) { in checkResults() argument
750 URL fileName = WriterTest.class.getResource(orgFile); in checkResults()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jaxp/javax/xml/jaxp/unittest/stream/XMLStreamWriterTest/
H A DWriterTest.java748 protected boolean checkResults(String checkFile, String orgFile) { in checkResults() argument
750 URL fileName = WriterTest.class.getResource(orgFile); in checkResults()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jaxp/javax/xml/jaxp/unittest/stream/XMLStreamWriterTest/
H A DWriterTest.java748 protected boolean checkResults(String checkFile, String orgFile) { in checkResults() argument
750 URL fileName = WriterTest.class.getResource(orgFile); in checkResults()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqsettings.cpp1142 QString orgFile = org + extension; in QConfFileSettingsPrivate() local
1148 confFiles.append(QConfFile::fromName(userPath.path + orgFile, true)); in QConfFileSettingsPrivate()
1171 paths.append(dir + QLatin1Char('/') + orgFile); in QConfFileSettingsPrivate()
1181 confFiles.append(QConfFile::fromName(systemPath.path + orgFile, false)); in QConfFileSettingsPrivate()
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqsettings.cpp1142 QString orgFile = org + extension; in QConfFileSettingsPrivate() local
1148 confFiles.append(QConfFile::fromName(userPath.path + orgFile, true)); in QConfFileSettingsPrivate()
1171 paths.append(dir + QLatin1Char('/') + orgFile); in QConfFileSettingsPrivate()
1181 confFiles.append(QConfFile::fromName(systemPath.path + orgFile, false)); in QConfFileSettingsPrivate()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqsettings.cpp1142 QString orgFile = org + extension; in QConfFileSettingsPrivate() local
1148 confFiles.append(QConfFile::fromName(userPath.path + orgFile, true)); in QConfFileSettingsPrivate()
1171 paths.append(dir + QLatin1Char('/') + orgFile); in QConfFileSettingsPrivate()
1181 confFiles.append(QConfFile::fromName(systemPath.path + orgFile, false)); in QConfFileSettingsPrivate()
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqsettings.cpp1142 QString orgFile = org + extension; in QConfFileSettingsPrivate() local
1148 confFiles.append(QConfFile::fromName(userPath.path + orgFile, true)); in QConfFileSettingsPrivate()
1171 paths.append(dir + QLatin1Char('/') + orgFile); in QConfFileSettingsPrivate()
1181 confFiles.append(QConfFile::fromName(systemPath.path + orgFile, false)); in QConfFileSettingsPrivate()
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqsettings.cpp1142 QString orgFile = org + extension; in QConfFileSettingsPrivate() local
1148 confFiles.append(QConfFile::fromName(userPath.path + orgFile, true)); in QConfFileSettingsPrivate()
1171 paths.append(dir + QLatin1Char('/') + orgFile); in QConfFileSettingsPrivate()
1181 confFiles.append(QConfFile::fromName(systemPath.path + orgFile, false)); in QConfFileSettingsPrivate()
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqsettings.cpp1142 QString orgFile = org + extension; in QConfFileSettingsPrivate() local
1148 confFiles.append(QConfFile::fromName(userPath.path + orgFile, true)); in QConfFileSettingsPrivate()
1171 paths.append(dir + QLatin1Char('/') + orgFile); in QConfFileSettingsPrivate()
1181 confFiles.append(QConfFile::fromName(systemPath.path + orgFile, false)); in QConfFileSettingsPrivate()

12