Home
last modified time | relevance | path

Searched refs:ArgumentList (Results 1 – 25 of 1862) sorted by relevance

12345678910>>...75

/dports/audio/carla/Carla-2.4.1/source/modules/juce_core/misc/
H A Djuce_ConsoleApplication.cpp58 File ArgumentList::Argument::resolveAsFile() const in resolveAsFile()
63 File ArgumentList::Argument::resolveAsExistingFile() const in resolveAsExistingFile()
68 File ArgumentList::Argument::resolveAsExistingFolder() const in resolveAsExistingFolder()
97 String ArgumentList::Argument::getLongOptionValue() const in getLongOptionValue()
137 ArgumentList::ArgumentList (String exeName, StringArray args) in ArgumentList() function in juce::ArgumentList
147 ArgumentList::ArgumentList (int argc, char* argv[]) in ArgumentList() function in juce::ArgumentList
152 ArgumentList::ArgumentList (const String& exeName, const String& args) in ArgumentList() function in juce::ArgumentList
158 ArgumentList::Argument ArgumentList::operator[] (int index) const { return arguments[index]; } in operator []()
166 int ArgumentList::indexOfOption (StringRef option) const in indexOfOption()
182 bool ArgumentList::removeOptionIfFound (StringRef option) in removeOptionIfFound()
[all …]
H A Djuce_ConsoleApplication.h38 struct ArgumentList struct
41 ArgumentList (String executable, StringArray arguments);
44 ArgumentList (int argc, char* argv[]);
47 ArgumentList (const String& executable, const String& arguments);
49 ArgumentList (const ArgumentList&) = default;
50 ArgumentList& operator= (const ArgumentList&) = default; argument
267 std::function<void (const ArgumentList&)> command;
291 void printCommandList (const ArgumentList&) const;
296 void printCommandDetails (const ArgumentList&, const Command&) const;
327 int findAndRunCommand (const ArgumentList&,
[all …]
/dports/audio/libopenshot-audio/libopenshot-audio-0.2.2/JuceLibraryCode/modules/juce_core/misc/
H A Djuce_ConsoleApplication.cpp58 File ArgumentList::Argument::resolveAsFile() const in resolveAsFile()
63 File ArgumentList::Argument::resolveAsExistingFile() const in resolveAsExistingFile()
68 File ArgumentList::Argument::resolveAsExistingFolder() const in resolveAsExistingFolder()
97 String ArgumentList::Argument::getLongOptionValue() const in getLongOptionValue()
137 ArgumentList::ArgumentList (String exeName, StringArray args) in ArgumentList() function in juce::ArgumentList
147 ArgumentList::ArgumentList (int argc, char* argv[]) in ArgumentList() function in juce::ArgumentList
152 ArgumentList::ArgumentList (const String& exeName, const String& args) in ArgumentList() function in juce::ArgumentList
158 ArgumentList::Argument ArgumentList::operator[] (int index) const { return arguments[index]; } in operator []()
166 int ArgumentList::indexOfOption (StringRef option) const in indexOfOption()
182 bool ArgumentList::removeOptionIfFound (StringRef option) in removeOptionIfFound()
[all …]
H A Djuce_ConsoleApplication.h38 struct ArgumentList struct
41 ArgumentList (String executable, StringArray arguments);
44 ArgumentList (int argc, char* argv[]);
47 ArgumentList (const String& executable, const String& arguments);
49 ArgumentList (const ArgumentList&) = default;
50 ArgumentList& operator= (const ArgumentList&) = default; argument
267 std::function<void(const ArgumentList&)> command;
291 void printCommandList (const ArgumentList&) const;
296 void printCommandDetails (const ArgumentList&, const Command&) const;
327 int findAndRunCommand (const ArgumentList&,
[all …]
/dports/devel/juce/JUCE-f37e9a1/modules/juce_core/misc/
H A Djuce_ConsoleApplication.cpp58 File ArgumentList::Argument::resolveAsFile() const in resolveAsFile()
63 File ArgumentList::Argument::resolveAsExistingFile() const in resolveAsExistingFile()
68 File ArgumentList::Argument::resolveAsExistingFolder() const in resolveAsExistingFolder()
97 String ArgumentList::Argument::getLongOptionValue() const in getLongOptionValue()
137 ArgumentList::ArgumentList (String exeName, StringArray args) in ArgumentList() function in juce::ArgumentList
147 ArgumentList::ArgumentList (int argc, char* argv[]) in ArgumentList() function in juce::ArgumentList
152 ArgumentList::ArgumentList (const String& exeName, const String& args) in ArgumentList() function in juce::ArgumentList
158 ArgumentList::Argument ArgumentList::operator[] (int index) const { return arguments[index]; } in operator []()
166 int ArgumentList::indexOfOption (StringRef option) const in indexOfOption()
182 bool ArgumentList::removeOptionIfFound (StringRef option) in removeOptionIfFound()
[all …]
H A Djuce_ConsoleApplication.h38 struct ArgumentList struct
41 ArgumentList (String executable, StringArray arguments);
44 ArgumentList (int argc, char* argv[]);
47 ArgumentList (const String& executable, const String& arguments);
49 ArgumentList (const ArgumentList&) = default;
50 ArgumentList& operator= (const ArgumentList&) = default; argument
267 std::function<void (const ArgumentList&)> command;
291 void printCommandList (const ArgumentList&) const;
296 void printCommandDetails (const ArgumentList&, const Command&) const;
327 int findAndRunCommand (const ArgumentList&,
[all …]
/dports/math/speedcrunch/heldercorreia-speedcrunch-c0fc9c68d292/src/core/
H A Dfunctions.cpp111 Quantity Function::exec(const Function::ArgumentList& args) in exec()
122 Quantity function_abs(Function* f, const Function::ArgumentList& args) in function_abs()
148 Quantity function_int(Function* f, const Function::ArgumentList& args) in function_int()
179 Quantity function_frac(Function* f, const Function::ArgumentList& args) in function_frac()
197 Quantity function_gcd(Function* f, const Function::ArgumentList& args) in function_gcd()
270 Quantity function_exp(Function* f, const Function::ArgumentList& args) in function_exp()
276 Quantity function_ln(Function* f, const Function::ArgumentList& args) in function_ln()
282 Quantity function_lg(Function* f, const Function::ArgumentList& args) in function_lg()
288 Quantity function_lb(Function* f, const Function::ArgumentList& args) in function_lb()
294 Quantity function_log(Function* f, const Function::ArgumentList& args) in function_log()
[all …]
/dports/devel/rkcommon/rkcommon-1.8.0/rkcommon/utility/
H A DArgumentList.h27 struct ArgumentList struct
31 ArgumentList(int ac, const char **av);
65 virtual int tryConsume(ArgumentList &argList, int argID) = 0;
71 void parseAndRemove(ArgumentList &args);
78 inline ArgumentList::ArgumentList(int ac, const char **av) in ArgumentList() function
84 inline std::string ArgumentList::operator[](int idx) const
89 inline int ArgumentList::size() const in size()
94 inline bool ArgumentList::empty() const in empty()
99 inline void ArgumentList::remove(int where, int howMany) in remove()
105 inline void ArgumentsParser::parseAndRemove(ArgumentList &argList) in parseAndRemove()
/dports/editors/texstudio/texstudio-4.1.2/src/latexparser/
H A Dargumentlist.cpp7 QString ArgumentList::argContent(int index) const in argContent()
16 QString ArgumentList::argContent(int index, ArgumentList::ArgType type) const in argContent()
32 ArgumentList::ArgType ArgumentList::argType(int index) const in argType()
40 int ArgumentList::count(ArgumentList::ArgType type) const in count()
/dports/editors/micro/micro-2.0.10/tools/
H A Dtestgen.go145 if len(ce.ArgumentList) != 3 {
150 before := nodeToStringSlice2(ce.ArgumentList[0])
151 after := nodeToStringSlice2(ce.ArgumentList[2])
169 if len(ce.ArgumentList) > 3 && ce.ArgumentList[3].(*ast.BooleanLiteral).Value {
174 before := nodeToStringSlice(ce.ArgumentList[0])
175 after := nodeToStringSlice(ce.ArgumentList[2])
180 startLine: nodeToInt(op.ArgumentList[0]) - 1,
181 startColumn: nodeToInt(op.ArgumentList[1]) - 1,
182 endLine: nodeToInt(op.ArgumentList[2]) - 1,
183 endColumn: nodeToInt(op.ArgumentList[3]) - 1,
[all …]
/dports/games/hllib/HLLib/
H A DError.cpp99 va_list ArgumentList; in SetErrorMessageFormated() local
100 va_start(ArgumentList, lpFormat); in SetErrorMessageFormated()
101 vsprintf(this->lpError, lpFormat, ArgumentList); in SetErrorMessageFormated()
102 va_end(ArgumentList); in SetErrorMessageFormated()
115 va_list ArgumentList; local
116 va_start(ArgumentList, lpFormat);
117 vsprintf(this->lpError, lpFormat, ArgumentList);
118 va_end(ArgumentList);
/dports/archivers/hlextract/HLLib/
H A DError.cpp99 va_list ArgumentList; in SetErrorMessageFormated() local
100 va_start(ArgumentList, lpFormat); in SetErrorMessageFormated()
101 vsprintf(this->lpError, lpFormat, ArgumentList); in SetErrorMessageFormated()
102 va_end(ArgumentList); in SetErrorMessageFormated()
115 va_list ArgumentList; local
116 va_start(ArgumentList, lpFormat);
117 vsprintf(this->lpError, lpFormat, ArgumentList);
118 va_end(ArgumentList);
/dports/lang/mono-basic/mono-basic-4.7/vbnc/vbnc/source/Expressions/
H A DDelegateOrObjectCreationExpression.vb32 Private m_ArgumentList As ArgumentList
65 m_ArgumentList = New ArgumentList(Me, AddressOfExpression)
68 …Val Parent As ParsedObject, ByVal TypeName As NonArrayTypeName, ByVal ArgumentList As ArgumentList)
70 Me.Init(TypeName, ArgumentList)
73 Sub Init(ByVal TypeName As NonArrayTypeName, ByVal ArgumentList As ArgumentList)
75 m_ArgumentList = ArgumentList
78 Sub Init(ByVal Type As Mono.Cecil.TypeReference, ByVal ArgumentList As ArgumentList)
80 m_ArgumentList = ArgumentList
150 m_ArgumentList = New ArgumentList(Me)
/dports/security/py-pyspnego/pyspnego-0.3.1/tests/data/
H A Dpyspnego.ps1925 $data = New-Object -TypeName System.Byte[] -ArgumentList 4 in Get-StreamData()
930 $data = New-Object -TypeName System.Byte[] -ArgumentList $length in Get-StreamData()
973 … $privEnabler = New-Object -TypeName Pyspnego.PrivilegeEnabler -ArgumentList 'SeDebugPrivilege' in Use-UserImpersonation()
977 … $userImpersonation = New-Object -TypeName Pyspnego.UserImpersonation -ArgumentList $Account in Use-UserImpersonation()
1001 $cred = New-Object -TypeName Pyspnego.ServerCredential -ArgumentList $protocol
1004 $context = New-Object -TypeName Pyspnego.SecurityContext -ArgumentList $cred
1043 $systemSid = New-Object -TypeName System.Security.Principal.SecurityIdentifier -ArgumentList @(
1119 …-Object -TypeName System.Management.Automation.Runspaces.SessionStateVariableEntry -ArgumentList @(
1124 …-Object -TypeName System.Management.Automation.Runspaces.SessionStateVariableEntry -ArgumentList @(
1129 …-Object -TypeName System.Management.Automation.Runspaces.SessionStateVariableEntry -ArgumentList @(
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/metaparse/example/meta_hs/
H A Dcurry.hpp34 class ArgumentList
43 class ArgumentList
57 typename boost::mpl::push_back<ArgumentList, T>::type
66 class ArgumentList
74 boost::mpl::apply<UnpackedMetafunctionClass, ArgumentList>,
78 ArgumentList
/dports/devel/boost-python-libs/boost_1_72_0/libs/metaparse/example/meta_hs/
H A Dcurry.hpp34 class ArgumentList
43 class ArgumentList
57 typename boost::mpl::push_back<ArgumentList, T>::type
66 class ArgumentList
74 boost::mpl::apply<UnpackedMetafunctionClass, ArgumentList>,
78 ArgumentList
/dports/devel/boost-libs/boost_1_72_0/libs/metaparse/example/meta_hs/
H A Dcurry.hpp34 class ArgumentList
43 class ArgumentList
57 typename boost::mpl::push_back<ArgumentList, T>::type
66 class ArgumentList
74 boost::mpl::apply<UnpackedMetafunctionClass, ArgumentList>,
78 ArgumentList
/dports/devel/hyperscan/boost_1_75_0/libs/metaparse/example/meta_hs/
H A Dcurry.hpp34 class ArgumentList
43 class ArgumentList
57 typename boost::mpl::push_back<ArgumentList, T>::type
66 class ArgumentList
74 boost::mpl::apply<UnpackedMetafunctionClass, ArgumentList>,
78 ArgumentList
/dports/lang/mono-basic/mono-basic-4.7/vbnc/vbnc/source/Members/
H A DVariableDeclaration.vb36 Private m_ArgumentList As ArgumentList
48 … As TypeName, ByVal VariableInitializer As VariableInitializer, ByVal ArgumentList As ArgumentList)
55 m_ArgumentList = ArgumentList
59 … As TypeName, ByVal VariableInitializer As VariableInitializer, ByVal ArgumentList As ArgumentList)
66 m_ArgumentList = ArgumentList
70 …rrayTypeName, ByVal VariableInitializer As VariableInitializer, ByVal ArgumentList As ArgumentList)
78 m_ArgumentList = ArgumentList
134 ReadOnly Property ArgumentList() As ArgumentList
H A DTypeVariableDeclaration.vb41 … As TypeName, ByVal VariableInitializer As VariableInitializer, ByVal ArgumentList As ArgumentList)
42 …Base.New(Parent, Modifiers, VariableIdentifier, IsNew, TypeName, VariableInitializer, ArgumentList)
46 … As TypeName, ByVal VariableInitializer As VariableInitializer, ByVal ArgumentList As ArgumentList)
47 …Base.New(Parent, Modifiers, VariableIdentifier, IsNew, TypeName, VariableInitializer, ArgumentList)
51 …rrayTypeName, ByVal VariableInitializer As VariableInitializer, ByVal ArgumentList As ArgumentList)
52 MyBase.New(Parent, Identifier, IsNew, TypeName, VariableInitializer, ArgumentList)
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromecast/browser/extensions/api/bookmarks/
H A Dbookmarks_api.cc18 return RespondNow(ArgumentList(cast::api::bookmarks::Get::Results::Create( in Run()
24 ArgumentList(cast::api::bookmarks::GetChildren::Results::Create( in Run()
30 ArgumentList(cast::api::bookmarks::GetRecent::Results::Create( in Run()
35 return RespondNow(ArgumentList(cast::api::bookmarks::GetTree::Results::Create( in Run()
41 ArgumentList(cast::api::bookmarks::GetSubTree::Results::Create( in Run()
46 return RespondNow(ArgumentList(cast::api::bookmarks::Search::Results::Create( in Run()
/dports/ports-mgmt/octopkg/octopkg-0.3.1/src/
H A Dargumentlist.cpp8 ArgumentList::ArgumentList() { in ArgumentList() function in ArgumentList
13 void ArgumentList::argsToStringlist(int argc, char * argv []) { in argsToStringlist()
19 bool ArgumentList::getSwitch (QString option) { in getSwitch()
30 QString ArgumentList::getSwitchArg(QString option, QString defaultValue) { in getSwitchArg()
/dports/editors/texstudio/texstudio-4.1.2/src/tests/
H A Dlatexparsing_t.cpp543 …<< (ATypes() <<ArgumentList::Mandatory << ArgumentList::Mandatory<<ArgumentList::MandatoryWithBrac… in test_getArg2_data()
547 … << (ATypes() <<ArgumentList::Mandatory << ArgumentList::Mandatory) in test_getArg2_data()
551 …<< (ATypes() <<ArgumentList::Mandatory<< ArgumentList::Mandatory<<ArgumentList::MandatoryWithBrac… in test_getArg2_data()
555 … << (ATypes() <<ArgumentList::Mandatory<< ArgumentList::Mandatory) in test_getArg2_data()
559 …<< (ATypes() <<ArgumentList::Mandatory<< ArgumentList::Mandatory<<ArgumentList::MandatoryWithBrac… in test_getArg2_data()
607 … << (ATypes() <<ArgumentList::Mandatory<<ArgumentList::Optional<<ArgumentList::MandatoryWithBraces) in test_getArg2_data()
611 … << (ATypes() <<ArgumentList::Mandatory<<ArgumentList::Optional) in test_getArg2_data()
615 … << (ATypes() <<ArgumentList::Mandatory<<ArgumentList::Optional) in test_getArg2_data()
619 … << (ATypes() <<ArgumentList::Mandatory<<ArgumentList::Optional) in test_getArg2_data()
623 … << (ATypes() <<ArgumentList::Mandatory<<ArgumentList::Optional) in test_getArg2_data()
[all …]
/dports/editors/micro/micro-2.0.10/vendor/github.com/robertkrimen/otto/
H A Dbuiltin_math.go68 switch len(call.ArgumentList) {
72 return toValue_float64(call.ArgumentList[0].float64())
74 result := call.ArgumentList[0].float64()
78 for _, value := range call.ArgumentList[1:] {
89 switch len(call.ArgumentList) {
93 return toValue_float64(call.ArgumentList[0].float64())
95 result := call.ArgumentList[0].float64()
99 for _, value := range call.ArgumentList[1:] {
/dports/sysutils/sensu-go/sensu-go-5.11.1/vendor/github.com/robertkrimen/otto/
H A Dbuiltin_math.go68 switch len(call.ArgumentList) {
72 return toValue_float64(call.ArgumentList[0].float64())
74 result := call.ArgumentList[0].float64()
78 for _, value := range call.ArgumentList[1:] {
89 switch len(call.ArgumentList) {
93 return toValue_float64(call.ArgumentList[0].float64())
95 result := call.ArgumentList[0].float64()
99 for _, value := range call.ArgumentList[1:] {

12345678910>>...75