Home
last modified time | relevance | path

Searched defs:cId (Results 1 – 25 of 180) sorted by relevance

12345678

/dports/net-im/matterhorn/matterhorn-50200.13.0/src/Matterhorn/State/
H A DChannels.hs144 hideDMChannel cId = do function
277 let cId = getId chan function
395 checkPendingChannelChange cId = do function
431 setFocus cId = do function
581 let cId = groupChannelId g function
600 let cId = favoriteChannelId f function
614 refreshChannelById cId = do function
623 removeChannelFromState cId = do function
718 leaveChannelIfPossible cId delete = do function
853 loadHistoryEntryToEditor cId idx = do function
[all …]
H A DChannelList.hs104 showChannelInSidebar cId setPending = do function
/dports/net-im/matterhorn/matterhorn-50200.13.0/src/Matterhorn/
H A DScripts.hs24 findAndRunScript cId scriptName input = do function
42 runScript cId outputChan fp text = do function
H A DInputHistory.hs43 removeChannelHistory cId ih = ih & historyEntries.at cId .~ Nothing function
74 getHistoryEntry cId i ih = do function
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/src/test/java/org/apache/hadoop/yarn/server/nodemanager/containermanager/application/
H A DTestApplication.java440 private ContainerId cId; field in TestApplication.ContainerKillMatcher
442 public ContainerKillMatcher(ContainerId cId) { in ContainerKillMatcher()
457 private ContainerId cId; field in TestApplication.ContainerInitMatcher
459 public ContainerInitMatcher(ContainerId cId) { in ContainerInitMatcher()
610 ContainerId cId = BuilderUtils.newContainerId(appAttemptId, containerId); in createMockedContainer() local
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/src/test/java/org/apache/hadoop/yarn/server/nodemanager/
H A DTestDockerContainerExecutor.java87 ContainerId cId = mock(ContainerId.class, RETURNS_DEEP_STUBS); in getNextContainerId() local
148 …private int runAndBlock(ContainerId cId, Map<String, String> launchCtxEnv, String... cmd) throws I… in runAndBlock()
207 ContainerId cId = getNextContainerId(); in testLaunchContainer() local
H A DTestDockerContainerExecutorWithMocks.java127 ContainerId cId = mock(ContainerId.class, RETURNS_DEEP_STUBS); in testContainerLaunchNullImage() local
159 ContainerId cId = mock(ContainerId.class, RETURNS_DEEP_STUBS); in testContainerLaunchInvalidImage() local
191 ContainerId cId = mock(ContainerId.class, RETURNS_DEEP_STUBS); in testContainerLaunch() local
H A DTestNodeManagerShutdown.java88 private ContainerId cId; field in TestNodeManagerShutdown
188 public static void startContainer(NodeManager nm, ContainerId cId, in startContainer()
283 private static File createUnhaltingScriptFile(ContainerId cId, in createUnhaltingScriptFile()
H A DTestNodeManagerResync.java136 ContainerId cId = TestNodeManagerShutdown.createContainerId(); in testContainerPreservationOnResyncImpl() local
173 ContainerId cId = TestNodeManagerShutdown.createContainerId(); in testBlockNewContainerRequestsOnStartAndResync() local
353 public void setExistingContainerId(ContainerId cId) { in setExistingContainerId()
H A DTestLinuxContainerExecutorWithMocks.java116 ContainerId cId = mock(ContainerId.class); in testContainerLaunch() local
247 ContainerId cId = mock(ContainerId.class); in testContainerLaunchError() local
/dports/net-im/psi/psi-1.5/src/
H A Dhistorycontactlistmodel.cpp167 QString cId = contact->account()->id() + "|" + contact->jid().bare(); in loadContacts() local
198 QString cId = pa->id() + "|" + self->jid().bare(); in loadContacts() local
212 QString cId = ci.accId + "|" + ci.jid.bare(); in loadContacts() local
235 QString cId = ci.accId + "|" + ci.jid.full(); in loadContacts() local
/dports/deskutils/latte-dock/latte-dock-0.10.6/app/layouts/
H A Dstorage.cpp300 for(const auto &cId : containments.groupList()) { in containmentsIds() local
314 for(const auto &cId : containments.groupList()) { in appletsIds() local
375 for (const auto &cId : investigate_conts.groupList()) { in newUniqueIdsFile() local
425 for (const auto &cId : toInvestigateContainmentIds) { in newUniqueIdsFile() local
456 for (const auto &cId : investigate_conts.groupList()) { in newUniqueIdsFile() local
636 for (const auto cId : containments.groupList()) { in newView() local
699 for (const auto &cId : containments.groupList()) { in exportTemplate() local
726 for (const auto &cId : containments.groupList()) { in exportTemplate() local
795 for (const auto &cId : copied_conts.groupList()) { in exportTemplate() local
822 for (const auto &cId : copied_conts.groupList()) { in exportTemplate() local
[all …]
/dports/net-im/matterhorn/matterhorn-50200.13.0/src/Matterhorn/Events/
H A DEditNotifyPrefs.hs42 cId = st^.csCurrentChannelId(st^.csCurrentTeamId) function
/dports/www/groupoffice/groupoffice-6.4.231-php-71/go/modules/community/test/model/
H A DB.php19 public $cId; variable in go\\modules\\community\\test\\model\\B
/dports/math/clasp/clasp-3.3.5/clasp/util/
H A Dmulti_queue.h119 bool hasItems(ThreadId& cId) const { return cId != tail_; } in hasItems()
126 bool tryConsume(ThreadId& cId, T& out) { in tryConsume()
141 void pop(ThreadId& cId) { in pop()
/dports/math/clingo/clingo-5.5.1/clasp/clasp/util/
H A Dmulti_queue.h119 bool hasItems(ThreadId& cId) const { return cId != tail_; } in hasItems()
126 bool tryConsume(ThreadId& cId, T& out) { in tryConsume()
141 void pop(ThreadId& cId) { in pop()
/dports/math/clingo/clingo-5.5.1/clasp/clasp-da10954/clasp/util/
H A Dmulti_queue.h119 bool hasItems(ThreadId& cId) const { return cId != tail_; } in hasItems()
126 bool tryConsume(ThreadId& cId, T& out) { in tryConsume()
141 void pop(ThreadId& cId) { in pop()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/src/test/java/org/apache/hadoop/yarn/server/nodemanager/containermanager/launcher/
H A DTestContainerLaunch.java408 ContainerId cId = ContainerId.newContainerId(appAttemptId, 0); in testPrependDistcache() local
517 ContainerId cId = ContainerId.newContainerId(appAttemptId, 0); in testContainerEnvVariables() local
766 ContainerId cId = ContainerId.newContainerId(appAttemptId, 0); in internalKillTest() local
925 protected Token createContainerToken(ContainerId cId, Priority priority, in createContainerToken()
1112 ContainerId cId = ContainerId.newContainerId(appAttemptId, 0); in testKillProcessGroup() local
/dports/emulators/mess/mame-mame0226/src/lib/netlist/analog/
H A Dnld_opamps.cpp188 const nl_fptype cId = m_modacc.m_DAB; // 3 mA in NETLIB_BASE_OBJECT() local
/dports/emulators/mame/mame-mame0226/src/lib/netlist/analog/
H A Dnld_opamps.cpp188 const nl_fptype cId = m_modacc.m_DAB; // 3 mA in NETLIB_BASE_OBJECT() local
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-tools/hadoop-sls/src/test/java/org/apache/hadoop/yarn/sls/nodemanager/
H A DTestNMSimulator.java99 private ContainerId newContainerId(int appId, int appAttemptId, int cId) { in newContainerId()
/dports/graphics/libetonyek01/libetonyek-0.1.10/src/lib/
H A DNUM3Parser.cpp39 for (auto cId : tableListRefs) in parseSheet() local
/dports/net-im/matterhorn/matterhorn-50200.13.0/src/Matterhorn/Types/
H A DChannels.hs353 findChannelById cId = HM.lookup cId . _chanMap function
358 modifyChannelById cId f = chanMap.ix(cId) %~ f function
363 channelByIdL cId = chanMap . ix cId function
368 maybeChannelByIdL cId = chanMap . at cId function
/dports/textproc/libmwaw03/libmwaw-0.3.20/src/lib/
H A DStudentWritingCParser.cxx492 int cId=int(input->readLong(2)); in createZones() local
664 int cId=int(input->readLong(2)); in createZones() local
747 int cId=int(input->readLong(2)); in createZones() local
810 int cId=int(input->readLong(2)); in createZones() local
916 int cId=int(input->readULong(2)); in readTextZone() local
940 int cId=int(input->readULong(2)); in readTextZone() local
1238 int cId=int(input->readLong(2)); in readFrame() local
1297 int cId=int(input->readLong(2)); in readFrame() local
1422 int cId=int(input->readLong(2)); in readParagraph() local
1546 for (int &cId : cIds) cId=int(input->readLong(2)); in readPicture() local
H A DClarisWksStruct.cxx234 void DSET::removeChild(int cId) in removeChild()
239 void DSET::removeChild(int cId, bool normalChild) in removeChild()

12345678