Home
last modified time | relevance | path

Searched refs:boolToString (Results 1 – 25 of 107) sorted by relevance

12345

/dports/converters/wkhtmltopdf/qt-5db36ec/tools/qtestlib/wince/cetest/
H A Dcetcpsyncconnection.cpp83 inline QString boolToString(bool b) in boolToString() function
108 …+ " copyFileToDevice \"" + localSource + "\" \"" + deviceDest + "\" " + boolToString(failIfExists); in copyFileToDevice()
114 …" copyDirectoryToDevice \"" + localSource + "\" \"" + deviceDest + "\" " + boolToString(recursive); in copyDirectoryToDevice()
120 …" copyFileFromDevice \"" + deviceSource + "\" \"" + localDest + "\" " + boolToString(failIfExists); in copyFileFromDevice()
126 …copyDirectoryFromDevice \"" + deviceSource + "\" \"" + localDest + "\" " + boolToString(recursive); in copyDirectoryFromDevice()
132 …cpSyncProgram + " copyFile \"" + srcFile + "\" \"" + destFile + "\" " + boolToString(failIfExists); in copyFile()
139 …m + " copyDirectory \"" + srcDirectory + "\" \"" + destDirectory + "\" " + boolToString(recursive); in copyDirectory()
151 …Program + " deleteDirectory \"" + directory + "\" " + boolToString(recursive) + " " + boolToString in deleteDirectory()
166 …QString cmd = ceTcpSyncProgram + " createDirectory \"" + path + "\" " + boolToString(deleteBefore); in createDirectory()
/dports/security/lego/lego-4.5.3/vendor/github.com/nrdcg/freemyip/
H A Dclient.go66 Verbose: boolToString(c.verbose),
79 Verbose: boolToString(c.verbose),
93 Verbose: boolToString(c.verbose),
107 Verbose: boolToString(c.verbose),
162 func boolToString(v bool) string { func
/dports/net/traefik/traefik-2.6.1/vendor/github.com/nrdcg/freemyip/
H A Dclient.go66 Verbose: boolToString(c.verbose),
79 Verbose: boolToString(c.verbose),
93 Verbose: boolToString(c.verbose),
107 Verbose: boolToString(c.verbose),
162 func boolToString(v bool) string { func
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/prometheus/alertmanager/ui/app/src/Utils/
H A DFilter.elm60 [ ( "silenced", Maybe.withDefault False showSilenced |> boolToString |> Just )
61 , ( "inhibited", Maybe.withDefault False showInhibited |> boolToString |> Just )
62 , ( "active", Maybe.withDefault True showActive |> boolToString |> Just )
92 ++ [ ( "silenced", Maybe.withDefault False showSilenced |> boolToString |> Just )
93 , ( "inhibited", Maybe.withDefault False showInhibited |> boolToString |> Just )
94 , ( "active", Maybe.withDefault True showActive |> boolToString |> Just )
118 boolToString : Bool -> String
119 boolToString b = function
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/prometheus/alertmanager/ui/app/src/Utils/
H A DFilter.elm62 [ ( "silenced", Maybe.withDefault False showSilenced |> boolToString |> Just )
63 , ( "inhibited", Maybe.withDefault False showInhibited |> boolToString |> Just )
64 , ( "active", Maybe.withDefault True showActive |> boolToString |> Just )
96 ++ [ ( "silenced", Maybe.withDefault False showSilenced |> boolToString |> Just )
97 , ( "inhibited", Maybe.withDefault False showInhibited |> boolToString |> Just )
98 , ( "active", Maybe.withDefault True showActive |> boolToString |> Just )
122 boolToString : Bool -> String
123 boolToString b = function
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/prometheus/alertmanager/ui/app/src/Utils/
H A DFilter.elm62 [ ( "silenced", Maybe.withDefault False showSilenced |> boolToString |> Just )
63 , ( "inhibited", Maybe.withDefault False showInhibited |> boolToString |> Just )
64 , ( "active", Maybe.withDefault True showActive |> boolToString |> Just )
96 ++ [ ( "silenced", Maybe.withDefault False showSilenced |> boolToString |> Just )
97 , ( "inhibited", Maybe.withDefault False showInhibited |> boolToString |> Just )
98 , ( "active", Maybe.withDefault True showActive |> boolToString |> Just )
122 boolToString : Bool -> String
123 boolToString b = function
/dports/science/gromacs/gromacs-2021.4/src/gromacs/utility/
H A Dcompare.cpp113 … fprintf(fp, "%s[%d] (%s - %s)\n", s, index, gmx::boolToString(b1), gmx::boolToString(b2)); in cmp_bool()
117 fprintf(fp, "%s (%s - %s)\n", s, gmx::boolToString(b1), gmx::boolToString(b2)); in cmp_bool()
H A Dstrconvert.h166 static inline const char* boolToString(bool value) in boolToString() function
198 return boolToString(t); in toString()
/dports/deskutils/ausweisapp2/AusweisApp2-1.22.2/src/core/
H A DDiagnosisModel.cpp226 QString DiagnosisModel::boolToString(bool pBoolean) const in boolToString() function in DiagnosisModel
416 QString enabled = boolToString(firewall->getEnabled());
417 QString uptodate = boolToString(firewall->getUpToDate());
425 QString firstRuleExists = boolToString(mFirewallDetection.getFirstRuleExists());
426 QString firstRuleEnabled = boolToString(mFirewallDetection.getFirstRuleEnabled());
431 QString secondRuleExists = boolToString(mFirewallDetection.getSecondRuleExists());
432 QString secondRuleEnabled = boolToString(mFirewallDetection.getSecondRuleEnabled());
444 QString enabled = boolToString(profile->getEnabled());
H A DDiagnosisModel.h72 [[nodiscard]] QString boolToString(bool pBoolean) const;
/dports/games/criticalmass/CriticalMass-1.5/utils/
H A DValue.hpp64 _valString( boolToString(b)), in Value()
112 char * boolToString( bool b);
H A DValue.cpp53 char * Value::boolToString( bool b) in boolToString() function in Value
/dports/games/shaaft/Shaaft-0.5.0/utils/
H A DValue.hpp68 _valString( boolToString(b)), in Value()
116 char * boolToString( bool b);
H A DValue.cpp53 char * Value::boolToString( bool b) in boolToString() function in Value
/dports/devel/juce/JUCE-f37e9a1/extras/Projucer/Source/Project/
H A Djucer_Project.cpp2527 const auto boolToString = [] (bool b) { return b ? "1" : "0"; }; in getAudioPluginFlags() local
2562 flags.set ("JucePlugin_Build_VST", boolToString (shouldBuildVST())); in getAudioPluginFlags()
2563 flags.set ("JucePlugin_Build_VST3", boolToString (shouldBuildVST3())); in getAudioPluginFlags()
2564 flags.set ("JucePlugin_Build_AU", boolToString (shouldBuildAU())); in getAudioPluginFlags()
2565 flags.set ("JucePlugin_Build_AUv3", boolToString (shouldBuildAUv3())); in getAudioPluginFlags()
2566 flags.set ("JucePlugin_Build_RTAS", boolToString (shouldBuildRTAS())); in getAudioPluginFlags()
2567 flags.set ("JucePlugin_Build_AAX", boolToString (shouldBuildAAX())); in getAudioPluginFlags()
2570 flags.set ("JucePlugin_Enable_IAA", boolToString (shouldEnableIAA())); in getAudioPluginFlags()
2578 flags.set ("JucePlugin_IsSynth", boolToString (isPluginSynth())); in getAudioPluginFlags()
2579 flags.set ("JucePlugin_WantsMidiInput", boolToString (pluginWantsMidiInput())); in getAudioPluginFlags()
[all …]
/dports/audio/kid3-kf5/kid3-3.8.6/src/core/model/
H A Dexpressionparser.cpp63 QString boolToString(bool b) in boolToString() function
213 m_varStack.push_back(boolToString(var)); in pushBool()
/dports/audio/kid3-qt5/kid3-3.8.6/src/core/model/
H A Dexpressionparser.cpp63 QString boolToString(bool b) in boolToString() function
213 m_varStack.push_back(boolToString(var)); in pushBool()
/dports/www/gitea/gitea-1.16.5/vendor/github.com/editorconfig/editorconfig-core-go/v2/
H A Deditorconfig.go170 iniFile.Section(ini.DefaultSection).Key("root").SetValue(boolToString(e.Root))
195 func boolToString(b bool) string { func
/dports/games/scummvm/scummvm-2.5.1/engines/ultima/nuvie/files/
H A Dtmx_map.h61 Std::string boolToString(bool value);
H A Dtmx_map.cpp170 s += " <property name=\"toptile\" value=\"" + boolToString(t->toptile) + "\"/>\n"; in writeObjects()
251 Std::string TMXMap::boolToString(bool value) { in boolToString() function in Ultima::Nuvie::TMXMap
/dports/news/inn-current/inn-2.7-20211226/innfeed/
H A Dmisc.h124 const char *boolToString(bool val);
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/testbed/
H A Dconfig.cpp182 _configFileInterface.setKey("this", (*i)->getName(), boolToString((*i)->isEnabled())); in writeTestbedConfigToStream()
185 _configFileInterface.setKey((*j)->featureName, (*i)->getName(), boolToString((*j)->enabled)); in writeTestbedConfigToStream()
/dports/graphics/cegui/cegui-0.8.7/cegui/src/ScriptModules/Lua/package/
H A DPropertyHelper.pkg26 static string boolToString(bool val);
/dports/devel/rudeconfig/rudeconfig-5.0.5/src/
H A DConfigImpl.h105 static const char *boolToString(bool value);
/dports/news/inn/inn-2.6.4/innfeed/
H A Dmisc.h122 const char *boolToString (bool val) ;

12345