Home
last modified time | relevance | path

Searched refs:GetRelease (Results 1 – 25 of 184) sorted by relevance

12345678

/dports/news/golded+/golded-plus/golded+/goldlib/gcui/
H A Dgmoubase.h130 void GetRelease(int __button);
157 void GetLeftRelease() { GetRelease(GMOU_LEFT_BUTTON); } in GetLeftRelease()
158 void GetRightRelease() { GetRelease(GMOU_RIGHT_BUTTON); } in GetRightRelease()
H A Dgmoubase.cpp169 void GMou::GetRelease(int __button) { in GetRelease() function in GMou
343 void GMou::GetRelease(int __button) { in GetRelease() function in GMou
445 void GMou::GetRelease(int) {} in GetRelease() function in GMou
/dports/www/gitea/gitea-1.16.5/routers/api/v1/repo/
H A Drelease_tags.go47 release, err := models.GetRelease(ctx.Repo.Repository.ID, tag)
98 release, err := models.GetRelease(ctx.Repo.Repository.ID, tag)
H A Drelease.go22 func GetRelease(ctx *context.APIContext) { func
182 rel, err := models.GetRelease(ctx.Repo.Repository.ID, form.TagName)
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/objmgr/impl/
H A Dbioseq_set_info.hpp116 const TRelease& GetRelease(void) const;
415 const CBioseq_set_Info::TRelease& CBioseq_set_Info::GetRelease(void) const in GetRelease() function in CBioseq_set_Info
417 return m_Object->GetRelease(); in GetRelease()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/objmgr/impl/
H A Dbioseq_set_info.hpp116 const TRelease& GetRelease(void) const;
415 const CBioseq_set_Info::TRelease& CBioseq_set_Info::GetRelease(void) const in GetRelease() function in CBioseq_set_Info
417 return m_Object->GetRelease(); in GetRelease()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ppapi/generators/
H A Didl_ast.py91 rmin = self.release_map.GetRelease(vmin)
92 rmax = self.release_map.GetRelease(vmax)
H A Didl_node.py256 def GetRelease(self, version): member in IDLNode
260 return filenode.release_map.GetRelease(version)
279 r = self.GetRelease(self.GetProperty('version'))
/dports/lang/spidermonkey60/firefox-60.9.0/browser/extensions/mortar/ppapi/generators/
H A Didl_ast.py89 rmin = self.release_map.GetRelease(vmin)
90 rmax = self.release_map.GetRelease(vmax)
H A Didl_node.py256 def GetRelease(self, version): member in IDLNode
260 return filenode.release_map.GetRelease(version)
279 r = self.GetRelease(self.GetProperty('version'))
/dports/www/chromium-legacy/chromium-88.0.4324.182/ppapi/generators/
H A Didl_ast.py91 rmin = self.release_map.GetRelease(vmin)
92 rmax = self.release_map.GetRelease(vmax)
H A Didl_node.py256 def GetRelease(self, version): member in IDLNode
260 return filenode.release_map.GetRelease(version)
279 r = self.GetRelease(self.GetProperty('version'))
/dports/devel/bit/bit-1.1.2/vendor/github.com/tj/go-update/
H A Dstore.go16 GetRelease(version string) (*Release, error) methodSpec
/dports/www/gitea/gitea-1.16.5/routers/web/repo/
H A Drelease.go195 release, err := models.GetRelease(ctx.Repo.Repository.ID, ctx.Params("*"))
268 rel, err := models.GetRelease(ctx.Repo.Repository.ID, tagName)
315 rel, err := models.GetRelease(ctx.Repo.Repository.ID, form.TagName)
421 rel, err := models.GetRelease(ctx.Repo.Repository.ID, tagName)
457 rel, err := models.GetRelease(ctx.Repo.Repository.ID, tagName)
/dports/lang/fpc-source/fpc-3.2.2/packages/ptc/src/core/
H A Dmouseeventi.inc59 function GetRelease: Boolean;
64 property Release: Boolean read GetRelease;
133 function TPTCMouseButtonEvent.GetRelease: Boolean;
H A Dmouseeventd.inc86 function GetRelease: Boolean;
90 property Release: Boolean read GetRelease;
/dports/www/tusd/google-cloud-go-storage-v1.18.2/internal/generated/snippets/deploy/apiv1/CloudDeployClient/GetRelease/
H A Dmain.go40 resp, err := c.GetRelease(ctx, req)
/dports/devel/bit/bit-1.1.2/vendor/github.com/tj/go-update/_example/specific/
H A Dspecific.go34 release, err := m.GetRelease("0.4.5")
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/media/webaudio/
H A DDynamicsCompressorNode.h49 AudioParam* GetRelease() const in GetRelease() function
/dports/audio/spiralsynthmodular/spiralmodular-0.2.2/SpiralSound/Plugins/EnvelopePlugin/
H A DEnvelopePlugin.h42 float GetRelease() { return m_Release; } in Fl_PortButton()
/dports/audio/spiralsynth/SpiralSynth-0.1.7/SpiralSound/
H A DEnvelope.h45 float GetRelease() {return m_Release;} in GetRelease() function
/dports/lang/spidermonkey60/firefox-60.9.0/dom/media/webaudio/
H A DDynamicsCompressorNode.h46 AudioParam* GetRelease() const { return mRelease; } in GetRelease() function
/dports/www/gitea/gitea-1.16.5/models/
H A Drelease.go151 func GetRelease(repoID int64, tagName string) (*Release, error) { func
410 rel, err := GetRelease(repo.ID, tagName)
435 rel, err := GetRelease(repo.ID, newRel.TagName)
/dports/www/gitea/gitea-1.16.5/services/release/
H A Drelease_test.go156 release, err := models.GetRelease(repo.ID, "v1.1.1")
180 release, err = models.GetRelease(repo.ID, "v1.2.1")
204 release, err = models.GetRelease(repo.ID, "v1.3.1")
/dports/misc/tellico/tellico-3.4.2/src/fetch/
H A Dvndbfetcher.h95 GetRelease enumerator

12345678