Home
last modified time | relevance | path

Searched refs:GetOption (Results 51 – 75 of 1928) sorted by relevance

12345678910>>...78

/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/utils/test/
H A DTestUrlOptions.cpp50 EXPECT_TRUE(urlOptions.GetOption(keyChar, variantValue)); in TEST()
58 EXPECT_TRUE(urlOptions.GetOption(keyString, variantValue)); in TEST()
66 EXPECT_TRUE(urlOptions.GetOption(keyEmpty, variantValue)); in TEST()
74 EXPECT_TRUE(urlOptions.GetOption(keyInt, variantValue)); in TEST()
82 EXPECT_TRUE(urlOptions.GetOption(keyFloat, variantValue)); in TEST()
90 EXPECT_TRUE(urlOptions.GetOption(keyDouble, variantValue)); in TEST()
98 EXPECT_TRUE(urlOptions.GetOption(keyBool, variantValue)); in TEST()
111 EXPECT_TRUE(urlOptions.GetOption("foo", value)); in TEST()
117 EXPECT_TRUE(urlOptions.GetOption("key", value)); in TEST()
127 EXPECT_TRUE(urlOptions.GetOption("foo", value)); in TEST()
[all …]
/dports/www/otrs/otrs-rel-6_0_29/Kernel/System/Console/Command/Admin/Article/
H A DStorageSwitch.pm91 Force => $Self->GetOption('force-pid'),
112 if ( $Self->GetOption('tickets-closed-before-date') ) {
115 TicketCloseTimeOlderDate => $Self->GetOption('tickets-closed-before-date'),
118 elsif ( $Self->GetOption('tickets-closed-before-days') ) {
119 my $Seconds = $Self->GetOption('tickets-closed-before-days') * 60 * 60 * 24;
150 my $Target = $Self->GetOption('target');
156 my $MicroSleep = $Self->GetOption('micro-sleep');
157 my $Tolerant = $Self->GetOption('tolerant');
/dports/devel/google-cloud-cpp117/google-cloud-cpp-1.17.0/google/cloud/storage/internal/
H A Dcurl_client.cc165 builder.AddOption(request.template GetOption<Fields>()); in CreateResumableSessionGeneric()
509 request.GetOption<Fields>().value().empty()) { in InsertObjectMedia()
516 if (!request.GetOption<DisableMD5Hash>().value() || in InsertObjectMedia()
1193 builder.AddOption(request.GetOption<ContentType>()); in InsertObjectMediaXml()
1229 builder.AddOption(request.GetOption<UserProject>()); in InsertObjectMediaXml()
1236 builder.AddOption(request.GetOption<CustomHeader>()); in InsertObjectMediaXml()
1237 builder.AddOption(request.GetOption<IfMatchEtag>()); in InsertObjectMediaXml()
1274 builder.AddOption(request.GetOption<Generation>()); in ReadObjectXml()
1287 builder.AddOption(request.GetOption<UserProject>()); in ReadObjectXml()
1293 builder.AddOption(request.GetOption<CustomHeader>()); in ReadObjectXml()
[all …]
/dports/devel/google-cloud-cpp/google-cloud-cpp-1.21.0/google/cloud/storage/internal/
H A Dcurl_client.cc180 builder.AddOption(request.template GetOption<Fields>()); in CreateResumableSessionGeneric()
515 request.GetOption<Fields>().value().empty()) { in InsertObjectMedia()
522 if (!request.GetOption<DisableMD5Hash>().value() || in InsertObjectMedia()
1198 builder.AddOption(request.GetOption<ContentType>()); in InsertObjectMediaXml()
1234 builder.AddOption(request.GetOption<UserProject>()); in InsertObjectMediaXml()
1241 builder.AddOption(request.GetOption<CustomHeader>()); in InsertObjectMediaXml()
1242 builder.AddOption(request.GetOption<IfMatchEtag>()); in InsertObjectMediaXml()
1278 builder.AddOption(request.GetOption<Generation>()); in ReadObjectXml()
1291 builder.AddOption(request.GetOption<UserProject>()); in ReadObjectXml()
1297 builder.AddOption(request.GetOption<CustomHeader>()); in ReadObjectXml()
[all …]
/dports/devel/cmake-doc/cmake-3.22.1/Source/CPack/
H A DcmCPackDragNDropGenerator.cxx103 this->GetOption("CPACK_RESOURCE_FILE_LICENSE"); in InitializeInternal()
267 this->GetOption("CPACK_DMG_VOLUME_NAME") in CreateDMG()
268 ? *this->GetOption("CPACK_DMG_VOLUME_NAME") in CreateDMG()
269 : *this->GetOption("CPACK_PACKAGE_FILE_NAME"); in CreateDMG()
272 ? *this->GetOption("CPACK_DMG_FORMAT") in CreateDMG()
276 this->GetOption("CPACK_DMG_FILESYSTEM") in CreateDMG()
277 ? *this->GetOption("CPACK_DMG_FILESYSTEM") in CreateDMG()
282 *this->GetOption("CPACK_RESOURCE_FILE_LICENSE"); in CreateDMG()
285 this->GetOption("CPACK_DMG_BACKGROUND_IMAGE"); in CreateDMG()
709 cmValue _groupName = this->GetOption(groupVar); in GetComponentInstallDirNameSuffix()
[all …]
H A DcmCPackArchiveGenerator.cxx80 *this->GetOption("CPACK_ARCHIVE_" + componentUpper + "_FILE_NAME"); in GetArchiveComponentFileName()
83 this->GetOption("CPACK_ARCHIVE_FILE_NAME"), component, isGroupName); in GetArchiveComponentFileName()
86 this->GetOption("CPACK_PACKAGE_FILE_NAME"), component, isGroupName); in GetArchiveComponentFileName()
106 std::string localToplevel(this->GetOption("CPACK_TEMPORARY_DIRECTORY")); in addOneComponentToArchive()
119 filePrefix = cmStrCat(this->GetOption("CPACK_PACKAGE_FILE_NAME"), '/'); in addOneComponentToArchive()
121 cmValue installPrefix = this->GetOption("CPACK_PACKAGING_INSTALL_PREFIX"); in addOneComponentToArchive()
212 this->GetOption("CPACK_TEMPORARY_DIRECTORY")); in PackageComponents()
260 this->packageFileNames[0] += *this->GetOption("CPACK_ARCHIVE_FILE_NAME"); in PackageComponentsAllInOne()
262 this->packageFileNames[0] += *this->GetOption("CPACK_PACKAGE_FILE_NAME"); in PackageComponentsAllInOne()
348 threads = std::stoi(this->GetOption("CPACK_ARCHIVE_THREADS")); in GetThreadCount()
[all …]
H A DcmCPackExternalGenerator.cxx33 std::string major = this->GetOption("CPACK_EXTERNAL_SELECTED_MAJOR"); in InitializeInternal()
64 cmValue packageScript = this->GetOption("CPACK_EXTERNAL_PACKAGE_SCRIPT"); in PackageFiles()
80 cmValue builtPackages = this->GetOption("CPACK_EXTERNAL_BUILT_PACKAGES"); in PackageFiles()
159 return !cmIsOff(this->GetOption("CPACK_EXTERNAL_ENABLE_STAGING")); in StagingEnabled()
184 cmValue packageName = this->Parent->GetOption("CPACK_PACKAGE_NAME"); in WriteToJSON()
195 this->Parent->GetOption("CPACK_PACKAGE_DESCRIPTION_FILE"); in WriteToJSON()
201 this->Parent->GetOption("CPACK_PACKAGE_DESCRIPTION_SUMMARY"); in WriteToJSON()
206 cmValue buildConfigCstr = this->Parent->GetOption("CPACK_BUILD_CONFIG"); in WriteToJSON()
212 this->Parent->GetOption("CPACK_INSTALL_DEFAULT_DIRECTORY_PERMISSIONS"); in WriteToJSON()
216 if (cmIsInternallyOn(this->Parent->GetOption("CPACK_SET_DESTDIR"))) { in WriteToJSON()
[all …]
/dports/devel/cmake-gui/cmake-3.22.1/Source/CPack/
H A DcmCPackDragNDropGenerator.cxx103 this->GetOption("CPACK_RESOURCE_FILE_LICENSE"); in InitializeInternal()
267 this->GetOption("CPACK_DMG_VOLUME_NAME") in CreateDMG()
268 ? *this->GetOption("CPACK_DMG_VOLUME_NAME") in CreateDMG()
269 : *this->GetOption("CPACK_PACKAGE_FILE_NAME"); in CreateDMG()
272 ? *this->GetOption("CPACK_DMG_FORMAT") in CreateDMG()
276 this->GetOption("CPACK_DMG_FILESYSTEM") in CreateDMG()
277 ? *this->GetOption("CPACK_DMG_FILESYSTEM") in CreateDMG()
282 *this->GetOption("CPACK_RESOURCE_FILE_LICENSE"); in CreateDMG()
285 this->GetOption("CPACK_DMG_BACKGROUND_IMAGE"); in CreateDMG()
709 cmValue _groupName = this->GetOption(groupVar); in GetComponentInstallDirNameSuffix()
[all …]
H A DcmCPackArchiveGenerator.cxx80 *this->GetOption("CPACK_ARCHIVE_" + componentUpper + "_FILE_NAME"); in GetArchiveComponentFileName()
83 this->GetOption("CPACK_ARCHIVE_FILE_NAME"), component, isGroupName); in GetArchiveComponentFileName()
86 this->GetOption("CPACK_PACKAGE_FILE_NAME"), component, isGroupName); in GetArchiveComponentFileName()
106 std::string localToplevel(this->GetOption("CPACK_TEMPORARY_DIRECTORY")); in addOneComponentToArchive()
119 filePrefix = cmStrCat(this->GetOption("CPACK_PACKAGE_FILE_NAME"), '/'); in addOneComponentToArchive()
121 cmValue installPrefix = this->GetOption("CPACK_PACKAGING_INSTALL_PREFIX"); in addOneComponentToArchive()
212 this->GetOption("CPACK_TEMPORARY_DIRECTORY")); in PackageComponents()
260 this->packageFileNames[0] += *this->GetOption("CPACK_ARCHIVE_FILE_NAME"); in PackageComponentsAllInOne()
262 this->packageFileNames[0] += *this->GetOption("CPACK_PACKAGE_FILE_NAME"); in PackageComponentsAllInOne()
348 threads = std::stoi(this->GetOption("CPACK_ARCHIVE_THREADS")); in GetThreadCount()
[all …]
H A DcmCPackExternalGenerator.cxx33 std::string major = this->GetOption("CPACK_EXTERNAL_SELECTED_MAJOR"); in InitializeInternal()
64 cmValue packageScript = this->GetOption("CPACK_EXTERNAL_PACKAGE_SCRIPT"); in PackageFiles()
80 cmValue builtPackages = this->GetOption("CPACK_EXTERNAL_BUILT_PACKAGES"); in PackageFiles()
159 return !cmIsOff(this->GetOption("CPACK_EXTERNAL_ENABLE_STAGING")); in StagingEnabled()
184 cmValue packageName = this->Parent->GetOption("CPACK_PACKAGE_NAME"); in WriteToJSON()
195 this->Parent->GetOption("CPACK_PACKAGE_DESCRIPTION_FILE"); in WriteToJSON()
201 this->Parent->GetOption("CPACK_PACKAGE_DESCRIPTION_SUMMARY"); in WriteToJSON()
206 cmValue buildConfigCstr = this->Parent->GetOption("CPACK_BUILD_CONFIG"); in WriteToJSON()
212 this->Parent->GetOption("CPACK_INSTALL_DEFAULT_DIRECTORY_PERMISSIONS"); in WriteToJSON()
216 if (cmIsInternallyOn(this->Parent->GetOption("CPACK_SET_DESTDIR"))) { in WriteToJSON()
[all …]
/dports/devel/cmake/cmake-3.22.1/Source/CPack/
H A DcmCPackDragNDropGenerator.cxx103 this->GetOption("CPACK_RESOURCE_FILE_LICENSE"); in InitializeInternal()
267 this->GetOption("CPACK_DMG_VOLUME_NAME") in CreateDMG()
268 ? *this->GetOption("CPACK_DMG_VOLUME_NAME") in CreateDMG()
269 : *this->GetOption("CPACK_PACKAGE_FILE_NAME"); in CreateDMG()
272 ? *this->GetOption("CPACK_DMG_FORMAT") in CreateDMG()
276 this->GetOption("CPACK_DMG_FILESYSTEM") in CreateDMG()
277 ? *this->GetOption("CPACK_DMG_FILESYSTEM") in CreateDMG()
282 *this->GetOption("CPACK_RESOURCE_FILE_LICENSE"); in CreateDMG()
285 this->GetOption("CPACK_DMG_BACKGROUND_IMAGE"); in CreateDMG()
709 cmValue _groupName = this->GetOption(groupVar); in GetComponentInstallDirNameSuffix()
[all …]
H A DcmCPackArchiveGenerator.cxx80 *this->GetOption("CPACK_ARCHIVE_" + componentUpper + "_FILE_NAME"); in GetArchiveComponentFileName()
83 this->GetOption("CPACK_ARCHIVE_FILE_NAME"), component, isGroupName); in GetArchiveComponentFileName()
86 this->GetOption("CPACK_PACKAGE_FILE_NAME"), component, isGroupName); in GetArchiveComponentFileName()
106 std::string localToplevel(this->GetOption("CPACK_TEMPORARY_DIRECTORY")); in addOneComponentToArchive()
119 filePrefix = cmStrCat(this->GetOption("CPACK_PACKAGE_FILE_NAME"), '/'); in addOneComponentToArchive()
121 cmValue installPrefix = this->GetOption("CPACK_PACKAGING_INSTALL_PREFIX"); in addOneComponentToArchive()
212 this->GetOption("CPACK_TEMPORARY_DIRECTORY")); in PackageComponents()
260 this->packageFileNames[0] += *this->GetOption("CPACK_ARCHIVE_FILE_NAME"); in PackageComponentsAllInOne()
262 this->packageFileNames[0] += *this->GetOption("CPACK_PACKAGE_FILE_NAME"); in PackageComponentsAllInOne()
348 threads = std::stoi(this->GetOption("CPACK_ARCHIVE_THREADS")); in GetThreadCount()
[all …]
H A DcmCPackExternalGenerator.cxx33 std::string major = this->GetOption("CPACK_EXTERNAL_SELECTED_MAJOR"); in InitializeInternal()
64 cmValue packageScript = this->GetOption("CPACK_EXTERNAL_PACKAGE_SCRIPT"); in PackageFiles()
80 cmValue builtPackages = this->GetOption("CPACK_EXTERNAL_BUILT_PACKAGES"); in PackageFiles()
159 return !cmIsOff(this->GetOption("CPACK_EXTERNAL_ENABLE_STAGING")); in StagingEnabled()
184 cmValue packageName = this->Parent->GetOption("CPACK_PACKAGE_NAME"); in WriteToJSON()
195 this->Parent->GetOption("CPACK_PACKAGE_DESCRIPTION_FILE"); in WriteToJSON()
201 this->Parent->GetOption("CPACK_PACKAGE_DESCRIPTION_SUMMARY"); in WriteToJSON()
206 cmValue buildConfigCstr = this->Parent->GetOption("CPACK_BUILD_CONFIG"); in WriteToJSON()
212 this->Parent->GetOption("CPACK_INSTALL_DEFAULT_DIRECTORY_PERMISSIONS"); in WriteToJSON()
216 if (cmIsInternallyOn(this->Parent->GetOption("CPACK_SET_DESTDIR"))) { in WriteToJSON()
[all …]
/dports/www/otrs/otrs-rel-6_0_29/Kernel/System/Console/Command/Dev/Tools/Database/
H A DRandomDataInsert.pm134 if ( !$Self->GetOption('generate-groups') ) {
138 @GroupIDs = GroupCreate( $Self->GetOption('generate-groups') );
143 if ( !$Self->GetOption('generate-users') ) {
152 if ( !$Self->GetOption('generate-queues') ) {
160 if ( $Self->GetOption('generate-customer-users') ) {
161 CustomerCreate( $Self->GetOption('generate-customer-users') );
165 if ( $Self->GetOption('generate-customer-companies') ) {
173 for ( 1 .. $Self->GetOption('generate-tickets') ) {
188 if ( $Self->GetOption('mark-tickets-as-seen') ) {
205 for ( 1 .. $Self->GetOption('articles-per-ticket') // 10 ) {
[all …]
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/openh264/src/test/api/
H A Ddecoder_ec_test.cpp155 decoder_->GetOption (DECODER_OPTION_ERROR_CON_IDC, &uiGet); in TEST_P()
160 decoder_->GetOption (DECODER_OPTION_ERROR_CON_IDC, &uiGet); in TEST_P()
236 decoder_->GetOption (DECODER_OPTION_ERROR_CON_IDC, &uiGet); in TEST_F()
245 decoder_->GetOption (DECODER_OPTION_ERROR_CON_IDC, &uiGet); in TEST_F()
256 decoder_->GetOption (DECODER_OPTION_ERROR_CON_IDC, &uiGet); in TEST_F()
277 decoder_->GetOption (DECODER_OPTION_ERROR_CON_IDC, &uiGet); in TEST_F()
290 decoder_->GetOption (DECODER_OPTION_ERROR_CON_IDC, &uiGet); in TEST_F()
295 decoder_->GetOption (DECODER_OPTION_ERROR_CON_IDC, &uiGet); in TEST_F()
310 decoder_->GetOption (DECODER_OPTION_ERROR_CON_IDC, &uiGet); in TEST_F()
315 decoder_->GetOption (DECODER_OPTION_ERROR_CON_IDC, &uiGet); in TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/openh264/src/test/api/
H A Ddecoder_ec_test.cpp155 decoder_->GetOption (DECODER_OPTION_ERROR_CON_IDC, &uiGet); in TEST_P()
160 decoder_->GetOption (DECODER_OPTION_ERROR_CON_IDC, &uiGet); in TEST_P()
236 decoder_->GetOption (DECODER_OPTION_ERROR_CON_IDC, &uiGet); in TEST_F()
245 decoder_->GetOption (DECODER_OPTION_ERROR_CON_IDC, &uiGet); in TEST_F()
256 decoder_->GetOption (DECODER_OPTION_ERROR_CON_IDC, &uiGet); in TEST_F()
277 decoder_->GetOption (DECODER_OPTION_ERROR_CON_IDC, &uiGet); in TEST_F()
290 decoder_->GetOption (DECODER_OPTION_ERROR_CON_IDC, &uiGet); in TEST_F()
295 decoder_->GetOption (DECODER_OPTION_ERROR_CON_IDC, &uiGet); in TEST_F()
310 decoder_->GetOption (DECODER_OPTION_ERROR_CON_IDC, &uiGet); in TEST_F()
315 decoder_->GetOption (DECODER_OPTION_ERROR_CON_IDC, &uiGet); in TEST_F()
[all …]
/dports/multimedia/openh264/openh264-2.1.1/test/api/
H A Ddecoder_ec_test.cpp155 decoder_->GetOption (DECODER_OPTION_ERROR_CON_IDC, &uiGet); in TEST_P()
160 decoder_->GetOption (DECODER_OPTION_ERROR_CON_IDC, &uiGet); in TEST_P()
236 decoder_->GetOption (DECODER_OPTION_ERROR_CON_IDC, &uiGet); in TEST_F()
245 decoder_->GetOption (DECODER_OPTION_ERROR_CON_IDC, &uiGet); in TEST_F()
256 decoder_->GetOption (DECODER_OPTION_ERROR_CON_IDC, &uiGet); in TEST_F()
277 decoder_->GetOption (DECODER_OPTION_ERROR_CON_IDC, &uiGet); in TEST_F()
290 decoder_->GetOption (DECODER_OPTION_ERROR_CON_IDC, &uiGet); in TEST_F()
295 decoder_->GetOption (DECODER_OPTION_ERROR_CON_IDC, &uiGet); in TEST_F()
310 decoder_->GetOption (DECODER_OPTION_ERROR_CON_IDC, &uiGet); in TEST_F()
315 decoder_->GetOption (DECODER_OPTION_ERROR_CON_IDC, &uiGet); in TEST_F()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.DirectoryServices/src/System/DirectoryServices/
H A DDirectoryEntryConfiguration.cs24 …ChasingOption)((UnsafeNativeMethods.IAdsObjectOptions)_entry.AdsObject).GetOption((int)AdsOptions.…
42 …SecurityMasks)((UnsafeNativeMethods.IAdsObjectOptions)_entry.AdsObject).GetOption((int)AdsOptions.…
57 …return (int)((UnsafeNativeMethods.IAdsObjectOptions)_entry.AdsObject).GetOption((int)AdsOptions.AD…
72 …return (int)((UnsafeNativeMethods.IAdsObjectOptions)_entry.AdsObject).GetOption((int)AdsOptions.AD…
84 …ncodingMethod)((UnsafeNativeMethods.IAdsObjectOptions)_entry.AdsObject).GetOption((int)AdsOptions.…
98 …return (string)((UnsafeNativeMethods.IAdsObjectOptions)_entry.AdsObject).GetOption((int)AdsOptions… in GetCurrentServerName()
105 …int val = (int)((UnsafeNativeMethods.IAdsObjectOptions)_entry.AdsObject).GetOption((int)AdsOptions… in IsMutuallyAuthenticated()
/dports/www/otrs/otrs-rel-6_0_29/Kernel/System/Console/Command/Admin/CustomerUser/
H A DAdd.pm79 UserLogin => $Self->GetOption('user-name'),
80 UserFirstname => $Self->GetOption('first-name'),
81 UserLastname => $Self->GetOption('last-name'),
82 UserCustomerID => $Self->GetOption('customer-id'),
83 UserPassword => $Self->GetOption('password'),
84 UserEmail => $Self->GetOption('email-address'),
/dports/www/otrs/otrs-rel-6_0_29/Kernel/System/Console/Command/Admin/CommunicationChannel/
H A DDrop.pm53 my $ChannelID = $Self->GetOption('channel-id');
54 my $ChannelName = $Self->GetOption('channel-name');
68 my $ChannelID = $Self->GetOption('channel-id');
69 my $ChannelName = $Self->GetOption('channel-name');
92 DropArticleData => $Self->GetOption('force'),
96 if ( !$Self->GetOption('force') ) {
/dports/www/otrs/otrs-rel-6_0_29/Kernel/System/Console/Command/Maint/Ticket/
H A DFulltextIndex.pm46 if ( !$Self->GetOption('status') && !$Self->GetOption('rebuild') ) {
51 if ( $Self->GetOption('status') && $Self->GetOption('rebuild') ) {
62 if ( $Self->GetOption('status') ) {
66 elsif ( $Self->GetOption('rebuild') ) {
/dports/security/i2pd/i2pd-2.40.0/libi2pd_client/
H A DClientContext.cpp62 bool sam; i2p::config::GetOption("sam.enabled", sam); in Start()
65 std::string samAddr; i2p::config::GetOption("sam.address", samAddr); in Start()
66 uint16_t samPort; i2p::config::GetOption("sam.port", samPort); in Start()
82 bool bob; i2p::config::GetOption("bob.enabled", bob); in Start()
84 std::string bobAddr; i2p::config::GetOption("bob.address", bobAddr); in Start()
85 uint16_t bobPort; i2p::config::GetOption("bob.port", bobPort); in Start()
100 bool i2cp; i2p::config::GetOption("i2cp.enabled", i2cp); in Start()
103 std::string i2cpAddr; i2p::config::GetOption("i2cp.address", i2cpAddr); in Start()
104 uint16_t i2cpPort; i2p::config::GetOption("i2cp.port", i2cpPort); in Start()
509 std::string tunConf; i2p::config::GetOption("tunconf", tunConf); in ReadTunnels()
[all …]
/dports/devel/cmake-gui/cmake-3.22.1/Source/CPack/IFW/
H A DcmCPackIFWGenerator.cxx38 std::string ifwTLD = this->GetOption("CPACK_TOPLEVEL_DIRECTORY"); in PackageFiles()
277 cmValue BinCreatorStr = this->GetOption(BinCreatorOpt); in InitializeInternal()
294 cmValue repoGen = this->GetOption(RepoGenOpt); in InitializeInternal()
333 if (cmValue site = this->GetOption("CPACK_DOWNLOAD_SITE")) { in InitializeInternal()
349 this->GetOption("CPACK_DOWNLOAD_ALL")) { in InitializeInternal()
365 std::string sysName(this->GetOption("CMAKE_SYSTEM_NAME")); in InitializeInternal()
378 this->GetOption("CPACK_IFW_PACKAGE_FILE_EXTENSION")) { in InitializeInternal()
512 this->GetOption("CPACK_IFW_PACKAGE_GROUP")) { in GetRootPackageName()
519 this->GetOption("CPACK_IFW_PACKAGE_NAME")) { in GetRootPackageName()
540 this->GetOption("CPACK_IFW_COMPONENT_GROUP_" + in GetGroupPackageName()
[all …]
/dports/devel/cmake/cmake-3.22.1/Source/CPack/IFW/
H A DcmCPackIFWGenerator.cxx38 std::string ifwTLD = this->GetOption("CPACK_TOPLEVEL_DIRECTORY"); in PackageFiles()
277 cmValue BinCreatorStr = this->GetOption(BinCreatorOpt); in InitializeInternal()
294 cmValue repoGen = this->GetOption(RepoGenOpt); in InitializeInternal()
333 if (cmValue site = this->GetOption("CPACK_DOWNLOAD_SITE")) { in InitializeInternal()
349 this->GetOption("CPACK_DOWNLOAD_ALL")) { in InitializeInternal()
365 std::string sysName(this->GetOption("CMAKE_SYSTEM_NAME")); in InitializeInternal()
378 this->GetOption("CPACK_IFW_PACKAGE_FILE_EXTENSION")) { in InitializeInternal()
512 this->GetOption("CPACK_IFW_PACKAGE_GROUP")) { in GetRootPackageName()
519 this->GetOption("CPACK_IFW_PACKAGE_NAME")) { in GetRootPackageName()
540 this->GetOption("CPACK_IFW_COMPONENT_GROUP_" + in GetGroupPackageName()
[all …]
/dports/devel/cmake-doc/cmake-3.22.1/Source/CPack/IFW/
H A DcmCPackIFWGenerator.cxx38 std::string ifwTLD = this->GetOption("CPACK_TOPLEVEL_DIRECTORY"); in PackageFiles()
277 cmValue BinCreatorStr = this->GetOption(BinCreatorOpt); in InitializeInternal()
294 cmValue repoGen = this->GetOption(RepoGenOpt); in InitializeInternal()
333 if (cmValue site = this->GetOption("CPACK_DOWNLOAD_SITE")) { in InitializeInternal()
349 this->GetOption("CPACK_DOWNLOAD_ALL")) { in InitializeInternal()
365 std::string sysName(this->GetOption("CMAKE_SYSTEM_NAME")); in InitializeInternal()
378 this->GetOption("CPACK_IFW_PACKAGE_FILE_EXTENSION")) { in InitializeInternal()
512 this->GetOption("CPACK_IFW_PACKAGE_GROUP")) { in GetRootPackageName()
519 this->GetOption("CPACK_IFW_PACKAGE_NAME")) { in GetRootPackageName()
540 this->GetOption("CPACK_IFW_COMPONENT_GROUP_" + in GetGroupPackageName()
[all …]

12345678910>>...78