Home
last modified time | relevance | path

Searched refs:handleArguments (Results 1 – 25 of 60) sorted by relevance

123

/dports/textproc/aiksaurus/aiksaurus-1.2.1/base/
H A Dcaiksaurus.cpp40 static void handleArguments(int argc, char** argv);
47 handleArguments(argc, argv); in main()
220 static void handleArguments(int argc, char** argv) in handleArguments() function
/dports/audio/ft2play/ft2play-5730b16/ft2play/src/
H A Dft2play.c40 static void handleArguments(int argc, char *argv[]);
75 handleArguments(argc, argv); in main()
194 static void handleArguments(int argc, char *argv[]) in handleArguments() function
/dports/lang/solidity/solidity_0.8.11/libyul/optimiser/
H A DExpressionJoiner.cpp50 handleArguments(_funCall.arguments); in operator ()()
92 void ExpressionJoiner::handleArguments(vector<Expression>& _arguments) in handleArguments() function in ExpressionJoiner
H A DExpressionJoiner.h86 void handleArguments(std::vector<Expression>& _arguments);
/dports/audio/fasttracker2/ft2-clone-1.49/src/gfxdata/bmp/win32 tools/
H A Dbin2h.c38 static bool handleArguments(int argc, char *argv[]);
60 if (!handleArguments(argc, argv)) in main()
232 static bool handleArguments(int argc, char *argv[]) in handleArguments() function
/dports/net-p2p/linuxdcpp/linuxdcpp-1.1.0/linux/
H A Dwulfor.cc144 int handleArguments(const CommandlineArgs &args) in handleArguments() function
205 int retval = handleArguments(args); in main()
249 handleArguments(args); in main()
/dports/editors/libreoffice/libreoffice-7.2.6.2/l10ntools/source/
H A Dlngex.cxx29 if (!common::handleArguments(argc, argv, aArgs)) in SAL_IMPLEMENT_MAIN_WITH_ARGS()
H A Dpropex.cxx18 if( !common::handleArguments(argc, argv, aArgs) ) in SAL_IMPLEMENT_MAIN_WITH_ARGS()
H A Dtreex.cxx49 if( !common::handleArguments(argc, argv, aArgs) ) in SAL_IMPLEMENT_MAIN_WITH_ARGS()
H A Dhelpex.cxx66 if ( !common::handleArguments( argc, argv, aArgs) ) in SAL_IMPLEMENT_MAIN_WITH_ARGS()
H A Dcommon.cxx23 bool handleArguments( in handleArguments() function
/dports/editors/libreoffice6/libreoffice-6.4.7.2/l10ntools/source/
H A Dlngex.cxx29 if ( !common::handleArguments(argc, argv, aArgs) ) in SAL_IMPLEMENT_MAIN_WITH_ARGS()
H A Dpropex.cxx18 if( !common::handleArguments(argc, argv, aArgs) ) in SAL_IMPLEMENT_MAIN_WITH_ARGS()
H A Dtreex.cxx49 if( !common::handleArguments(argc, argv, aArgs) ) in SAL_IMPLEMENT_MAIN_WITH_ARGS()
H A Dhelpex.cxx66 if ( !common::handleArguments( argc, argv, aArgs) ) in SAL_IMPLEMENT_MAIN_WITH_ARGS()
H A Dcommon.cxx19 bool handleArguments( in handleArguments() function
/dports/security/kgpg/kgpg-21.12.3/
H A Dkgpg.cpp94 void KGpgApp::handleArguments(const QCommandLineParser &parser, const QDir &workingDirectory) in handleArguments() function in KGpgApp
206 handleArguments(parser, QDir(workingDirectory)); in slotDBusActivation()
H A Dkgpg.h50 void handleArguments(const QCommandLineParser &parser, const QDir &workingDirectory);
H A Dmain.cpp69 app.handleArguments(parser, QDir::current()); in main()
/dports/editors/libreoffice/libreoffice-7.2.6.2/l10ntools/inc/
H A Dcommon.hxx45 bool handleArguments(int argc, char * argv[], HandledArgs& o_aHandledArgs);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/l10ntools/inc/
H A Dcommon.hxx43 bool handleArguments(int argc, char * argv[], HandledArgs& o_aHandledArgs);
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/linewrap/
H A DWrapPreparator.java273 handleArguments(node.values(), this.options.alignment_for_arguments_in_annotation); in visit()
336 handleArguments(components, wrappingOption); in visit()
367 handleArguments(parameters, wrappingOption); in visit()
464 handleArguments(node.arguments(), this.options.alignment_for_arguments_in_enum_constant); in visit()
484 handleArguments(node.arguments(), this.options.alignment_for_arguments_in_method_invocation); in visit()
515 handleArguments(node.arguments(), this.options.alignment_for_arguments_in_method_invocation); in visit()
535 handleArguments(node.arguments(), wrappingOption); in visit()
548handleArguments(node.arguments(), this.options.alignment_for_arguments_in_explicit_constructor_cal… in visit()
560handleArguments(node.arguments(), this.options.alignment_for_arguments_in_explicit_constructor_cal… in visit()
975 handleArguments(parameters, this.options.alignment_for_parameters_in_method_declaration); in visit()
[all …]
/dports/multimedia/zoneminder/zoneminder-1.36.5/web/api/lib/Cake/TestSuite/
H A DCakeTestSuiteCommand.php65 $this->handleArguments($argv);
/dports/devel/php-libawl/awl-827fbfed7dab0ca339998ca6cdcffb328246d83b/vendor/phpunit/phpunit/PHPUnit/TextUI/
H A DCommand.php139 $this->handleArguments($argv);
237 protected function handleArguments(array $argv) function in PHPUnit_TextUI_Command
/dports/devel/gitlist/gitlist/vendor/phpunit/phpunit/src/TextUI/
H A DCommand.php111 $this->handleArguments($argv);
226 protected function handleArguments(array $argv) function in PHPUnit_TextUI_Command

123