Home
last modified time | relevance | path

Searched refs:history_file (Results 226 – 250 of 454) sorted by relevance

12345678910>>...19

/dports/devel/replxx/replxx-release-0.0.3/examples/
H A Dcxx-api.cxx226 std::string history_file {"./replxx_history.txt"}; in main() local
229 rx.history_load(history_file); in main()
416 history_file = "replxx_history_alt.txt"; in main()
422 history_file = "replxx_history_alt.txt"; in main()
423 rx.history_save(history_file); in main()
448 rx.history_sync(history_file); in main()
/dports/science/py-ruffus/ruffus-2.8.3/doc/
H A Dpipeline_functions.rst43 .. |pr_history_file| replace:: `history_file`
44 .. _pr_history_file: `pipeline_functions.pipeline_run.history_file`_
67 .. |pp_history_file| replace:: `history_file`
68 .. _pp_history_file: `pipeline_functions.pipeline_printout.history_file`_
108 .. |ppg_history_file| replace:: `history_file`
280 .. _pipeline_functions.pipeline_run.history_file:
282 * *history_file*
410 .. _pipeline_functions.pipeline_printout.history_file:
412 * *history_file*
635 .. _pipeline_functions.pipeline_printout_graph.history_file:
[all …]
/dports/x11-fm/librfm/librfm5-5.3.16.4/include/
H A Drodent_popup.h14 const gchar *history_file; member
/dports/mail/mailman3/mailman-3.3.1/src/mailman/commands/docs/
H A Dshell.rst113 ``[shell]history_file`` variable in the ``mailman.cfg`` file and when the
121 ``[shell]history_file``, causing your history to be written twice. To disable
136 When using IPython, the ``[shell]history_file`` is not used.
/dports/www/links1/links-1.04/
H A Ddefault.c1551 unsigned char *history_file, *hs; in load_url_history() local
1557 history_file = stracpy(links_home); in load_url_history()
1558 add_to_strn(&history_file, "links.his"); in load_url_history()
1559 hs = read_config_file(history_file); in load_url_history()
1560 mem_free(history_file); in load_url_history()
1577 unsigned char *history_file; in save_url_history() local
1585 history_file = stracpy(links_home); in save_url_history()
1586 add_to_strn(&history_file, "links.his"); in save_url_history()
1596 write_to_config_file(history_file, hs); in save_url_history()
1597 mem_free(history_file); in save_url_history()
/dports/sysutils/bareos19-traymonitor/bareos-Release-19.2.11/core/src/console/
H A Dconsole_conf.h72 char* history_file = nullptr; /**< command history file */ variable
/dports/sysutils/bareos19-client/bareos-Release-19.2.11/core/src/console/
H A Dconsole_conf.h72 char* history_file = nullptr; /**< command history file */ variable
/dports/sysutils/bareos19-server/bareos-Release-19.2.11/core/src/console/
H A Dconsole_conf.h72 char* history_file = nullptr; /**< command history file */ variable
/dports/sysutils/bareos-client/bareos-Release-20.0.3/core/src/console/
H A Dconsole_conf.h72 char* history_file = nullptr; /**< command history file */ variable
/dports/sysutils/bareos-server/bareos-Release-20.0.3/core/src/console/
H A Dconsole_conf.h72 char* history_file = nullptr; /**< command history file */ variable
/dports/sysutils/bareos-traymonitor/bareos-Release-20.0.3/core/src/console/
H A Dconsole_conf.h72 char* history_file = nullptr; /**< command history file */ variable
/dports/www/bareos-webui/bareos-Release-20.0.3/core/src/console/
H A Dconsole_conf.h72 char* history_file = nullptr; /**< command history file */ variable
/dports/www/bareos19-webui/bareos-Release-19.2.11/core/src/console/
H A Dconsole_conf.h72 char* history_file = nullptr; /**< command history file */ variable
/dports/sysutils/bareos18-traymonitor/bareos-Release-18.2.12/core/src/console/
H A Dconsole_conf.h71 char *history_file; /**< command history file */ variable
H A Dconsole_conf.cc90 { "HistoryFile", CFG_TYPE_DIR, ITEM(res_cons.history_file), 0, 0, NULL, NULL, NULL },
180 if (res->res_cons.history_file) { free(res->res_cons.history_file); } in FreeResource()
/dports/sysutils/bareos18-server/bareos-Release-18.2.12/core/src/console/
H A Dconsole_conf.h71 char *history_file; /**< command history file */ variable
H A Dconsole_conf.cc90 { "HistoryFile", CFG_TYPE_DIR, ITEM(res_cons.history_file), 0, 0, NULL, NULL, NULL },
180 if (res->res_cons.history_file) { free(res->res_cons.history_file); } in FreeResource()
/dports/sysutils/bareos18-client/bareos-Release-18.2.12/core/src/console/
H A Dconsole_conf.h71 char *history_file; /**< command history file */ variable
H A Dconsole_conf.cc90 { "HistoryFile", CFG_TYPE_DIR, ITEM(res_cons.history_file), 0, 0, NULL, NULL, NULL },
180 if (res->res_cons.history_file) { free(res->res_cons.history_file); } in FreeResource()
/dports/www/bareos18-webui/bareos-Release-18.2.12/core/src/console/
H A Dconsole_conf.h71 char *history_file; /**< command history file */ variable
H A Dconsole_conf.cc90 { "HistoryFile", CFG_TYPE_DIR, ITEM(res_cons.history_file), 0, 0, NULL, NULL, NULL },
180 if (res->res_cons.history_file) { free(res->res_cons.history_file); } in FreeResource()
/dports/sysutils/py-supervisor/supervisor-4.2.1/supervisor/
H A Doptions.py1622 history_file = None variable in ClientOptions
1633 self.configroot.supervisorctl.history_file = None
1692 history_file = parser.getdefault('history_file', section.history_file,
1695 if history_file:
1696 history_file = normalize_path(history_file)
1697 section.history_file = history_file
1698 self.history_file = history_file
1700 section.history_file = None
1701 self.history_file = None
/dports/shells/p5-Term-ShellUI/Term-ShellUI-0.92/examples/
H A Dsynopsis-big16 history_file => '~/.shellui-synopsis-history',
/dports/www/geneweb/geneweb-13c850a0cc3973daf7ae3e0772a1621f84052041/src/
H A Dhistory_diff.ml23 value history_file fn sn occ =
150 let person_file = history_file p.first_name p.surname p.occ in
156 let person_file = history_file p.first_name p.surname p.occ in
176 let person_file = history_file p.first_name p.surname p.occ in
189 let p_file = history_file p.first_name p.surname p.occ in
195 history_file
213 history_file
230 let o_person_file = history_file ofn osn oocc in
231 let person_file = history_file fn sn occ in
1060 else eval_string_env "history_file" env
[all …]
/dports/games/libgnome-games-support/libgnome-games-support-1.8.0/games/scores/
H A Dhistory-file-importer.vala84 var history_file = File.new_for_path (history_filename);
85 history_file.@delete ();

12345678910>>...19