Home
last modified time | relevance | path

Searched refs:detach_child (Results 1 – 20 of 20) sorted by relevance

/dports/devel/p5-POE-Test-Loops/POE-Test-Loops-1.360/lib/POE/Test/Loops/
H A Dk_detach.pm66 detach_child => sub {
67 $_[KERNEL]->detach_child( $_[ARG0] );
123 detach_child => sub {
125 $kernel->detach_child( $_[ARG0] );
165 detach_child => sub {
167 $kernel->detach_child( $_[ARG0] );
194 $kernel->call( a1 => detach_child => 'a1_2' );
201 $kernel->call( a2 => detach_child => 'a2_2' );
208 $kernel->call( a3 => detach_child => 'a3_2' );
222 $kernel->call( main => detach_child => 'a2' );
/dports/biology/py-biopython/biopython-1.79/Tests/
H A Dtest_PDB_SASA.py40 r.detach_child(a.name)
43 c.detach_child(r.id)
150 r.detach_child(a.name) # empty residue
H A Dtest_PDB_Exposure.py47 structure[1].detach_child("B")
H A Dtest_PDB_Disordered.py134 arg27.detach_child(atom.name)
H A Dtest_PDB_SMCRA.py513 s.detach_child(child.id)
/dports/biology/prodigy-lig/prodigy-lig-1.0.0-3-g152ac59/prodigy_lig/
H A Dprodigy_lig.py111 structure.detach_child(structure[i].id)
151 structure[0].detach_child(chain)
155 structure[0][chain].detach_child(res.id)
161 structure[0][chain].detach_child(res.id)
167 structure[0][chain].detach_child(res.id)
/dports/devel/p5-POE/POE-1.368/t/10_units/03_base/
H A D13_assert_data.t36 eval { $poe_kernel->detach_child("moo") };
/dports/biology/py-biopython/biopython-1.79/Bio/PDB/
H A DStructureBuilder.py168 self.chain.detach_child(res_id)
267 residue.detach_child(name)
H A DEntity.py49 return self.detach_child(id)
206 def detach_child(self, id): member in Entity
/dports/devel/monotone/monotone-1.1/src/
H A Dmerge_roster.cc553 p->detach_child(name); in assign_name()
855 p->detach_child(component_name); in roster_merge()
876 p->detach_child(component_name); in roster_merge()
H A Droster.hh85 node_t detach_child(path_component const & pc);
H A Droster.cc327 dir_node::detach_child(path_component const & pc) in detach_child() function in dir_node
932 node_id nid = parent->detach_child(basename)->self; in detach_node()
957 I(parent->detach_child(name) == n); in detach_node()
/dports/biology/hyphy/hyphy-2.5.33/src/core/include/
H A Dclasses.h127 void detach_child (int k) { in detach_child() function
/dports/devel/p5-IO-Async/IO-Async-0.800/
H A DChanges454 * Removed documentation for long-since deprecated $loop->detach_child
488 * Print deprecation warnings on Loop->detach_code, Loop->detach_child
612 * Renamed Loop->detach_child to Loop->fork
917 * Reset %SIG hash in ChildManager->detach_child()
938 * Added ChildManager->detach_child() method
/dports/devel/p5-POE-Component-IKC/POE-Component-IKC-0.2402/IKC/
H A DServer.pm300 $kernel->detach_child( $child );
/dports/devel/gdb/gdb-11.1/gdb/
H A Dlinux-nat.c477 bool detach_child = true; in follow_fork() local
509 detach_child = WIFSTOPPED (status); in follow_fork()
514 if (detach_child) in follow_fork()
/dports/biology/hyphy/hyphy-2.5.33/src/core/
H A Dtopology.cpp651 parent_of_removed_node->detach_child(remove_this_node->get_child_num()); in RemoveANode()
3167 sacLamb->parent->detach_child (sacLamb->get_child_num()); in MatchTreePattern()
3185 iterator->detach_child (1); in MatchTreePattern()
3242 myCT->detach_child (promoteMe->get_child_num()); in MatchTreePattern()
H A Dtree.cpp335 theRoot->detach_child(2); in PostTreeConstructor()
/dports/net/p5-POE-Component-Server-Twirc/POE-Component-Server-Twirc-0.20/lib/POE/Component/Server/
H A DTwirc.pm677 $kernel->detach_child($child) if $event eq 'create';
/dports/devel/p5-POE/POE-1.368/lib/POE/
H A DKernel.pm1584 sub detach_child { subroutine