Home
last modified time | relevance | path

Searched refs:full_command (Results 1 – 25 of 162) sorted by relevance

1234567

/dports/sysutils/py-borgmatic/borgmatic-1.5.21/tests/unit/
H A Dtest_execute.py72 full_command,
92 full_command,
126 full_command,
164 full_command,
183 full_command,
203 full_command,
277 full_command,
298 full_command,
336 full_command,
376 full_command,
[all …]
/dports/deskutils/just/just-0.10.5/cargo-crates/cradle-0.2.0/src/
H A Derror.rs76 full_command: String,
84 full_command: String,
92 full_command: String,
99 full_command: String,
107 message: format!("{}:\n {}", config.full_command(), source), in command_io_error()
115 full_command: config.full_command(), in internal()
190 full_command, in fmt()
197 full_command, exit_code in fmt()
200 write!(f, "{}:\n exited with {}", full_command, exit_status) in fmt()
203 InvalidUtf8ToStdout { full_command, .. } => { in fmt()
[all …]
/dports/x11-fm/nemo/nemo-4.8.3/libnemo-private/
H A Dnemo-program-choosing.c201 eel_gnome_open_terminal_on_screen (full_command, screen); in launch_application_from_command_internal()
234 char *full_command, *tmp; in nemo_launch_application_from_command() local
239 full_command = g_strdup (command_string); in nemo_launch_application_from_command()
248 g_free (full_command); in nemo_launch_application_from_command()
249 full_command = tmp; in nemo_launch_application_from_command()
257 g_free (full_command); in nemo_launch_application_from_command()
276 char *full_command, *tmp; in nemo_launch_application_from_command_array() local
280 full_command = g_strdup (command_string); in nemo_launch_application_from_command_array()
288 g_free (full_command); in nemo_launch_application_from_command_array()
289 full_command = tmp; in nemo_launch_application_from_command_array()
[all …]
/dports/comms/owfs/owfs-3.2p4/module/owlib/src/c/
H A Dow_ha7.c285 char *full_command; in HA7_toHA7() local
301 if (full_command == NULL) { in HA7_toHA7()
308 strcat(full_command, ".html"); in HA7_toHA7()
312 strcat(full_command, "Address="); in HA7_toHA7()
326 strcat(full_command, "Data="); in HA7_toHA7()
327 bytes2string(&full_command[strlen(full_command)], ha7->data, ha7->length); in HA7_toHA7()
332 strcat(full_command, "LockID="); in HA7_toHA7()
333 strcat(full_command, ha7->lock); in HA7_toHA7()
342 owfree(full_command); in HA7_toHA7()
347 owfree(full_command); in HA7_toHA7()
[all …]
/dports/devel/cgit/cgit-1.2.3/git/t/
H A Dt7006-pager.sh369 full_command="test_must_fail test_terminal "
372 full_command="test_terminal "
375 full_command="$full_command $1"
393 $full_command
408 $full_command &&
434 $full_command &&
465 $full_command
479 $full_command &&
491 $full_command &&
/dports/devel/git-svn/git-2.34.1/t/
H A Dt7006-pager.sh369 full_command="test_must_fail test_terminal "
372 full_command="test_terminal "
375 full_command="$full_command $1"
393 $full_command
408 $full_command &&
434 $full_command &&
465 $full_command
479 $full_command &&
491 $full_command &&
/dports/devel/git-p4/git-2.34.1/t/
H A Dt7006-pager.sh369 full_command="test_must_fail test_terminal "
372 full_command="test_terminal "
375 full_command="$full_command $1"
393 $full_command
408 $full_command &&
434 $full_command &&
465 $full_command
479 $full_command &&
491 $full_command &&
/dports/devel/git-gui/git-2.34.1/t/
H A Dt7006-pager.sh369 full_command="test_must_fail test_terminal "
372 full_command="test_terminal "
375 full_command="$full_command $1"
393 $full_command
408 $full_command &&
434 $full_command &&
465 $full_command
479 $full_command &&
491 $full_command &&
/dports/devel/git/git-2.34.1/t/
H A Dt7006-pager.sh369 full_command="test_must_fail test_terminal "
372 full_command="test_terminal "
375 full_command="$full_command $1"
393 $full_command
408 $full_command &&
434 $full_command &&
465 $full_command
479 $full_command &&
491 $full_command &&
/dports/devel/git-cvs/git-2.34.1/t/
H A Dt7006-pager.sh369 full_command="test_must_fail test_terminal "
372 full_command="test_terminal "
375 full_command="$full_command $1"
393 $full_command
408 $full_command &&
434 $full_command &&
465 $full_command
479 $full_command &&
491 $full_command &&
/dports/x11-fm/caja/caja-1.26.0/libcaja-private/
H A Dcaja-program-choosing.c319 char *full_command, *tmp; in caja_launch_application_from_command() local
323 full_command = g_strdup (command_string); in caja_launch_application_from_command()
335 g_free (full_command); in caja_launch_application_from_command()
336 full_command = tmp; in caja_launch_application_from_command()
344 eel_mate_open_terminal_on_screen (full_command, screen); in caja_launch_application_from_command()
367 g_free (full_command); in caja_launch_application_from_command()
387 char *full_command, *tmp; in caja_launch_application_from_command_array() local
389 full_command = g_strdup (command_string); in caja_launch_application_from_command_array()
403 g_free (full_command); in caja_launch_application_from_command_array()
404 full_command = tmp; in caja_launch_application_from_command_array()
[all …]
/dports/sysutils/py-borgmatic/borgmatic-1.5.21/borgmatic/
H A Dexecute.py151 def log_command(full_command, input_file, output_file): argument
157 ' '.join(full_command)
170 full_command, argument
194 log_command(full_command, input_file, output_file)
197 command = ' '.join(full_command) if shell else full_command
223 full_command, argument
250 log_command(full_command, input_file, output_file)
253 command = ' '.join(full_command) if shell else full_command
/dports/x11-fm/nautilus/nautilus-41.1/src/
H A Dnautilus-program-choosing.c239 launch_application_from_command_internal (const gchar *full_command, in launch_application_from_command_internal() argument
288 char *full_command, *tmp; in nautilus_launch_application_from_command() local
293 full_command = g_strdup (command_string); in nautilus_launch_application_from_command()
303 g_free (full_command); in nautilus_launch_application_from_command()
304 full_command = tmp; in nautilus_launch_application_from_command()
311 g_free (full_command); in nautilus_launch_application_from_command()
330 char *full_command, *tmp; in nautilus_launch_application_from_command_array() local
334 full_command = g_strdup (command_string); in nautilus_launch_application_from_command_array()
344 g_free (full_command); in nautilus_launch_application_from_command_array()
345 full_command = tmp; in nautilus_launch_application_from_command_array()
[all …]
/dports/www/phpgroupware/phpgroupware-0.9.16.017/email/inc/
H A Dclass.mail_dcom_imap_sock.inc.php477 $full_command = $cmd_tag.' LOGIN "'.$user.'" "'.$pass.'"';
480 …if ($this->debug_dcom >= 2) { echo 'imap: open: write_port: '. htmlspecialchars($full_command) .'<…
483 if(!$this->write_port($full_command))
533 $full_command = $cmd_tag.' LOGOUT';
539 if(!$this->write_port($full_command))
591 $full_command = $cmd_tag.' SELECT "'.$folder.'"';
597 if(!$this->write_port($full_command))
694 $full_command = $cmd_tag.' LIST '.$list_params;
700 if(!$this->write_port($full_command))
871 $full_command = $cmd_tag.' STATUS "'.$svr_data['folder'].'" ('.$query_str.')';
[all …]
/dports/x11-wm/i3/i3-4.20.1/src/
H A Dassignments.c49 char *full_command; in run_assignments() local
50 sasprintf(&full_command, "[id=\"%d\"] %s", window->id, current->dest.command); in run_assignments()
51 CommandResult *result = parse_command(full_command, NULL, NULL); in run_assignments()
52 free(full_command); in run_assignments()
/dports/x11-wm/i3-gaps/i3-4.20.1/src/
H A Dassignments.c49 char *full_command; in run_assignments() local
50 sasprintf(&full_command, "[id=\"%d\"] %s", window->id, current->dest.command); in run_assignments()
51 CommandResult *result = parse_command(full_command, NULL, NULL); in run_assignments()
52 free(full_command); in run_assignments()
/dports/sysutils/py-borgmatic/borgmatic-1.5.21/borgmatic/borg/
H A Dlist.py28 full_command = (
39 output = execute_command(full_command, output_log_level=None, borg_local_path=local_path)
60 full_command = (
86 full_command,
H A Dextract.py86 full_command = (
106 full_command, output_file=DO_NOT_CAPTURE, working_directory=destination_path
112 full_command,
120 execute_command(full_command, working_directory=destination_path)
H A Dmount.py27 full_command = (
43 execute_command(full_command, output_file=DO_NOT_CAPTURE, borg_local_path=local_path)
46 execute_command(full_command, borg_local_path=local_path)
/dports/devel/py-buildbot/buildbot-3.4.1/buildbot/util/
H A Dgit.py187 def _adjustCommandParamsForSshPrivateKey(self, full_command, full_env): argument
196 self.adjustCommandParamsForSshPrivateKey(full_command, full_env,
202 full_command = ['git']
207 full_command.append('-c')
208 full_command.append('{}={}'.format(name, value))
211 self._adjustCommandParamsForSshPrivateKey(full_command, full_env)
213 full_command.extend(command)
240 full_command,
/dports/print/scribus-devel/scribus-1.5.7/scribus/
H A Dpageitem_latexframe.cpp277 QString full_command = config->executable(); in runApplication() local
278 if (full_command.isEmpty()) in runApplication()
294 full_command.replace("%dpi", QString::number(realDpi())); in runApplication()
295 if (full_command.contains("%file")) in runApplication()
296 full_command.replace("%file", QString("\"%1\"").arg(QDir::toNativeSeparators(tempFileBase))); in runApplication()
298 full_command = full_command + QString(" \"%1\"").arg(QDir::toNativeSeparators(tempFileBase)); in runApplication()
300 full_command.replace("%dir", QString("\"%1\"").arg(QDir::toNativeSeparators(QDir::tempPath()))); in runApplication()
304 full_command.replace("$scribus_height_px$", QString::number(qRound(m_height*lDpi))); in runApplication()
305 full_command.replace("$scribus_width_px$", QString::number(qRound(m_width*lDpi))); in runApplication()
310 full_command.replace("$scribus_"+i.key()+"$", i.value()); in runApplication()
[all …]
/dports/math/clblast/CLBlast-1.1.0/scripts/benchmark/
H A Dutils.py50 full_command = command + " " + " ".join(arguments)
51 print("[benchmark] Calling binary: %s" % str(full_command))
53 return subprocess.Popen(full_command, shell=True, stdout=subprocess.PIPE).stdout.read()
/dports/www/node10/node-v10.24.1/test/pseudo-tty/
H A Dtestcfg.py125 full_command = self.context.processor(command)
126 full_command = [sys.executable, PTY_HELPER] + full_command
127 output = test.Execute(full_command,
135 full_command,
/dports/astro/nightfall/nightfall-1.92/
H A Dexecute.c299 char * full_command = malloc(len); in print_full_command() local
300 assert(full_command != NULL); in print_full_command()
302 snprintf(full_command, len, in print_full_command()
305 return full_command; in print_full_command()
314 char * full_command = print_full_command (free_host, command, in runit() local
319 if (0 == run_command(full_command, &cpid)) in runit()
351 free(full_command); in runit()
355 free(full_command); in runit()
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/modules/redis/
H A Dredis-worker.c103 GString *full_command = scratch_buffers_alloc(); in _argv_to_string() local
105 full_command = g_string_append(full_command, self->argv[0]); in _argv_to_string()
108 g_string_append(full_command, " \""); in _argv_to_string()
109 append_unsafe_utf8_as_escaped_text(full_command, self->argv[i], self->argvlen[i], "\""); in _argv_to_string()
110 g_string_append(full_command, "\""); in _argv_to_string()
112 return full_command->str; in _argv_to_string()

1234567