Home
last modified time | relevance | path

Searched refs:licenseStr (Results 1 – 10 of 10) sorted by relevance

/dports/www/mattermost-server/mattermost-server-6.0.2/app/
H A Dlicense.go40 licenseStr := os.Getenv(LicenseEnv)
41 if licenseStr != "" {
42 license, err := utils.LicenseValidator.LicenseFromBytes([]byte(licenseStr))
62 if s.ValidateAndSetLicenseBytes([]byte(licenseStr)) {
99 success, licenseStr := utils.LicenseValidator.ValidateLicense(licenseBytes)
105 if jsonErr := json.Unmarshal([]byte(licenseStr), &license); jsonErr != nil {
202 if success, licenseStr := utils.LicenseValidator.ValidateLicense(b); success {
204 if jsonErr := json.Unmarshal([]byte(licenseStr), &license); jsonErr != nil {
/dports/graphics/qgis-ltr/qgis-3.16.16/src/gui/symbology/
H A Dqgscptcitycolorrampdialog.cpp424 QString licenseStr = copyingMap.value( QStringLiteral( "license/informal" ) ); in updateCopyingInfo() local
426 licenseStr += " (" + copyingMap.value( QStringLiteral( "license/year" ) ) + ')'; in updateCopyingInfo()
427 if ( licenseStr.length() > 80 ) in updateCopyingInfo()
428 licenseStr.replace( licenseStr.indexOf( ' ', 80 ), 1, QStringLiteral( "\n" ) ); in updateCopyingInfo()
430 licenseStr += "\n[ " + copyingMap.value( QStringLiteral( "license/url" ) ) + " ]"; in updateCopyingInfo()
432 licenseStr += '\n'; in updateCopyingInfo()
433 lblLicenseName->setText( licenseStr ); in updateCopyingInfo()
434 licenseStr.replace( '\n', QLatin1String( " " ) ); in updateCopyingInfo()
435 lblLicensePreview->setText( licenseStr ); in updateCopyingInfo()
/dports/graphics/qgis/qgis-3.22.3/src/gui/symbology/
H A Dqgscptcitycolorrampdialog.cpp424 QString licenseStr = copyingMap.value( QStringLiteral( "license/informal" ) ); in updateCopyingInfo() local
426 licenseStr += " (" + copyingMap.value( QStringLiteral( "license/year" ) ) + ')'; in updateCopyingInfo()
427 if ( licenseStr.length() > 80 ) in updateCopyingInfo()
428 licenseStr.replace( licenseStr.indexOf( ' ', 80 ), 1, QStringLiteral( "\n" ) ); in updateCopyingInfo()
430 licenseStr += "\n[ " + copyingMap.value( QStringLiteral( "license/url" ) ) + " ]"; in updateCopyingInfo()
432 licenseStr += '\n'; in updateCopyingInfo()
433 lblLicenseName->setText( licenseStr ); in updateCopyingInfo()
434 licenseStr.replace( '\n', QLatin1String( " " ) ); in updateCopyingInfo()
435 lblLicensePreview->setText( licenseStr ); in updateCopyingInfo()
/dports/www/mattermost-server/mattermost-server-6.0.2/utils/
H A Dlicense.go52 success, licenseStr := l.ValidateLicense(licenseBytes)
58 if jsonErr := json.Unmarshal([]byte(licenseStr), &license); jsonErr != nil {
121 success, licenseStr := LicenseValidator.ValidateLicense(licenseBytes)
128 if jsonErr := json.Unmarshal([]byte(licenseStr), &license); jsonErr != nil {
/dports/www/mattermost-server/mattermost-server-6.0.2/api4/
H A Dlicense_test.go111 licenseStr := string(licenseBytes)
113 mockLicenseValidator.On("ValidateLicense", mock.Anything).Return(true, licenseStr)
148 licenseStr := string(licenseBytes)
150 mockLicenseValidator.On("ValidateLicense", mock.Anything).Return(true, licenseStr)
/dports/deskutils/kontact/kontact-21.12.3/src/
H A Daboutdialog.cpp270 QString licenseStr; in addLicenseText() local
273 licenseStr += QStringLiteral("<pre>%1</pre>").arg(license.text()); in addLicenseText()
275 textBrowser->setHtml(licenseStr); in addLicenseText()
/dports/devel/hs-cabal-install/cabal-cabal-install-3.4.0.0/cabal-install/Distribution/Client/Init/
H A DFileCreators.hs383 , fieldS "license" licenseStr
431 licenseStr | specVer < CabalSpecV2_2 = prettyShow . licenseFromSPDX <$> license c function
/dports/math/coinmp/CoinMP-releases-1.8.4/CoinMP/examples/vb6/
H A DLibCoinMP.bas46 Public Declare Function CoinInitSolver Lib "CoinMP.dll" (ByVal licenseStr As String) As Long
/dports/math/coinmp/CoinMP-releases-1.8.4/CoinMP/examples/csharp/
H A DCoinmp.cs99 [DllImport("coinmp.dll")] public static extern int CoinInitSolver(string licenseStr); in CoinInitSolver() argument
/dports/lang/ghc/ghc-8.10.7/libraries/Cabal/cabal-install/Distribution/Client/
H A DInit.hs1110 , fieldS "license" licenseStr
1157 licenseStr | specVer < mkVersion [2,2] = prettyShow `fmap` license c function