Home
last modified time | relevance | path

Searched refs:licenseFile (Results 1 – 25 of 229) sorted by relevance

12345678910

/dports/www/kdsoap/kdsoap-1.9.0/autogen/
H A Dcpack.py6 licenseFile, isTaggedRevision = False ): argument
11 self._licenseFile = licenseFile
56 licenseFile = self._licenseFile
58 if not licenseFile:
59 licenseFile = os.path.join( self._buildDirectory, "CPackGeneratedLicense.txt" )
60 with open( licenseFile, 'w' ) as license:
63licenseFile = os.path.abspath( licenseFile ) # NSIS apparently requires an absolute path to find t…
64 licenseFile = self.fixCMakeWindowsPaths( licenseFile )
66 config = config.replace( "@CPACK_RESOURCE_FILE_LICENSE@", licenseFile )
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/tools/jpackage/share/
H A DLicenseTest.java189 final Path licenseFile; in linuxLicenseFile() local
192 licenseFile = debLicenseFile(cmd); in linuxLicenseFile()
196 licenseFile = rpmLicenseFile(cmd); in linuxLicenseFile()
203 return cmd.pathToUnpackedPackageFile(licenseFile); in linuxLicenseFile()
219 licenseFile, LICENSE_FILE)); in verifyLicenseFileInstalledRpm()
239 licenseFile, LICENSE_FILE)); in verifyLicenseFileInstalledDebian()
245 final Path licenseFile = linuxLicenseFile(cmd); in verifyLicenseFileInstalledLinux() local
246 TKit.assertReadableFileExists(licenseFile); in verifyLicenseFileInstalledLinux()
250 verifyLicenseFileInstalledDebian(licenseFile); in verifyLicenseFileInstalledLinux()
254 verifyLicenseFileInstalledRpm(licenseFile); in verifyLicenseFileInstalledLinux()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/tools/jpackage/share/
H A DLicenseTest.java188 final Path licenseFile; in linuxLicenseFile() local
191 licenseFile = debLicenseFile(cmd); in linuxLicenseFile()
195 licenseFile = rpmLicenseFile(cmd); in linuxLicenseFile()
202 return cmd.pathToUnpackedPackageFile(licenseFile); in linuxLicenseFile()
218 licenseFile, LICENSE_FILE)); in verifyLicenseFileInstalledRpm()
238 licenseFile, LICENSE_FILE)); in verifyLicenseFileInstalledDebian()
244 final Path licenseFile = linuxLicenseFile(cmd); in verifyLicenseFileInstalledLinux() local
245 TKit.assertReadableFileExists(licenseFile); in verifyLicenseFileInstalledLinux()
249 verifyLicenseFileInstalledDebian(licenseFile); in verifyLicenseFileInstalledLinux()
253 verifyLicenseFileInstalledRpm(licenseFile); in verifyLicenseFileInstalledLinux()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/tools/jpackage/share/
H A DLicenseTest.java188 final Path licenseFile; in linuxLicenseFile() local
191 licenseFile = debLicenseFile(cmd); in linuxLicenseFile()
195 licenseFile = rpmLicenseFile(cmd); in linuxLicenseFile()
202 return cmd.pathToUnpackedPackageFile(licenseFile); in linuxLicenseFile()
218 licenseFile, LICENSE_FILE)); in verifyLicenseFileInstalledRpm()
238 licenseFile, LICENSE_FILE)); in verifyLicenseFileInstalledDebian()
244 final Path licenseFile = linuxLicenseFile(cmd); in verifyLicenseFileInstalledLinux() local
245 TKit.assertReadableFileExists(licenseFile); in verifyLicenseFileInstalledLinux()
249 verifyLicenseFileInstalledDebian(licenseFile); in verifyLicenseFileInstalledLinux()
253 verifyLicenseFileInstalledRpm(licenseFile); in verifyLicenseFileInstalledLinux()
[all …]
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/astaxie/beego/
H A Dstaticfile_test.go16 var licenseFile = filepath.Join(currentWorkDir, "LICENSE") var
19 fi, _ := os.Stat(licenseFile)
20 b, n, sch, reader, err := openFile(licenseFile, fi, encoding)
31 file, _ := os.Open(licenseFile)
37 file, _ := os.Open(licenseFile)
47 file, _ := os.Open(licenseFile)
60 fi, _ := os.Stat(licenseFile)
62 _, _, first, _, err := openFile(licenseFile, fi, encoding)
68 _, _, second, _, err := openFile(licenseFile, fi, encoding)
/dports/www/groupoffice/groupoffice-6.4.231-php-71/modules/modules/controller/
H A DLicenseController.php59 $licenseFile = \GO::getLicenseFile();
61 if($_FILES['license_file']['name'][0]!=$licenseFile->name()){
62 throw new Exception("File should be named ".$licenseFile->name());
66 if(!$licenseFile->exists() || !$licenseFile->isWritable()){
67 …throw new Exception("Could not write file ".$licenseFile->name().". Please upload the file to the …
74 $success = move_uploaded_file($_FILES['license_file']['tmp_name'][0],$licenseFile->path());
/dports/www/matomo/piwik/core/Plugin/
H A DMetadataLoader.php62 $licenseFile = $this->getPathToLicenseFile();
63 if(!empty($licenseFile)) {
64 $plugin['license_file'] = $licenseFile;
150 foreach ($licenseFiles as $licenseFile) {
151 $pathToLicense = $prefixPath . $licenseFile;
/dports/devel/pyside2/pyside-setup-opensource-src-5.15.2/sources/pyside2/doc/
H A Dqtattributionsscannertorst.py116 licenseFile = entry['LicenseFile']
117 if licenseFile:
118 if os.path.isfile(licenseFile):
119 content += rstLiteralBlock(readFile(licenseFile))
121 warnings.warn('"{}" is not a file'.format(licenseFile),
/dports/devel/pyside2-tools/pyside-setup-opensource-src-5.15.2/sources/pyside2/doc/
H A Dqtattributionsscannertorst.py116 licenseFile = entry['LicenseFile']
117 if licenseFile:
118 if os.path.isfile(licenseFile):
119 content += rstLiteralBlock(readFile(licenseFile))
121 warnings.warn('"{}" is not a file'.format(licenseFile),
/dports/devel/shiboken2/pyside-setup-opensource-src-5.15.2/sources/pyside2/doc/
H A Dqtattributionsscannertorst.py116 licenseFile = entry['LicenseFile']
117 if licenseFile:
118 if os.path.isfile(licenseFile):
119 content += rstLiteralBlock(readFile(licenseFile))
121 warnings.warn('"{}" is not a file'.format(licenseFile),
/dports/biology/ugene/ugene-40.1/src/corelibs/U2View/src/
H A DLicenseDialog.cpp36 QFile licenseFile(plugin->getLicensePath().getURLString()); in LicenseDialog() local
37 if (!licenseFile.open(QIODevice::ReadOnly | QIODevice::Text)) { in LicenseDialog()
40 ui->licenseTextBrowser->setText(QString(licenseFile.readAll())); in LicenseDialog()
41 licenseFile.close(); in LicenseDialog()
/dports/astro/merkaartor/merkaartor-0.19.0/3rdparty/qtsingleapplication-2.6_1-opensource/
H A Dconfigure63 licenseFile=LICENSE.US
66 licenseFile=LICENSE.NO
88 cp "$licenseFile" LICENSE
93 more "$licenseFile"
/dports/devel/hs-git-annex/git-annex-8.20210903/Assistant/WebApp/
H A DDocumentation.hs19 licenseFile :: IO (Maybe FilePath)
20 licenseFile = do function
26 builtinlicense <- isJust <$> liftIO licenseFile
31 v <- liftIO licenseFile
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/tools/jpackage/share/
H A DLicenseTest.java164 private static void verifyLicenseFileInstalledRpm(Path licenseFile) throws in verifyLicenseFileInstalledRpm() argument
167 Files.readAllLines(licenseFile), String.format( in verifyLicenseFileInstalledRpm()
169 licenseFile, LICENSE_FILE)); in verifyLicenseFileInstalledRpm()
172 private static void verifyLicenseFileInstalledDebian(Path licenseFile) in verifyLicenseFileInstalledDebian() argument
175 List<String> actualLines = Files.readAllLines(licenseFile).stream().dropWhile( in verifyLicenseFileInstalledDebian()
189 licenseFile, LICENSE_FILE)); in verifyLicenseFileInstalledDebian()
192 private static void verifyLicenseFileNotInstalledLinux(Path licenseFile) { in verifyLicenseFileNotInstalledLinux() argument
193 TKit.assertPathExists(licenseFile.getParent(), false); in verifyLicenseFileNotInstalledLinux()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/system/componentmodel/design/
H A DDesigntimeLicenseContext.cs88 Uri licenseFile = null; in GetSavedLicenseKey()
110 licenseFile = new Uri(new Uri(codeBase), rawFile); in GetSavedLicenseKey()
114 if (licenseFile == null) { in GetSavedLicenseKey()
213 if (licenseFile != null) { in GetSavedLicenseKey()
214 …bug.WriteLineIf(RuntimeLicenseContextSwitch.TraceVerbose,"licenseFile: " + licenseFile.ToString()); in GetSavedLicenseKey()
215 …ntimeLicenseContextSwitch.TraceVerbose,"opening licenses file over URI " + licenseFile.ToString()); in GetSavedLicenseKey()
216 Stream s = OpenRead(licenseFile); in GetSavedLicenseKey()
218 string[] segments = licenseFile.Segments; in GetSavedLicenseKey()
/dports/www/xoops/XoopsCore25-2.5.10/htdocs/include/
H A Dlicense.php24 $licenseFile = XOOPS_VAR_PATH . '/data/license.php'; variable
25 if (file_exists($licenseFile)) {
26 include_once $licenseFile;
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/system/componentmodel/
H A DLicFileLicenseProvider.cs78 string licenseFile = moduleDir + "\\" + type.FullName + ".lic"; in GetLicense()
80 Debug.WriteLine("Looking for license in: " + licenseFile); in GetLicense()
81 if (File.Exists(licenseFile)) { in GetLicense()
82 … Stream licStream = new FileStream(licenseFile, FileMode.Open, FileAccess.Read, FileShare.Read); in GetLicense()
/dports/www/groupoffice/groupoffice-6.4.231-php-71/modules/modules/cron/
H A DLicenseInstaller.php59 $licenseFile = \GO::getLicenseFile();
61 …icenseFile = new \GO\Base\Fs\File(GO::config()->file_storage_path.'license/'.$licenseFile->name());
65 if(!$temporaryLicenseFile->move($licenseFile)){
/dports/converters/wkhtmltopdf/qt-5db36ec/tools/configure/
H A Dtools.cpp84 QFile licenseFile(path); in checkLicense() local
85 if( !path.isEmpty() && licenseFile.open( QFile::ReadOnly ) ) { in checkLicense()
88 QString buffer = licenseFile.readLine(1024); in checkLicense()
100 buffer = licenseFile.readLine(1024); in checkLicense()
102 licenseFile.close(); in checkLicense()
/dports/www/xoops/XoopsCore25-2.5.10/htdocs/install/
H A Dpage_tablesfill.php60 $licenseFile = XOOPS_VAR_PATH . '/data/license.php'; variable
61 $touched = touch($licenseFile);
67 . sprintf(LICENSE_NOT_WRITEABLE, $licenseFile) . '</div>';
/dports/games/flightgear/flightgear-2020.3.11/src/Add-ons/
H A DAddonMetadataParser.cxx223 std::tie(metadata.licenseDesignation, metadata.licenseFile, in parseMetadataFile()
344 SGPath licenseFile; in parseLicenseNode() local
396 licenseFile = addonPath / licenseFile_s; in parseLicenseNode()
397 if ( !(licenseFile.exists() && licenseFile.isFile()) ) { in parseLicenseNode()
400 "value of /addon/license/file (pointing to '" + licenseFile.utf8Str() + in parseLicenseNode()
411 return std::make_tuple(licenseDesignation, licenseFile, licenseUrl); in parseLicenseNode()
/dports/x11-toolkits/qt5-uiplugin/kde-qttools-5.15.2p17/src/qtattributionsscanner/
H A Dscanner.cpp120 p.licenseFile = QDir(directory).absoluteFilePath(value); in readPackage()
208 QString licenseFile = fields[QStringLiteral("License File")]; in parseChromiumFile() local
209 if (licenseFile != QString() && licenseFile != QLatin1String("NOT_SHIPPED")) { in parseChromiumFile()
210 p.licenseFile = QDir(directory).absoluteFilePath(licenseFile); in parseChromiumFile()
220 p.licenseFile = entries.at(0).absoluteFilePath(); in parseChromiumFile()
/dports/devel/qt5-uitools/kde-qttools-5.15.2p17/src/qtattributionsscanner/
H A Dscanner.cpp120 p.licenseFile = QDir(directory).absoluteFilePath(value); in readPackage()
208 QString licenseFile = fields[QStringLiteral("License File")]; in parseChromiumFile() local
209 if (licenseFile != QString() && licenseFile != QLatin1String("NOT_SHIPPED")) { in parseChromiumFile()
210 p.licenseFile = QDir(directory).absoluteFilePath(licenseFile); in parseChromiumFile()
220 p.licenseFile = entries.at(0).absoluteFilePath(); in parseChromiumFile()
/dports/devel/qt5-qdbus/kde-qttools-5.15.2p17/src/qtattributionsscanner/
H A Dscanner.cpp120 p.licenseFile = QDir(directory).absoluteFilePath(value); in readPackage()
208 QString licenseFile = fields[QStringLiteral("License File")]; in parseChromiumFile() local
209 if (licenseFile != QString() && licenseFile != QLatin1String("NOT_SHIPPED")) { in parseChromiumFile()
210 p.licenseFile = QDir(directory).absoluteFilePath(licenseFile); in parseChromiumFile()
220 p.licenseFile = entries.at(0).absoluteFilePath(); in parseChromiumFile()
/dports/devel/qt5-qdbusviewer/kde-qttools-5.15.2p17/src/qtattributionsscanner/
H A Dscanner.cpp120 p.licenseFile = QDir(directory).absoluteFilePath(value); in readPackage()
208 QString licenseFile = fields[QStringLiteral("License File")]; in parseChromiumFile() local
209 if (licenseFile != QString() && licenseFile != QLatin1String("NOT_SHIPPED")) { in parseChromiumFile()
210 p.licenseFile = QDir(directory).absoluteFilePath(licenseFile); in parseChromiumFile()
220 p.licenseFile = entries.at(0).absoluteFilePath(); in parseChromiumFile()

12345678910