Home
last modified time | relevance | path

Searched refs:sourceFilePath (Results 1 – 25 of 244) sorted by relevance

12345678910

/dports/biology/ugene/ugene-40.1/src/corelibs/U2Core/src/tasks/
H A DCopyFileTask.cpp31 CopyFileTask::CopyFileTask(const QString &sourceFilePath, const QString &targetFilePath) in CopyFileTask() argument
32 : Task(tr("File '%1' copy task").arg(sourceFilePath), TaskFlag_None), in CopyFileTask()
33 sourceFilePath(sourceFilePath), in CopyFileTask()
38 return sourceFilePath; in getSourceFilePath()
46 QFile sourceFile(sourceFilePath); in run()
47 CHECK_EXT(sourceFile.exists(), setError(tr("File '%1' doesn't exist").arg(sourceFilePath)), ); in run()
49 …CHECK_EXT(succeeded, setError(tr("File copy from '%1' to '%2' failed").arg(sourceFilePath).arg(tar… in run()
/dports/devel/gitlist/gitlist/vendor/symfony/filesystem/Tests/
H A DFilesystemTest.php24 file_put_contents($sourceFilePath, 'SOURCE FILE');
56 file_put_contents($sourceFilePath, 'SOURCE FILE');
59 $this->filesystem->chmod($sourceFilePath, 0222);
69 file_put_contents($sourceFilePath, 'SOURCE FILE');
84 file_put_contents($sourceFilePath, 'SOURCE FILE');
89 touch($sourceFilePath, $modificationTime);
103 file_put_contents($sourceFilePath, 'SOURCE FILE');
108 touch($sourceFilePath, $modificationTime);
130 file_put_contents($sourceFilePath, 'SOURCE FILE');
135 touch($sourceFilePath, $modificationTime);
[all …]
/dports/editors/cpeditor/cpeditor-6.8.2/src/Core/
H A DCompiler.cpp55 void Compiler::start(const QString &tmpFilePath, const QString &sourceFilePath, const QString &comp… in start() argument
86 …ileInfo(tmpFilePath).canonicalFilePath() << "-o" << outputPath(tmpFilePath, sourceFilePath, "C++"); in start()
87 if (QFile::exists(sourceFilePath)) in start()
88 args << "-I" << QFileInfo(sourceFilePath).canonicalPath(); in start()
92 …leInfo(tmpFilePath).canonicalFilePath() << "-d" << outputPath(tmpFilePath, sourceFilePath, "Java"); in start()
103 QFileInfo(QFile::exists(sourceFilePath) ? sourceFilePath : tmpFilePath).canonicalPath()); in start()
108 QString Compiler::outputPath(const QString &tmpFilePath, const QString &sourceFilePath, const QStri… in outputPath() argument
114 QFileInfo fileInfo(sourceFilePath.isEmpty() ? tmpFilePath : sourceFilePath); in outputPath()
131 QString Compiler::outputFilePath(const QString &tmpFilePath, const QString &sourceFilePath, const Q… in outputFilePath() argument
134 auto path = outputPath(tmpFilePath, sourceFilePath, lang, createDirectory); in outputFilePath()
H A DRunner.cpp57 void Runner::run(const QString &tmpFilePath, const QString &sourceFilePath, const QString &lang, in run() argument
72 …QStringList command = QProcess::splitCommand(getCommand(tmpFilePath, sourceFilePath, lang, runComm… in run()
97 setWorkingDirectory(tmpFilePath, sourceFilePath, lang); in run()
104 void Runner::runDetached(const QString &tmpFilePath, const QString &sourceFilePath, const QString &… in runDetached() argument
109 setWorkingDirectory(tmpFilePath, sourceFilePath, lang); in runDetached()
132 auto quotedCommand = getCommand(tmpFilePath, sourceFilePath, lang, runCommand, args); in runDetached()
213 QString Runner::getCommand(const QString &tmpFilePath, const QString &sourceFilePath, const QString… in getCommand() argument
223 …res = QString("\"%1\" %2").arg(Compiler::outputPath(tmpFilePath, sourceFilePath, "C++")).arg(args); in getCommand()
229 .arg(Compiler::outputPath(tmpFilePath, sourceFilePath, "Java")) in getCommand()
243 void Runner::setWorkingDirectory(const QString &tmpFilePath, const QString &sourceFilePath, const Q… in setWorkingDirectory() argument
[all …]
H A DRunner.hpp64 …void run(const QString &tmpFilePath, const QString &sourceFilePath, const QString &lang, const QSt…
76 void runDetached(const QString &tmpFilePath, const QString &sourceFilePath, const QString &lang,
165 …static QString getCommand(const QString &tmpFilePath, const QString &sourceFilePath, const QString…
172 …void setWorkingDirectory(const QString &tmpFilePath, const QString &sourceFilePath, const QString …
H A DCompiler.hpp60 …void start(const QString &tmpFilePath, const QString &sourceFilePath, const QString &compileComman…
70 …static QString outputPath(const QString &tmpFilePath, const QString &sourceFilePath, const QString…
77 …static QString outputFilePath(const QString &tmpFilePath, const QString &sourceFilePath, const QSt…
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/Filesystem/Tests/
H A DFilesystemTest.php26 file_put_contents($sourceFilePath, 'SOURCE FILE');
58 file_put_contents($sourceFilePath, 'SOURCE FILE');
61 $this->filesystem->chmod($sourceFilePath, 0222);
71 file_put_contents($sourceFilePath, 'SOURCE FILE');
86 file_put_contents($sourceFilePath, 'SOURCE FILE');
91 touch($sourceFilePath, $modificationTime);
105 file_put_contents($sourceFilePath, 'SOURCE FILE');
110 touch($sourceFilePath, $modificationTime);
134 file_put_contents($sourceFilePath, 'SOURCE FILE');
139 touch($sourceFilePath, $modificationTime);
[all …]
/dports/deskutils/egroupware/egroupware/vendor/symfony/filesystem/Tests/
H A DFilesystemTest.php24 file_put_contents($sourceFilePath, 'SOURCE FILE');
56 file_put_contents($sourceFilePath, 'SOURCE FILE');
59 $this->filesystem->chmod($sourceFilePath, 0222);
69 file_put_contents($sourceFilePath, 'SOURCE FILE');
84 file_put_contents($sourceFilePath, 'SOURCE FILE');
89 touch($sourceFilePath, $modificationTime);
103 file_put_contents($sourceFilePath, 'SOURCE FILE');
108 touch($sourceFilePath, $modificationTime);
132 file_put_contents($sourceFilePath, 'SOURCE FILE');
137 touch($sourceFilePath, $modificationTime);
[all …]
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/Filesystem/Tests/
H A DFilesystemTest.php26 file_put_contents($sourceFilePath, 'SOURCE FILE');
58 file_put_contents($sourceFilePath, 'SOURCE FILE');
61 $this->filesystem->chmod($sourceFilePath, 0222);
71 file_put_contents($sourceFilePath, 'SOURCE FILE');
86 file_put_contents($sourceFilePath, 'SOURCE FILE');
91 touch($sourceFilePath, $modificationTime);
105 file_put_contents($sourceFilePath, 'SOURCE FILE');
110 touch($sourceFilePath, $modificationTime);
134 file_put_contents($sourceFilePath, 'SOURCE FILE');
139 touch($sourceFilePath, $modificationTime);
[all …]
/dports/devel/elf-dissector/elf-dissector-942274185cc89fabf74f5f1efb886ecf210ab2fb/src/lib/checks/
H A Dvirtualdtorcheck.cpp45 return res.sourceFilePath.endsWith(QLatin1String(".cpp")) in findImplicitVirtualDtors()
46 || res.sourceFilePath.endsWith(QLatin1String(".c")) in findImplicitVirtualDtors()
47 || res.sourceFilePath.endsWith(QLatin1String(".cxx")); in findImplicitVirtualDtors()
71 typeDie ? typeDie->sourceFilePath() : QString(), in findImplicitVirtualDtors()
75 } else if ((*it).sourceFilePath.isEmpty() && typeDie) { in findImplicitVirtualDtors()
76 (*it).sourceFilePath = typeDie->sourceFilePath(); in findImplicitVirtualDtors()
95 std::cout << res.fullName.constData() << " at " << qPrintable(res.sourceFilePath); in printResults()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/tests/unit/unittest/
H A Dclangtranslationunit-test.cpp63 Utf8String sourceFilePath = Utf8StringLiteral(TESTDATA_DIR"/diagnostic_erroneous_source.cpp"); member in __anon97d04f760111::TranslationUnit
67 ::TranslationUnit translationUnit{Utf8String(), sourceFilePath, cxIndex, cxTranslationUnit};
127 parseInput.filePath = sourceFilePath; in parse()
136 parseInput.filePath = sourceFilePath; in reparse()
168 sourceFilePath), in diagnosticsFromMainFile()
174 sourceFilePath), in diagnosticsFromMainFile()
180 sourceFilePath), in diagnosticsFromMainFile()
H A Dclangfollowsymbol-test.cpp59 const Utf8String sourceFilePath = Utf8StringLiteral(TESTDATA_DIR"/followsymbol_main.cpp"); variable
82 SourceLocationContainer(sourceFilePath, line, column),
83 SourceLocationContainer(sourceFilePath, line, column + length)
88 SourceLocationContainer(sourceFilePath, line, column),
89 SourceLocationContainer(sourceFilePath, line, column + length)
117 Document document = {sourceFilePath, compilationArguments, {}, documents};
119 QVector<Utf8String> deps{sourceFilePath, cursorPath};
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Classes/Resource/Event/
H A DBeforeFileAddedEvent.php39 private $sourceFilePath; variable in TYPO3\\CMS\\Core\\Resource\\Event\\BeforeFileAddedEvent
56 …public function __construct(string $fileName, string $sourceFilePath, Folder $targetFolder, Resour… argument
59 $this->sourceFilePath = $sourceFilePath;
77 return $this->sourceFilePath;
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Classes/Resource/Event/
H A DBeforeFileAddedEvent.php39 private $sourceFilePath; variable in TYPO3\\CMS\\Core\\Resource\\Event\\BeforeFileAddedEvent
56 …public function __construct(string $fileName, string $sourceFilePath, Folder $targetFolder, Resour… argument
59 $this->sourceFilePath = $sourceFilePath;
77 return $this->sourceFilePath;
/dports/devel/gammaray/GammaRay-2.11.3/ui/tools/resourcebrowser/
H A Dresourcebrowserclient.cpp43 void ResourceBrowserClient::downloadResource(const QString &sourceFilePath, in downloadResource() argument
47 QVariantList() << sourceFilePath << targetFilePath); in downloadResource()
50 void ResourceBrowserClient::selectResource(const QString &sourceFilePath, int line, int column) in selectResource() argument
53 QVariantList() << sourceFilePath << line << column); in selectResource()
/dports/lang/seed7/seed7/src/
H A Danalyze.c422 const const_striType sourceFilePath, uintType options, in analyzeProg() argument
544 striType sourceFilePath; in analyzeFile() local
574 sourceFilePath->size = nameLen; in analyzeFile()
575 memcpy(sourceFilePath->mem, sourceFileArgument->mem, in analyzeFile()
581 isOpen = openInfile(sourceFilePath, in analyzeFile()
585 sourceFilePath->size = nameLen - STRLEN(".sd7"); in analyzeFile()
586 isOpen = openInfile(sourceFilePath, in analyzeFile()
592 sourceFilePath = followLink(sourceFilePath, err_info); in analyzeFile()
595 if (isOpen && sourceFilePath != NULL) { in analyzeFile()
602 if (sourceFilePath != NULL) { in analyzeFile()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corert/src/ILCompiler.Compiler/src/Compiler/DependencyAnalysis/Target_ARM/
H A DARMDebug.cs13 … [System.Runtime.CompilerServices.CallerFilePath] string sourceFilePath = null, in EmitNYIAssert() argument
18 …String CallInfoPrefix = " " + sourceFilePath + "(" + sourceLineNumber.ToString() + "): method " + … in EmitNYIAssert()
25 … [System.Runtime.CompilerServices.CallerFilePath] string sourceFilePath = null, in EmitHelperNYIAssert() argument
29 …Assert(factory, ref encoder, hId.ToString() + " is not implemented", sourceFilePath, memberName, s… in EmitHelperNYIAssert()
/dports/biology/gatk/gatk-4.2.0.0/src/main/java/org/broadinstitute/hellbender/tools/funcotator/dataSources/vcf/
H A DVcfFuncotationFactory.java56 private final Path sourceFilePath; field in VcfFuncotationFactory
114 final Path sourceFilePath, in VcfFuncotationFactory() argument
117 … this(name, version, sourceFilePath, annotationOverridesMap, mainSourceFileAsFeatureInput, false); in VcfFuncotationFactory()
131 final Path sourceFilePath, in VcfFuncotationFactory() argument
150 final Path sourceFilePath, in VcfFuncotationFactory() argument
160 this.sourceFilePath = sourceFilePath; in VcfFuncotationFactory()
170 supportedFieldMetadata = createFuncotationMetadata(sourceFilePath); in VcfFuncotationFactory()
186 private FuncotationMetadata createFuncotationMetadata(final Path sourceFilePath) { in createFuncotationMetadata() argument
188 …eatureDataSource<VariantContext> vcfReader = new FeatureDataSource<>(sourceFilePath.toUri().toStri… in createFuncotationMetadata()
191 … throw new IllegalArgumentException(sourceFilePath + " does not have a valid VCF header"); in createFuncotationMetadata()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/tools/macdeployqt/tests/
H A Dtst_deployment_mac.cpp69 …QCOMPARE(info.sourceFilePath, QLatin1String("/Users/foo/build/qt-4.4/lib/QtGui.framework/Versions/… in testParseOtoolLibraryLine()
85 …QCOMPARE(info.sourceFilePath, QLatin1String("/Users/foo/build/qt-4.4/lib/phonon.framework/Versions… in testParseOtoolLibraryLine()
102 …QCOMPARE(info.sourceFilePath, QLatin1String("/usr/local/Trolltech/Qt-4.4.0/lib/phonon.framework/Ve… in testParseOtoolLibraryLine()
119 …QCOMPARE(info.sourceFilePath, QLatin1String("/Library/Frameworks/QtGui.framework/Versions/4/QtGui"… in testParseOtoolLibraryLine()
136 …QCOMPARE(info.sourceFilePath, QLatin1String("/Library/Frameworks/phonon.framework/Versions/4/phono… in testParseOtoolLibraryLine()
150 … QCOMPARE(info.sourceFilePath, QLatin1String("/Users/foo/build/qt-4.4/lib/libQtCLucene.4.dylib")); in testParseOtoolLibraryLine()
163 QCOMPARE(info.sourceFilePath, QLatin1String("/usr/lib/libQtCLucene.4.dylib")); in testParseOtoolLibraryLine()
/dports/astro/marble/marble-21.12.3/src/lib/marble/
H A DDataMigration.cpp166 const QString sourceFilePath = sourceDirPath + QLatin1Char('/') + file; in moveFiles() local
168 if( !sourceFilePath.startsWith( sourcePath ) ) { in moveFiles()
172 QString targetFilePath = sourceFilePath; in moveFiles()
176 QFile::copy( sourceFilePath, targetFilePath ); in moveFiles()
177 QFile::remove( sourceFilePath ); in moveFiles()
/dports/devel/gammaray/GammaRay-2.11.3/core/tools/resourcebrowser/
H A Dresourcebrowser.cpp55 void ResourceBrowser::downloadResource(const QString &sourceFilePath, const QString &targetFilePath) in downloadResource() argument
57 const QFileInfo fi(sourceFilePath); in downloadResource()
68 void ResourceBrowser::selectResource(const QString &sourceFilePath, int line, int column) in selectResource() argument
77 const QString filePath = QLatin1Char(':') + QUrl(sourceFilePath).path(); in selectResource()
/dports/misc/tellico/tellico-3.4.2/src/
H A Dmain.cpp66 QString sourceFilePath, targetFilePath; in main() local
70 sourceFilePath = sourceBasePath + QLatin1Char('/') + fileName; in main()
72 if(QFile::exists(sourceFilePath) && !QFile::exists(targetFilePath)) { in main()
73 filesToCopy << qMakePair(sourceFilePath, targetFilePath); in main()
97 sourceFilePath = sourceBasePath + dataDir + QLatin1Char('/') + fileName; in main()
100 filesToCopy << qMakePair(sourceFilePath, targetFilePath); in main()
/dports/security/vault/vault-1.8.2/internalshared/configutil/
H A Dlint.go26 func ValidateUnusedFields(unusedKeyPositions UnusedKeyMap, sourceFilePath string) []ConfigError {
34 if pos.Filename == "" && sourceFilePath != "" {
35 pos.Filename = sourceFilePath
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/core/
H A DFileUtils.cpp42 const FilePath& sourceFilePath) in copySourceFile() argument
45 std::string relativePath = sourceFilePath.getRelativePath(sourceDir); in copySourceFile()
49 if (sourceFilePath.isDirectory()) in copySourceFile()
58 Error error = sourceFilePath.copy(targetPath); in copySourceFile()
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Classes/Resource/Security/
H A DSvgFileSlot.php42 …ion preFileAdd(string $targetFileName, FolderInterface $targetFolder, string $sourceFilePath): void argument
44 if ($this->typeCheck->forFilePath($sourceFilePath)) {
45 $this->sanitizer->sanitizeFile($sourceFilePath);

12345678910