Home
last modified time | relevance | path

Searched refs:GetOption (Results 1 – 25 of 1672) sorted by relevance

12345678910>>...67

/dports/devel/cmake-gui/cmake-3.22.1/Source/CPack/
H A DcmCPackCygwinSourceGenerator.cxx67 if (!this->GetOption("CPACK_CYGWIN_PATCH_FILE")) { in PackageFiles()
73 this->GetOption("CPACK_CYGWIN_PATCH_FILE"), in PackageFiles()
74 this->GetOption("CPACK_TOPLEVEL_DIRECTORY"))) { in PackageFiles()
81 if (!this->GetOption("CPACK_CYGWIN_BUILD_SCRIPT")) { in PackageFiles()
88 this->GetOption("CPACK_CYGWIN_BUILD_SCRIPT"), in PackageFiles()
89 this->GetOption("CPACK_TOPLEVEL_DIRECTORY"))) { in PackageFiles()
97 cmStrCat(this->GetOption("CPACK_TEMPORARY_DIRECTORY"), '-'); in PackageFiles()
98 cmValue patch = this->GetOption("CPACK_CYGWIN_PATCH_NUMBER"); in PackageFiles()
112 this->GetOption("CPACK_CYGWIN_BUILD_SCRIPT"))); in PackageFiles()
116 this->GetOption("CPACK_CYGWIN_PATCH_FILE"))); in PackageFiles()
[all …]
H A DcmCPackBundleGenerator.cxx19 cmValue name = this->GetOption("CPACK_BUNDLE_NAME"); in InitializeInternal()
28 if (this->GetOption("CPACK_BUNDLE_APPLE_CERT_APP")) { in InitializeInternal()
55 cmValue cpack_bundle_name = this->GetOption("CPACK_BUNDLE_NAME"); in ConstructBundle()
63 cmValue cpack_bundle_plist = this->GetOption("CPACK_BUNDLE_PLIST"); in ConstructBundle()
71 cmValue cpack_bundle_icon = this->GetOption("CPACK_BUNDLE_ICON"); in ConstructBundle()
81 this->GetOption("CPACK_BUNDLE_STARTUP_COMMAND"); in ConstructBundle()
177 this->GetOption("CPACK_BUNDLE_APPLE_CERT_APP"); in SignBundle()
188 this->GetOption("CPACK_BUNDLE_APPLE_CODESIGN_PARAMETER") in SignBundle()
189 ? *this->GetOption("CPACK_BUNDLE_APPLE_CODESIGN_PARAMETER") in SignBundle()
235 temp_codesign_cmd << this->GetOption("CPACK_COMMAND_CODESIGN"); in SignBundle()
[all …]
H A DcmCPackDebGenerator.cxx530 if (cmIsOff(this->GetOption("CPACK_SET_DESTDIR"))) { in InitializeInternal()
696 this->GetOption(output_var))); in createDebPackages()
825 this->GetOption("CPACK_TOPLEVEL_DIRECTORY"), in createDeb()
826 this->GetOption("CPACK_TEMPORARY_DIRECTORY"), in createDeb()
828 this->GetOption("CPACK_THREADS"), in createDeb()
879 this->GetOption("GEN_DBGSYMDIR"), in createDbgsymDDeb()
880 this->GetOption("CPACK_TOPLEVEL_DIRECTORY"), in createDbgsymDDeb()
881 this->GetOption("CPACK_TEMPORARY_DIRECTORY"), in createDbgsymDDeb()
883 this->GetOption("CPACK_THREADS"), in createDbgsymDDeb()
911 if (nullptr != this->GetOption(groupVar)) { in GetComponentInstallDirNameSuffix()
[all …]
H A DcmCPackPackageMakerGenerator.cxx50 this->GetOption("CPACK_TEMPORARY_DIRECTORY"); in PackageFiles()
83 cmValue preflight = this->GetOption("CPACK_PREFLIGHT_SCRIPT"); in PackageFiles()
84 cmValue postflight = this->GetOption("CPACK_POSTFLIGHT_SCRIPT"); in PackageFiles()
85 cmValue postupgrade = this->GetOption("CPACK_POSTUPGRADE_SCRIPT"); in PackageFiles()
259 pkgCmd << "\"" << this->GetOption("CPACK_INSTALLER_PROGRAM") in PackageFiles()
269 << this->GetOption("CPACK_TOPLEVEL_DIRECTORY") in PackageFiles()
271 << this->GetOption("CPACK_TOPLEVEL_DIRECTORY") in PackageFiles()
440 } else if (this->GetOption("CPACK_DOWNLOAD_SITE")) { in InitializeInternal()
443 } else if (this->GetOption("CPACK_COMPONENTS_ALL")) { in InitializeInternal()
523 cmStrCat(this->GetOption("CPACK_TOPLEVEL_DIRECTORY"), '/', in GenerateComponentPackage()
[all …]
H A DcmCPackGenerator.cxx86 tempDirectory += *this->GetOption("CPACK_GENERATOR"); in PrepareNames()
102 cmValue pdir = this->GetOption("CPACK_PACKAGE_DIRECTORY"); in PrepareNames()
158 if (!this->GetOption("CPACK_PACKAGE_DESCRIPTION")) { in PrepareNames()
187 this->GetOption("CPACK_TEMPORARY_INSTALL_DIRECTORY"); in InstallProject()
501 if (this->GetOption("CPACK_INSTALL_PREFIX")) { in InstallProjectViaInstallScript()
793 if (this->GetOption("CPACK_INSTALL_PREFIX")) { in InstallCMakeProject()
794 dir += *this->GetOption("CPACK_INSTALL_PREFIX"); in InstallCMakeProject()
864 if (!cmIsOff(this->GetOption("CPACK_STRIP_FILES"))) { in InstallCMakeProject()
1241 return cmIsOn(this->GetOption(name)); in IsOn()
1493 cmValue dispName = this->GetOption(dispVar); in GetComponentPackageFileName()
[all …]
/dports/devel/cmake-doc/cmake-3.22.1/Source/CPack/
H A DcmCPackCygwinSourceGenerator.cxx67 if (!this->GetOption("CPACK_CYGWIN_PATCH_FILE")) { in PackageFiles()
73 this->GetOption("CPACK_CYGWIN_PATCH_FILE"), in PackageFiles()
74 this->GetOption("CPACK_TOPLEVEL_DIRECTORY"))) { in PackageFiles()
81 if (!this->GetOption("CPACK_CYGWIN_BUILD_SCRIPT")) { in PackageFiles()
88 this->GetOption("CPACK_CYGWIN_BUILD_SCRIPT"), in PackageFiles()
89 this->GetOption("CPACK_TOPLEVEL_DIRECTORY"))) { in PackageFiles()
97 cmStrCat(this->GetOption("CPACK_TEMPORARY_DIRECTORY"), '-'); in PackageFiles()
98 cmValue patch = this->GetOption("CPACK_CYGWIN_PATCH_NUMBER"); in PackageFiles()
112 this->GetOption("CPACK_CYGWIN_BUILD_SCRIPT"))); in PackageFiles()
116 this->GetOption("CPACK_CYGWIN_PATCH_FILE"))); in PackageFiles()
[all …]
H A DcmCPackBundleGenerator.cxx19 cmValue name = this->GetOption("CPACK_BUNDLE_NAME"); in InitializeInternal()
28 if (this->GetOption("CPACK_BUNDLE_APPLE_CERT_APP")) { in InitializeInternal()
55 cmValue cpack_bundle_name = this->GetOption("CPACK_BUNDLE_NAME"); in ConstructBundle()
63 cmValue cpack_bundle_plist = this->GetOption("CPACK_BUNDLE_PLIST"); in ConstructBundle()
71 cmValue cpack_bundle_icon = this->GetOption("CPACK_BUNDLE_ICON"); in ConstructBundle()
81 this->GetOption("CPACK_BUNDLE_STARTUP_COMMAND"); in ConstructBundle()
177 this->GetOption("CPACK_BUNDLE_APPLE_CERT_APP"); in SignBundle()
188 this->GetOption("CPACK_BUNDLE_APPLE_CODESIGN_PARAMETER") in SignBundle()
189 ? *this->GetOption("CPACK_BUNDLE_APPLE_CODESIGN_PARAMETER") in SignBundle()
235 temp_codesign_cmd << this->GetOption("CPACK_COMMAND_CODESIGN"); in SignBundle()
[all …]
H A DcmCPackDebGenerator.cxx530 if (cmIsOff(this->GetOption("CPACK_SET_DESTDIR"))) { in InitializeInternal()
696 this->GetOption(output_var))); in createDebPackages()
825 this->GetOption("CPACK_TOPLEVEL_DIRECTORY"), in createDeb()
826 this->GetOption("CPACK_TEMPORARY_DIRECTORY"), in createDeb()
828 this->GetOption("CPACK_THREADS"), in createDeb()
879 this->GetOption("GEN_DBGSYMDIR"), in createDbgsymDDeb()
880 this->GetOption("CPACK_TOPLEVEL_DIRECTORY"), in createDbgsymDDeb()
881 this->GetOption("CPACK_TEMPORARY_DIRECTORY"), in createDbgsymDDeb()
883 this->GetOption("CPACK_THREADS"), in createDbgsymDDeb()
911 if (nullptr != this->GetOption(groupVar)) { in GetComponentInstallDirNameSuffix()
[all …]
H A DcmCPackPackageMakerGenerator.cxx50 this->GetOption("CPACK_TEMPORARY_DIRECTORY"); in PackageFiles()
83 cmValue preflight = this->GetOption("CPACK_PREFLIGHT_SCRIPT"); in PackageFiles()
84 cmValue postflight = this->GetOption("CPACK_POSTFLIGHT_SCRIPT"); in PackageFiles()
85 cmValue postupgrade = this->GetOption("CPACK_POSTUPGRADE_SCRIPT"); in PackageFiles()
259 pkgCmd << "\"" << this->GetOption("CPACK_INSTALLER_PROGRAM") in PackageFiles()
269 << this->GetOption("CPACK_TOPLEVEL_DIRECTORY") in PackageFiles()
271 << this->GetOption("CPACK_TOPLEVEL_DIRECTORY") in PackageFiles()
440 } else if (this->GetOption("CPACK_DOWNLOAD_SITE")) { in InitializeInternal()
443 } else if (this->GetOption("CPACK_COMPONENTS_ALL")) { in InitializeInternal()
523 cmStrCat(this->GetOption("CPACK_TOPLEVEL_DIRECTORY"), '/', in GenerateComponentPackage()
[all …]
H A DcmCPackGenerator.cxx86 tempDirectory += *this->GetOption("CPACK_GENERATOR"); in PrepareNames()
102 cmValue pdir = this->GetOption("CPACK_PACKAGE_DIRECTORY"); in PrepareNames()
158 if (!this->GetOption("CPACK_PACKAGE_DESCRIPTION")) { in PrepareNames()
187 this->GetOption("CPACK_TEMPORARY_INSTALL_DIRECTORY"); in InstallProject()
501 if (this->GetOption("CPACK_INSTALL_PREFIX")) { in InstallProjectViaInstallScript()
793 if (this->GetOption("CPACK_INSTALL_PREFIX")) { in InstallCMakeProject()
794 dir += *this->GetOption("CPACK_INSTALL_PREFIX"); in InstallCMakeProject()
864 if (!cmIsOff(this->GetOption("CPACK_STRIP_FILES"))) { in InstallCMakeProject()
1241 return cmIsOn(this->GetOption(name)); in IsOn()
1493 cmValue dispName = this->GetOption(dispVar); in GetComponentPackageFileName()
[all …]
/dports/devel/cmake/cmake-3.22.1/Source/CPack/
H A DcmCPackCygwinSourceGenerator.cxx67 if (!this->GetOption("CPACK_CYGWIN_PATCH_FILE")) { in PackageFiles()
73 this->GetOption("CPACK_CYGWIN_PATCH_FILE"), in PackageFiles()
74 this->GetOption("CPACK_TOPLEVEL_DIRECTORY"))) { in PackageFiles()
81 if (!this->GetOption("CPACK_CYGWIN_BUILD_SCRIPT")) { in PackageFiles()
88 this->GetOption("CPACK_CYGWIN_BUILD_SCRIPT"), in PackageFiles()
89 this->GetOption("CPACK_TOPLEVEL_DIRECTORY"))) { in PackageFiles()
97 cmStrCat(this->GetOption("CPACK_TEMPORARY_DIRECTORY"), '-'); in PackageFiles()
98 cmValue patch = this->GetOption("CPACK_CYGWIN_PATCH_NUMBER"); in PackageFiles()
112 this->GetOption("CPACK_CYGWIN_BUILD_SCRIPT"))); in PackageFiles()
116 this->GetOption("CPACK_CYGWIN_PATCH_FILE"))); in PackageFiles()
[all …]
H A DcmCPackBundleGenerator.cxx19 cmValue name = this->GetOption("CPACK_BUNDLE_NAME"); in InitializeInternal()
28 if (this->GetOption("CPACK_BUNDLE_APPLE_CERT_APP")) { in InitializeInternal()
55 cmValue cpack_bundle_name = this->GetOption("CPACK_BUNDLE_NAME"); in ConstructBundle()
63 cmValue cpack_bundle_plist = this->GetOption("CPACK_BUNDLE_PLIST"); in ConstructBundle()
71 cmValue cpack_bundle_icon = this->GetOption("CPACK_BUNDLE_ICON"); in ConstructBundle()
81 this->GetOption("CPACK_BUNDLE_STARTUP_COMMAND"); in ConstructBundle()
177 this->GetOption("CPACK_BUNDLE_APPLE_CERT_APP"); in SignBundle()
188 this->GetOption("CPACK_BUNDLE_APPLE_CODESIGN_PARAMETER") in SignBundle()
189 ? *this->GetOption("CPACK_BUNDLE_APPLE_CODESIGN_PARAMETER") in SignBundle()
235 temp_codesign_cmd << this->GetOption("CPACK_COMMAND_CODESIGN"); in SignBundle()
[all …]
H A DcmCPackDebGenerator.cxx530 if (cmIsOff(this->GetOption("CPACK_SET_DESTDIR"))) { in InitializeInternal()
696 this->GetOption(output_var))); in createDebPackages()
825 this->GetOption("CPACK_TOPLEVEL_DIRECTORY"), in createDeb()
826 this->GetOption("CPACK_TEMPORARY_DIRECTORY"), in createDeb()
828 this->GetOption("CPACK_THREADS"), in createDeb()
879 this->GetOption("GEN_DBGSYMDIR"), in createDbgsymDDeb()
880 this->GetOption("CPACK_TOPLEVEL_DIRECTORY"), in createDbgsymDDeb()
881 this->GetOption("CPACK_TEMPORARY_DIRECTORY"), in createDbgsymDDeb()
883 this->GetOption("CPACK_THREADS"), in createDbgsymDDeb()
911 if (nullptr != this->GetOption(groupVar)) { in GetComponentInstallDirNameSuffix()
[all …]
H A DcmCPackPackageMakerGenerator.cxx50 this->GetOption("CPACK_TEMPORARY_DIRECTORY"); in PackageFiles()
83 cmValue preflight = this->GetOption("CPACK_PREFLIGHT_SCRIPT"); in PackageFiles()
84 cmValue postflight = this->GetOption("CPACK_POSTFLIGHT_SCRIPT"); in PackageFiles()
85 cmValue postupgrade = this->GetOption("CPACK_POSTUPGRADE_SCRIPT"); in PackageFiles()
259 pkgCmd << "\"" << this->GetOption("CPACK_INSTALLER_PROGRAM") in PackageFiles()
269 << this->GetOption("CPACK_TOPLEVEL_DIRECTORY") in PackageFiles()
271 << this->GetOption("CPACK_TOPLEVEL_DIRECTORY") in PackageFiles()
440 } else if (this->GetOption("CPACK_DOWNLOAD_SITE")) { in InitializeInternal()
443 } else if (this->GetOption("CPACK_COMPONENTS_ALL")) { in InitializeInternal()
523 cmStrCat(this->GetOption("CPACK_TOPLEVEL_DIRECTORY"), '/', in GenerateComponentPackage()
[all …]
H A DcmCPackGenerator.cxx86 tempDirectory += *this->GetOption("CPACK_GENERATOR"); in PrepareNames()
102 cmValue pdir = this->GetOption("CPACK_PACKAGE_DIRECTORY"); in PrepareNames()
158 if (!this->GetOption("CPACK_PACKAGE_DESCRIPTION")) { in PrepareNames()
187 this->GetOption("CPACK_TEMPORARY_INSTALL_DIRECTORY"); in InstallProject()
501 if (this->GetOption("CPACK_INSTALL_PREFIX")) { in InstallProjectViaInstallScript()
793 if (this->GetOption("CPACK_INSTALL_PREFIX")) { in InstallCMakeProject()
794 dir += *this->GetOption("CPACK_INSTALL_PREFIX"); in InstallCMakeProject()
864 if (!cmIsOff(this->GetOption("CPACK_STRIP_FILES"))) { in InstallCMakeProject()
1241 return cmIsOn(this->GetOption(name)); in IsOn()
1493 cmValue dispName = this->GetOption(dispVar); in GetComponentPackageFileName()
[all …]
/dports/security/i2pd/i2pd-2.40.0/daemon/
H A DDaemon.cpp62 i2p::config::GetOption("service", service); in IsService()
95 i2p::config::GetOption("daemon", isDaemon); in init()
143 bool aesni; i2p::config::GetOption("cpuext.aesni", aesni); in init()
144 bool avx; i2p::config::GetOption("cpuext.avx", avx); in init()
148 int netID; i2p::config::GetOption("netid", netID); in init()
152 bool ipv6; i2p::config::GetOption("ipv6", ipv6); in init()
153 bool ipv4; i2p::config::GetOption("ipv4", ipv4); in init()
204 uint16_t port; i2p::config::GetOption("port", port); in init()
366 bool upnp; i2p::config::GetOption("upnp.enabled", upnp); in start()
380 bool ssu; i2p::config::GetOption("ssu", ssu); in start()
[all …]
/dports/www/otrs/otrs-rel-6_0_29/Kernel/System/Console/Command/Dev/UnitTest/
H A DRun.pm129 if ( $Self->GetOption('submit-result-as-exit-code') && !$Self->GetOption('submit-url') ) {
148 Tests => $Self->GetOption('test'),
150 JobID => $Self->GetOption('job-id'),
151 Scenario => $Self->GetOption('scenario'),
152 SubmitURL => $Self->GetOption('submit-url'),
153 SubmitAuth => $Self->GetOption('submit-auth'),
155 Verbose => $Self->GetOption('verbose'),
156 DataDiffType => $Self->GetOption('data-diff-type'),
157 AttachmentPath => $Self->GetOption('attachment-path'),
158 PostTestScripts => $Self->GetOption('post-test-script'),
[all …]
/dports/devel/cmake-gui/cmake-3.22.1/Source/CPack/IFW/
H A DcmCPackIFWInstaller.cxx38 this->GetOption("CPACK_IFW_PACKAGE_NAME")) { in ConfigureFromOptions()
48 this->GetOption("CPACK_IFW_PACKAGE_TITLE")) { in ConfigureFromOptions()
58 if (cmValue option = this->GetOption("CPACK_PACKAGE_VERSION")) { in ConfigureFromOptions()
66 this->GetOption("CPACK_IFW_PACKAGE_PUBLISHER")) { in ConfigureFromOptions()
69 this->GetOption("CPACK_PACKAGE_VENDOR")) { in ConfigureFromOptions()
74 if (cmValue option = this->GetOption("CPACK_IFW_PRODUCT_URL")) { in ConfigureFromOptions()
79 if (cmValue option = this->GetOption("CPACK_IFW_PACKAGE_ICON")) { in ConfigureFromOptions()
221 this->GetOption("CPACK_IFW_TARGET_DIRECTORY")) { in ConfigureFromOptions()
268 this->GetOption("CPACK_IFW_PACKAGE_CONTROL_SCRIPT")) { in ConfigureFromOptions()
274 this->GetOption("CPACK_IFW_PACKAGE_RESOURCES")) { in ConfigureFromOptions()
[all …]
/dports/devel/cmake-doc/cmake-3.22.1/Source/CPack/IFW/
H A DcmCPackIFWInstaller.cxx38 this->GetOption("CPACK_IFW_PACKAGE_NAME")) { in ConfigureFromOptions()
48 this->GetOption("CPACK_IFW_PACKAGE_TITLE")) { in ConfigureFromOptions()
58 if (cmValue option = this->GetOption("CPACK_PACKAGE_VERSION")) { in ConfigureFromOptions()
66 this->GetOption("CPACK_IFW_PACKAGE_PUBLISHER")) { in ConfigureFromOptions()
69 this->GetOption("CPACK_PACKAGE_VENDOR")) { in ConfigureFromOptions()
74 if (cmValue option = this->GetOption("CPACK_IFW_PRODUCT_URL")) { in ConfigureFromOptions()
79 if (cmValue option = this->GetOption("CPACK_IFW_PACKAGE_ICON")) { in ConfigureFromOptions()
221 this->GetOption("CPACK_IFW_TARGET_DIRECTORY")) { in ConfigureFromOptions()
268 this->GetOption("CPACK_IFW_PACKAGE_CONTROL_SCRIPT")) { in ConfigureFromOptions()
274 this->GetOption("CPACK_IFW_PACKAGE_RESOURCES")) { in ConfigureFromOptions()
[all …]
/dports/devel/cmake/cmake-3.22.1/Source/CPack/IFW/
H A DcmCPackIFWInstaller.cxx38 this->GetOption("CPACK_IFW_PACKAGE_NAME")) { in ConfigureFromOptions()
48 this->GetOption("CPACK_IFW_PACKAGE_TITLE")) { in ConfigureFromOptions()
58 if (cmValue option = this->GetOption("CPACK_PACKAGE_VERSION")) { in ConfigureFromOptions()
66 this->GetOption("CPACK_IFW_PACKAGE_PUBLISHER")) { in ConfigureFromOptions()
69 this->GetOption("CPACK_PACKAGE_VENDOR")) { in ConfigureFromOptions()
74 if (cmValue option = this->GetOption("CPACK_IFW_PRODUCT_URL")) { in ConfigureFromOptions()
79 if (cmValue option = this->GetOption("CPACK_IFW_PACKAGE_ICON")) { in ConfigureFromOptions()
221 this->GetOption("CPACK_IFW_TARGET_DIRECTORY")) { in ConfigureFromOptions()
268 this->GetOption("CPACK_IFW_PACKAGE_CONTROL_SCRIPT")) { in ConfigureFromOptions()
274 this->GetOption("CPACK_IFW_PACKAGE_RESOURCES")) { in ConfigureFromOptions()
[all …]
/dports/astro/opencpn/OpenCPN-5.2.4/src/
H A Dogrs57datasource.cpp191 if( GetOption(S57O_UPDATES) != NULL ) in Open()
196 if( GetOption(S57O_SPLIT_MULTIPOINT) != NULL ) in Open()
201 if( GetOption(S57O_ADD_SOUNDG_DEPTH) != NULL ) in Open()
211 if( GetOption(S57O_RETURN_PRIMITIVES) != NULL ) in Open()
216 if( GetOption(S57O_RETURN_LINKAGES) != NULL ) in Open()
259 if( GetOption( S57O_RETURN_PRIMITIVES ) != NULL ) in Open()
431 if( GetOption(S57O_UPDATES) != NULL ) in OpenMin()
436 if( GetOption(S57O_SPLIT_MULTIPOINT) != NULL ) in OpenMin()
441 if( GetOption(S57O_ADD_SOUNDG_DEPTH) != NULL ) in OpenMin()
451 if( GetOption(S57O_RETURN_PRIMITIVES) != NULL ) in OpenMin()
[all …]
/dports/games/powder-toy/The-Powder-Toy-95.0/
H A DSConscript87 if GetOption('win'):
89 elif GetOption('lin'):
101 if GetOption('msvc'):
264 if not GetOption('nolua') and not GetOption('renderer') and not GetOption('font'):
332 useCurl = not GetOption('nohttp') and not GetOption('renderer')
499 if not GetOption('nofft') and not GetOption('renderer'):
501 if not GetOption('nolua') and not GetOption('renderer') and not GetOption('font'):
503 if GetOption('nohttp') or GetOption('renderer'):
506 if GetOption('opengl') or GetOption('opengl-renderer'):
552 if not GetOption('nolua') and not GetOption('renderer') and not GetOption('font'):
[all …]
/dports/math/gambit/gambit-16.0.1/src/labenski/include/wx/wxthings/
H A Doptvalue.h107 bool GetOption(const wxString& name, wxString &value ) const;
108 bool GetOption(const wxString& name, int *value ) const;
109 bool GetOption(const wxString& name, float *value ) const;
110 bool GetOption(const wxString& name, double *value ) const;
123 bool GetOption(const wxString& name, int *value, int count,
133 bool GetOption(const wxString& name, int *v1, int *v2,
141 bool GetOption(const wxString& name, wxPoint &value,
143 { return GetOption(name, &value.x, &value.y, delims); }
144 bool GetOption(const wxString& name, wxSize &value,
146 { return GetOption(name, &value.x, &value.y, delims); }
[all …]
/dports/www/otrs/otrs-rel-6_0_29/Kernel/System/Console/Command/Maint/Stats/
H A DGenerate.pm134 $Self->{StatNumber} = $Self->GetOption('number');
141 if ( !$Self->GetOption('target-directory') && !$Self->GetOption('mail-recipient') ) {
147 $Self->{Params} = $Self->GetOption('params');
148 $Self->{MailBody} = $Self->GetOption('mail-body') || '';
173 if ( $Self->GetOption('language') ) {
174 $Self->{Language} = $Self->GetOption('language');
248 my $TimeZone = $Self->GetOption('timezone');
270 if ( $Self->GetOption('with-header') ) {
290 if ( $Self->GetOption('target-filename') ) {
319 if ( $Self->GetOption('target-filename') ) {
[all …]
/dports/math/gambit/gambit-16.0.1/src/labenski/src/
H A Doptvalue.cpp409 return wxAtoi(GetOption(name)); in GetOptionInt()
414 wxString s = GetOption(name); in GetOption()
421 if (GetOption(name).ToLong(&n)) in GetOption()
431 if (GetOption(name, &n)) in GetOption()
441 if (GetOption(name).ToDouble(&n)) in GetOption()
451 wxString n = GetOption(name); in GetOption()
464 wxString value = GetOption(name); in GetOption()
512 if (GetOption(name, nums, count, delims)) in GetOption()
524 wxString optValue = GetOption(name); in GetOption()
557 if (GetOption(name, intArr, 2, delims) != 2) in GetOption()
[all …]

12345678910>>...67