Home
last modified time | relevance | path

Searched refs:notes_dir (Results 1 – 12 of 12) sorted by relevance

/dports/deskutils/gnote/gnote-41.1/src/test/
H A Dtestnotemanager.cpp33 char *notes_dir = g_mkdtemp(notes_dir_tmpl); in test_notes_dir() local
34 return notes_dir; in test_notes_dir()
49 remove_dir(notes_dir()); in ~NoteManager()
H A Dtestnotemanager.hpp34 NoteManager(const Glib::ustring & notes_dir, gnote::IGnote & g);
/dports/deskutils/gnote/gnote-41.1/src/
H A Dnotemanagerbase.cpp131 return !sharp::directory_exists(notes_dir()); in first_run()
137 if(!sharp::directory_exists(notes_dir())) { in create_notes_dir()
139 create_directory(notes_dir()); in create_notes_dir()
428 return Glib::build_filename(notes_dir(), guid + ".note"); in make_new_file_name()
486 Glib::ustring dest_file = Glib::build_filename(notes_dir(), in import_note()
H A Dnotemanager.cpp164 std::vector<Glib::ustring> files = sharp::directory_get_files_with_ext(notes_dir(), ".note"); in load_notes()
215 = Glib::build_filename(notes_dir(), in migrate_notes()
H A Dnotemanagerbase.hpp86 const Glib::ustring & notes_dir() const in notes_dir() function in gnote::NoteManagerBase
/dports/deskutils/gnote/gnote-41.1/src/test/unit/
H A Dnotemanagerutests.cpp43 char *notes_dir = g_mkdtemp(notes_dir_tmpl); in SUITE() local
44 return notes_dir; in SUITE()
/dports/deskutils/gnote/gnote-41.1/src/plugins/notedirectorywatcher/
H A Dnotedirectorywatcherapplicationaddin.cpp54 const Glib::ustring & note_path = manager.notes_dir(); in initialize()
215 …const Glib::ustring & note_path = Glib::build_filename(note_manager().notes_dir(), note_id + ".not… in add_or_update_note()
/dports/deskutils/osmo/osmo-0.4.4/src/
H A Dnotes_items.c1021 gchar *notes_dir, *str, *dir, *fullpath; in read_notes_entries() local
1026 notes_dir = g_strdup(prefs_get_data_filename(NOTES_DIRNAME, appGUI)); in read_notes_entries()
1027 if (g_file_test (notes_dir, G_FILE_TEST_IS_DIR | G_FILE_TEST_EXISTS) == FALSE) { in read_notes_entries()
1028 g_mkdir (notes_dir, 0755); in read_notes_entries()
1030 g_free(notes_dir); in read_notes_entries()
/dports/sysutils/ansible2/ansible-2.9.27/packaging/release/changelogs/
H A Dchangelog.py208 fragments_dir = os.path.join(CHANGELOG_DIR, config.notes_dir)
619 self.notes_dir = self.config.get('notesdir', 'fragments')
/dports/devel/cmake-gui/cmake-3.22.1/Source/
H A DcmCTest.cxx990 std::string notes_dir = this->Impl->BinaryDir + "/Testing/Notes"; in ProcessSteps() local
991 if (cmSystemTools::FileIsDirectory(notes_dir)) { in ProcessSteps()
993 d.Load(notes_dir); in ProcessSteps()
997 std::string fullname = notes_dir + "/" + file; in ProcessSteps()
/dports/devel/cmake-doc/cmake-3.22.1/Source/
H A DcmCTest.cxx990 std::string notes_dir = this->Impl->BinaryDir + "/Testing/Notes"; in ProcessSteps() local
991 if (cmSystemTools::FileIsDirectory(notes_dir)) { in ProcessSteps()
993 d.Load(notes_dir); in ProcessSteps()
997 std::string fullname = notes_dir + "/" + file; in ProcessSteps()
/dports/devel/cmake/cmake-3.22.1/Source/
H A DcmCTest.cxx990 std::string notes_dir = this->Impl->BinaryDir + "/Testing/Notes"; in ProcessSteps() local
991 if (cmSystemTools::FileIsDirectory(notes_dir)) { in ProcessSteps()
993 d.Load(notes_dir); in ProcessSteps()
997 std::string fullname = notes_dir + "/" + file; in ProcessSteps()