Home
last modified time | relevance | path

Searched refs:OptionSet (Results 1 – 25 of 972) sorted by relevance

12345678910>>...39

/dports/devel/poco/poco-1.10.1-all/Util/src/
H A DOptionSet.cpp24 OptionSet::OptionSet() in OptionSet() function in Poco::Util::OptionSet
29 OptionSet::OptionSet(const OptionSet& options): in OptionSet() function in Poco::Util::OptionSet
35 OptionSet::~OptionSet() in ~OptionSet()
40 OptionSet& OptionSet::operator = (const OptionSet& options) in operator =()
48 void OptionSet::addOption(const Option& option) in addOption()
65 bool OptionSet::hasOption(const std::string& name, bool matchShort) const in hasOption()
82 const Option& OptionSet::getOption(const std::string& name, bool matchShort) const in getOption()
110 OptionSet::Iterator OptionSet::begin() const in begin()
116 OptionSet::Iterator OptionSet::end() const in end()
/dports/finance/hs-hledger/hledger-1.19/_cabal_deps/tasty-1.3.1/Test/Tasty/
H A DOptions.hs12 , OptionSet
96 newtype OptionSet = OptionSet (Map TypeRep OptionValue) type
99 instance Monoid OptionSet where
100 mempty = OptionSet mempty
101 OptionSet a `mappend` OptionSet b =
103 instance Semigroup OptionSet where
107 setOption :: IsOption v => v -> OptionSet -> OptionSet
108 setOption v (OptionSet s) =
113 lookupOption (OptionSet s) =
120 changeOption :: forall v . IsOption v => (v -> v) -> OptionSet -> OptionSet
[all …]
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/tasty-1.3.1/Test/Tasty/
H A DOptions.hs12 , OptionSet
96 newtype OptionSet = OptionSet (Map TypeRep OptionValue) function
99 instance Monoid OptionSet where
100 mempty = OptionSet mempty
101 OptionSet a `mappend` OptionSet b =
103 instance Semigroup OptionSet where
107 setOption :: IsOption v => v -> OptionSet -> OptionSet
108 setOption v (OptionSet s) =
113 lookupOption (OptionSet s) =
120 changeOption :: forall v . IsOption v => (v -> v) -> OptionSet -> OptionSet
[all …]
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/tasty-1.3.1/Test/Tasty/
H A DOptions.hs12 , OptionSet
96 newtype OptionSet = OptionSet (Map TypeRep OptionValue) type
99 instance Monoid OptionSet where
100 mempty = OptionSet mempty
101 OptionSet a `mappend` OptionSet b =
103 instance Semigroup OptionSet where
107 setOption :: IsOption v => v -> OptionSet -> OptionSet
108 setOption v (OptionSet s) =
113 lookupOption (OptionSet s) =
120 changeOption :: forall v . IsOption v => (v -> v) -> OptionSet -> OptionSet
[all …]
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/tasty-1.4.1/Test/Tasty/
H A DOptions.hs12 , OptionSet
98 newtype OptionSet = OptionSet (Map TypeRep OptionValue) type
101 instance Monoid OptionSet where
102 mempty = OptionSet mempty
103 OptionSet a `mappend` OptionSet b =
105 instance Semigroup OptionSet where
109 setOption :: IsOption v => v -> OptionSet -> OptionSet
110 setOption v (OptionSet s) =
115 lookupOption (OptionSet s) =
122 changeOption :: forall v . IsOption v => (v -> v) -> OptionSet -> OptionSet
[all …]
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/tasty-1.4.2/Test/Tasty/
H A DOptions.hs12 , OptionSet
98 newtype OptionSet = OptionSet (Map TypeRep OptionValue) type
101 instance Monoid OptionSet where
102 mempty = OptionSet mempty
103 OptionSet a `mappend` OptionSet b =
105 instance Semigroup OptionSet where
109 setOption :: IsOption v => v -> OptionSet -> OptionSet
110 setOption v (OptionSet s) =
115 lookupOption (OptionSet s) =
122 changeOption :: forall v . IsOption v => (v -> v) -> OptionSet -> OptionSet
[all …]
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/tasty-1.4.1/Test/Tasty/
H A DOptions.hs12 , OptionSet
98 newtype OptionSet = OptionSet (Map TypeRep OptionValue) type
101 instance Monoid OptionSet where
102 mempty = OptionSet mempty
103 OptionSet a `mappend` OptionSet b =
105 instance Semigroup OptionSet where
109 setOption :: IsOption v => v -> OptionSet -> OptionSet
110 setOption v (OptionSet s) =
115 lookupOption (OptionSet s) =
122 changeOption :: forall v . IsOption v => (v -> v) -> OptionSet -> OptionSet
[all …]
/dports/net/messagelib/messagelib-21.12.3/messagelist/src/core/
H A Doptionset.cpp22 OptionSet::OptionSet() in OptionSet() function in OptionSet
27 OptionSet::OptionSet(const OptionSet &set) in OptionSet() function in OptionSet
35 OptionSet::OptionSet(const QString &name, const QString &description, bool readOnly) in OptionSet() function in OptionSet
43 OptionSet::~OptionSet() in ~OptionSet()
47 void OptionSet::generateUniqueId() in generateUniqueId()
54 QString OptionSet::saveToString() const in saveToString()
76 bool OptionSet::loadFromString(const QString &data) in loadFromString()
H A Doptionset.h32 class OptionSet
35 explicit OptionSet();
36 explicit OptionSet(const OptionSet &src);
37 explicit OptionSet(const QString &name, const QString &description, bool readOnly = false);
38 virtual ~OptionSet();
/dports/java/avis/avis-1.2.0/server/src/test/org/avis/config/
H A DJUTestOptions.java44 OptionSet routerOptionSet = new OptionSet (connectionOptionSet); in basic()
87 OptionSet optionSet = new OptionSet (); in caseIndependence()
110 OptionSet optionSet = new OptionSet (); in units()
127 OptionSet optionSet1 = new OptionSet (); in multipleInherit()
131 OptionSet optionSet2 = new OptionSet (); in multipleInherit()
135 OptionSet rootOptionSet = new OptionSet (); in multipleInherit()
161 OptionSet optionSet = new OptionSet (); in uri()
184 OptionSet optionSet = new OptionSet (); in optionTypeSet()
199 static class ConnectionOptionSet extends OptionSet
/dports/java/avis/avis-1.2.0/server/src/main/org/avis/config/
H A DOptionSet.java41 public class OptionSet class
43 public static final OptionSet EMPTY_OPTION_SET = new OptionSet ();
49 protected List<OptionSet> inherited;
53 public OptionSet () in OptionSet() method in OptionSet
56 this.inherited = new ArrayList<OptionSet> (); in OptionSet()
60 public OptionSet (OptionSet inheritedOptions) in OptionSet() method in OptionSet
70 public void inheritFrom (OptionSet optionSet) in inheritFrom()
89 for (OptionSet superSet : inherited) in peekDefaultValue()
215 for (OptionSet inheritedSet : inherited) in validate()
323 for (OptionSet superset : inherited) in findOptionSetFor()
[all …]
/dports/devel/poco/poco-1.10.1-all/Util/include/Poco/Util/
H A DOptionSet.h30 class Util_API OptionSet
37 OptionSet();
40 OptionSet(const OptionSet& options);
43 ~OptionSet();
46 OptionSet& operator = (const OptionSet& options);
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/
H A DMono.Options.cs84 public OptionContext(Mono.Options.OptionSet @set) { }
88 public Mono.Options.OptionSet OptionSet { get { throw null; } } property in Mono.Options.OptionContext
102 …public partial class OptionSet : System.Collections.ObjectModel.KeyedCollection<string, Mono.Optio… class
104 public OptionSet() { } in OptionSet() method in Mono.Options.OptionSet
105 public OptionSet(System.Converter<string, string> localizer) { } in OptionSet() method in Mono.Options.OptionSet
108 public Mono.Options.OptionSet Add(Mono.Options.ArgumentSource source) { throw null; } in Add()
109 public new Mono.Options.OptionSet Add(Mono.Options.Option option) { throw null; } in Add()
110 public Mono.Options.OptionSet Add(string header) { throw null; } in Add()
112 … public Mono.Options.OptionSet Add(string prototype, System.Action<string> action) { throw null; } in Add()
117 … public Mono.Options.OptionSet Add<T>(string prototype, System.Action<T> action) { throw null; } in Add()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/mono/
H A DMono.Options.cs85 public OptionContext(Mono.Options.OptionSet @set) { }
89 public Mono.Options.OptionSet OptionSet { get { throw null; } } property in Mono.Options.OptionContext
103 …public partial class OptionSet : System.Collections.ObjectModel.KeyedCollection<string, Mono.Optio… class
105 public OptionSet() { } in OptionSet() method in Mono.Options.OptionSet
106 public OptionSet(System.Converter<string, string> localizer) { } in OptionSet() method in Mono.Options.OptionSet
109 public Mono.Options.OptionSet Add(Mono.Options.ArgumentSource source) { throw null; } in Add()
110 public new Mono.Options.OptionSet Add(Mono.Options.Option option) { throw null; } in Add()
111 public Mono.Options.OptionSet Add(string header) { throw null; } in Add()
113 … public Mono.Options.OptionSet Add(string prototype, System.Action<string> action) { throw null; } in Add()
118 … public Mono.Options.OptionSet Add<T>(string prototype, System.Action<T> action) { throw null; } in Add()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/include/lldb/Interpreter/
H A DOptions.h199 typedef std::set<int> OptionSet; typedef
200 typedef std::vector<OptionSet> OptionSetVector;
203 OptionSet m_seen_options;
217 bool IsASubset(const OptionSet &set_a, const OptionSet &set_b);
219 size_t OptionsSetDiff(const OptionSet &set_a, const OptionSet &set_b,
220 OptionSet &diffs);
222 void OptionsSetUnion(const OptionSet &set_a, const OptionSet &set_b,
223 OptionSet &union_set);
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/include/lldb/Interpreter/
H A DOptions.h199 typedef std::set<int> OptionSet; typedef
200 typedef std::vector<OptionSet> OptionSetVector;
203 OptionSet m_seen_options;
217 bool IsASubset(const OptionSet &set_a, const OptionSet &set_b);
219 size_t OptionsSetDiff(const OptionSet &set_a, const OptionSet &set_b,
220 OptionSet &diffs);
222 void OptionsSetUnion(const OptionSet &set_a, const OptionSet &set_b,
223 OptionSet &union_set);
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/include/lldb/Interpreter/
H A DOptions.h194 typedef std::set<int> OptionSet; typedef
195 typedef std::vector<OptionSet> OptionSetVector;
198 OptionSet m_seen_options;
212 bool IsASubset(const OptionSet &set_a, const OptionSet &set_b);
214 size_t OptionsSetDiff(const OptionSet &set_a, const OptionSet &set_b,
215 OptionSet &diffs);
217 void OptionsSetUnion(const OptionSet &set_a, const OptionSet &set_b,
218 OptionSet &union_set);
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/include/lldb/Interpreter/
H A DOptions.h199 typedef std::set<int> OptionSet; typedef
200 typedef std::vector<OptionSet> OptionSetVector;
203 OptionSet m_seen_options;
217 bool IsASubset(const OptionSet &set_a, const OptionSet &set_b);
219 size_t OptionsSetDiff(const OptionSet &set_a, const OptionSet &set_b,
220 OptionSet &diffs);
222 void OptionsSetUnion(const OptionSet &set_a, const OptionSet &set_b,
223 OptionSet &union_set);
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/include/lldb/Interpreter/
H A DOptions.h194 typedef std::set<int> OptionSet; typedef
195 typedef std::vector<OptionSet> OptionSetVector;
198 OptionSet m_seen_options;
212 bool IsASubset(const OptionSet &set_a, const OptionSet &set_b);
214 size_t OptionsSetDiff(const OptionSet &set_a, const OptionSet &set_b,
215 OptionSet &diffs);
217 void OptionsSetUnion(const OptionSet &set_a, const OptionSet &set_b,
218 OptionSet &union_set);
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/include/lldb/Interpreter/
H A DOptions.h194 typedef std::set<int> OptionSet; typedef
195 typedef std::vector<OptionSet> OptionSetVector;
198 OptionSet m_seen_options;
212 bool IsASubset(const OptionSet &set_a, const OptionSet &set_b);
214 size_t OptionsSetDiff(const OptionSet &set_a, const OptionSet &set_b,
215 OptionSet &diffs);
217 void OptionsSetUnion(const OptionSet &set_a, const OptionSet &set_b,
218 OptionSet &union_set);
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/include/lldb/Interpreter/
H A DOptions.h194 typedef std::set<int> OptionSet; typedef
195 typedef std::vector<OptionSet> OptionSetVector;
198 OptionSet m_seen_options;
212 bool IsASubset(const OptionSet &set_a, const OptionSet &set_b);
214 size_t OptionsSetDiff(const OptionSet &set_a, const OptionSet &set_b,
215 OptionSet &diffs);
217 void OptionsSetUnion(const OptionSet &set_a, const OptionSet &set_b,
218 OptionSet &union_set);
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/include/lldb/Interpreter/
H A DOptions.h194 typedef std::set<int> OptionSet; typedef
195 typedef std::vector<OptionSet> OptionSetVector;
198 OptionSet m_seen_options;
212 bool IsASubset(const OptionSet &set_a, const OptionSet &set_b);
214 size_t OptionsSetDiff(const OptionSet &set_a, const OptionSet &set_b,
215 OptionSet &diffs);
217 void OptionsSetUnion(const OptionSet &set_a, const OptionSet &set_b,
218 OptionSet &union_set);
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/include/lldb/Interpreter/
H A DOptions.h194 typedef std::set<int> OptionSet; typedef
195 typedef std::vector<OptionSet> OptionSetVector;
198 OptionSet m_seen_options;
212 bool IsASubset(const OptionSet &set_a, const OptionSet &set_b);
214 size_t OptionsSetDiff(const OptionSet &set_a, const OptionSet &set_b,
215 OptionSet &diffs);
217 void OptionsSetUnion(const OptionSet &set_a, const OptionSet &set_b,
218 OptionSet &union_set);
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/include/lldb/Interpreter/
H A DOptions.h194 typedef std::set<int> OptionSet; typedef
195 typedef std::vector<OptionSet> OptionSetVector;
198 OptionSet m_seen_options;
212 bool IsASubset(const OptionSet &set_a, const OptionSet &set_b);
214 size_t OptionsSetDiff(const OptionSet &set_a, const OptionSet &set_b,
215 OptionSet &diffs);
217 void OptionsSetUnion(const OptionSet &set_a, const OptionSet &set_b,
218 OptionSet &union_set);
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.core/src/test/java/org/springframework/core/env/
H A DJOptCommandLinePropertySourceTests.java28 import joptsimple.OptionSet;
44 OptionSet options = parser.parse("--foo=bar"); in withRequiredArg_andArgIsPresent()
54 OptionSet options = parser.parse("--foo"); in withOptionalArg_andArgIsMissing()
66 OptionSet options = parser.parse("--o1"); in withNoArg()
79 OptionSet options = parser.parse("--foo=bar,baz,biz"); in withRequiredArg_andMultipleArgsPresent_usingDelimiter()
90 OptionSet options = parser.parse("--foo=bar", "--foo=baz", "--foo=biz"); in withRequiredArg_andMultipleArgsPresent_usingRepeatedOption()
101 OptionSet options = parser.parse(); // <-- no options whatsoever in withMissingOption()
111 OptionSet options = parser.parse("--spring.profiles.active=p1"); in withDottedOptionName()
122 OptionSet optionSet = parser.parse("--o1=v1", "--o2"); in withDefaultNonOptionArgsNameAndNoNonOptionArgsPresent()
138 OptionSet optionSet = parser.parse("--o1=v1", "noa1", "--o2", "noa2"); in withDefaultNonOptionArgsNameAndNonOptionArgsPresent()
[all …]

12345678910>>...39