Home
last modified time | relevance | path

Searched refs:maxTreeWidth (Results 1 – 2 of 2) sorted by relevance

/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/assets/javascripts/diffs/components/
H A Dapp.vue635 maxTreeWidth: MAX_TREE_WIDTH,
678 :max-size="$options.maxTreeWidth"
/dports/devel/doxygen/doxygen-1.9.3/src/
H A Ddiagram.cpp138 const uint maxTreeWidth = 8; variable
437 while (it!=m_rows.end() && (*it)->numItems()<maxTreeWidth) ++it; in computeLayout()