Home
last modified time | relevance | path

Searched refs:shouldExpand (Results 1 – 25 of 82) sorted by relevance

1234

/dports/sysutils/helmfile/helmfile-0.138.7/vendor/github.com/variantdev/vals/pkg/expansion/
H A Dexpand_match.go27 var shouldExpand bool
30 shouldExpand = true
34 if !shouldExpand {
/dports/x11-toolkits/gnustep-gui/libs-gui-gui-0_28_0/Source/
H A DNSCollectionView.m72 expand: (BOOL)shouldExpand;
74 - (void) _moveDownAndExpandSelection: (BOOL)shouldExpand;
75 - (void) _moveUpAndExpandSelection: (BOOL)shouldExpand;
76 - (void) _moveLeftAndExpandSelection: (BOOL)shouldExpand;
77 - (void) _moveRightAndExpandSelection: (BOOL)shouldExpand;
797 - (void) _moveUpAndExpandSelection: (BOOL)shouldExpand
804 expand: shouldExpand];
818 -(void) _moveDownAndExpandSelection: (BOOL)shouldExpand
825 expand: shouldExpand];
844 -(void) _moveLeftAndExpandSelection: (BOOL)shouldExpand
[all …]
/dports/math/vampire/vampire-4.5.1/Lib/
H A DDeque.hpp168 if(shouldExpand()) { in push_back()
189 if(shouldExpand()) { in push_front()
456 bool shouldExpand() in shouldExpand() function in Lib::Deque
470 ASS(shouldExpand()); in expand()
H A DCache.hpp132 if(shouldExpand()) { in insert()
155 bool shouldExpand() const in shouldExpand() function in Lib::Cache
/dports/devel/kdevelop/kdevelop-21.12.3/kdevplatform/language/editor/
H A Dpersistentmovingrange.cpp13 bool shouldExpand) in PersistentMovingRange() argument
19 m_p->m_shouldExpand = shouldExpand; in PersistentMovingRange()
H A Dpersistentmovingrange.h41 …ngRange(const KTextEditor::Range& range, const IndexedString& document, bool shouldExpand = false);
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/base/java/org/mozilla/gecko/tabs/
H A DPrivateTabsPanel.java55 public boolean shouldExpand() { in shouldExpand() method in PrivateTabsPanel
56 return tabsLayout.shouldExpand(); in shouldExpand()
H A DTabsLayout.java89 public boolean shouldExpand() { in shouldExpand() method in TabsLayout
H A DTabsPanel.java56 boolean shouldExpand(); in shouldExpand() method
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/features/autofill_assistant/java/src/org/chromium/chrome/browser/autofill_assistant/
H A DBottomSheetUtils.java21 AssistantBottomSheetContent content, boolean shouldExpand, boolean animate) { in showContentAndMaybeExpand() argument
24 if (!shouldExpand) { in showContentAndMaybeExpand()
H A DAssistantBottomBarCoordinator.java369 public void showContent(boolean shouldExpand, boolean animate) { in showContent() argument
371 mBottomSheetController, mContent, shouldExpand, animate); in showContent()
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/base/java/org/mozilla/gecko/tabs/
H A DPrivateTabsPanel.java78 public boolean shouldExpand() { in shouldExpand() method in PrivateTabsPanel
79 return tabsLayout.shouldExpand(); in shouldExpand()
H A DTabsLayout.java100 public boolean shouldExpand() { in shouldExpand() method in TabsLayout
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/cn3d/
H A Dtaxonomy_tree.cpp118 static void ExpandAll(wxTreeCtrl& tree, const wxTreeItemId& id, bool shouldExpand, int toLevel) in ExpandAll() argument
124 if (shouldExpand && !isExpanded) in ExpandAll()
126 else if (!shouldExpand && isExpanded) in ExpandAll()
132 ExpandAll(tree, child, shouldExpand, toLevel - 1); in ExpandAll()
/dports/games/multimc/MultiMC5-0.6.11/application/dialogs/
H A DExportInstanceDialog.cpp265 bool shouldExpand(QModelIndex index) in shouldExpand() function in PackIgnoreProxy
438 if(proxyModel->shouldExpand(node)) in rowsInserted()
/dports/misc/jbidwatcher/jbidwatcher-2.5.6/onejar/com/simontuffs/onejar/
H A DJarClassLoader.java374 boolean shouldExpand = true; in load()
390 shouldExpand = false; in load()
409 if (shouldExpand && shouldExpand(expandPaths, $entry)) { in load()
525 public static boolean shouldExpand(String expandPaths[], String name) { in shouldExpand() method in JarClassLoader
/dports/devel/jsonnet/jsonnet-0.17.0/core/
H A Dformatter.cpp1007 bool shouldExpand(const Array *array) in shouldExpand() function in FixNewlines
1036 bool shouldExpand(Object *object) in shouldExpand() function in FixNewlines
1057 bool shouldExpand(Local *local) in shouldExpand() function in FixNewlines
1078 bool shouldExpand(ArrayComprehension *comp) in shouldExpand() function in FixNewlines
1103 bool shouldExpand(ObjectComprehension *comp) in shouldExpand() function in FixNewlines
1132 bool shouldExpand(Parens *parens) in shouldExpand() function in FixNewlines
1216 if (shouldExpand(expr)) { in simpleExpandingVisit()
/dports/devel/py-jsonnet/jsonnet-0.17.0/core/
H A Dformatter.cpp1007 bool shouldExpand(const Array *array) in shouldExpand() function in FixNewlines
1036 bool shouldExpand(Object *object) in shouldExpand() function in FixNewlines
1057 bool shouldExpand(Local *local) in shouldExpand() function in FixNewlines
1078 bool shouldExpand(ArrayComprehension *comp) in shouldExpand() function in FixNewlines
1103 bool shouldExpand(ObjectComprehension *comp) in shouldExpand() function in FixNewlines
1132 bool shouldExpand(Parens *parens) in shouldExpand() function in FixNewlines
1216 if (shouldExpand(expr)) { in simpleExpandingVisit()
/dports/www/kf5-kjs/kjs-5.89.0/src/wtf/
H A DHashTable.h457 bool shouldExpand() const
833 if (shouldExpand()) {
878 if (shouldExpand()) {
1150 ASSERT(!shouldExpand());
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/JavaScriptCore/wtf/
H A DHashTable.h378 … bool shouldExpand() const { return (m_keyCount + m_deletedCount) * m_maxLoad >= m_tableSize; }
697 if (shouldExpand()) {
742 if (shouldExpand()) {
1011 ASSERT(!m_table || !shouldExpand());
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/javascriptcore/JavaScriptCore/wtf/
H A DHashTable.h366 … bool shouldExpand() const { return (m_keyCount + m_deletedCount) * m_maxLoad >= m_tableSize; }
685 if (shouldExpand()) {
730 if (shouldExpand()) {
990 ASSERT(!shouldExpand());
/dports/devel/qt5-scripttools/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/wtf/
H A DHashTable.h367 … bool shouldExpand() const { return (m_keyCount + m_deletedCount) * m_maxLoad >= m_tableSize; }
686 if (shouldExpand()) {
731 if (shouldExpand()) {
991 ASSERT(!shouldExpand());
/dports/devel/qt5-script/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/wtf/
H A DHashTable.h367 … bool shouldExpand() const { return (m_keyCount + m_deletedCount) * m_maxLoad >= m_tableSize; }
686 if (shouldExpand()) {
731 if (shouldExpand()) {
991 ASSERT(!shouldExpand());
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/debugger/
H A Ddebuggertooltipmanager.cpp520 bool shouldExpand = model.m_expandedINames.contains(iname); in reexpand() local
521 if (shouldExpand) { in reexpand()
/dports/math/vampire/vampire-4.5.1/SAT/
H A DTWLSolver.cpp699 bool shouldExpand = prem!=0 && curLevel==_level; in getLearntClause() local
700 if(shouldExpand) { in getLearntClause()

1234