Home
last modified time | relevance | path

Searched defs:option_class (Results 1 – 25 of 103) sorted by relevance

12345

/dports/print/trueprint/trueprint-5.4/src/
H A Doptions.h10 typedef enum option_class { enum
17 } option_class; typedef
/dports/devel/tcllib/tcllib-1.20/modules/tool/build/
H A Doption.tcl37 proc ::tool::define::option_class {name args} { procedure
/dports/devel/tcllibc/tcllib-1.20/modules/tool/build/
H A Doption.tcl37 proc ::tool::define::option_class {name args} { procedure
/dports/databases/arrow/apache-arrow-6.0.1/python/pyarrow/
H A Dcompute.py86 def _decorate_compute_function(wrapper, exposed_name, func, option_class): argument
162 def _handle_options(name, option_class, options, kwargs): argument
183 def _make_generic_wrapper(func_name, func, option_class): argument
195 def _make_signature(arg_names, var_arg_names, option_class): argument
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/python/pyarrow/
H A Dcompute.py76 def _decorate_compute_function(wrapper, exposed_name, func, option_class): argument
146 def _handle_options(name, option_class, options, kwargs): argument
/dports/net/ryu/ryu-4.26/ryu/lib/packet/
H A Dgeneve.py131 def __init__(self, option_class=None, type_=None, length=0): argument
179 def __init__(self, buf, option_class=None, type_=None, length=0): argument
/dports/science/gramps/gramps-5.1.4/gramps/gui/plug/report/
H A D_webreportdialog.py41 def __init__(self, dbstate, uistate, option_class, name, trans_name): argument
H A D_reportdialog.py88 def __init__(self, dbstate, uistate, option_class, name, trans_name, argument
130 def init_options(self, option_class): argument
631 def init_doc_options(self, option_class): argument
H A D_docreportdialog.py66 def __init__(self, dbstate, uistate, option_class, name, trans_name, track=[]): argument
H A D_graphreportdialog.py126 def init_options(self, option_class): argument
H A D_bookdialog.py843 def init_options(self, option_class): argument
1048 def init_options(self, option_class): argument
/dports/devel/pylint/pylint-2.12.1/pylint/config/
H A Doption_parser.py19 def __init__(self, option_class, *args, **kwargs): argument
/dports/science/gramps/gramps-5.1.4/gramps/cli/plug/
H A D__init__.py208 def __init__(self, database, name, category, option_class, options_str_dict, argument
/dports/science/gramps/gramps-5.1.4/gramps/gui/plug/
H A Dtool.py157 def __init__(self, database, name, category, option_class, options_str_dict, argument
/dports/devel/py-optik/optik-1.5.3/lib/
H A Doption_parser.py132 def __init__(self, option_class, conflict_handler, description): argument
388 option_class=Option, argument
/dports/science/jstrack/jstrack/extlib/tcllib1.19/tool/
H A Dtool.tcl1256 proc ::tool::define::option_class {name args} { procedure
/dports/devel/tcllib/tcllib-1.20/modules/tool/
H A Dtool.tcl1256 proc ::tool::define::option_class {name args} { procedure
/dports/devel/tcllibc/tcllib-1.20/modules/tool/
H A Dtool.tcl1256 proc ::tool::define::option_class {name args} { procedure
/dports/emulators/xbraitenberg/xbraitenberg-0.9/
H A Dclp.c73 unsigned char option_class[256]; member
862 int option_class; in next_argument() local
976 int option_class = cli->option_class[ (unsigned char)text[0] ]; in switch_to_short_argument() local
/dports/science/afni/afni-AFNI_21.3.16/src/gifsicledir/
H A Dclp.c66 unsigned char option_class[256]; member
848 int option_class; in next_argument() local
962 int option_class = cli->option_class[ (unsigned char)text[0] ]; in switch_to_short_argument() local
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/ssh/src/
H A Dssh_options.erl45 -type option_class() :: internal_options | socket_options | user_options . type
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/ssh/src/
H A Dssh_options.erl43 -type option_class() :: internal_options | socket_options | user_options . type
/dports/games/xmahjongg/xmahjongg-3.7/liblcdf/
H A Dclp.c70 unsigned char option_class[256]; member
989 int option_class; in next_argument() local
1104 int option_class = cli->option_class[(unsigned char)text[0]]; in switch_to_short_argument() local
/dports/print/t1utils/t1utils-1.32/
H A Dclp.c70 unsigned char option_class[256]; member
900 int option_class; in next_argument() local
1015 int option_class = cli->option_class[ (unsigned char)text[0] ]; in switch_to_short_argument() local
/dports/security/suricata/suricata-6.0.4/src/
H A Ddecode-geneve.c74 uint16_t option_class; member

12345