Home
last modified time | relevance | path

Searched refs:ccInfo (Results 1 – 25 of 36) sorted by relevance

12

/dports/net-im/matterhorn/matterhorn-50200.13.0/src/Matterhorn/Types/
H A DChannels.hs19 , ccContents, ccInfo, ccEditState
255 isMuted cc = cc^.ccInfo.cdNotifyProps.channelNotifyPropsMarkUnreadL ==
261 else case cc^.ccInfo.cdNotifyProps.channelNotifyPropsDesktopL of
314 (if cinfo^.ccInfo.cdType `notElem` [Direct, Group]
315 then case cinfo^.ccInfo.cdTeamId of
319 (case cinfo^.ccInfo.cdDMUserId of
330 Just ch -> case ch^.ccInfo.cdTeamId of
396 clearNewMessageIndicator c = c & ccInfo.cdNewMessageIndicator .~ Hide
406 ccInfo.cdUpdated %~ max (maxPostTimestamp m)
412 else c & ccInfo.cdEditedMessageThreshold %~ (\mt -> case mt of
[all …]
/dports/net-im/matterhorn/matterhorn-50200.13.0/src/Matterhorn/State/
H A DChannelList.hs133 csChannel(cId).ccInfo.cdSidebarShowOverride .= Just now
134 updateSidebar (ch^.ccInfo.cdTeamId)
137 let tId = fromMaybe curTid (ch^.ccInfo.cdTeamId)
139 case ch^.ccInfo.cdType of
141 let Just uId = ch^.ccInfo.cdDMUserId
147 Just (ChangeByChannelId tId (ch^.ccInfo.cdChannelId) Nothing)
159 Just (ChangeByChannelId tId (ch^.ccInfo.cdChannelId) Nothing)
H A DChannels.hs92 csCurrentChannel.ccInfo.cdMentionCount .= 0
113 case chan^.ccInfo.cdTeamId of
148 case chan^.ccInfo.cdType of
428 updateSidebar (chan^.ccInfo.cdTeamId)
626 case chan^.ccInfo.cdTeamId of
637 case chan^.ccInfo.cdTeamId of
723 case st ^? csChannel(cId).ccInfo of
935 cInfo <- use (csCurrentChannel.ccInfo)
1070 return $ ch^.ccInfo.cdHeader
1077 let chType = chan^.ccInfo.cdType
[all …]
H A DChannelSelect.hs65 else if chan^.ccInfo.cdType /= MM.Group
66 then chanNameMatches e $ chan^.ccInfo.cdDisplayName
71 else if chan^.ccInfo.cdType == MM.Group
72 then chanNameMatches e $ chan^.ccInfo.cdDisplayName
H A DFlagging.hs47 let mTId = chan^.ccInfo.cdTeamId
H A DNotifyPrefs.hs78 chanInfo <- use (csCurrentChannel.ccInfo)
/dports/devel/folly/folly-2021.12.27.00/folly/net/test/
H A DTcpInfoTest.cpp175 ccInfo.bbr.bbr_bw_lo = 1; in getTestBbrInfo()
176 ccInfo.bbr.bbr_bw_hi = 2; in getTestBbrInfo()
177 ccInfo.bbr.bbr_min_rtt = 3; in getTestBbrInfo()
179 ccInfo.bbr.bbr_cwnd_gain = 5; in getTestBbrInfo()
180 return ccInfo; in getTestBbrInfo()
185 ccInfo.vegas.tcpv_enabled = 6; in getTestVegasInfo()
186 ccInfo.vegas.tcpv_rttcnt = 7; in getTestVegasInfo()
187 ccInfo.vegas.tcpv_rtt = 8; in getTestVegasInfo()
188 ccInfo.vegas.tcpv_minrtt = 9; in getTestVegasInfo()
189 return ccInfo; in getTestVegasInfo()
[all …]
H A DTcpInfoTestUtil.h101 const folly::TcpInfo::tcp_cc_info& ccInfo) { in setupExpectCallCcInfo() argument
111 testing::Invoke([ccInfo](void* optval, socklen_t* optlen) { in setupExpectCallCcInfo()
112 auto copied = std::min((unsigned int)sizeof ccInfo, *optlen); in setupExpectCallCcInfo()
113 std::memcpy(optval, (void*)&(ccInfo), copied); in setupExpectCallCcInfo()
/dports/net-im/matterhorn/matterhorn-50200.13.0/src/Matterhorn/Draw/
H A DPostListOverlay.hs50 Just cc -> mkChannelName st (cc^.ccInfo)
90 case chan^.ccInfo.cdType of
92 | Just u <- flip userById st =<< chan^.ccInfo.cdDMUserId ->
95 _ -> (forceAttr channelNameAttr (txt (chan^.ccInfo.to (mkChannelName st))) <=>
H A DMain.hs295 let chnType = chan^.ccInfo.cdType
296 topicStr = chan^.ccInfo.cdHeader
325 case chan^.ccInfo.cdDMUserId >>= flip userById st of
334 channelNamePair = chanName <> " - " <> (chan^.ccInfo.cdDisplayName)
335 chanName = mkChannelName st (chan^.ccInfo)
468 chanName = mkChannelName st (chan^.ccInfo)
469 msg = case chan^.ccInfo.cdType of
471 let u = chan^.ccInfo.cdDMUserId >>= flip userById st
476 groupMsg (chan^.ccInfo.cdDisplayName)
837 in case allTypingUsers (st^.csCurrentChannel.ccInfo.cdTypingUsers) of
H A DChannelList.hs149 (chan^.ccInfo.cdDisplayName, Nothing, False, Nothing)
151 (chan^.ccInfo.cdDisplayName, Just " ", True, Nothing)
169 mentions = chan^.ccInfo.cdMentionCount
H A DDeleteChannelConfirm.hs20 let cName = st^.csCurrentChannel.ccInfo.cdName
H A DLeaveChannelConfirm.hs20 let cName = st^.csCurrentChannel.ccInfo.cdName
H A DURLList.hs32 "URLs: " <> (mkChannelName st (st^.csCurrentChannel.ccInfo))) <+>
/dports/lang/ghc/ghc-8.10.7/compiler/main/SysTools/
H A DExtraObj.hs42 ccInfo <- liftIO $ getCompilerInfo dflags
50 else asmOpts ccInfo)
63 asmOpts ccInfo =
64 if any (ccInfo ==) [Clang, AppleClang, AppleClang51]
/dports/math/ogdf/OGDF/src/ogdf/cluster/
H A DClusterPlanarizationLayout.cpp348 const Graph::CCsInfo &ccInfo = CP.ccInfo(); in call() local
357 for(int j = ccInfo.startNode(i); j < ccInfo.stopNode(i); ++j) in call()
359 node v = ccInfo.v(j); in call()
/dports/games/avanor/avanor-0.5.8/global/
H A Dglobal.cpp59 CONSOLE_CURSOR_INFO ccInfo; variable
80 GetConsoleCursorInfo(hStdout, &ccInfo); in vInit()
155 SetConsoleCursorInfo(hStdout, &ccInfo); in vFinit()
360 CONSOLE_CURSOR_INFO ConsoleCursorInfo = ccInfo; in vXGotoXY()
/dports/net-im/matterhorn/matterhorn-50200.13.0/src/Matterhorn/
H A DTypes.hs659 let matches (_, info) = info^.ccInfo.cdType == ty &&
660 info^.ccInfo.cdTeamId == Just tId
717 let matches (_, info) = info^.ccInfo.cdType == Group &&
718 info^.ccInfo.cdTeamId == Nothing &&
772 updated = c^.ccInfo.cdUpdated
773 Just uId = c^.ccInfo.cdDMUserId
774 cId = c^.ccInfo.cdChannelId
799 updated = c^.ccInfo.cdUpdated
800 cId = c^.ccInfo.cdChannelId
2465 return $ cc^.ccInfo.cdNewMessageIndicator
[all …]
H A DScripts.hs51 mode <- case chan^.ccInfo.cdTeamId of
H A DLastRunState.hs82 when (cs^.csCurrentChannel.ccInfo.cdType `elem` [Ordinary, Private]) $ do
/dports/math/ogdf/OGDF/src/ogdf/planarity/
H A DPlanRepLight.cpp40 : m_ccInfo(pr.ccInfo()), m_pr(pr), m_currentCC(-1), m_eAuxCopy(pr.original()) in PlanRepLight()
/dports/math/ogdf/OGDF/include/ogdf/planarity/
H A DPlanRepLight.h63 const CCsInfo &ccInfo() const { return m_ccInfo; } in ccInfo() function
/dports/biology/ugene/ugene-40.1/src/plugins/external_tool_support/src/cufflinks/
H A DCuffmergeSupportTask.cpp178 QFileInfo ccInfo(cc->getPath()); in createCuffmergeTask() local
181 addPaths << ccInfo.dir().absolutePath(); in createCuffmergeTask()
/dports/devel/folly/folly-2021.12.27.00/folly/net/
H A DTcpInfo.cpp554 tcp_cc_info ccInfo = {}; in initCcInfoFromFd()
557 fd, IPPROTO_TCP, TCP_CC_INFO, (void*)&ccInfo, &len); in initCcInfoFromFd()
563 wrappedInfo.maybeCcInfo = ccInfo; in initCcInfoFromFd()
/dports/net-im/matterhorn/matterhorn-50200.13.0/src/Matterhorn/Events/
H A DWebsocket.hs177 updateSidebar (chan^.ccInfo.cdTeamId)
220 cid <- use $ csCurrentChannel . ccInfo . cdChannelId

12