Home
last modified time | relevance | path

Searched refs:m_license (Results 1 – 25 of 156) sorted by relevance

1234567

/dports/math/wxmaxima/wxmaxima-Version-20.04.0/src/
H A DLicenseDialog.cpp47 m_license = new wxTextCtrl(this, -1, in LicenseDialog()
52 wxFont fnt = m_license->GetFont(); in LicenseDialog()
68 m_license->SetMinSize(wxSize(textWidth + 20*GetContentScaleFactor(),550*GetContentScaleFactor())); in LicenseDialog()
69 m_license->SetValue(licenseText); in LicenseDialog()
70 vbox->Add(m_license, wxSizerFlags(10).Expand().Border(wxALL, 5)); in LicenseDialog()
86 wxFont fnt = m_license->GetFont(); in OnSize()
109 m_license->SetFont(fnt); in OnSize()
113 m_license->SetInsertionPoint(0); in OnSize()
114 m_license->ShowPosition(0); in OnSize()
/dports/games/freeorion/freeorion-0.4.10.2/UI/
H A DAbout.cpp44 m_license = Wnd::Create<CUIButton>(UserString("LICENSE")); in CompleteConstruction()
49 AttachChild(m_license); in CompleteConstruction()
60 m_license->LeftClickedSignal.connect(boost::bind(&About::ShowLicense, this)); in CompleteConstruction()
82 …std::max({ m_vision->MinUsableSize().x, m_license->MinUsableSize().x, m_done->MinUsableSize().x }), in DoLayout()
83 …std::max({ m_vision->MinUsableSize().y, m_license->MinUsableSize().y, m_done->MinUsableSize().y }), in DoLayout()
92 for (auto& button : { m_done, m_vision, m_license }) { in DoLayout()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-license-manager/include/aws/license-manager/model/
H A DGetLicenseResult.h38 inline const License& GetLicense() const{ return m_license; } in GetLicense()
43 inline void SetLicense(const License& value) { m_license = value; } in SetLicense()
48 inline void SetLicense(License&& value) { m_license = std::move(value); } in SetLicense()
62 License m_license;
/dports/astro/marble/marble-21.12.3/src/lib/marble/geodata/scene/
H A DGeoSceneHead.cpp25 m_license(new GeoSceneLicense), in GeoSceneHeadPrivate()
39 delete m_license; in ~GeoSceneHeadPrivate()
44 GeoSceneLicense* m_license; member in Marble::GeoSceneHeadPrivate
157 return d->m_license; in license()
162 return d->m_license; in license()
/dports/x11-toolkits/kf5-kxmlgui/kxmlgui-5.89.0/src/
H A Dkaboutapplicationcomponentmodel_p.h51 , m_license() in KAboutApplicationComponentProfile()
60 , m_license(license) in KAboutApplicationComponentProfile()
82 return m_license; in license()
90 KAboutLicense m_license; variable
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-mediaconvert/include/aws/mediaconvert/model/
H A DNexGuardFileMarkerSettings.h48 inline const Aws::String& GetLicense() const{ return m_license; } in GetLicense()
62 …inline void SetLicense(const Aws::String& value) { m_licenseHasBeenSet = true; m_license = value; } in SetLicense()
69 …inline void SetLicense(Aws::String&& value) { m_licenseHasBeenSet = true; m_license = std::move(va… in SetLicense()
76 … inline void SetLicense(const char* value) { m_licenseHasBeenSet = true; m_license.assign(value); } in SetLicense()
266 Aws::String m_license;
/dports/games/supertux2/SuperTux-v0.6.3-Source/src/supertux/menu/
H A Deditor_level_menu.cpp36 add_textfield(_("License"), &(level->m_license)); in EditorLevelMenu()
76 if (!level->m_name.empty() && !level->m_author.empty() && !level->m_license.empty()) in on_back_action()
89 else if (level->m_license.empty()) in on_back_action()
/dports/devel/kf5-ktexteditor/ktexteditor-5.89.0/src/script/
H A Dkatescript.h49 m_license = license; in setLicense()
53 return m_license; in license()
93 QString m_license; ///< the script's license, e.g. LGPL
/dports/x11-toolkits/kf5-attica/attica-5.89.0/src/
H A Dproject.cpp19 QString m_license; member in Project::Private
86 d->m_license = name; in setLicense()
91 return d->m_license; in license()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-mediaconvert/source/model/
H A DNexGuardFileMarkerSettings.cpp46 m_license = jsonValue.GetString("license"); in operator =()
81 payload.WithString("license", m_license); in Jsonize()
/dports/games/supertux2/SuperTux-v0.6.3-Source/src/supertux/
H A Dlevel.hpp66 std::string get_license() const { return m_license; } in get_license()
77 std::string m_license; member in Level
H A Dlevel.cpp41 m_license(), in Level()
135 if (!m_license.empty()) { in save()
136 writer.write("license", m_license, false); in save()
H A Dlevel_parser.cpp167 level.get("license", m_level.m_license); in load()
180 if (m_level.m_license.empty()) { in load()
208 m_level.m_license = "CC-BY-SA 4.0 International"; in create()
/dports/games/supertux2/SuperTux-v0.6.3-Source/src/addon/
H A Daddon.hpp46 std::string m_license; member in Addon
68 std::string get_license() const { return m_license; } in get_license()
H A Daddon.cpp90 mapping.get("license", addon->m_license); in parse()
136 m_license(), in Addon()
/dports/sysutils/u-boot-utilite/u-boot-2015.07/tools/
H A Dmicrocode-tool62 m_license = re_license.match(line)
69 elif m_license:
70 license_text.append(m_license.group(1))
H A Dmicrocode-tool.py62 m_license = re_license.match(line)
69 elif m_license:
70 license_text.append(m_license.group(1))
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot/tools/
H A Dmicrocode-tool61 m_license = re_license.match(line)
68 elif m_license:
69 license_text.append(m_license.group(1))
H A Dmicrocode-tool.py61 m_license = re_license.match(line)
68 elif m_license:
69 license_text.append(m_license.group(1))
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot/tools/
H A Dmicrocode-tool.py61 m_license = re_license.match(line)
68 elif m_license:
69 license_text.append(m_license.group(1))
H A Dmicrocode-tool61 m_license = re_license.match(line)
68 elif m_license:
69 license_text.append(m_license.group(1))
/dports/sysutils/u-boot-olimex-a20-som-evb/u-boot-2021.07/tools/
H A Dmicrocode-tool.py61 m_license = re_license.match(line)
68 elif m_license:
69 license_text.append(m_license.group(1))
H A Dmicrocode-tool61 m_license = re_license.match(line)
68 elif m_license:
69 license_text.append(m_license.group(1))
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/tools/
H A Dmicrocode-tool61 m_license = re_license.match(line)
68 elif m_license:
69 license_text.append(m_license.group(1))
H A Dmicrocode-tool.py61 m_license = re_license.match(line)
68 elif m_license:
69 license_text.append(m_license.group(1))

1234567