Home
last modified time | relevance | path

Searched defs:write_child (Results 1 – 7 of 7) sorted by relevance

/dports/science/dalton/dalton-66052b3af5ea7225e31178bf9a8b031913c72190/DALTON/fde/
H A Dxml_parser.F90413 recursive subroutine write_child(file_num,node) subroutine
416 type(xml_tag),pointer :: node,tmp_node
417 integer :: file_num
418 integer,save :: tab_level=0
419 character(len=attr_len) :: fmt
421 integer :: i,j local
/dports/games/wesnoth/wesnoth-1.14.17/src/serialization/
H A Dbinary_or_text.cpp86 void config_writer::write_child(const std::string &key, const config &cfg) in write_child() function in config_writer
/dports/games/widelands/widelands-build21/src/economy/
H A Dwares_queue.cc115 void WaresQueue::write_child(FileWrite& fw, Game&, MapObjectSaver&) { in write_child() function in Widelands::WaresQueue
H A Dworkers_queue.cc185 void WorkersQueue::write_child(FileWrite& fw, Game&, MapObjectSaver& mos) { in write_child() function in Widelands::WorkersQueue
/dports/net/samba412/samba-4.12.15/source3/nmbd/
H A Dasyncdns.c195 static bool write_child(struct packet_struct *p) in write_child() function
/dports/devel/glade/glade-3.22.1/gladeui/
H A Dglade-widget-adaptor.h677 GladeWriteWidgetFunc write_child; /* Writes widget attributes to the xml */ member
/dports/science/gramps/gramps-5.1.4/gramps/plugins/view/
H A Drelview.py1292 def write_child(self, vbox, handle, index, child_should_be_linked): member in RelationshipView