Home
last modified time | relevance | path

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

/dports/irc/kvirc/KVIrc-5.0.0-73-gbdeac0429/src/kvirc/ui/
H A DKviTreeWindowList.cpp528 int ctops = m_pTreeWidget->topLevelItem(tops - 1)->childCount(); in lastItem() local
529 if(ctops) in lastItem()
531 … m_pCurrentItem = (KviTreeWindowListItem *)m_pTreeWidget->topLevelItem(tops - 1)->child(ctops - 1); in lastItem()
/dports/sysutils/py-salt/salt-3004.1/salt/pillar/
H A D__init__.py698 for saltenv, ctops in tops.items():
699 for ctop in ctops:
746 for ctops in tops.values():
747 for ctop in ctops:
/dports/sysutils/py-salt/salt-3004.1/salt/
H A Dstate.py3643 for saltenv, ctops in tops.items():
3644 for ctop in ctops:
3721 for cenv, ctops in tops.items():
3722 for ctop in ctops:
3762 for cenv, ctops in tops.items():
3763 if all([x == {} for x in ctops]):
3803 for ctop in ctops:
3843 for ctops in tops.values():
3844 for ctop in ctops: