Home
last modified time | relevance | path

Searched refs:expandState (Results 1 – 15 of 15) sorted by relevance

/dports/comms/cubicsdr/CubicSDR-0248e5a/src/forms/Bookmark/
H A DBookmarkView.cpp138 expandState["active"] = true; in BookmarkView()
139 expandState["range"] = false; in BookmarkView()
140 expandState["bookmark"] = true; in BookmarkView()
141 expandState["recent"] = true; in BookmarkView()
598 expandState["active"] = false; in onTreeCollapse()
604 expandState["range"] = false; in onTreeCollapse()
628 expandState["active"] = true; in onTreeExpanded()
632 expandState["recent"] = true; in onTreeExpanded()
634 expandState["range"] = true; in onTreeExpanded()
679 return expandState[branchName]; in getExpandState()
[all …]
H A DBookmarkView.h176 std::map<std::string, bool> expandState; variable
/dports/deskutils/treeline/TreeLine/source/
H A Dtreelocalcontrol.py966 treeView.restoreExpandState(expandState)
980 treeView.restoreExpandState(expandState)
1043 treeView.restoreExpandState(expandState)
1060 treeView.restoreExpandState(expandState)
1094 treeView.restoreExpandState(expandState)
1109 treeView.restoreExpandState(expandState)
1126 treeView.restoreExpandState(expandState)
1140 treeView.restoreExpandState(expandState)
1153 treeView.restoreExpandState(expandState)
1167 treeView.restoreExpandState(expandState)
[all …]
H A Dtitlelistview.py122 expandState = self.treeView.savedExpandState(selSpots)
124 self.treeView.restoreExpandState(expandState)
H A Dtreeview.py139 def restoreExpandState(self, expandState): argument
145 for spot, expanded in expandState:
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/compile/internal/ssa/
H A Dexpand_calls.go113 func (x *expandState) regWidth(t *types.Type) Abi1RO {
118 func (x *expandState) regOffset(t *types.Type, i int) Abi1RO {
176 type expandState struct { struct
200 func (x *expandState) intPairTypes(et types.Kind) (tHi, tLo *types.Type) { argument
213 func (x *expandState) isAlreadyExpandedAggregateType(t *types.Type) bool { argument
255 func (x *expandState) prAssignForArg(v *Value) *abi.ABIParamAssignment { argument
275 func (x *expandState) indent(n int) { argument
1075 func (x *expandState) rewriteArgs(v *Value, firstArg int) { argument
1156 func (x *expandState) invalidateRecursively(a *Value) { argument
1189 x := &expandState{
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/UI/WebControls/
H A DTreeView.cs2469 (expandState != null) && in LoadNodeState()
2470 (expandState.Length > index) && in LoadNodeState()
2475 char c = expandState[index]; in LoadNodeState()
2576 StringBuilder expandState = new StringBuilder(); in OnPreRender()
2940 expandState.Append('c'); in SaveNodeState()
2944 expandState.Append('e'); in SaveNodeState()
2949 expandState.Append('n'); in SaveNodeState()
2953 expandState.Append('u'); in SaveNodeState()
2957 expandState.Append('e'); in SaveNodeState()
2961 expandState.Append('c'); in SaveNodeState()
[all …]
/dports/games/ecwolf/ecwolf-1.3.3-src/src/
H A Dscanner.cpp315 bool Scanner::GetNextToken(bool expandState) in GetNextToken() argument
320 if(expandState) in GetNextToken()
330 if(expandState) in GetNextToken()
590 if(expandState) in GetNextToken()
595 if(expandState) in GetNextToken()
H A Dscanner.h105 bool GetNextToken(bool expandState=true);
/dports/games/libretro-prboom/libretro-prboom-cc80175/src/
H A Du_scanner.c218 dbool U_GetNextToken(u_scanner_t* scanner, dbool expandState) in U_GetNextToken() argument
232 if(expandState) in U_GetNextToken()
242 if(expandState) in U_GetNextToken()
443 if(expandState) in U_GetNextToken()
448 if(expandState) in U_GetNextToken()
H A Du_scanner.h93 dbool U_GetNextToken(u_scanner_t* scanner, dbool expandState);
/dports/comms/cubicsdr/CubicSDR-0248e5a/src/
H A DBookmarkMgr.cpp430 expandState[groupName] = state; in setExpandState()
438 if (expandState.find(groupName) == expandState.end()) { in getExpandState()
441 return expandState[groupName]; in getExpandState()
H A DBookmarkMgr.h136 BookmarkExpandState expandState; variable
/dports/biology/ugene/ugene-40.1/src/plugins/workflow_designer/src/
H A DWorkflowPalette.h134 QVariantMap expandState; variable
H A DWorkflowPalette.cpp434 QVariantMap m = expandState; in saveState()
443 expandState = v.toMap(); in restoreState()
444 QMapIterator<QString, QVariant> it(expandState); in restoreState()