Home
last modified time | relevance | path

Searched refs:last_command (Results 1 – 25 of 627) sorted by relevance

12345678910>>...26

/dports/textproc/aspell-ispell/aspell-0.60.8/modules/filter/
H A Dtexinfo.cpp32 String last_command; member in __anon5d7cd32a0111::TexInfoFilter
107 && (last_command == "table" || last_command == "ftable" in process()
110 last_command.clear(); in process()
112 last_command += *cur; in process()
135 && (last_command == "item" || last_command == "itemx"))) in process()
143 if (last_command == "end") { in process()
166 last_command.clear(); in process()
177 last_command.clear(); in process()
180 last_command += *cur; in process()
200 last_command.clear(); in process()
[all …]
/dports/textproc/aspell/aspell-0.60.8/modules/filter/
H A Dtexinfo.cpp32 String last_command; member in __anona091c1740111::TexInfoFilter
107 && (last_command == "table" || last_command == "ftable" in process()
110 last_command.clear(); in process()
112 last_command += *cur; in process()
135 && (last_command == "item" || last_command == "itemx"))) in process()
143 if (last_command == "end") { in process()
166 last_command.clear(); in process()
177 last_command.clear(); in process()
180 last_command += *cur; in process()
200 last_command.clear(); in process()
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/helm.sh/helm/v3/scripts/
H A Dcompletions.bash251 last_command="helm_create"
275 last_command="helm_delete"
411 last_command="helm_fetch"
529 last_command="helm_get"
598 last_command="helm_home"
619 last_command="helm_init"
848 last_command="helm_lint"
871 last_command="helm_list"
1191 last_command="helm_repo"
1557 last_command="helm"
[all …]
/dports/x11-fm/gentoo/gentoo-0.20.7/src/
H A Dcmd_run.c19 static char last_command[512] = ""; variable
37 if(g_snprintf(last_command, sizeof last_command, "%s", cmd) > sizeof last_command) in cmd_run()
38 last_command[0] = '\0'; in cmd_run()
49 if(last_command[0] != '\0') in cmd_rerun()
50 return csq_execute(min, last_command); in cmd_rerun()
/dports/lang/ruby26/ruby-2.6.9/spec/bundler/bundler/
H A Dcli_spec.rb33 expect(last_command.stderr).to be_empty
34 expect(last_command.stdout).to include("Bundler version #{Bundler::VERSION}").
75 …expect(last_command.stdout).to start_with("Running `bundle info bundler --verbose` with bundler #{…
80 …expect(last_command.stdout).to start_with("Running `bundle install --retry 0 --verbose` with bundl…
85 …expect(last_command.stdout).to start_with("Running `bundle install --retry 0 --verbose` with bundl…
93 expect(last_command.stdboth).to eq("Could not find command \"fail\".")
128 expect(last_command.stdout).to start_with(<<-EOS.strip)
142 expect(last_command.stdboth).to eq ""
145 expect(last_command.stdboth).to eq "Could not locate Gemfile"
153 expect(last_command.stdout).to start_with(<<-EOS.strip)
/dports/databases/elixir-ecto/ecto-2.2.10/test/ecto/
H A Dmigration_test.exs128 assert last_command() ==
145 assert last_command() ==
156 assert last_command() ==
167 assert last_command() ==
191 assert last_command() ==
202 assert last_command() ==
214 assert last_command() ==
224 assert last_command() ==
236 assert last_command() ==
466 assert last_command() ==
[all …]
/dports/lang/ruby26/ruby-2.6.9/spec/bundler/other/
H A Dcli_dispatch_spec.rb6 expect(last_command.bundler_err).to eq("Could not locate Gemfile")
7 expect(last_command.stdboth).not_to include("Ambiguous command")
12 expect(last_command.bundler_err).to eq("Could not locate Gemfile")
13 expect(last_command.stdboth).not_to include("Ambiguous command")
18 …expect(last_command.bundler_err).to eq("Ambiguous command in matches [info, init, inject, install]…
26 expect(last_command.stdout).to start_with "Running `bundle package --verbose`"
/dports/databases/mariadb105-client/mariadb-10.5.15/libmariadb/plugins/trace/
H A Dtrace_example.c102 int last_command; /* COM_* values, -1 for handshake */ member
260 printf("%8lu: %s(", info->thread_id, commands[info->last_command]); in dump_command()
290 info->last_command= -1; in trace_callback()
297 if (info->last_command == -1) in trace_callback()
339 info->last_command= COM_SLEEP; in trace_callback()
356 info->last_command= *p; in trace_callback()
359 switch (info->last_command) { in trace_callback()
396 printf("%8lu: UNKNOWN_COMMAND: %d\n", info->thread_id, info->last_command); in trace_callback()
409 switch(info->last_command) { in trace_callback()
416 info->last_command= 0; in trace_callback()
[all …]
/dports/databases/mariadb104-server/mariadb-10.4.24/libmariadb/plugins/trace/
H A Dtrace_example.c102 int last_command; /* COM_* values, -1 for handshake */ member
260 printf("%8lu: %s(", info->thread_id, commands[info->last_command]); in dump_command()
290 info->last_command= -1; in trace_callback()
297 if (info->last_command == -1) in trace_callback()
339 info->last_command= COM_SLEEP; in trace_callback()
356 info->last_command= *p; in trace_callback()
359 switch (info->last_command) { in trace_callback()
396 printf("%8lu: UNKNOWN_COMMAND: %d\n", info->thread_id, info->last_command); in trace_callback()
409 switch(info->last_command) { in trace_callback()
416 info->last_command= 0; in trace_callback()
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/libmariadb/plugins/trace/
H A Dtrace_example.c102 int last_command; /* COM_* values, -1 for handshake */ member
260 printf("%8lu: %s(", info->thread_id, commands[info->last_command]); in dump_command()
290 info->last_command= -1; in trace_callback()
297 if (info->last_command == -1) in trace_callback()
339 info->last_command= COM_SLEEP; in trace_callback()
356 info->last_command= *p; in trace_callback()
359 switch (info->last_command) { in trace_callback()
396 printf("%8lu: UNKNOWN_COMMAND: %d\n", info->thread_id, info->last_command); in trace_callback()
409 switch(info->last_command) { in trace_callback()
416 info->last_command= 0; in trace_callback()
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/libmariadb/plugins/trace/
H A Dtrace_example.c102 int last_command; /* COM_* values, -1 for handshake */ member
260 printf("%8lu: %s(", info->thread_id, commands[info->last_command]); in dump_command()
290 info->last_command= -1; in trace_callback()
297 if (info->last_command == -1) in trace_callback()
339 info->last_command= COM_SLEEP; in trace_callback()
356 info->last_command= *p; in trace_callback()
359 switch (info->last_command) { in trace_callback()
396 printf("%8lu: UNKNOWN_COMMAND: %d\n", info->thread_id, info->last_command); in trace_callback()
409 switch(info->last_command) { in trace_callback()
416 info->last_command= 0; in trace_callback()
[all …]
/dports/databases/mariadb103-server/mariadb-10.3.34/libmariadb/plugins/trace/
H A Dtrace_example.c102 int last_command; /* COM_* values, -1 for handshake */
260 printf("%8lu: %s(", info->thread_id, commands[info->last_command]);
290 info->last_command= -1;
297 if (info->last_command == -1)
339 info->last_command= COM_SLEEP;
356 info->last_command= *p;
359 switch (info->last_command) {
396 printf("%8lu: UNKNOWN_COMMAND: %d\n", info->thread_id, info->last_command);
409 switch(info->last_command) {
416 info->last_command= 0;
[all …]
/dports/databases/mariadb103-client/mariadb-10.3.34/libmariadb/plugins/trace/
H A Dtrace_example.c102 int last_command; /* COM_* values, -1 for handshake */
260 printf("%8lu: %s(", info->thread_id, commands[info->last_command]);
290 info->last_command= -1;
297 if (info->last_command == -1)
339 info->last_command= COM_SLEEP;
356 info->last_command= *p;
359 switch (info->last_command) {
396 printf("%8lu: UNKNOWN_COMMAND: %d\n", info->thread_id, info->last_command);
409 switch(info->last_command) {
416 info->last_command= 0;
[all …]
/dports/databases/mariadb-connector-c/mariadb-connector-c-3.2.4-src/plugins/trace/
H A Dtrace_example.c102 int last_command; /* COM_* values, -1 for handshake */ member
260 printf("%8lu: %s(", info->thread_id, commands[info->last_command]); in dump_command()
290 info->last_command= -1; in trace_callback()
297 if (info->last_command == -1) in trace_callback()
339 info->last_command= COM_SLEEP; in trace_callback()
356 info->last_command= *p; in trace_callback()
359 switch (info->last_command) { in trace_callback()
396 printf("%8lu: UNKNOWN_COMMAND: %d\n", info->thread_id, info->last_command); in trace_callback()
409 switch(info->last_command) { in trace_callback()
416 info->last_command= 0; in trace_callback()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/gsutil/gslib/vendored/boto/boto/pyami/
H A Dscriptbase.py31 self.last_command = ShellCommand(command, cwd=cwd)
32 if self.last_command.status != 0:
33 … boto.log.error('Error running command: "%s". Output: "%s"' % (command, self.last_command.output))
37 (command, self.last_command.output))
40 return self.last_command.status
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/external_bin/gsutil/gsutil_4.28/gsutil/third_party/boto/boto/pyami/
H A Dscriptbase.py31 self.last_command = ShellCommand(command, cwd=cwd)
32 if self.last_command.status != 0:
33 … boto.log.error('Error running command: "%s". Output: "%s"' % (command, self.last_command.output))
37 (command, self.last_command.output))
40 return self.last_command.status
/dports/net/google-cloud-sdk/google-cloud-sdk/platform/gsutil/gslib/vendored/boto/boto/pyami/
H A Dscriptbase.py31 self.last_command = ShellCommand(command, cwd=cwd)
32 if self.last_command.status != 0:
33 … boto.log.error('Error running command: "%s". Output: "%s"' % (command, self.last_command.output))
37 (command, self.last_command.output))
40 return self.last_command.status
/dports/devel/py-boto/boto-2.49.0/boto/pyami/
H A Dscriptbase.py31 self.last_command = ShellCommand(command, cwd=cwd)
32 if self.last_command.status != 0:
33 … boto.log.error('Error running command: "%s". Output: "%s"' % (command, self.last_command.output))
37 (command, self.last_command.output))
40 return self.last_command.status
/dports/lang/ruby26/ruby-2.6.9/spec/bundler/commands/
H A Dbinstubs_spec.rb72 expect(last_command).to be_failure
73 expect(last_command.bundler_err).to include("Cannot specify --all with specific gems")
91 expect(last_command.stderr).to include("was not generated by Bundler")
149 expect(last_command.stderr).to include("Activating bundler (999.999.999) failed:").
161 expect(last_command.stderr).to include("Activating bundler (999.999.999) failed:").
170 expect(last_command.stderr).to include("Activating bundler (44.0) failed:").
179 expect(last_command.stderr).to include("Activating bundler (2.12.0.a) failed:").
189 …expect(last_command.stdout).to eq %(system bundler #{system_bundler_version}\n["update", "--bundle…
195 expect(last_command.stderr).to include("Activating bundler (999.999.999) failed:").
227 expect(last_command.stderr).to include("Activating bundler (999.999.999) failed:").
/dports/lang/ruby26/ruby-2.6.9/spec/bundler/install/gems/
H A Dstandalone_spec.rb178 expect(last_command.stdout).to eq("2.3.2")
179 expect(last_command.stderr).to eq("ZOMG LOAD ERROR")
196 expect(last_command.stdout).to eq("2.3.2")
197 expect(last_command.stderr).to eq("ZOMG LOAD ERROR")
213 expect(last_command.stdout).to eq("2.3.2")
230 expect(last_command.stdout).to eq("2.3.2")
248 expect(last_command.stdout).to eq("2.3.2")
249 expect(last_command.stderr).to eq("ZOMG LOAD ERROR")
/dports/lang/ruby26/ruby-2.6.9/spec/bundler/runtime/
H A Dwith_clean_env_spec.rb24 expect(last_command.stdboth).to eq(path)
33 expect(last_command.stdboth).to eq(gem_path)
77 expect(last_command.stdboth).to eq "false"
84 expect(last_command.stdboth).not_to include("-rbundler/setup")
91 expect(last_command.stdboth).to eq("/foo")
99 expect(last_command.stdboth).to eq("/foo-original")
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/coregrind/
H A Dvgdb.c1358 int last_command = -1; in parse_options() local
1408 last_command++; in parse_options()
1416 if (last_command == -1) { in parse_options()
1418 last_command++; in parse_options()
1423 commands[last_command] = vrealloc(commands[last_command], in parse_options()
1443 && last_command == -1) { in parse_options()
1485 *p_last_command = last_command; in parse_options()
1498 int last_command; in main() local
1507 &last_command, in main()
1537 if (last_command >= 0) { in main()
[all …]
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/coregrind/
H A Dvgdb.c1358 int last_command = -1; in parse_options() local
1408 last_command++; in parse_options()
1416 if (last_command == -1) { in parse_options()
1418 last_command++; in parse_options()
1423 commands[last_command] = vrealloc(commands[last_command], in parse_options()
1443 && last_command == -1) { in parse_options()
1485 *p_last_command = last_command; in parse_options()
1498 int last_command; in main() local
1507 &last_command, in main()
1537 if (last_command >= 0) { in main()
[all …]
/dports/sysutils/restic/restic-0.12.1/doc/
H A Dbash-completion.sh493 last_command="restic_cache"
558 last_command="restic_cat"
682 last_command="restic_copy"
773 last_command="restic_diff"
832 last_command="restic_dump"
909 last_command="restic_find"
1379 last_command="restic_key"
1505 last_command="restic_ls"
2231 last_command="restic_tag"
2430 last_command="restic"
[all …]
/dports/lang/ruby26/ruby-2.6.9/spec/bundler/install/
H A Dfailure_spec.rb21 expect(last_command.bundler_err).to end_with(normalize_uri_file(<<-M.strip))
49 expect(last_command.bundler_err).to end_with(<<-M.strip)
80 expect(last_command.bundler_err).to end_with(<<-M.strip)
114 expect(last_command.bundler_err).to end_with(normalize_uri_file(<<-M.strip))

12345678910>>...26