Home
last modified time | relevance | path

Searched refs:exec_msg (Results 1 – 25 of 69) sorted by path

123

/dports/comms/flrig/flrig-1.3.54/src/cwio/
H A Dcwio.cxx351 void exec_msg(int n) in exec_msg() function
412 exec_msg( key - FL_F - 1); in control_function_keys()
H A DcwioUI.cxx37 exec_msg(0); in cb_btn_msg()
41 exec_msg(1); in cb_btn_msg1()
45 exec_msg(2); in cb_btn_msg2()
49 exec_msg(3); in cb_btn_msg3()
53 exec_msg(4); in cb_btn_msg4()
57 exec_msg(5); in cb_btn_msg5()
61 exec_msg(6); in cb_btn_msg6()
65 exec_msg(7); in cb_btn_msg7()
69 exec_msg(8); in cb_btn_msg8()
73 exec_msg(9); in cb_btn_msg9()
[all …]
/dports/comms/flrig/flrig-1.3.54/src/include/
H A Dcwio.h51 extern void exec_msg(int n);
/dports/databases/py-gdbm/Python-3.8.12/Lib/distutils/
H A Dcmd.py374 exec_msg=None, skip_msg=None, level=1): argument
393 if exec_msg is None:
394 exec_msg = "generating %s from %s" % (outfile, ', '.join(infiles))
400 self.execute(func, args, exec_msg, level)
/dports/databases/py-gdbm/Python-3.8.12/Lib/distutils/tests/
H A Dtest_cmd.py58 def _execute(func, args, exec_msg, level): argument
59 self.assertEqual(exec_msg, 'generating out from in')
/dports/databases/py-sqlite3/Python-3.8.12/Lib/distutils/
H A Dcmd.py374 exec_msg=None, skip_msg=None, level=1): argument
393 if exec_msg is None:
394 exec_msg = "generating %s from %s" % (outfile, ', '.join(infiles))
400 self.execute(func, args, exec_msg, level)
/dports/databases/py-sqlite3/Python-3.8.12/Lib/distutils/tests/
H A Dtest_cmd.py58 def _execute(func, args, exec_msg, level): argument
59 self.assertEqual(exec_msg, 'generating out from in')
/dports/devel/py-jedi/jedi-0.18.0/jedi/third_party/typeshed/stdlib/2and3/distutils/
H A Dcmd.pyi40 …, Tuple[str]], outfile: str, func: Callable[..., Any], args: List[Any], exec_msg: Optional[str] = …
/dports/devel/py-mypy/mypy-0.910/mypy/typeshed/stdlib/@python2/distutils/
H A Dcmd.pyi64 exec_msg: Optional[str] = ...,
/dports/devel/py-mypy/mypy-0.910/mypy/typeshed/stdlib/distutils/
H A Dcmd.pyi64 exec_msg: Optional[str] = ...,
/dports/devel/py-setuptools/setuptools-57.0.0/setuptools/_distutils/
H A Dcmd.py374 exec_msg=None, skip_msg=None, level=1): argument
393 if exec_msg is None:
394 exec_msg = "generating %s from %s" % (outfile, ', '.join(infiles))
400 self.execute(func, args, exec_msg, level)
/dports/devel/py-setuptools/setuptools-57.0.0/setuptools/_distutils/tests/
H A Dtest_cmd.py58 def _execute(func, args, exec_msg, level): argument
59 self.assertEqual(exec_msg, 'generating out from in')
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/typeshed/stdlib/2and3/distutils/
H A Dcmd.pyi40 …, Tuple[str]], outfile: str, func: Callable[..., Any], args: List[Any], exec_msg: Optional[str] = …
/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stdlib/@python2/distutils/
H A Dcmd.pyi64 exec_msg: Optional[str] = ...,
/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stdlib/distutils/
H A Dcmd.pyi64 exec_msg: Optional[str] = ...,
/dports/devel/tortoisehg/tortoisehg-5.9.3/
H A Dsetup.py404 exec_msg='generating %s from %s' % (pyfile, icondir))
445 exec_msg='generating %s from Qt translation' % pyfile)
/dports/finance/electrum/Electrum-4.1.5/packages/setuptools/_distutils/
H A Dcmd.py374 exec_msg=None, skip_msg=None, level=1): argument
393 if exec_msg is None:
394 exec_msg = "generating %s from %s" % (outfile, ', '.join(infiles))
400 self.execute(func, args, exec_msg, level)
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/
H A Dcmd.py395 exec_msg=None, skip_msg=None, level=1): argument
414 if exec_msg is None:
415 exec_msg = "generating %s from %s" % \
422 self.execute(func, args, exec_msg, level)
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/tests/
H A Dtest_cmd.py46 def _execute(func, args, exec_msg, level): argument
47 self.assertEqual(exec_msg, 'generating out from in')
/dports/lang/python-legacy/Python-2.7.18/Lib/distutils/
H A Dcmd.py395 exec_msg=None, skip_msg=None, level=1): argument
414 if exec_msg is None:
415 exec_msg = "generating %s from %s" % \
422 self.execute(func, args, exec_msg, level)
/dports/lang/python-legacy/Python-2.7.18/Lib/distutils/tests/
H A Dtest_cmd.py58 def _execute(func, args, exec_msg, level): argument
59 self.assertEqual(exec_msg, 'generating out from in')
/dports/lang/python-tools/Python-3.8.12/Lib/distutils/
H A Dcmd.py374 exec_msg=None, skip_msg=None, level=1): argument
393 if exec_msg is None:
394 exec_msg = "generating %s from %s" % (outfile, ', '.join(infiles))
400 self.execute(func, args, exec_msg, level)
/dports/lang/python-tools/Python-3.8.12/Lib/distutils/tests/
H A Dtest_cmd.py58 def _execute(func, args, exec_msg, level): argument
59 self.assertEqual(exec_msg, 'generating out from in')
/dports/lang/python27/Python-2.7.18/Lib/distutils/
H A Dcmd.py395 exec_msg=None, skip_msg=None, level=1): argument
414 if exec_msg is None:
415 exec_msg = "generating %s from %s" % \
422 self.execute(func, args, exec_msg, level)
/dports/lang/python27/Python-2.7.18/Lib/distutils/tests/
H A Dtest_cmd.py58 def _execute(func, args, exec_msg, level): argument
59 self.assertEqual(exec_msg, 'generating out from in')

123