Home
last modified time | relevance | path

Searched refs:infoState (Results 1 – 20 of 20) sorted by relevance

/dports/math/hs-Agda/Agda-2.6.2/_cabal_deps/alex-3.2.5/src/
H A DInfo.hs31 infoStateN (i,s) = str "State " . shows i . nl . infoState s
33 infoState :: State SNum Code -> ShowS
34 infoState (State accs out)
/dports/devel/hs-threadscope/threadscope-0.2.14/_cabal_deps/alex-3.2.6/src/
H A DInfo.hs31 infoStateN (i,s) = str "State " . shows i . nl . infoState s
33 infoState :: State SNum Code -> ShowS
34 infoState (State accs out)
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/alex-3.2.6/src/
H A DInfo.hs31 infoStateN (i,s) = str "State " . shows i . nl . infoState s
33 infoState :: State SNum Code -> ShowS
34 infoState (State accs out)
/dports/games/hs-scroll/scroll-1.20180421/_cabal_deps/alex-3.2.5/src/
H A DInfo.hs31 infoStateN (i,s) = str "State " . shows i . nl . infoState s
33 infoState :: State SNum Code -> ShowS
34 infoState (State accs out)
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/alex-3.2.5/src/
H A DInfo.hs31 infoStateN (i,s) = str "State " . shows i . nl . infoState s
33 infoState :: State SNum Code -> ShowS
34 infoState (State accs out)
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/alex-3.2.6/src/
H A DInfo.hs31 infoStateN (i,s) = str "State " . shows i . nl . infoState s
33 infoState :: State SNum Code -> ShowS
34 infoState (State accs out)
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/alex-3.2.6/src/
H A DInfo.hs31 infoStateN (i,s) = str "State " . shows i . nl . infoState s
33 infoState :: State SNum Code -> ShowS
34 infoState (State accs out)
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/alex-3.2.6/src/
H A DInfo.hs31 infoStateN (i,s) = str "State " . shows i . nl . infoState s
33 infoState :: State SNum Code -> ShowS
34 infoState (State accs out)
/dports/security/hs-cryptol/cryptol-2.11.0/_cabal_deps/alex-3.2.6/src/
H A DInfo.hs31 infoStateN (i,s) = str "State " . shows i . nl . infoState s
33 infoState :: State SNum Code -> ShowS
34 infoState (State accs out)
/dports/www/hs-hjsmin/hjsmin-0.2.0.4/_cabal_deps/alex-3.2.5/src/
H A DInfo.hs31 infoStateN (i,s) = str "State " . shows i . nl . infoState s
33 infoState :: State SNum Code -> ShowS
34 infoState (State accs out)
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/alex-3.2.5/src/
H A DInfo.hs31 infoStateN (i,s) = str "State " . shows i . nl . infoState s
33 infoState :: State SNum Code -> ShowS
34 infoState (State accs out)
/dports/devel/hs-alex/alex-3.2.6/src/
H A DInfo.hs31 infoStateN (i,s) = str "State " . shows i . nl . infoState s
33 infoState :: State SNum Code -> ShowS
34 infoState (State accs out)
/dports/x11/conlecterm/conlecterm-1.4.3.0/_cabal_deps/alex-3.2.5/src/
H A DInfo.hs31 infoStateN (i,s) = str "State " . shows i . nl . infoState s
33 infoState :: State SNum Code -> ShowS
34 infoState (State accs out)
/dports/misc/hs-hascard/hascard-0.3.0.1/src/
H A DRunners.hs71 infoState :: State
72 infoState = InfoState () function
/dports/devel/opendht/opendht-1.10.1/src/
H A Ddht_proxy_client.cpp527 auto infoState = std::make_shared<InfoState>(); in getProxyInfos() local
530 infoState_ = infoState; in getProxyInfos()
553 statusThread_ = std::thread([this, serverHost, infoState]{ in getProxyInfos()
575 if (infoState->cancel) in getProxyInfos()
578 [this, resolved_proxy, infoState]( in getProxyInfos()
586 auto& state = *infoState; in getProxyInfos()
613 const auto& state = *infoState; in getProxyInfos()
/dports/devel/py-opendht/opendht-1.10.1/src/
H A Ddht_proxy_client.cpp527 auto infoState = std::make_shared<InfoState>(); in getProxyInfos() local
530 infoState_ = infoState; in getProxyInfos()
553 statusThread_ = std::thread([this, serverHost, infoState]{ in getProxyInfos()
575 if (infoState->cancel) in getProxyInfos()
578 [this, resolved_proxy, infoState]( in getProxyInfos()
586 auto& state = *infoState; in getProxyInfos()
613 const auto& state = *infoState; in getProxyInfos()
/dports/misc/hs-hascard/hascard-0.3.0.1/src/UI/
H A DMainMenu.hs55 Just 1 -> continue $ gs `goToState` infoState
/dports/x11-toolkits/tk87/tk8.7a5/macosx/
H A DttkMacOSXTheme.c1992 int infoState; in SpinButtonUpElementDraw() local
1996 infoState = kThemeStatePressedUp; in SpinButtonUpElementDraw()
1998 infoState = Ttk_StateTableLookup(ThemeStateTable, state); in SpinButtonUpElementDraw()
2002 .state = infoState, in SpinButtonUpElementDraw()
2009 DrawDarkIncDecButton(bounds, infoState, state, dc.context); in SpinButtonUpElementDraw()
2049 int infoState = 0; in SpinButtonDownElementDraw() local
2054 infoState = kThemeStatePressedDown; in SpinButtonDownElementDraw()
2060 .state = infoState, in SpinButtonDownElementDraw()
2068 DrawDarkIncDecButton(bounds, infoState, state, dc.context); in SpinButtonDownElementDraw()
/dports/x11-toolkits/tk86/tk8.6.12/macosx/
H A DttkMacOSXTheme.c2035 int infoState; in SpinButtonUpElementDraw() local
2039 infoState = kThemeStatePressedUp; in SpinButtonUpElementDraw()
2041 infoState = Ttk_StateTableLookup(ThemeStateTable, state); in SpinButtonUpElementDraw()
2045 .state = infoState, in SpinButtonUpElementDraw()
2052 DrawDarkIncDecButton(bounds, infoState, state, dc.context); in SpinButtonUpElementDraw()
2092 int infoState = 0; in SpinButtonDownElementDraw() local
2097 infoState = kThemeStatePressedDown; in SpinButtonDownElementDraw()
2103 .state = infoState, in SpinButtonDownElementDraw()
2111 DrawDarkIncDecButton(bounds, infoState, state, dc.context); in SpinButtonDownElementDraw()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/sip/cpp/
H A Dsip_corewxFont.cpp1216 int infoState = 0; in meth_wxFont_SetNativeFontInfo() local
1223 …wdList, SIP_NULLPTR, "BJ1", &sipSelf, sipType_wxFont, &sipCpp, sipType_wxString,&info, &infoState)) in meth_wxFont_SetNativeFontInfo()
1232 sipReleaseType(const_cast< ::wxString *>(info),sipType_wxString,infoState); in meth_wxFont_SetNativeFontInfo()
1284 int infoState = 0; in meth_wxFont_SetNativeFontInfoUserDesc() local
1291 …wdList, SIP_NULLPTR, "BJ1", &sipSelf, sipType_wxFont, &sipCpp, sipType_wxString,&info, &infoState)) in meth_wxFont_SetNativeFontInfoUserDesc()
1300 sipReleaseType(const_cast< ::wxString *>(info),sipType_wxString,infoState); in meth_wxFont_SetNativeFontInfoUserDesc()