Home
last modified time | relevance | path

Searched refs:amethod (Results 1 – 25 of 94) sorted by relevance

1234

/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/docs/doxygen/scripts/
H A Dc_tools.py52 for amethod in aclass.constructors:
56 """ % (amethod.brief_description, wxc_classname + '* ' + wxc_classname + '_' + amethod.name, ametho…
58 for amethod in aclass.methods:
59 if amethod.name.startswith('m_'):
64 if amethod.argsstring.find('()') != -1:
67 args += ', ' + amethod.argsstring[1:].strip()
72 """ % (amethod.detailed_description, amethod.return_type, wxc_classname + '_' + amethod.name, args)
H A Dsip_tools.py49 for amethod in aclass.constructors + aclass.methods:
58 if method == amethod.name:
62 if i >= len(amethod.params):
65 elif amethod.params[i]["type"] != params[i]:
66 … print "param type = %s, amethod.param type = %s" % (params[i], amethod.params[i]["type"])
76 … if amethod in aclass.constructors and self.doxyparser.is_derived_from_base(aclass, "wxWindow"):
79 if amethod.name.startswith("operator"):
82 …retval += " %s %s%s%s;\n\n" % (amethod.return_type.replace("virtual ", ""), amethod.name, ameth…
H A Dswig_tools.py50 for amethod in aclass.constructors:
51 retval += " %s%s;\n\n" % (amethod.name, amethod.argsstring)
58 for amethod in aclass.methods:
59 retval += " %s %s%s;\n\n" % (amethod.return_type, amethod.name, amethod.argsstring)
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/docs/doxygen/scripts/
H A Dc_tools.py52 for amethod in aclass.constructors:
56 """ % (amethod.brief_description, wxc_classname + '* ' + wxc_classname + '_' + amethod.name, ametho…
58 for amethod in aclass.methods:
59 if amethod.name.startswith('m_'):
64 if amethod.argsstring.find('()') != -1:
67 args += ', ' + amethod.argsstring[1:].strip()
72 """ % (amethod.detailed_description, amethod.return_type, wxc_classname + '_' + amethod.name, args)
H A Dsip_tools.py49 for amethod in aclass.constructors + aclass.methods:
58 if method == amethod.name:
62 if i >= len(amethod.params):
65 elif amethod.params[i]["type"] != params[i]:
66 … print "param type = %s, amethod.param type = %s" % (params[i], amethod.params[i]["type"])
76 … if amethod in aclass.constructors and self.doxyparser.is_derived_from_base(aclass, "wxWindow"):
79 if amethod.name.startswith("operator"):
82 …retval += " %s %s%s%s;\n\n" % (amethod.return_type.replace("virtual ", ""), amethod.name, ameth…
H A Dswig_tools.py50 for amethod in aclass.constructors:
51 retval += " %s%s;\n\n" % (amethod.name, amethod.argsstring)
58 for amethod in aclass.methods:
59 retval += " %s %s%s;\n\n" % (amethod.return_type, amethod.name, amethod.argsstring)
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/docs/doxygen/scripts/
H A Dc_tools.py52 for amethod in aclass.constructors:
56 """ % (amethod.brief_description, wxc_classname + '* ' + wxc_classname + '_' + amethod.name, ametho…
58 for amethod in aclass.methods:
59 if amethod.name.startswith('m_'):
64 if amethod.argsstring.find('()') != -1:
67 args += ', ' + amethod.argsstring[1:].strip()
72 """ % (amethod.detailed_description, amethod.return_type, wxc_classname + '_' + amethod.name, args)
H A Dsip_tools.py49 for amethod in aclass.constructors + aclass.methods:
58 if method == amethod.name:
62 if i >= len(amethod.params):
65 elif amethod.params[i]["type"] != params[i]:
66 … print "param type = %s, amethod.param type = %s" % (params[i], amethod.params[i]["type"])
76 … if amethod in aclass.constructors and self.doxyparser.is_derived_from_base(aclass, "wxWindow"):
79 if amethod.name.startswith("operator"):
82 …retval += " %s %s%s%s;\n\n" % (amethod.return_type.replace("virtual ", ""), amethod.name, ameth…
H A Dswig_tools.py50 for amethod in aclass.constructors:
51 retval += " %s%s;\n\n" % (amethod.name, amethod.argsstring)
58 for amethod in aclass.methods:
59 retval += " %s %s%s;\n\n" % (amethod.return_type, amethod.name, amethod.argsstring)
/dports/sysutils/ccze/ccze-0.2.1/src/
H A Dmod_xferlog.c36 char *actionflag, *direction, *amode, *user, *service, *amethod; in ccze_xferlog_log_process() local
50 pcre_get_substring (str, offsets, match, 12, (const char **)&amethod); in ccze_xferlog_log_process()
76 ccze_addstr (CCZE_COLOR_FTPCODES, amethod); in ccze_xferlog_log_process()
95 free (amethod); in ccze_xferlog_log_process()
/dports/lang/mono/mono-5.10.1.57/mono/tests/
H A Dobj.cs11 public int amethod () { in amethod() method in TestObj
18 if (sbah + obj.bah + obj.amethod () != 8) in Main()
/dports/audio/spotifyd/spotifyd-0.3.0/src/
H A Ddbus_mpris.rs233 let method_raise = f.amethod("Raise", (), move |m| {
240 f.amethod("Quit", (), move |m| {
263 f.amethod("Next", (), move |m| {
271 f.amethod("Previous", (), move |m| {
287 f.amethod("PlayPause", (), move |m| {
303 f.amethod("Stop", (), move |m| {
310 let method_seek = f.amethod(
322 let method_set_position = f.amethod(
332 let method_open_uri = f.amethod(
/dports/devel/pysvn/pysvn-1.9.12/Import/pycxx-7.1.4/Demo/Python2/
H A Drange.cxx86 Py::Object range::amethod( const Py::Tuple &t ) in amethod() function in range
120 add_varargs_method("amethod", &range::amethod, "demonstrate how to document amethod"); in init_type()
/dports/devel/py-cxx/pycxx-7.1.5/Demo/Python2/
H A Drange.cxx86 Py::Object range::amethod( const Py::Tuple &t ) in amethod() function in range
120 add_varargs_method("amethod", &range::amethod, "demonstrate how to document amethod"); in init_type()
/dports/devel/liteide/liteide-x37.4/liteidex/vendor/github.com/yuin/goldmark/extension/
H A Dtable.go401 amethod := r.TableConfig.TableCellAlignMethod
402 if amethod == TableCellAlignDefault {
404 amethod = TableCellAlignAttribute
406 amethod = TableCellAlignStyle
409 switch amethod {
/dports/devel/gh/cli-2.4.0/vendor/github.com/yuin/goldmark/extension/
H A Dtable.go485 amethod := r.TableConfig.TableCellAlignMethod
486 if amethod == TableCellAlignDefault {
488 amethod = TableCellAlignAttribute
490 amethod = TableCellAlignStyle
493 switch amethod {
/dports/sysutils/chezmoi/chezmoi-2.9.3/vendor/github.com/yuin/goldmark/extension/
H A Dtable.go485 amethod := r.TableConfig.TableCellAlignMethod
486 if amethod == TableCellAlignDefault {
488 amethod = TableCellAlignAttribute
490 amethod = TableCellAlignStyle
493 switch amethod {
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/yuin/goldmark/extension/
H A Dtable.go485 amethod := r.TableConfig.TableCellAlignMethod
486 if amethod == TableCellAlignDefault {
488 amethod = TableCellAlignAttribute
490 amethod = TableCellAlignStyle
493 switch amethod {
/dports/www/gitea/gitea-1.16.5/vendor/github.com/yuin/goldmark/extension/
H A Dtable.go485 amethod := r.TableConfig.TableCellAlignMethod
486 if amethod == TableCellAlignDefault {
488 amethod = TableCellAlignAttribute
490 amethod = TableCellAlignStyle
493 switch amethod {
/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/github.com/yuin/goldmark/extension/
H A Dtable.go485 amethod := r.TableConfig.TableCellAlignMethod
486 if amethod == TableCellAlignDefault {
488 amethod = TableCellAlignAttribute
490 amethod = TableCellAlignStyle
493 switch amethod {
/dports/math/octave-forge-doctest/doctest-0.7.0/test/@test_classdef/
H A Damethod.m1 function amethod(obj) function
/dports/devel/pysvn/pysvn-1.9.12/Import/pycxx-7.1.4/Demo/Python3/
H A Drange.cxx160 Py::Object range::amethod( const Py::Tuple &t ) in amethod() function in range
194 add_varargs_method( "amethod", &range::amethod, "demonstrate how to document amethod" ); in init_type()
/dports/devel/py-cxx/pycxx-7.1.5/Demo/Python3/
H A Drange.cxx160 Py::Object range::amethod( const Py::Tuple &t ) in amethod() function in range
194 add_varargs_method( "amethod", &range::amethod, "demonstrate how to document amethod" ); in init_type()
/dports/www/domoticz/domoticz-2020.2/main/
H A DWebServerHelper.cpp108 void CWebServerHelper::SetAuthenticationMethod(const _eAuthenticationMethod amethod) in SetAuthenticationMethod() argument
111 (*it)->SetAuthenticationMethod(amethod); in SetAuthenticationMethod()
/dports/math/octave-forge-doctest/doctest-0.7.0/test/
H A Dbist.m51 %! [nump, numt, summ] = doctest ('@test_classdef/amethod');
65 %! % * amethod in external file (1 test)

1234