Home
last modified time | relevance | path

Searched refs:onlychild (Results 1 – 5 of 5) sorted by relevance

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/structure/cd_utils/
H A DcuTaxTree.cpp498 sibling_iterator onlychild = child(cursor,0); in writeAsTable() local
499 writeAsTable(os, onlychild, branchingNode); in writeAsTable()
/dports/games/hyperrogue/hyperrogue-12.0f/
H A Dgeometry2.cpp874 bool onlychild = true; in generate_random_path() local
954 onlychild = true; in generate_random_path()
955 if(!onlychild) ycw++; in generate_random_path()
958 onlychild = false; in generate_random_path()
967 onlychild = true; in generate_random_path()
H A Dyendor.cpp327 bool onlychild = true; in check() local
334 if(i == 1) onlychild = true; in check()
335 if(!onlychild) ycw++; in check()
338 onlychild = false; in check()
364 onlychild = true; in check()
/dports/www/xist/ll-xist-5.34/test/
H A Dtest_xist_xfind.py143 res = list(node.walknodes(xfind.onlychild & html.em))
/dports/www/xist/ll-xist-5.34/src/ll/xist/
H A Dxfind.py444 onlychild = OnlyChildSelector() variable