Home
last modified time | relevance | path

Searched refs:add_to_recent (Results 1 – 6 of 6) sorted by relevance

/dports/devel/py-spyder/spyder-3.2.7/spyder/plugins/
H A Dprojects.py241 self.add_to_recent(path)
260 self.add_to_recent(path)
422 def add_to_recent(self, project): member in Projects
/dports/editors/tea/tea-qt-60.5.1/
H A Ddocument.h325 void add_to_recent (CDocument *d);
H A Ddocument.cpp892 holder->add_to_recent (this); in ~CDocument()
2041 void CDox::add_to_recent (CDocument *d) in add_to_recent() function in CDox
/dports/multimedia/lives/lives-3.2.0/src/
H A Dmain.h1798 void add_to_recent(const char *filename, double start, int frames, const char *file_open_params);
H A Dsaveplay.c1027 add_to_recent(file_name, start, frames, mainw->file_open_params); in open_file_sel()
2063 add_to_recent(full_file_name, 0., 0, NULL);
4385 add_to_recent(full_file_name, 0., 0, NULL);
5052 add_to_recent(file_name, 0., 0, NULL);
H A Dutils.c4701 void add_to_recent(const char *filename, double start, frames_t frames, const char *extra_params) { in add_to_recent() function