Home
last modified time | relevance | path

Searched refs:save_xml_file (Results 1 – 13 of 13) sorted by relevance

/dports/www/moodle310/moodle/admin/tool/xmldb/actions/save_xml_file/
H A Dsave_xml_file.class.php35 class save_xml_file extends XMLDBAction { class
/dports/www/moodle39/moodle/admin/tool/xmldb/actions/save_xml_file/
H A Dsave_xml_file.class.php35 class save_xml_file extends XMLDBAction { class
/dports/www/moodle311/moodle/admin/tool/xmldb/actions/save_xml_file/
H A Dsave_xml_file.class.php35 class save_xml_file extends XMLDBAction { class
/dports/x11-fm/rox-filer/rox-filer-2.11/ROX-Filer/src/
H A Dsupport.h15 int save_xml_file(xmlDocPtr doc, const gchar *filename);
H A Dusericons.c451 if (save_xml_file(doc, save_new) || rename(save_new, save)) in write_globicons()
H A Dmain.c777 save_xml_file(reply, "-"); in soap_reply()
H A Dbookmarks.c411 save_xml_file(bookmarks->doc, save_path); in bookmarks_save()
H A Dsupport.c73 int save_xml_file(xmlDocPtr doc, const gchar *filename) in save_xml_file() function
H A Dfiler.c1084 save_xml_file(groups->doc, save_path); in group_save()
3384 save_xml_file(doc, path); in save_settings()
H A Doptions.c1160 if (save_xml_file(doc, save_new) || rename(save_new, save)) in save_options()
H A Dpinboard.c1698 if (save_xml_file(doc, save_new) || rename(save_new, save)) in pinboard_save()
H A Dpanel.c1612 if (save_xml_file(doc, save_new) || rename(save_new, save)) in panel_save()
/dports/misc/shared-mime-info/shared-mime-info-ef58b2b2f7ad4070171c6e45e3b3764daa3ff2c1/src/
H A Dupdate-mime-database.c841 static gboolean save_xml_file(xmlDocPtr doc, const gchar *filename, GError **error) in save_xml_file() function
1049 if (!save_xml_file(type->output, filename, &local_error)) in write_out_type()