Home
last modified time | relevance | path

Searched refs:GetChanges (Results 1 – 25 of 302) sorted by relevance

12345678910>>...13

/dports/science/orthanc-webviewer/OrthancWebViewer-2.7/ThirdPartyDownloads/Orthanc-1.8.1/OrthancServer/Sources/OrthancRestApi/
H A DOrthancRestChanges.cpp71 static void GetChanges(RestApiGetCall& call) in GetChanges() function
88 context.GetIndex().GetChanges(result, since, limit); in GetChanges()
136 Register("/changes", GetChanges); in RegisterChanges()
/dports/science/orthanc-dicomweb/OrthancDicomWeb-1.7/ThirdPartyDownloads/Orthanc-1.9.3/OrthancServer/Sources/OrthancRestApi/
H A DOrthancRestChanges.cpp71 static void GetChanges(RestApiGetCall& call) in GetChanges() function
106 context.GetIndex().GetChanges(result, since, limit); in GetChanges()
189 Register("/changes", GetChanges); in RegisterChanges()
/dports/science/orthanc-mysql/OrthancMySQL-4.3/MySQL/ThirdPartyDownloads/Orthanc-1.9.3/OrthancServer/Sources/OrthancRestApi/
H A DOrthancRestChanges.cpp71 static void GetChanges(RestApiGetCall& call) in GetChanges() function
106 context.GetIndex().GetChanges(result, since, limit); in GetChanges()
189 Register("/changes", GetChanges); in RegisterChanges()
/dports/science/orthanc/Orthanc-1.9.7/OrthancServer/Sources/OrthancRestApi/
H A DOrthancRestChanges.cpp71 static void GetChanges(RestApiGetCall& call) in GetChanges() function
106 context.GetIndex().GetChanges(result, since, limit); in GetChanges()
189 Register("/changes", GetChanges); in RegisterChanges()
/dports/science/orthanc-postgresql/OrthancPostgreSQL-4.0/PostgreSQL/ThirdPartyDownloads/Orthanc-1.9.3/OrthancServer/Sources/OrthancRestApi/
H A DOrthancRestChanges.cpp71 static void GetChanges(RestApiGetCall& call) in GetChanges() function
106 context.GetIndex().GetChanges(result, since, limit); in GetChanges()
189 Register("/changes", GetChanges); in RegisterChanges()
/dports/security/vault/aws-sdk-go-v2-fdbaadbce5fd/internal/repotools/changes/
H A Dselectors.go38 moduleChanges := r.Metadata.GetChanges(module)
109 incr := versionIncrement(r.Metadata.GetChanges(module))
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/aws/aws-sdk-go-v2/internal/repotools/changes/
H A Dselectors.go38 moduleChanges := r.Metadata.GetChanges(module)
109 incr := versionIncrement(r.Metadata.GetChanges(module))
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-be1c89938486/internal/repotools/changes/
H A Dselectors.go38 moduleChanges := r.Metadata.GetChanges(module)
109 incr := versionIncrement(r.Metadata.GetChanges(module))
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-credentials-v1.1.1/internal/repotools/changes/
H A Dselectors.go38 moduleChanges := r.Metadata.GetChanges(module)
109 incr := versionIncrement(r.Metadata.GetChanges(module))
/dports/security/vault/vault-1.8.2/vendor/github.com/aws/aws-sdk-go-v2/internal/repotools/changes/
H A Dselectors.go38 moduleChanges := r.Metadata.GetChanges(module)
109 incr := versionIncrement(r.Metadata.GetChanges(module))
/dports/security/vault/aws-sdk-go-v2-1.5.0/internal/repotools/changes/
H A Dselectors.go38 moduleChanges := r.Metadata.GetChanges(module)
109 incr := versionIncrement(r.Metadata.GetChanges(module))
/dports/security/vault/aws-sdk-go-v2-credentials-v1.1.5/internal/repotools/changes/
H A Dselectors.go38 moduleChanges := r.Metadata.GetChanges(module)
109 incr := versionIncrement(r.Metadata.GetChanges(module))
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/policy/core/common/
H A Dschema_map_unittest.cc348 TEST_F(SchemaMapTest, GetChanges) { in TEST_F() argument
357 newer->GetChanges(older, &removed, &added); in TEST_F()
364 newer->GetChanges(older, &removed, &added); in TEST_F()
372 newer->GetChanges(older, &removed, &added); in TEST_F()
H A Dschema_map.h56 void GetChanges(const scoped_refptr<SchemaMap>& older,
/dports/net/grive2/grive2-ffb744a/libgrive/src/drive2/
H A DSyncer2.hh44 std::unique_ptr<Feed> GetChanges( long min_cstamp );
/dports/net/grive2/grive2-ffb744a/libgrive/src/base/
H A DSyncer.hh60 virtual std::unique_ptr<Feed> GetChanges( long min_cstamp ) = 0;
H A DDrive.cc99 std::unique_ptr<Feed> feed = m_syncer->GetChanges( prev_stamp+1 ) ; in ReadChanges()
/dports/multimedia/photofilmstrip/photofilmstrip-3.7.0/photofilmstrip/lib/
H A DUpdateChecker.py63 def GetChanges(self): member in UpdateChecker
/dports/devel/py-pydrive/PyDrive-1.3.1/pydrive/
H A Dfiles.py364 param['body'] = self.GetChanges()
448 param['body'] = self.GetChanges()
473 param['body'] = self.GetChanges()
/dports/net/rclone/rclone-1.57.0/vendor/github.com/ncw/go-acd/
H A Dchanges.go34 func (s *ChangesService) GetChanges(opts *ChangesOptions) ([]*ChangeSet, *http.Response, error) { func
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/command_lib/meta/
H A Dhelp_util.py151 def GetChanges(self): member in DiffAccumulator
352 for op, path in sorted(diff.GetChanges()):
/dports/www/gohugo/hugo-0.91.2/vendor/gocloud.dev/internal/contributebot/
H A Dmain.go158 Change: e.GetChanges(),
191 Change: e.GetChanges(),
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-route53/include/aws/route53/model/
H A DChangeBatch.h94 inline const Aws::Vector<Change>& GetChanges() const{ return m_changes; } in GetChanges() function
/dports/science/orthanc-mysql/OrthancMySQL-4.3/MySQL/ThirdPartyDownloads/Orthanc-1.9.3/OrthancServer/Sources/Database/
H A DStatelessDatabaseOperations.h157 void GetChanges(std::list<ServerIndexChange>& target /*out*/, in GetChanges() function
162 transaction_.GetChanges(target, done, since, maxResults); in GetChanges()
490 void GetChanges(Json::Value& target,
/dports/science/orthanc-dicomweb/OrthancDicomWeb-1.7/ThirdPartyDownloads/Orthanc-1.9.3/OrthancServer/Sources/Database/
H A DStatelessDatabaseOperations.h157 void GetChanges(std::list<ServerIndexChange>& target /*out*/, in GetChanges() function
162 transaction_.GetChanges(target, done, since, maxResults); in GetChanges()
490 void GetChanges(Json::Value& target,

12345678910>>...13