Home
last modified time | relevance | path

Searched defs:remote_update (Results 1 – 10 of 10) sorted by relevance

/dports/science/madness/madness-ebb3fd7/src/madness/world/
H A Dgroup.h244 void remote_update(const int n) const { in remote_update() function
383 void remote_update() const { in remote_update() function
/dports/devel/py-buildbot-worker/buildbot-worker-3.4.1/buildbot_worker/test/unit/
H A Dtest_bot.py211 def remote_update(self, updates): member in FakeStep
/dports/devel/py-buildbot/buildbot-3.4.1/buildbot/worker/protocols/
H A Dbase.py137 def remote_update(self, updates): member in RemoteCommandImpl
/dports/devel/py-buildbot/buildbot-3.4.1/buildbot/process/
H A Dremotecommand.py178 def remote_update(self, updates): member in RemoteCommand
/dports/games/tomenet/tomenet-4.6.0/src/common/
H A Dfiles.c149 int remote_update(int ind, char *fname) { in remote_update() function
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/gitlab.com/gitlab-org/gitaly/v14/ruby/lib/gitlab/git/
H A Drepository.rb441 def remote_update(remote_name, url:) method in Gitlab.Git.Repository
/dports/www/trafficserver/trafficserver-9.1.1/iocore/net/quic/qlog/
H A DQLogEvent.h344 remote_update, enumerator
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/sync_preferences/
H A Dpref_service_syncable_unittest.cc570 base::DictionaryValue remote_update; in TEST_F() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/sync_preferences/
H A Dpref_service_syncable_unittest.cc555 base::DictionaryValue remote_update; in TEST_F() local
/dports/sysutils/conan/conan-1.44.0/conans/client/
H A Dconan_api.py1028 def remote_update(self, remote_name, url, verify_ssl=True, insert=None): member in ConanAPIV1