Home
last modified time | relevance | path

Searched refs:optionHandler (Results 1 – 24 of 24) sorted by relevance

/dports/www/aria2/aria2-1.36.0/src/
H A DOptionHandler.cc53 std::ostream& operator<<(std::ostream& o, const OptionHandler& optionHandler) in operator <<() argument
55 o << optionHandler.getDescription() << "\n\n"; in operator <<()
56 std::string possibleValues = optionHandler.createPossibleValuesString(); in operator <<()
60 if (!optionHandler.getDefaultValue().empty()) { in operator <<()
61 o << DEFAULT_MSG << optionHandler.getDefaultValue() << "\n"; in operator <<()
63 o << TAGS_MSG << optionHandler.toTagString(); in operator <<()
67 void write(const Console& out, const OptionHandler& optionHandler) in write() argument
69 out->printf("%s\n\n", optionHandler.getDescription()); in write()
70 std::string possibleValues = optionHandler.createPossibleValuesString(); in write()
74 if (!optionHandler.getDefaultValue().empty()) { in write()
[all …]
H A DOptionHandler.h111 std::ostream& operator<<(std::ostream& o, const OptionHandler& optionHandler);
113 void write(const Console& out, const OptionHandler& optionHandler);
/dports/devel/pear-ezc_ConsoleTools/ConsoleTools-1.6.1/docs/
H A Dexample_input.php22 $optionHandler = new ezcConsoleInput(); variable
25 $optionHandler->registerOption( new ezcConsoleOption( 'h', 'help' ) );
37 $optionHandler->registerOption( $file );
51 array( new ezcConsoleOptionRule( $optionHandler->getOption( 'f' ) ) ),
52 array( new ezcConsoleOptionRule( $optionHandler->getOption( 'h' ) ) )
54 $optionHandler->registerOption( $dir );
57 $optionHandler->registerAlias( 'e', 'extended-dir', $dir );
62 $optionHandler->process( array( 'example_input.php', '-h' ) );
71 $file = $optionHandler->getOption( 'f' );
86 foreach ( $optionHandler->getOptionValues() as $paramShort => $val )
/dports/devel/log4net/log4net-1.2.10/examples/net/1.0/Layouts/SampleLayoutsApp/cs/src/Layout/
H A DForwardingLayout.cs71 IOptionHandler optionHandler = m_nestedLayout as IOptionHandler; in ActivateOptions()
72 if (optionHandler != null) in ActivateOptions()
74 optionHandler.ActivateOptions(); in ActivateOptions()
/dports/devel/log4net/log4net-1.2.10/src/Repository/Hierarchy/
H A DXmlHierarchyConfigurator.cs325 IOptionHandler optionHandler = appender as IOptionHandler; in ParseAppender()
326 if (optionHandler != null) in ParseAppender()
328 optionHandler.ActivateOptions(); in ParseAppender()
440 IOptionHandler optionHandler = log as IOptionHandler; in ParseChildrenOfLoggerElement()
441 if (optionHandler != null) in ParseChildrenOfLoggerElement()
443 optionHandler.ActivateOptions(); in ParseChildrenOfLoggerElement()
987 IOptionHandler optionHandler = createdObject as IOptionHandler; in CreateObjectFromXml()
988 if (optionHandler != null) in CreateObjectFromXml()
990 optionHandler.ActivateOptions(); in CreateObjectFromXml()
/dports/security/silktools/silk-3.19.1/src/rwrandomizeip/
H A Drwrand-shuffle.c85 static int optionHandler(char *opt_arg, void *data);
118 rand_options[i].help, &optionHandler, in rwrandShuffleLoad()
167 optionHandler( in optionHandler() function
/dports/devel/log4net/log4net-1.2.10/src/Util/
H A DPatternParser.cs349 IOptionHandler optionHandler = pc as IOptionHandler; in ProcessConverter()
350 if (optionHandler != null) in ProcessConverter()
352 optionHandler.ActivateOptions(); in ProcessConverter()
/dports/www/zenphoto/zenphoto-1.5.9/zp-core/setup/
H A Dsetup_themeOptions.php24 $optionHandler = new ThemeOptions(); variable
/dports/www/nextcloud/nextcloud/3rdparty/icewind/searchdav/src/DAV/
H A DSearchPlugin.php66 $server->on('afterMethod:OPTIONS', [$this, 'optionHandler']);
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.bundles/bundles/org.eclipse.equinox.metatype/src/org/eclipse/equinox/metatype/impl/
H A DDataParser.java552 OptionHandler optionHandler = new OptionHandler(this); in startElement() local
553 optionHandler.init(name, atts); in startElement()
554 if (optionHandler._isParsedDataValid) { in startElement()
556 _optionLabels.add(optionHandler._label_val); in startElement()
557 _optionValues.add(optionHandler._value_val); in startElement()
/dports/x11-toolkits/ctk/CTK-2018-10-29/Plugins/org.commontk.metatype/
H A DctkMTDataParser_p.h138 void optionHandler(OptionInfo& optionInfo);
H A DctkMTDataParser.cpp486 optionHandler(optionInfo); in attributeDefinitionHandler()
530 void ctkMTDataParser::optionHandler(OptionInfo& optionInfo) in optionHandler() function in ctkMTDataParser
/dports/www/zenphoto/zenphoto-1.5.9/zp-core/
H A Dadmin-functions.php493 * @param object $optionHandler the object to handle custom options
534 …function customOptions($optionHandler, $indent = "", $album = NULL, $showhide = false, $supportedO…
536 $supportedOptions = $optionHandler->getOptionsSupported();
539 $whom = get_class($optionHandler);
548 if (method_exists($optionHandler, 'handleOptionSave')) {
668 <?php $optionHandler->handleOption($key, $v); ?>
H A Dadmin-options.php3099 customOptions($optionHandler, '', $album, false, $supportedOptions, $themename);
/dports/devel/py-dask/dask-2021.11.2/docs/source/how-to/deploy-dask/
H A Dkubernetes-helm.rst393 optionHandler: |
/dports/security/pinentry-qt5/pinentry-1.1.1/
H A DChangeLog-old1107 * qt/pinentrycontroller.cpp (optionHandler): Make sure that a
/dports/security/pinentry-fltk/pinentry-1.1.1/
H A DChangeLog-old1107 * qt/pinentrycontroller.cpp (optionHandler): Make sure that a
/dports/security/pinentry-curses/pinentry-1.1.1/
H A DChangeLog-old1107 * qt/pinentrycontroller.cpp (optionHandler): Make sure that a
/dports/security/pinentry/pinentry-1.1.1/
H A DChangeLog-old1107 * qt/pinentrycontroller.cpp (optionHandler): Make sure that a
/dports/security/pinentry-gnome3/pinentry-1.1.1/
H A DChangeLog-old1107 * qt/pinentrycontroller.cpp (optionHandler): Make sure that a
/dports/security/pinentry-efl/pinentry-1.1.1/
H A DChangeLog-old1107 * qt/pinentrycontroller.cpp (optionHandler): Make sure that a
/dports/security/pinentry-gtk2/pinentry-1.1.1/
H A DChangeLog-old1107 * qt/pinentrycontroller.cpp (optionHandler): Make sure that a
/dports/security/pinentry-tty/pinentry-1.1.1/
H A DChangeLog-old1107 * qt/pinentrycontroller.cpp (optionHandler): Make sure that a
/dports/www/nextcloud-calendar/calendar/js/
H A Dcalendar-main.js.map1optionHandler","handlers_1","PositionCache","originEl","els","isHorizontal","originClientRect","bu…