Home
last modified time | relevance | path

Searched refs:ArgumentList (Results 26 – 50 of 1862) sorted by relevance

12345678910>>...75

/dports/lang/mono-basic/mono-basic-4.7/vbnc/vbnc/source/Statements/
H A DUsingDeclarator.vb34 Private m_ArgumentList As ArgumentList
60 ReadOnly Property ArgumentList() As ArgumentList
82 …l IsNew As Boolean, ByVal TypeName As NonArrayTypeName, ByVal ArgumentList As ArgumentList, ByVal …
86 m_ArgumentList = ArgumentList
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DArgumentList.java28 final class ArgumentList { class
30 private final ArgumentList _rest;
32 public ArgumentList(Expression arg, ArgumentList rest) { in ArgumentList() method in ArgumentList
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DArgumentList.java28 final class ArgumentList { class
30 private final ArgumentList _rest;
32 public ArgumentList(Expression arg, ArgumentList rest) { in ArgumentList() method in ArgumentList
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DArgumentList.java28 final class ArgumentList { class
30 private final ArgumentList _rest;
32 public ArgumentList(Expression arg, ArgumentList rest) { in ArgumentList() method in ArgumentList
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DArgumentList.java28 final class ArgumentList { class
30 private final ArgumentList _rest;
32 public ArgumentList(Expression arg, ArgumentList rest) { in ArgumentList() method in ArgumentList
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DArgumentList.java28 final class ArgumentList { class
30 private final ArgumentList _rest;
32 public ArgumentList(Expression arg, ArgumentList rest) { in ArgumentList() method in ArgumentList
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DArgumentList.java28 final class ArgumentList { class
30 private final ArgumentList _rest;
32 public ArgumentList(Expression arg, ArgumentList rest) { in ArgumentList() method in ArgumentList
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DArgumentList.java28 final class ArgumentList { class
30 private final ArgumentList _rest;
32 public ArgumentList(Expression arg, ArgumentList rest) { in ArgumentList() method in ArgumentList
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DArgumentList.java28 final class ArgumentList { class
30 private final ArgumentList _rest;
32 public ArgumentList(Expression arg, ArgumentList rest) { in ArgumentList() method in ArgumentList
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DArgumentList.java30 final class ArgumentList { class
32 private final ArgumentList _rest;
34 public ArgumentList(Expression arg, ArgumentList rest) { in ArgumentList() method in ArgumentList
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DArgumentList.java30 final class ArgumentList { class
32 private final ArgumentList _rest;
34 public ArgumentList(Expression arg, ArgumentList rest) { in ArgumentList() method in ArgumentList
/dports/ports-mgmt/octopkg/octopkg-0.3.1/src/
H A Dargumentlist.h44 class ArgumentList : public QStringList {
50 ArgumentList();
59 ArgumentList(int argc, char* argv[]) { in ArgumentList() function
63 ArgumentList(const QStringList& argumentList): in ArgumentList() function
/dports/games/irrlamb/irrlamb-1.0.1/src/
H A Dlog.cpp46 va_list ArgumentList; in Write() local
50 va_start(ArgumentList, Line); in Write()
51 vsnprintf(Buffer, 1024, Line, ArgumentList); in Write()
52 va_end(ArgumentList); in Write()
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/graph-gophers/graphql-go/internal/common/
H A Dvalues.go50 type ArgumentList []Argument type
52 func (l ArgumentList) Get(name string) (Literal, bool) {
61 func (l ArgumentList) MustGet(name string) Literal {
69 func ParseArguments(l *Lexer) ArgumentList {
70 var args ArgumentList
/dports/devel/rkcommon/rkcommon-1.8.0/tests/utility/
H A Dtest_ArgumentList.cpp8 using rkcommon::utility::ArgumentList;
17 ArgumentList args(5, test_arguments);
48 int tryConsume(ArgumentList &argList, int argID) override in tryConsume()
62 ArgumentList args(5, test_arguments);
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/extensions/api/enterprise_device_attributes/
H A Denterprise_device_attributes_api.cc59 return RespondNow(ArgumentList( in Run()
77 return RespondNow(ArgumentList( in Run()
96 return RespondNow(ArgumentList( in Run()
115 return RespondNow(ArgumentList( in Run()
135 return RespondNow(ArgumentList( in Run()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/browser/extensions/api/enterprise_device_attributes/
H A Denterprise_device_attributes_api.cc56 return RespondNow(ArgumentList( in Run()
74 return RespondNow(ArgumentList( in Run()
93 return RespondNow(ArgumentList( in Run()
112 return RespondNow(ArgumentList( in Run()
132 return RespondNow(ArgumentList( in Run()
/dports/lang/mono-basic/mono-basic-4.7/vbnc/vbnc/source/Members/
H A DLocalVariableDeclaration.vb40 … As TypeName, ByVal VariableInitializer As VariableInitializer, ByVal ArgumentList As ArgumentList)
41 …Base.New(Parent, Modifiers, VariableIdentifier, IsNew, TypeName, VariableInitializer, ArgumentList)
45 … As TypeName, ByVal VariableInitializer As VariableInitializer, ByVal ArgumentList As ArgumentList)
46 …Base.New(Parent, Modifiers, VariableIdentifier, IsNew, TypeName, VariableInitializer, ArgumentList)
50 …rrayTypeName, ByVal VariableInitializer As VariableInitializer, ByVal ArgumentList As ArgumentList)
51 MyBase.New(Parent, Identifier, IsNew, TypeName, VariableInitializer, ArgumentList)
/dports/lang/mono-basic/mono-basic-4.7/vbnc/vbnc/source/Expressions/Classifications/
H A DPropertyAccessClassification.vb36 Private m_Parameters As ArgumentList
41 ReadOnly Property Parameters() As ArgumentList
87 Dim args As ArgumentList
124 args = New ArgumentList(Me.Parent, exp)
165 ….Cecil.PropertyReference, ByVal InstanceExpression As Expression, ByVal Parameters As ArgumentList)
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/acpica/dist/namespace/
H A Dnsarguments.c85 ArgTypeList = Info->Predefined->Info.ArgumentList; in AcpiNsCheckArgumentTypes()
141 METHOD_GET_ARG_COUNT (Predefined->Info.ArgumentList); in AcpiNsCheckAcpiCompliance()
190 !(Predefined->Info.ArgumentList & ARG_COUNT_IS_MINIMUM)) in AcpiNsCheckAcpiCompliance()
288 METHOD_GET_ARG_COUNT (Predefined->Info.ArgumentList); in AcpiNsCheckArgumentCount()
298 !(Predefined->Info.ArgumentList & ARG_COUNT_IS_MINIMUM)) in AcpiNsCheckArgumentCount()
/dports/multimedia/musikcube/musikcube-0.96.7/src/musikcore/library/query/util/
H A DCategoryQueryUtil.h220 using ArgumentList = std::vector<std::shared_ptr<Argument>>; variable
243 ArgumentList& args,
247 const PredicateList& pred, ArgumentList& args);
250 const PredicateList& pred, ArgumentList& args);
254 const ArgumentList& args);
/dports/databases/cassandra-cpp-driver/cpp-driver-2.16.0/
H A Dappveyor.ps1246 … $process = Start-Process -FilePath 7z -ArgumentList $argument_list -PassThru -Wait -NoNewWindow in Install-Driver-Environment()
268 … $process = Start-Process -FilePath 7z -ArgumentList $argument_list -PassThru -Wait -NoNewWindow in Install-Driver-Environment()
300 … $process = Start-Process -FilePath 7z -ArgumentList $argument_list -PassThru -Wait -NoNewWindow in Install-Driver-Environment()
489 … $process = Start-Process -FilePath 7z -ArgumentList $argument_list -PassThru -Wait -NoNewWindow in Install-Driver-Environment()
633 $process = Start-Process -FilePath 7z -ArgumentList $argument_list -PassThru -Wait -NoNewWindow in Package-Artifacts()
642 $process = Start-Process -FilePath 7z -ArgumentList $argument_list -PassThru -Wait -NoNewWindow in Package-Artifacts()
649 $process = Start-Process -FilePath 7z -ArgumentList $argument_list -PassThru -Wait -NoNewWindow in Package-Artifacts()
660 $process = Start-Process -FilePath 7z -ArgumentList $argument_list -PassThru -Wait -NoNewWindow in Package-Artifacts()
683 $process = Start-Process -FilePath 7z -ArgumentList $argument_list -PassThru -Wait -NoNewWindow in Package-Artifacts()
694 $process = Start-Process -FilePath 7z -ArgumentList $argument_list -PassThru -Wait -NoNewWindow in Package-Artifacts()
[all …]
/dports/devel/juce/JUCE-f37e9a1/extras/Projucer/Source/Application/
H A Djucer_CommandLine.cpp170 static void getVersion (const ArgumentList& args) in getVersion()
179 static void setVersion (const ArgumentList& args) in setVersion()
193 static void bumpVersion (const ArgumentList& args) in bumpVersion()
209 static void gitTag (const ArgumentList& args) in gitTag()
241 static void showStatus (const ArgumentList& args) in showStatus()
446 static void tidyDividerComments (const ArgumentList& args) in tidyDividerComments()
516 static void fixRelativeIncludePaths (const ArgumentList& args) in fixRelativeIncludePaths()
639 static void encodeBinary (const ArgumentList& args) in encodeBinary()
717 static void setGlobalPath (const ArgumentList& args) in setGlobalPath()
763 static void createProjectFromPIP (const ArgumentList& args) in createProjectFromPIP()
[all …]
/dports/sysutils/acpica-tools/acpica-unix-20210930/source/components/namespace/
H A Dnsarguments.c198 ArgTypeList = Info->Predefined->Info.ArgumentList; in AcpiNsCheckArgumentTypes()
260 METHOD_GET_ARG_COUNT (Predefined->Info.ArgumentList); in AcpiNsCheckAcpiCompliance()
309 !(Predefined->Info.ArgumentList & ARG_COUNT_IS_MINIMUM)) in AcpiNsCheckAcpiCompliance()
412 METHOD_GET_ARG_COUNT (Predefined->Info.ArgumentList); in AcpiNsCheckArgumentCount()
422 !(Predefined->Info.ArgumentList & ARG_COUNT_IS_MINIMUM)) in AcpiNsCheckArgumentCount()
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/include/llvm/
H A DFunction.h86 mutable ArgumentListType ArgumentList; ///< The formal arguments
310 return ArgumentList;
314 return ArgumentList;
317 return &Function::ArgumentList;
358 return ArgumentList.begin();
362 return ArgumentList.begin();
366 return ArgumentList.end();
370 return ArgumentList.end();

12345678910>>...75