Home
last modified time | relevance | path

Searched refs:recent_file (Results 1 – 25 of 35) sorted by relevance

12

/dports/security/nmap/nmap-7.91/zenmap/zenmapCore/
H A DRecentScans.py81 recent_file = open(self.recent_scans_file, "r")
83 t for t in recent_file.read().split(";")
85 recent_file.close()
91 recent_file = open(self.recent_scans_file, "w")
92 recent_file.write(";".join(self.temp_list))
93 recent_file.close()
/dports/devel/py-spyder/spyder-3.2.7/spyder/widgets/projects/type/
H A D__init__.py70 for recent_file in recent_files[:]:
71 if not os.path.isfile(recent_file):
72 recent_files.remove(recent_file)
80 for recent_file in recent_files[:]:
81 if not os.path.isfile(recent_file):
82 recent_files.remove(recent_file)
/dports/devel/upp/upp/uppsrc/SqlCtrl/
H A DSqlObjectTree.cpp29 String recent_file; member in Upp::DlgSqlExport
143 if(!IsNull(recent_file)) in Run()
144 fsel <<= ForceExt(recent_file, ext); in Run()
147 recent_file = ~fsel; in Run()
149 if(!fo.Open(recent_file)) { in Run()
150 Exclamation(NFormat(t_("Error creating file [* \1%s\1]."), recent_file)); in Run()
200 throw Exc(NFormat(t_("Error writing file %s."), recent_file)); in Run()
213 stream / version % format % recent_file; in Serialize()
/dports/sysutils/zeitgeist/zeitgeist-1.0.3/datahub/
H A Dkde-recent-document-provider.vala160 KeyFile recent_file = new KeyFile ();
161 recent_file.load_from_data (content, content.length, KeyFileFlags.NONE);
162 string basename = recent_file.get_string (RECENT_FILE_GROUP, "Name");
163 string uri = recent_file.get_string (RECENT_FILE_GROUP, "URL");
164 string desktop_entry_name = recent_file.get_string (RECENT_FILE_GROUP,
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/ui/dialog/
H A Dcommand-palette.cpp130 for (auto const &recent_file : recent_files) { in CommandPalette() local
132 bool valid_file = recent_file->has_application(g_get_prgname()) or in CommandPalette()
133 recent_file->has_application("org.inkscape.Inkscape") or in CommandPalette()
134 recent_file->has_application("inkscape") or in CommandPalette()
135 recent_file->has_application("inkscape.exe"); in CommandPalette()
137 valid_file = valid_file and recent_file->exists(); in CommandPalette()
147 append_recent_file_operation(recent_file->get_uri_display(), true, in CommandPalette()
149 append_recent_file_operation(recent_file->get_uri_display(), true, in CommandPalette()
/dports/devel/upp/upp/uppsrc/CtrlLib/
H A DDlgColor.cpp878 String recent_file; member in Upp::PalCtrl
1165 recent_file = SelectFileSaveAs("Palette (*.pal)\n*.pal"); in OnSave()
1166 if(recent_file.GetCount()) in OnSave()
1170 if(!SaveFile(recent_file, stream)) in OnSave()
1171 Exclamation(Format(t_("Error writing file [* \1%s\1]."), recent_file)); in OnSave()
1177 recent_file = SelectFileOpen("Palette (*.pal)\n*.pal"); in OnLoad()
1178 if(recent_file.GetCount()) in OnLoad()
1180 FileIn fi(recent_file); in OnLoad()
1183 Exclamation(Format(t_("Error opening file [* \1%s\1]."), recent_file)); in OnLoad()
1190 Exclamation(Format(t_("Error reading palette from file [* \1%s\1]."), recent_file)); in OnLoad()
/dports/audio/fogpad-lv2/fogpad-port-1.0.0-3-gc52326b/dpf/dgl/src/sofd/
H A Dlibsofd.c310 static char recent_file[1024]; in x_fib_recent_file() local
313 if (xdg && (strlen(xdg) + strlen(appname) + 10) < sizeof(recent_file)) { in x_fib_recent_file()
314 sprintf(recent_file, "%s" PATHSEP "%s" PATHSEP "recent", xdg, appname); in x_fib_recent_file()
315 return recent_file; in x_fib_recent_file()
322 return recent_file; in x_fib_recent_file()
326 if (home && (strlen(home) + strlen(appname) + 29) < sizeof(recent_file)) { in x_fib_recent_file()
327 sprintf(recent_file, "%s/Library/Preferences/%s/recent", home, appname); in x_fib_recent_file()
328 return recent_file; in x_fib_recent_file()
332 if (home && (strlen(home) + strlen(appname) + 22) < sizeof(recent_file)) { in x_fib_recent_file()
333 sprintf(recent_file, "%s/.local/share/%s/recent", home, appname); in x_fib_recent_file()
[all …]
/dports/audio/avldrums-lv2/avldrums.lv2-0.4.2/robtk/sofd/
H A Dlibsofd.c302 static char recent_file[1024]; in x_fib_recent_file() local
305 if (xdg && (strlen(xdg) + strlen(appname) + 10) < sizeof(recent_file)) { in x_fib_recent_file()
306 sprintf(recent_file, "%s" PATHSEP "%s" PATHSEP "recent", xdg, appname); in x_fib_recent_file()
307 return recent_file; in x_fib_recent_file()
314 return recent_file; in x_fib_recent_file()
318 if (home && (strlen(home) + strlen(appname) + 29) < sizeof(recent_file)) { in x_fib_recent_file()
319 sprintf(recent_file, "%s/Library/Preferences/%s/recent", home, appname); in x_fib_recent_file()
320 return recent_file; in x_fib_recent_file()
324 if (home && (strlen(home) + strlen(appname) + 22) < sizeof(recent_file)) { in x_fib_recent_file()
325 sprintf(recent_file, "%s/.local/share/%s/recent", home, appname); in x_fib_recent_file()
[all …]
/dports/audio/fabla2-lv2/openAV-Fabla2-33f4062/src/ui/sofd/
H A Dlibsofd.c302 static char recent_file[1024]; in x_fib_recent_file() local
305 if (xdg && (strlen(xdg) + strlen(appname) + 10) < sizeof(recent_file)) { in x_fib_recent_file()
306 sprintf(recent_file, "%s" PATHSEP "%s" PATHSEP "recent", xdg, appname); in x_fib_recent_file()
307 return recent_file; in x_fib_recent_file()
314 return recent_file; in x_fib_recent_file()
318 if (home && (strlen(home) + strlen(appname) + 29) < sizeof(recent_file)) { in x_fib_recent_file()
319 sprintf(recent_file, "%s/Library/Preferences/%s/recent", home, appname); in x_fib_recent_file()
320 return recent_file; in x_fib_recent_file()
324 if (home && (strlen(home) + strlen(appname) + 22) < sizeof(recent_file)) { in x_fib_recent_file()
325 sprintf(recent_file, "%s/.local/share/%s/recent", home, appname); in x_fib_recent_file()
[all …]
/dports/audio/dragonfly-reverb-lv2/dragonfly-reverb-3.2.5/dpf/dgl/src/sofd/
H A Dlibsofd.c310 static char recent_file[1024]; in x_fib_recent_file() local
313 if (xdg && (strlen(xdg) + strlen(appname) + 10) < sizeof(recent_file)) { in x_fib_recent_file()
314 sprintf(recent_file, "%s" PATHSEP "%s" PATHSEP "recent", xdg, appname); in x_fib_recent_file()
315 return recent_file; in x_fib_recent_file()
322 return recent_file; in x_fib_recent_file()
326 if (home && (strlen(home) + strlen(appname) + 29) < sizeof(recent_file)) { in x_fib_recent_file()
327 sprintf(recent_file, "%s/Library/Preferences/%s/recent", home, appname); in x_fib_recent_file()
328 return recent_file; in x_fib_recent_file()
332 if (home && (strlen(home) + strlen(appname) + 22) < sizeof(recent_file)) { in x_fib_recent_file()
333 sprintf(recent_file, "%s/.local/share/%s/recent", home, appname); in x_fib_recent_file()
[all …]
/dports/audio/dpf-plugins-lv2/DPF-Plugins-1.4/dpf/dgl/src/sofd/
H A Dlibsofd.c310 static char recent_file[1024]; in x_fib_recent_file() local
313 if (xdg && (strlen(xdg) + strlen(appname) + 10) < sizeof(recent_file)) { in x_fib_recent_file()
314 sprintf(recent_file, "%s" PATHSEP "%s" PATHSEP "recent", xdg, appname); in x_fib_recent_file()
315 return recent_file; in x_fib_recent_file()
322 return recent_file; in x_fib_recent_file()
326 if (home && (strlen(home) + strlen(appname) + 29) < sizeof(recent_file)) { in x_fib_recent_file()
327 sprintf(recent_file, "%s/Library/Preferences/%s/recent", home, appname); in x_fib_recent_file()
328 return recent_file; in x_fib_recent_file()
332 if (home && (strlen(home) + strlen(appname) + 22) < sizeof(recent_file)) { in x_fib_recent_file()
333 sprintf(recent_file, "%s/.local/share/%s/recent", home, appname); in x_fib_recent_file()
[all …]
/dports/audio/nekobi-lv2/Nekobi-840a692/dpf/dgl/src/sofd/
H A Dlibsofd.c310 static char recent_file[1024];
313 if (xdg && (strlen(xdg) + strlen(appname) + 10) < sizeof(recent_file)) {
314 sprintf(recent_file, "%s" PATHSEP "%s" PATHSEP "recent", xdg, appname);
315 return recent_file;
322 return recent_file;
326 if (home && (strlen(home) + strlen(appname) + 29) < sizeof(recent_file)) {
327 sprintf(recent_file, "%s/Library/Preferences/%s/recent", home, appname);
328 return recent_file;
332 if (home && (strlen(home) + strlen(appname) + 22) < sizeof(recent_file)) {
333 sprintf(recent_file, "%s/.local/share/%s/recent", home, appname);
[all …]
/dports/audio/x42-plugins-lv2/x42-plugins-20211016/robtk/sofd/
H A Dlibsofd.c302 static char recent_file[1024]; in x_fib_recent_file() local
305 if (xdg && (strlen(xdg) + strlen(appname) + 10) < sizeof(recent_file)) { in x_fib_recent_file()
306 sprintf(recent_file, "%s" PATHSEP "%s" PATHSEP "recent", xdg, appname); in x_fib_recent_file()
307 return recent_file; in x_fib_recent_file()
314 return recent_file; in x_fib_recent_file()
318 if (home && (strlen(home) + strlen(appname) + 29) < sizeof(recent_file)) { in x_fib_recent_file()
319 sprintf(recent_file, "%s/Library/Preferences/%s/recent", home, appname); in x_fib_recent_file()
320 return recent_file; in x_fib_recent_file()
324 if (home && (strlen(home) + strlen(appname) + 22) < sizeof(recent_file)) { in x_fib_recent_file()
325 sprintf(recent_file, "%s/.local/share/%s/recent", home, appname); in x_fib_recent_file()
[all …]
/dports/audio/zynaddsubfx/zynaddsubfx-3.0.6-rc5/DPF/dgl/src/sofd/
H A Dlibsofd.c310 static char recent_file[1024]; in x_fib_recent_file() local
313 if (xdg && (strlen(xdg) + strlen(appname) + 10) < sizeof(recent_file)) { in x_fib_recent_file()
314 sprintf(recent_file, "%s" PATHSEP "%s" PATHSEP "recent", xdg, appname); in x_fib_recent_file()
315 return recent_file; in x_fib_recent_file()
322 return recent_file; in x_fib_recent_file()
326 if (home && (strlen(home) + strlen(appname) + 29) < sizeof(recent_file)) { in x_fib_recent_file()
327 sprintf(recent_file, "%s/Library/Preferences/%s/recent", home, appname); in x_fib_recent_file()
328 return recent_file; in x_fib_recent_file()
332 if (home && (strlen(home) + strlen(appname) + 22) < sizeof(recent_file)) { in x_fib_recent_file()
333 sprintf(recent_file, "%s/.local/share/%s/recent", home, appname); in x_fib_recent_file()
[all …]
/dports/audio/zam-plugins-lv2/zam-plugins-3.14/dpf/dgl/src/sofd/
H A Dlibsofd.c310 static char recent_file[1024]; in x_fib_recent_file() local
313 if (xdg && (strlen(xdg) + strlen(appname) + 10) < sizeof(recent_file)) { in x_fib_recent_file()
314 sprintf(recent_file, "%s" PATHSEP "%s" PATHSEP "recent", xdg, appname); in x_fib_recent_file()
315 return recent_file; in x_fib_recent_file()
322 return recent_file; in x_fib_recent_file()
326 if (home && (strlen(home) + strlen(appname) + 29) < sizeof(recent_file)) { in x_fib_recent_file()
327 sprintf(recent_file, "%s/Library/Preferences/%s/recent", home, appname); in x_fib_recent_file()
328 return recent_file; in x_fib_recent_file()
332 if (home && (strlen(home) + strlen(appname) + 22) < sizeof(recent_file)) { in x_fib_recent_file()
333 sprintf(recent_file, "%s/.local/share/%s/recent", home, appname); in x_fib_recent_file()
[all …]
/dports/audio/wolf-shaper-lv2/wolf-shaper-0.1.8-33-ge84de58/dpf/dgl/src/sofd/
H A Dlibsofd.c310 static char recent_file[1024]; in x_fib_recent_file() local
313 if (xdg && (strlen(xdg) + strlen(appname) + 10) < sizeof(recent_file)) { in x_fib_recent_file()
314 sprintf(recent_file, "%s" PATHSEP "%s" PATHSEP "recent", xdg, appname); in x_fib_recent_file()
315 return recent_file; in x_fib_recent_file()
322 return recent_file; in x_fib_recent_file()
326 if (home && (strlen(home) + strlen(appname) + 29) < sizeof(recent_file)) { in x_fib_recent_file()
327 sprintf(recent_file, "%s/Library/Preferences/%s/recent", home, appname); in x_fib_recent_file()
328 return recent_file; in x_fib_recent_file()
332 if (home && (strlen(home) + strlen(appname) + 22) < sizeof(recent_file)) { in x_fib_recent_file()
333 sprintf(recent_file, "%s/.local/share/%s/recent", home, appname); in x_fib_recent_file()
[all …]
/dports/audio/ssr-lv2/ssr-e1999da/dpf/dgl/src/sofd/
H A Dlibsofd.c310 static char recent_file[1024];
313 if (xdg && (strlen(xdg) + strlen(appname) + 10) < sizeof(recent_file)) {
314 sprintf(recent_file, "%s" PATHSEP "%s" PATHSEP "recent", xdg, appname);
315 return recent_file;
322 return recent_file;
326 if (home && (strlen(home) + strlen(appname) + 29) < sizeof(recent_file)) {
327 sprintf(recent_file, "%s/Library/Preferences/%s/recent", home, appname);
328 return recent_file;
332 if (home && (strlen(home) + strlen(appname) + 22) < sizeof(recent_file)) {
333 sprintf(recent_file, "%s/.local/share/%s/recent", home, appname);
[all …]
/dports/audio/stone-phaser-lv2/stone-phaser-0.1.2-17-gda92961/dpf/dgl/src/sofd/
H A Dlibsofd.c310 static char recent_file[1024]; in x_fib_recent_file() local
313 if (xdg && (strlen(xdg) + strlen(appname) + 10) < sizeof(recent_file)) { in x_fib_recent_file()
314 sprintf(recent_file, "%s" PATHSEP "%s" PATHSEP "recent", xdg, appname); in x_fib_recent_file()
315 return recent_file; in x_fib_recent_file()
322 return recent_file; in x_fib_recent_file()
326 if (home && (strlen(home) + strlen(appname) + 29) < sizeof(recent_file)) { in x_fib_recent_file()
327 sprintf(recent_file, "%s/Library/Preferences/%s/recent", home, appname); in x_fib_recent_file()
328 return recent_file; in x_fib_recent_file()
332 if (home && (strlen(home) + strlen(appname) + 22) < sizeof(recent_file)) { in x_fib_recent_file()
333 sprintf(recent_file, "%s/.local/share/%s/recent", home, appname); in x_fib_recent_file()
[all …]
/dports/audio/string-machine-lv2/string-machine-0.1.0/dpf/dgl/src/sofd/
H A Dlibsofd.c310 static char recent_file[1024]; in x_fib_recent_file() local
313 if (xdg && (strlen(xdg) + strlen(appname) + 10) < sizeof(recent_file)) { in x_fib_recent_file()
314 sprintf(recent_file, "%s" PATHSEP "%s" PATHSEP "recent", xdg, appname); in x_fib_recent_file()
315 return recent_file; in x_fib_recent_file()
322 return recent_file; in x_fib_recent_file()
326 if (home && (strlen(home) + strlen(appname) + 29) < sizeof(recent_file)) { in x_fib_recent_file()
327 sprintf(recent_file, "%s/Library/Preferences/%s/recent", home, appname); in x_fib_recent_file()
328 return recent_file; in x_fib_recent_file()
332 if (home && (strlen(home) + strlen(appname) + 22) < sizeof(recent_file)) { in x_fib_recent_file()
333 sprintf(recent_file, "%s/.local/share/%s/recent", home, appname); in x_fib_recent_file()
[all …]
/dports/audio/spectacle-lv2/spectacle-2.0-1-g27b1525/dpf/dgl/src/sofd/
H A Dlibsofd.c310 static char recent_file[1024]; in x_fib_recent_file() local
313 if (xdg && (strlen(xdg) + strlen(appname) + 10) < sizeof(recent_file)) { in x_fib_recent_file()
314 sprintf(recent_file, "%s" PATHSEP "%s" PATHSEP "recent", xdg, appname); in x_fib_recent_file()
315 return recent_file; in x_fib_recent_file()
322 return recent_file; in x_fib_recent_file()
326 if (home && (strlen(home) + strlen(appname) + 29) < sizeof(recent_file)) { in x_fib_recent_file()
327 sprintf(recent_file, "%s/Library/Preferences/%s/recent", home, appname); in x_fib_recent_file()
328 return recent_file; in x_fib_recent_file()
332 if (home && (strlen(home) + strlen(appname) + 22) < sizeof(recent_file)) { in x_fib_recent_file()
333 sprintf(recent_file, "%s/.local/share/%s/recent", home, appname); in x_fib_recent_file()
[all …]
/dports/audio/midiomatic-lv2/midiomatic-0.2.0/dpf/dgl/src/sofd/
H A Dlibsofd.c310 static char recent_file[1024]; in x_fib_recent_file() local
313 if (xdg && (strlen(xdg) + strlen(appname) + 10) < sizeof(recent_file)) { in x_fib_recent_file()
314 sprintf(recent_file, "%s" PATHSEP "%s" PATHSEP "recent", xdg, appname); in x_fib_recent_file()
315 return recent_file; in x_fib_recent_file()
322 return recent_file; in x_fib_recent_file()
326 if (home && (strlen(home) + strlen(appname) + 29) < sizeof(recent_file)) { in x_fib_recent_file()
327 sprintf(recent_file, "%s/Library/Preferences/%s/recent", home, appname); in x_fib_recent_file()
328 return recent_file; in x_fib_recent_file()
332 if (home && (strlen(home) + strlen(appname) + 22) < sizeof(recent_file)) { in x_fib_recent_file()
333 sprintf(recent_file, "%s/.local/share/%s/recent", home, appname); in x_fib_recent_file()
[all …]
/dports/graphics/wings/wings-8d019ebe48/src/
H A Dwings_file.erl272 command({recent_file,Key}, St) when is_integer(Key), 1 =< Key ->
282 wings_menu:update_menu(file, {recent_file, Last}, delete, []),
681 [{Base,{recent_file,I},Help}|recent_files_1(T, I+1, Help0, Tail)];
/dports/multimedia/lives/lives-3.2.0/src/
H A Dlbindings.c820 lives_memset(mainw->recent_file, 0, 1); in call_wipe_layout()
822 if (strlen(mainw->recent_file)) { in call_wipe_layout()
824 lname = strdup(mainw->recent_file); in call_wipe_layout()
912 lname = lives_strdup(mainw->recent_file); in call_save_layout()
/dports/devel/etl/synfig-1.2.2/synfig-studio/src/gui/
H A Dapp.cpp1988 std::string recent_file; in load_file_window_size() local
1990 getline(file,recent_file); in load_file_window_size()
1991 if(!recent_file.empty() && FileSystemNative::instance()->is_file(recent_file)) in load_file_window_size()
1992 add_recent_file(recent_file); in load_file_window_size()
/dports/graphics/synfigstudio/synfig-1.2.2/synfig-studio/src/gui/
H A Dapp.cpp1988 std::string recent_file; in load_file_window_size() local
1990 getline(file,recent_file); in load_file_window_size()
1991 if(!recent_file.empty() && FileSystemNative::instance()->is_file(recent_file)) in load_file_window_size()
1992 add_recent_file(recent_file); in load_file_window_size()

12