Home
last modified time | relevance | path

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

12345

/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/extbase/Classes/Mvc/Controller/
H A DArguments.php203 public function getArgumentNames() function in TYPO3\\CMS\\Extbase\\Mvc\\Controller\\Arguments
238 if (in_array($firstLowerCaseArgumentName, $this->getArgumentNames())) {
241 } elseif (in_array($firstUpperCaseArgumentName, $this->getArgumentNames())) {
259 if (in_array($argumentName, $this->getArgumentNames())) {
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/extbase/Classes/Mvc/Controller/
H A DArguments.php201 public function getArgumentNames() function in TYPO3\\CMS\\Extbase\\Mvc\\Controller\\Arguments
236 if (in_array($firstLowerCaseArgumentName, $this->getArgumentNames())) {
239 } elseif (in_array($firstUpperCaseArgumentName, $this->getArgumentNames())) {
257 if (in_array($argumentName, $this->getArgumentNames())) {
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/extbase/Classes/Mvc/Controller/
H A DArguments.php196 public function getArgumentNames() function in TYPO3\\CMS\\Extbase\\Mvc\\Controller\\Arguments
231 if (in_array($firstLowerCaseArgumentName, $this->getArgumentNames())) {
234 } elseif (in_array($firstUpperCaseArgumentName, $this->getArgumentNames())) {
252 if (in_array($argumentName, $this->getArgumentNames())) {
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/compiler/regression/
H A DMethodParametersAttributeTest.java329 assertEquals("finalMessage", new String(methodInfos[2].getArgumentNames()[0])); in test004()
330 assertEquals("mutableMessage", new String(methodInfos[2].getArgumentNames()[1])); in test004()
342 assertEquals("this$0", new String(methodInfos[0].getArgumentNames()[0])); in test005()
343 assertEquals("val$capturedB", new String(methodInfos[0].getArgumentNames()[1])); in test005()
363 char[][] argumentNames = methods[0].getArgumentNames(); in test006()
367 assertEquals("pluggedTheHoles", new String(methods[1].getArgumentNames()[0])); in test006()
368 assertEquals("yesItFloats", new String(methods[1].getArgumentNames()[1])); in test006()
/dports/science/plumed/plumed2-2.7.2/src/mapping/
H A DPathTools.cpp261 if( sframe->getArgumentNames().size()>0 ) mypdb.setArgumentNames( sframe->getArgumentNames() ); in main()
272 …etReferenceArguments().size(); ++j) mypdb.setArgumentValue( sframe->getArgumentNames()[j], pos.get… in main()
280 …etReferenceArguments().size(); ++j) mypdb.setArgumentValue( sframe->getArgumentNames()[j], pos.get… in main()
288 …etReferenceArguments().size(); ++j) mypdb.setArgumentValue( sframe->getArgumentNames()[j], pos.get… in main()
H A DPathReparameterization.cpp40 if( pp[0]->getArgumentNames().size()>0 ) mypdb.setArgumentNames( pp[0]->getArgumentNames() ); in PathReparameterization()
122 …mberOfReferenceArguments(); ++j) mypdb.setArgumentValue( mypath[i]->getArgumentNames()[j], newpath… in reparameterizePart()
/dports/science/plumed/plumed2-2.7.2/src/analysis/
H A DEuclideanDissimilarityMatrix.cpp95 if( my_input_data->getArgumentNames().size()>0 ) { in EuclideanDissimilarityMatrix()
97 std::vector<std::string> argnames( my_input_data->getArgumentNames() ); in EuclideanDissimilarityMatrix()
101 std::vector<std::string> inargnames( my_input_data->getArgumentNames() ); in EuclideanDissimilarityMatrix()
/dports/devel/nuitka/Nuitka-0.6.17/nuitka/specs/
H A DBuiltinParameterSpecs.py97 self.getArgumentNames(), given_normal_args
118 for arg_name in self.getArgumentNames():
161 for _arg_name, given_value in zip(self.getArgumentNames(), given_values):
625 args=builtin_spec.getArgumentNames(),
652 for argument_name in builtin_spec.getArgumentNames():
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/tools/gnu/classpath/tools/rmic/
H A DMethodGenerator.java133 public String getArgumentNames() in getArgumentNames() method in MethodGenerator
182 vars.put("#argument_names", getArgumentNames()); in generateStubMethod()
227 vars.put("#argument_names", getArgumentNames()); in generateTieMethod()
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/tools/gnu/classpath/tools/rmic/
H A DMethodGenerator.java133 public String getArgumentNames() in getArgumentNames() method in MethodGenerator
182 vars.put("#argument_names", getArgumentNames()); in generateStubMethod()
227 vars.put("#argument_names", getArgumentNames()); in generateTieMethod()
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/tools/gnu/classpath/tools/rmic/
H A DMethodGenerator.java133 public String getArgumentNames() in getArgumentNames() method in MethodGenerator
182 vars.put("#argument_names", getArgumentNames()); in generateStubMethod()
227 vars.put("#argument_names", getArgumentNames()); in generateTieMethod()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/tools/gnu/classpath/tools/rmic/
H A DMethodGenerator.java133 public String getArgumentNames() in getArgumentNames() method in MethodGenerator
182 vars.put("#argument_names", getArgumentNames()); in generateStubMethod()
227 vars.put("#argument_names", getArgumentNames()); in generateTieMethod()
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/tools/gnu/classpath/tools/rmic/
H A DMethodGenerator.java133 public String getArgumentNames() in getArgumentNames() method in MethodGenerator
182 vars.put("#argument_names", getArgumentNames()); in generateStubMethod()
227 vars.put("#argument_names", getArgumentNames()); in generateTieMethod()
/dports/science/plumed/plumed2-2.7.2/src/reference/
H A DReferenceArguments.h85 const std::vector<std::string>& getArgumentNames() override;
109 const std::vector<std::string>& ReferenceArguments::getArgumentNames() { in getArgumentNames() function
H A DReferenceConfiguration.h122 virtual const std::vector<std::string>& getArgumentNames();
158 const std::vector<std::string>& ReferenceConfiguration::getArgumentNames() { in getArgumentNames() function
/dports/science/plumed/plumed2-2.7.2/src/dimred/
H A DSketchMapRead.cpp119 …ata.setAtomNumbersAndArgumentNames( getLabel(), inpdb.getAtomNumbers(), inpdb.getArgumentNames() ); in SketchMapRead()
121 for(unsigned i=0; i<inpdb.getArgumentNames().size(); ++i) { in SketchMapRead()
122 std::string aname = inpdb.getArgumentNames()[i]; in SketchMapRead()
H A DPCA.cpp138 if( my_input_data->getArgumentNames().size()>0 ) { in PCA()
140 std::vector<std::string> argnames( my_input_data->getArgumentNames() ); in PCA()
144 std::vector<std::string> inargnames( my_input_data->getArgumentNames() ); in PCA()
/dports/java/eclipse-ecj/eclipse-ecj-4.4.2_1/org/eclipse/jdt/internal/compiler/env/
H A DIGenericMethod.java28 char[][] getArgumentNames(); in getArgumentNames() method
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/env/
H A DIGenericMethod.java31 char[][] getArgumentNames(); in getArgumentNames() method
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/workspace/Compiler/src/org/eclipse/jdt/internal/compiler/env/
H A DIGenericMethod.java35 char[][] getArgumentNames(); in getArgumentNames() method
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/compiler/env/
H A DIGenericMethod.java35 char[][] getArgumentNames(); in getArgumentNames() method
/dports/net/kea/kea-2.0.1/src/bin/dhcp6/tests/
H A Dcallout_library_3.cc39 std::vector<std::string> args = handle.getArgumentNames(); in dhcp6_srv_configured()
/dports/net/kea/kea-2.0.1/src/bin/dhcp4/tests/
H A Dcallout_library_3.cc39 std::vector<std::string> args = handle.getArgumentNames(); in dhcp4_srv_configured()
/dports/net/kea/kea-2.0.1/src/lib/dhcpsrv/tests/
H A Dalloc_engine_hooks_unittest.cc71 EXPECT_TRUE(callout_handle->getArgumentNames().empty()); in checkCalloutHandleReset()
87 callback_argument_names_ = callout_handle.getArgumentNames(); in lease6_select_callout()
389 EXPECT_TRUE(callout_handle->getArgumentNames().empty()); in checkCalloutHandleReset()
405 callback_argument_names_ = callout_handle.getArgumentNames(); in lease4_select_callout()
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/core/
H A DSourceMethodElementInfo.java59 public char[][] getArgumentNames() { in getArgumentNames() method in SourceMethodElementInfo

12345