Home
last modified time | relevance | path

Searched refs:search_cmd (Results 1 – 25 of 135) sorted by relevance

123456

/dports/sysutils/py-salt/salt-3004.1/tests/pytests/unit/modules/
H A Dtest_pkgng.py27 search_cmd = MagicMock(return_value="bash-5.1.4")
29 with patch.dict(pkgng.__salt__, {"cmd.run": search_cmd}):
31 search_cmd.assert_called_with(
44 search_cmd = MagicMock(return_value="bash-5.1.4_2")
48 search_cmd.assert_called_with(
61 search_cmd = MagicMock(return_value="openvpn-2.4.8_3")
65 search_cmd.assert_called_with(
78 search_cmd = MagicMock(return_value="")
82 search_cmd.assert_called_with(
94 search_cmd = MagicMock(return_value="openvpn-2.4.8_2")
[all …]
/dports/science/code_saturne/code_saturne-7.1.0/gui/Pages/
H A DOpenTurnsDialogView.py522 search_cmd = ''
523 search_cmd += "cd "+ search_path + "\n"
524 search_cmd += "build_list=\n"
525 search_cmd += "find . -mindepth 1 -maxdepth 1 -type d |\n"
526 search_cmd += "while read -r d; do\n"
527 search_cmd += " echo ${d:2}\n"
528 search_cmd += "done\n"
529 search_cmd += "'"
531 ssh_cmd = subprocess.Popen(["ssh", host_name, search_cmd],
/dports/sysutils/most/most-5.1.0/src/
H A Dkeym.c330 static void search_cmd(void) in search_cmd() function
417 search_cmd(); in edt_find_cmd()
474 A_KEY("search_forward", search_cmd),
527 SLkm_define_key ("/", (FVOID_STAR) search_cmd, Most_Keymap); in most_init_keymaps()
546 SLkm_define_key ("S", (FVOID_STAR) search_cmd, Most_Keymap); in most_init_keymaps()
582 SLkm_define_key ("\033[1~", (FVOID_STAR) search_cmd, Most_Keymap); in most_init_keymaps()
619 SLkm_define_key ("^F", (FVOID_STAR) search_cmd, Most_Keymap); in most_init_keymaps()
648 SLkm_define_key ("f", (FVOID_STAR) search_cmd, Most_Keymap); in most_init_keymaps()
657 SLkm_define_key ("s", (FVOID_STAR) search_cmd, Most_Keymap); in most_init_keymaps()
/dports/sysutils/xfce4-places-plugin/xfce4-places-plugin-1.8.1/panel-plugin/
H A Dcfg.c194 cfg->search_cmd = g_strdup(""); in places_cfg_init()
251 g_value_set_string (value, cfg->search_cmd); in places_cfg_get_property()
365 if (strcmp(cfg->search_cmd, text)) in places_cfg_set_property()
367 if (cfg->search_cmd != NULL) in places_cfg_set_property()
368 g_free (cfg->search_cmd); in places_cfg_set_property()
369 cfg->search_cmd = g_value_dup_string (value); in places_cfg_set_property()
628 if(cfg->search_cmd != NULL) in places_cfg_finalize()
629 g_free(cfg->search_cmd); in places_cfg_finalize()
/dports/deskutils/tpb/tpb-0.6.4/src/
H A Dcfg.c338 if(cfg->search_cmd != NULL) { in init_cfg()
339 free(cfg->search_cmd); in init_cfg()
341 cfg->search_cmd = NULL; in init_cfg()
520 cfg->search_cmd = NULL; in clear_cfg()
645 if(cfg->search_cmd != NULL) { in free_cfg()
646 free(cfg->search_cmd); in free_cfg()
768 if(master->search_cmd != NULL) { in override_cfg()
770 free(slave->search_cmd); in override_cfg()
772 slave->search_cmd = strdup(master->search_cmd); in override_cfg()
1088 if(cfg->search_cmd != NULL) { in set_value()
[all …]
/dports/editors/vim/vim-8.2.3745/src/testdir/
H A Dtest_regexp_utf8.vim523 exe search_cmd
526 exe search_cmd
529 exe search_cmd
533 let search_cmd='norm /\<[[:upper:]].\+\>' .. "\<CR>"
535 exe search_cmd
538 exe search_cmd
541 exe search_cmd
545 let search_cmd='norm /\<[[:lower:]]\+\>' .. "\<CR>"
547 exe search_cmd
550 exe search_cmd
[all …]
/dports/editors/neovim/neovim-0.6.1/src/nvim/testdir/
H A Dtest_regexp_utf8.vim555 exe search_cmd
558 exe search_cmd
561 exe search_cmd
565 let search_cmd='norm /\<[[:upper:]].\+\>' .. "\<CR>"
567 exe search_cmd
570 exe search_cmd
573 exe search_cmd
577 let search_cmd='norm /\<[[:lower:]]\+\>' .. "\<CR>"
579 exe search_cmd
582 exe search_cmd
[all …]
/dports/lang/sbcl/sbcl-1.3.13/src/runtime/
H A Dmonitor.c63 static cmd flush_cmd, search_cmd, regs_cmd, exit_cmd; variable
93 {"search", "Search for TYPE starting at ADDRESS for a max of COUNT words.", search_cmd},
94 {"s", "(an alias for search)", search_cmd},
243 search_cmd(char **ptr) in search_cmd() function
/dports/sysutils/openipmi/OpenIPMI-2.0.29/ui/
H A Dui_command.c42 static int search_cmd(void *item, void *cb_data) in search_cmd() function
57 entry = ilist_search_iter(iter, search_cmd, name); in find_cmd()
/dports/mail/notmuch/notmuch-0.34.2/contrib/notmuch-mutt/
H A Dnotmuch-mutt127 my $search_cmd = 'notmuch search --output=threads ' . shell_quote("id:$mid");
128 my $tid = `$search_cmd`; # get thread id
/dports/mail/notmuch-emacs/notmuch-0.34.2/contrib/notmuch-mutt/
H A Dnotmuch-mutt127 my $search_cmd = 'notmuch search --output=threads ' . shell_quote("id:$mid");
128 my $tid = `$search_cmd`; # get thread id
/dports/mail/py-notmuch2/notmuch-0.34.2/contrib/notmuch-mutt/
H A Dnotmuch-mutt127 my $search_cmd = 'notmuch search --output=threads ' . shell_quote("id:$mid");
128 my $tid = `$search_cmd`; # get thread id
/dports/mail/py-notmuch/notmuch-0.34.2/contrib/notmuch-mutt/
H A Dnotmuch-mutt127 my $search_cmd = 'notmuch search --output=threads ' . shell_quote("id:$mid");
128 my $tid = `$search_cmd`; # get thread id
/dports/mail/notmuch-mutt/notmuch-0.34.2/contrib/notmuch-mutt/
H A Dnotmuch-mutt127 my $search_cmd = 'notmuch search --output=threads ' . shell_quote("id:$mid");
128 my $tid = `$search_cmd`; # get thread id
/dports/sysutils/webmin/webmin-1.981/man/
H A Dconfig-aix1 search_cmd=man -k PAGE
H A Dconfig-freebsd1 search_cmd=man -k PAGE
H A Dconfig-netbsd1 search_cmd=man -k PAGE
H A Dconfig-openbsd1 search_cmd=man -k PAGE
H A Dconfig-hpux1 search_cmd=man -k PAGE
H A Dconfig-osf11 search_cmd=man -k PAGE
/dports/sysutils/usermin/usermin-1.830/man/
H A Dconfig-aix1 search_cmd=man -k PAGE
H A Dconfig-freebsd1 search_cmd=man -k PAGE
H A Dconfig-netbsd1 search_cmd=man -k PAGE
H A Dconfig-openbsd1 search_cmd=man -k PAGE
/dports/sysutils/auto-admin/auto-admin-0.7.8.1/Scripts/
H A Dauto-software-manager45 search_cmd='pkg search'
64 search_cmd='pkgin search'
118 $search_cmd "$pattern" | more

123456