Home
last modified time | relevance | path

Searched refs:updateIDs (Results 1 – 14 of 14) sorted by relevance

/dports/sysutils/consul/consul-1.10.3/agent/consul/stream/
H A Devent_snapshot_test.go112 updateIDs := make([]string, 0, tc.updatesAfterSnap)
122 snapIDs, updateIDs)
134 updateIDs = append(updateIDs, payload.value)
135 if len(updateIDs) == tc.updatesAfterSnap {
150 require.Equal(t, genSequentialIDs(20000, 20000+tc.updatesAfterSnap), updateIDs)
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/agent/consul/stream/
H A Devent_snapshot_test.go112 updateIDs := make([]string, 0, tc.updatesAfterSnap)
122 snapIDs, updateIDs)
134 updateIDs = append(updateIDs, payload.value)
135 if len(updateIDs) == tc.updatesAfterSnap {
150 require.Equal(t, genSequentialIDs(20000, 20000+tc.updatesAfterSnap), updateIDs)
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/consul/agent/consul/stream/
H A Devent_snapshot_test.go112 updateIDs := make([]string, 0, tc.updatesAfterSnap)
122 snapIDs, updateIDs)
134 updateIDs = append(updateIDs, payload.value)
135 if len(updateIDs) == tc.updatesAfterSnap {
150 require.Equal(t, genSequentialIDs(20000, 20000+tc.updatesAfterSnap), updateIDs)
/dports/net/gerbera/gerbera-1.9.2/src/web/
H A Dweb_request_handler.cc236 auto updateIDs = root.append_child("update_ids"); in handleUpdateIDs() local
239 updateIDs.append_attribute("pending") = session->hasUIUpdateIDs(); in handleUpdateIDs()
241 addUpdateIDs(session, &updateIDs); in handleUpdateIDs()
248 std::string updateIDs = session->getUIUpdateIDs(); in addUpdateIDs() local
249 if (!updateIDs.empty()) { in addUpdateIDs()
250 log_debug("UI: sending update ids: {}", updateIDs.c_str()); in addUpdateIDs()
251 updateIDsEl->append_attribute("ids") = updateIDs.c_str(); in addUpdateIDs()
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/packages/comp/sbml/
H A DReplacedBy.cpp138 int ret = updateIDs(ref, parent); in performReplacementAndCollect()
158 ReplacedBy::updateIDs(SBase* oldnames, SBase* newnames) in updateIDs() function in ReplacedBy
186 return Replacing::updateIDs(oldnames, newnames); in updateIDs()
H A DReplacedBy.h183 virtual int updateIDs(SBase* oldnames, SBase* newnames);
H A DReplacing.h309 virtual int updateIDs(SBase* oldnames, SBase* newnames);
H A DReplacing.cpp349 int ret = updateIDs(replaced, replacement); in replaceWithAndMaybeDelete()
378 Replacing::updateIDs(SBase* oldnames, SBase* newnames) in updateIDs() function in Replacing
H A DReplacedElement.cpp400 int ret = updateIDs(ref, parent); in performReplacementAndCollect()
/dports/audio/qmidiarp/qmidiarp-qmidiarp-0.6.5/src/
H A Dengine.h146 void updateIDs(int curID); in ugly()
H A Dmainwindow.cpp646 engine->updateIDs(parentDockID); in removeArp()
663 engine->updateIDs(parentDockID); in removeLfo()
680 engine->updateIDs(parentDockID); in removeSeq()
H A Dengine.cpp337 void Engine::updateIDs(int curID)
/dports/audio/gmusicbrowser/gmusicbrowser-1.1.15/
H A Dgmusicbrowser_songs.pm3406 sub updateIDs #update IDs coming from an older session subroutine
H A Dgmusicbrowser.pl2282 SongArray::updateIDs(\@newIDs);
2398 SongArray::updateIDs(\@newIDs);