Home
last modified time | relevance | path

Searched refs:command_to_string (Results 1 – 24 of 24) sorted by last modified time

/dports/mail/thunderbird/thunderbird-91.8.0/taskcluster/taskgraph/transforms/
H A Dbouncer_check.py108 def command_to_string(config, jobs): function
/dports/www/firefox/firefox-99.0/taskcluster/gecko_taskgraph/transforms/
H A Dbouncer_check.py107 def command_to_string(config, jobs): function
/dports/www/firefox-esr/firefox-91.8.0/taskcluster/taskgraph/transforms/
H A Dbouncer_check.py108 def command_to_string(config, jobs): function
/dports/devel/py-buildbot/buildbot-3.4.1/buildbot/process/
H A Dbuildstep.py940 summary = util.command_to_string(self.command)
/dports/devel/py-buildbot/buildbot-3.4.1/buildbot/util/
H A D__init__.py437 def command_to_string(command): function
/dports/devel/py-buildbot/buildbot-3.4.1/buildbot/test/unit/
H A Dtest_util.py442 self.assertEqual(util.command_to_string("ab cd"), "'ab cd'")
445 self.assertEqual(util.command_to_string("ab cd ef"), "'ab cd ...'")
448 self.assertEqual(util.command_to_string(['ab', 'cd', 'ef']),
452 self.assertEqual(util.command_to_string(['ab', ['cd', ['ef']]]),
457 self.assertEqual(util.command_to_string(object()), None)
461 self.assertEqual(util.command_to_string(['ab', object(), 'cd']),
465 self.assertEqual(util.command_to_string(b'a\xffc'), "'a\ufffdc'")
/dports/devel/git-p4/git-2.34.1/
H A Dsequencer.c1707 static const char *command_to_string(const enum todo_command command) in command_to_string() function
2003 command_to_string(command), in update_squash_messages()
2157 command_to_string(command), in do_pick_commit()
2451 command_to_string(item->command), bol); in parse_insn_line()
2460 command_to_string(item->command)); in parse_insn_line()
2575 command_to_string(item->command)); in todo_list_parse_insn_buffer()
4372 command_to_string(item->command), NULL), in pick_commits()
5536 strbuf_addstr(buf, command_to_string(item->command)); in todo_list_to_strbuf()
/dports/devel/git-svn/git-2.34.1/
H A Dsequencer.c1707 static const char *command_to_string(const enum todo_command command) in command_to_string() function
2003 command_to_string(command), in update_squash_messages()
2157 command_to_string(command), in do_pick_commit()
2451 command_to_string(item->command), bol); in parse_insn_line()
2460 command_to_string(item->command)); in parse_insn_line()
2575 command_to_string(item->command)); in todo_list_parse_insn_buffer()
4372 command_to_string(item->command), NULL), in pick_commits()
5536 strbuf_addstr(buf, command_to_string(item->command)); in todo_list_to_strbuf()
/dports/devel/git-gui/git-2.34.1/
H A Dsequencer.c1707 static const char *command_to_string(const enum todo_command command) in command_to_string() function
2003 command_to_string(command), in update_squash_messages()
2157 command_to_string(command), in do_pick_commit()
2451 command_to_string(item->command), bol); in parse_insn_line()
2460 command_to_string(item->command)); in parse_insn_line()
2575 command_to_string(item->command)); in todo_list_parse_insn_buffer()
4372 command_to_string(item->command), NULL), in pick_commits()
5536 strbuf_addstr(buf, command_to_string(item->command)); in todo_list_to_strbuf()
/dports/devel/git/git-2.34.1/
H A Dsequencer.c1707 static const char *command_to_string(const enum todo_command command) in command_to_string() function
2003 command_to_string(command), in update_squash_messages()
2157 command_to_string(command), in do_pick_commit()
2451 command_to_string(item->command), bol); in parse_insn_line()
2460 command_to_string(item->command)); in parse_insn_line()
2575 command_to_string(item->command)); in todo_list_parse_insn_buffer()
4372 command_to_string(item->command), NULL), in pick_commits()
5536 strbuf_addstr(buf, command_to_string(item->command)); in todo_list_to_strbuf()
/dports/devel/git-cvs/git-2.34.1/
H A Dsequencer.c1707 static const char *command_to_string(const enum todo_command command) in command_to_string() function
2003 command_to_string(command), in update_squash_messages()
2157 command_to_string(command), in do_pick_commit()
2451 command_to_string(item->command), bol); in parse_insn_line()
2460 command_to_string(item->command)); in parse_insn_line()
2575 command_to_string(item->command)); in todo_list_parse_insn_buffer()
4372 command_to_string(item->command), NULL), in pick_commits()
5536 strbuf_addstr(buf, command_to_string(item->command)); in todo_list_to_strbuf()
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dcommand.cc591 string command_name = command_to_string(cmd); in _add_command()
H A Dmacro.h128 string command_to_string(command_type cmd, bool tutorial = false);
H A Dhints.cc336 command = command_to_string(cmd); in _replace_static_tags()
H A Dmacro.cc2071 string command_to_string(command_type cmd, bool tutorial) in command_to_string() function
2118 string command_name = command_to_string(cmd); in insert_commands()
H A Dmon-behv.cc1319 command_to_string(CMD_USE_ABILITY).c_str()); in behaviour_event()
H A Ddelay.cc1136 command_to_string(CMD_TOGGLE_AUTOPICKUP).c_str()); in autotoggle_autopickup()
H A Ddescribe.cc2456 command_to_string(CMD_DISPLAY_MAP).c_str(), in get_feature_desc()
2457 command_to_string( in get_feature_desc()
2470 command_to_string(CMD_GO_DOWNSTAIRS).c_str()); in get_feature_desc()
H A Dl-crawl.cc1314 string cmd_name = command_to_string(cmd, true); in crawl_get_command()
/dports/lang/spidermonkey78/firefox-78.9.0/taskcluster/taskgraph/transforms/
H A Dbouncer_check.py99 def command_to_string(config, jobs): function
/dports/math/abella/abella-2.0.7/src/
H A Dabella_types.ml304 let command_to_string c = function
H A Dabella.ml603 fprintf !out "%s%s.%s\n%!" pre (command_to_string input) post
/dports/devel/cgit/cgit-1.2.3/git/
H A Dsequencer.c1545 static const char *command_to_string(const enum todo_command command) in command_to_string() function
1669 command_to_string(command), in update_squash_messages()
1811 command_to_string(command), in do_pick_commit()
2083 command_to_string(item->command), bol); in parse_insn_line()
2092 command_to_string(item->command)); in parse_insn_line()
2194 command_to_string(item->command)); in todo_list_parse_insn_buffer()
3832 command_to_string(item->command), NULL), in pick_commits()
4942 strbuf_addstr(buf, command_to_string(item->command)); in todo_list_to_strbuf()
/dports/lang/spidermonkey60/firefox-60.9.0/taskcluster/taskgraph/transforms/
H A Dbouncer_check.py91 def command_to_string(config, jobs): function