Home
last modified time | relevance | path

Searched refs:get_command_help (Results 1 – 18 of 18) sorted by relevance

/dports/www/py-weboob/weboob-2.0/weboob/applications/videoob/
H A Dvideoob.py176 …print('This command takes an argument: %s' % self.get_command_help('play', short=True), file=self.…
217 …print('This command takes an argument: %s' % self.get_command_help('info', short=True), file=self.…
256 … print('This command takes an argument: %s' % self.get_command_help('playlist'), file=self.stderr)
344 …print('This command takes an argument: %s' % self.get_command_help('search', short=True), file=sel…
/dports/www/py-weboob/weboob-2.0/weboob/applications/boobcoming/
H A Dboobcoming.py337 print('Invalid argument: %s' % self.get_command_help('list'), file=self.stderr)
362 …print('This command takes an argument: %s' % self.get_command_help('info', short=True), file=self.…
385 …print('This command takes at leat one argument: %s' % self.get_command_help('export'), file=self.s…
438 …print('This command takes at leat one argument: %s' % self.get_command_help('attends'), file=self.…
457 …print('This command takes at leat one argument: %s' % self.get_command_help('unattends'), file=sel…
/dports/www/py-weboob/weboob-2.0/weboob/applications/radioob/
H A Dradioob.py253 …print('This command takes an argument: %s' % self.get_command_help('play', short=True), file=self.…
345 … print('This command takes an argument: %s' % self.get_command_help('playlist'), file=self.stderr)
413 …print('This command takes an argument: %s' % self.get_command_help('info', short=True), file=self.…
440 … print('This command takes an argument: %s' % self.get_command_help('search'), file=self.stderr)
/dports/www/trac-devel/Trac-1.5.3/trac/admin/
H A Dtest.py154 def get_command_help(self, *args): member in TracAdminTestCaseBase
155 docs = AdminCommandManager(self.env).get_command_help(list(args))
H A Dconsole.py257 docs.extend(AdminCommandManager(env).get_command_help())
270 doc = cmd_mgr.get_command_help(arg)
484 doc = cmd_mgr.get_command_help(arg)
H A Dapi.py89 def get_command_help(self, args=[]): member in AdminCommandManager
/dports/www/py-weboob/weboob-2.0/weboob/applications/pastoob/
H A Dpastoob.py55 …print('This command takes an argument: %s' % self.get_command_help('info', short=True), file=self.…
86 …print('This command takes an argument: %s' % self.get_command_help(command, short=True), file=self…
/dports/science/lammps/lammps-stable_29Sep2021/lib/colvars/
H A Dcolvarscript_commands.cpp40 return script->get_command_help(c); in cvscript_command_help()
H A Dcolvarscript.h147 char const *get_command_help(char const *cmd);
H A Dcolvarscript.cpp190 char const *colvarscript::get_command_help(char const *cmd) in get_command_help() function in colvarscript
/dports/www/py-weboob/weboob-2.0/weboob/applications/handjoob/
H A Dhandjoob.py126 …print('This command takes an argument: %s' % self.get_command_help('info', short=True), file=self.…
/dports/www/py-weboob/weboob-2.0/weboob/applications/galleroob/
H A Dgalleroob.py70 …print('This command takes an argument: %s' % self.get_command_help('search', short=True), file=sel…
/dports/www/py-weboob/weboob-2.0/weboob/applications/comparoob/
H A Dcomparoob.py161 …print('This command takes an argument: %s' % self.get_command_help('info', short=True), file=self.…
/dports/www/trac-devel/Trac-1.5.3/trac/ticket/tests/
H A Dconsole.py648 doc = self.get_command_help('version', 'time')
787 doc = self.get_command_help('milestone', 'due')
792 doc = self.get_command_help('milestone', 'completed')
/dports/www/py-weboob/weboob-2.0/weboob/tools/application/
H A Drepl.py660 def get_command_help(self, command, short=False): member in ReplApplication
688 d[appname].append(self.get_command_help(cmd))
691 d['Weboob'].append(self.get_command_help(cmd))
719 command_help = self.get_command_help(arg)
/dports/www/py-weboob/weboob-2.0/weboob/applications/flatboob/
H A Dflatboob.py271 …print('This command takes an argument: %s' % self.get_command_help('info', short=True), file=self.…
/dports/www/py-weboob/weboob-2.0/weboob/applications/boobtracker/
H A Dboobtracker.py194 …print('This command takes an argument: %s' % self.get_command_help('get', short=True), file=self.s…
/dports/www/trac-devel/Trac-1.5.3/trac/web/tests/
H A Dsession.py1061 doc = self.get_command_help('session', 'purge')