Home
last modified time | relevance | path

Searched refs:search_history (Results 1 – 25 of 120) sorted by relevance

12345

/dports/www/py-weboob-qt/weboob-qt-2.0/weboob/tools/application/qt5/
H A Dsearch_history.py35 self.search_history = []
41 if len(self.search_history) > self.max_history:
42 self.search_history.pop(0)
43 if s not in self.search_history:
44 self.search_history.append(s)
48 self.model().setStringList(self.search_history)
52 self.search_history = []
57 self.search_history = conf_hist.split('\n')
62 if len(self.search_history) > 0:
64 f.write('\n'.join(self.search_history))
/dports/audio/cmus/cmus-2.9.1/
H A Dsearch_mode.c43 static struct history search_history; variable
89 history_reset_search(&search_history); in reset_history_search()
132 history_add_line(&search_history, text); in search_text()
167 history_add_line(&search_history, text); in search_mode_ch()
271 text = history_search_forward(&search_history, history_search_text); in search_mode_key()
278 text = history_search_backward(&search_history, history_search_text); in search_mode_key()
300 history_add_line(&search_history, text); in search_mode_mouse()
324 history_load(&search_history, search_history_filename, 100); in search_mode_init()
329 history_save(&search_history); in search_mode_exit()
330 history_free(&search_history); in search_mode_exit()
/dports/devel/py-lineedit/lineedit-0.1.6/lineedit/
H A Dbuffer.py11 search_history = [] variable in ModalBuffer
103 self.search_history = []
134 self._working_lines[i] not in self.search_history):
156 self._working_lines[i] not in self.search_history):
181 self.search_history = []
186 if self.last_search_history and self.last_search_history not in self.search_history:
187 self.search_history.append(self.last_search_history)
221 self.search_history = []
/dports/editors/nano/nano-5.9/src/
H A Dhistory.c50 search_history = make_new_node(NULL); in history_init()
51 search_history->data = copy_of(""); in history_init()
52 searchtop = search_history; in history_init()
53 searchbot = search_history; in history_init()
69 if (list == search_history) in history_reset()
70 search_history = searchbot; in history_reset()
99 if (*item == search_history) { in update_history()
189 if (*h == search_history) { in get_history_completion()
301 linestruct **history = &search_history; in load_history()
313 } else if (history == &search_history) in load_history()
/dports/editors/dte/dte-cae7c45ea5a563c022001a54d1eee71c268f62b4/src/
H A Dmode-search.c15 history_add(&editor.search_history, str, search_history_size); in search_mode_keypress()
32 switch (cmdline_handle_key(&editor.cmdline, &editor.search_history, key)) { in search_mode_keypress()
H A Dmain.c332 &editor.search_history, in main()
336 if (editor.search_history.count) { in main()
338 editor.search_history.ptrs[editor.search_history.count - 1] in main()
423 history_save(&editor.search_history, search_history_filename); in main()
/dports/devel/geany-plugin-xmlsnippets/geany-plugins-1.38/vimode/src/
H A Dexcmd-prompt.c41 static GPtrArray *search_history; variable
222 search_history = g_ptr_array_new_with_free_func(g_free); in ex_prompt_init()
268 history = cmd_first_char == ':' ? cmd_history : search_history; in ex_prompt_show()
280 g_ptr_array_free(search_history, TRUE); in ex_prompt_cleanup()
/dports/devel/geany-plugin-workbench/geany-plugins-1.38/vimode/src/
H A Dexcmd-prompt.c41 static GPtrArray *search_history; variable
222 search_history = g_ptr_array_new_with_free_func(g_free); in ex_prompt_init()
268 history = cmd_first_char == ':' ? cmd_history : search_history; in ex_prompt_show()
280 g_ptr_array_free(search_history, TRUE); in ex_prompt_cleanup()
/dports/devel/geany-plugins-l10n/geany-plugins-1.38/vimode/src/
H A Dexcmd-prompt.c41 static GPtrArray *search_history; variable
222 search_history = g_ptr_array_new_with_free_func(g_free); in ex_prompt_init()
268 history = cmd_first_char == ':' ? cmd_history : search_history; in ex_prompt_show()
280 g_ptr_array_free(search_history, TRUE); in ex_prompt_cleanup()
/dports/devel/geany-plugin-pohelper/geany-plugins-1.38/vimode/src/
H A Dexcmd-prompt.c41 static GPtrArray *search_history; variable
222 search_history = g_ptr_array_new_with_free_func(g_free); in ex_prompt_init()
268 history = cmd_first_char == ':' ? cmd_history : search_history; in ex_prompt_show()
280 g_ptr_array_free(search_history, TRUE); in ex_prompt_cleanup()
/dports/devel/geany-plugin-prj/geany-plugins-1.38/vimode/src/
H A Dexcmd-prompt.c41 static GPtrArray *search_history; variable
222 search_history = g_ptr_array_new_with_free_func(g_free); in ex_prompt_init()
268 history = cmd_first_char == ':' ? cmd_history : search_history; in ex_prompt_show()
280 g_ptr_array_free(search_history, TRUE); in ex_prompt_cleanup()
/dports/devel/geany-plugin-tableconvert/geany-plugins-1.38/vimode/src/
H A Dexcmd-prompt.c41 static GPtrArray *search_history; variable
222 search_history = g_ptr_array_new_with_free_func(g_free); in ex_prompt_init()
268 history = cmd_first_char == ':' ? cmd_history : search_history; in ex_prompt_show()
280 g_ptr_array_free(search_history, TRUE); in ex_prompt_cleanup()
/dports/devel/geany-plugin-vimode/geany-plugins-1.38/vimode/src/
H A Dexcmd-prompt.c41 static GPtrArray *search_history; variable
222 search_history = g_ptr_array_new_with_free_func(g_free); in ex_prompt_init()
268 history = cmd_first_char == ':' ? cmd_history : search_history; in ex_prompt_show()
280 g_ptr_array_free(search_history, TRUE); in ex_prompt_cleanup()
/dports/devel/geany-plugin-vc/geany-plugins-1.38/vimode/src/
H A Dexcmd-prompt.c41 static GPtrArray *search_history; variable
222 search_history = g_ptr_array_new_with_free_func(g_free); in ex_prompt_init()
268 history = cmd_first_char == ':' ? cmd_history : search_history; in ex_prompt_show()
280 g_ptr_array_free(search_history, TRUE); in ex_prompt_cleanup()
/dports/devel/geany-plugin-shiftcolumn/geany-plugins-1.38/vimode/src/
H A Dexcmd-prompt.c41 static GPtrArray *search_history; variable
222 search_history = g_ptr_array_new_with_free_func(g_free); in ex_prompt_init()
268 history = cmd_first_char == ':' ? cmd_history : search_history; in ex_prompt_show()
280 g_ptr_array_free(search_history, TRUE); in ex_prompt_cleanup()
/dports/devel/geany-plugin-pairtaghighlighter/geany-plugins-1.38/vimode/src/
H A Dexcmd-prompt.c41 static GPtrArray *search_history; variable
222 search_history = g_ptr_array_new_with_free_func(g_free); in ex_prompt_init()
268 history = cmd_first_char == ':' ? cmd_history : search_history; in ex_prompt_show()
280 g_ptr_array_free(search_history, TRUE); in ex_prompt_cleanup()
/dports/devel/geany-plugin-projectorganizer/geany-plugins-1.38/vimode/src/
H A Dexcmd-prompt.c41 static GPtrArray *search_history; variable
222 search_history = g_ptr_array_new_with_free_func(g_free); in ex_prompt_init()
268 history = cmd_first_char == ':' ? cmd_history : search_history; in ex_prompt_show()
280 g_ptr_array_free(search_history, TRUE); in ex_prompt_cleanup()
/dports/devel/geany-plugin-pretty-printer/geany-plugins-1.38/vimode/src/
H A Dexcmd-prompt.c41 static GPtrArray *search_history; variable
222 search_history = g_ptr_array_new_with_free_func(g_free); in ex_prompt_init()
268 history = cmd_first_char == ':' ? cmd_history : search_history; in ex_prompt_show()
280 g_ptr_array_free(search_history, TRUE); in ex_prompt_cleanup()
/dports/devel/geany-plugin-treebrowser/geany-plugins-1.38/vimode/src/
H A Dexcmd-prompt.c41 static GPtrArray *search_history; variable
222 search_history = g_ptr_array_new_with_free_func(g_free); in ex_prompt_init()
268 history = cmd_first_char == ':' ? cmd_history : search_history; in ex_prompt_show()
280 g_ptr_array_free(search_history, TRUE); in ex_prompt_cleanup()
/dports/devel/geany-plugin-scope/geany-plugins-1.38/vimode/src/
H A Dexcmd-prompt.c41 static GPtrArray *search_history; variable
222 search_history = g_ptr_array_new_with_free_func(g_free); in ex_prompt_init()
268 history = cmd_first_char == ':' ? cmd_history : search_history; in ex_prompt_show()
280 g_ptr_array_free(search_history, TRUE); in ex_prompt_cleanup()
/dports/devel/geany-plugin-sendmail/geany-plugins-1.38/vimode/src/
H A Dexcmd-prompt.c41 static GPtrArray *search_history; variable
222 search_history = g_ptr_array_new_with_free_func(g_free); in ex_prompt_init()
268 history = cmd_first_char == ':' ? cmd_history : search_history; in ex_prompt_show()
280 g_ptr_array_free(search_history, TRUE); in ex_prompt_cleanup()
/dports/devel/geany-plugin-updatechecker/geany-plugins-1.38/vimode/src/
H A Dexcmd-prompt.c41 static GPtrArray *search_history; variable
222 search_history = g_ptr_array_new_with_free_func(g_free); in ex_prompt_init()
268 history = cmd_first_char == ':' ? cmd_history : search_history; in ex_prompt_show()
280 g_ptr_array_free(search_history, TRUE); in ex_prompt_cleanup()
/dports/devel/geany-plugin-utilslib/geany-plugins-1.38/vimode/src/
H A Dexcmd-prompt.c41 static GPtrArray *search_history; variable
222 search_history = g_ptr_array_new_with_free_func(g_free); in ex_prompt_init()
268 history = cmd_first_char == ':' ? cmd_history : search_history; in ex_prompt_show()
280 g_ptr_array_free(search_history, TRUE); in ex_prompt_cleanup()
/dports/devel/geany-plugin-pg/geany-plugins-1.38/vimode/src/
H A Dexcmd-prompt.c41 static GPtrArray *search_history; variable
222 search_history = g_ptr_array_new_with_free_func(g_free); in ex_prompt_init()
268 history = cmd_first_char == ':' ? cmd_history : search_history; in ex_prompt_show()
280 g_ptr_array_free(search_history, TRUE); in ex_prompt_cleanup()
/dports/devel/geany-plugin-spellcheck/geany-plugins-1.38/vimode/src/
H A Dexcmd-prompt.c41 static GPtrArray *search_history; variable
222 search_history = g_ptr_array_new_with_free_func(g_free); in ex_prompt_init()
268 history = cmd_first_char == ':' ? cmd_history : search_history; in ex_prompt_show()
280 g_ptr_array_free(search_history, TRUE); in ex_prompt_cleanup()

12345