Home
last modified time | relevance | path

Searched refs:matching_child (Results 1 – 3 of 3) sorted by relevance

/dports/audio/strawberry/strawberry-1.0.0/src/playlist/
H A Dplaylistlistmodel.cpp168 QStandardItem *matching_child = nullptr; in FolderByPath() local
173 matching_child = parent->child(i); in FolderByPath()
179 if (matching_child) { in FolderByPath()
180 parent = matching_child; in FolderByPath()
/dports/audio/clementine-player/Clementine-1.4.0rc1/src/playlist/
H A Dplaylistlistmodel.cpp136 QStandardItem* matching_child = nullptr; in FolderByPath() local
141 matching_child = parent->child(i); in FolderByPath()
147 if (matching_child) { in FolderByPath()
148 parent = matching_child; in FolderByPath()
/dports/textproc/py-python-docx/python-docx-0.8.11/tests/oxml/
H A Dtest_xmlchemy.py30 element, tagnames, matching_child = first_fixture
31 assert element.first_child_found_in(*tagnames) is matching_child
59 matching_child = element.find(qn('w:%s' % match)) if match else None
60 return element, tagnames, matching_child