Home
last modified time | relevance | path

Searched defs:apiPlatform (Results 1 – 9 of 9) sorted by relevance

/dports/devel/gh/cli-2.4.0/pkg/cmd/run/download/
H A Dhttp.go16 type apiPlatform struct { struct
17 client *http.Client
18 repo ghrepo.Interface
21 func (p *apiPlatform) List(runID string) ([]shared.Artifact, error) {
25 func (p *apiPlatform) Download(url string, dir string) error {
/dports/science/jmol/jmol-14.32.7/src/org/jmol/g3d/
H A DPlatform3D.java53 GenericPlatform apiPlatform; field in Platform3D
55 Platform3D(GenericPlatform apiPlatform) { in Platform3D()
H A DGraphics3D.java283 public void initialize(Viewer vwr, GenericPlatform apiPlatform) { in initialize()
/dports/science/jmol/jmol-14.32.7/src/org/jmol/io/
H A DJmolUtil.java70 GenericPlatform apiPlatform = vwr.apiPlatform; in getImage() local
/dports/science/jmol/jmol-14.32.7/src/jspecview/js2d/
H A DJsPanel.java74 private GenericPlatform apiPlatform; field in JsPanel
/dports/science/jmol/jmol-14.32.7/src/jspecview/java/
H A DAwtPanel.java99 private GenericPlatform apiPlatform; field in AwtPanel
/dports/science/jmol/jmol-14.32.7/src/org/jmol/util/
H A DGData.java19 public GenericPlatform apiPlatform; field in GData
71 public void initialize(Viewer vwr, GenericPlatform apiPlatform) { in initialize()
/dports/science/jmol/jmol-14.32.7/src/org/jmol/api/
H A DJmolViewer.java526 public GenericPlatform apiPlatform; // used in Viewer and JmolViewer field in JmolViewer
/dports/science/jmol/jmol-14.32.7/src/jspecview/common/
H A DJSViewer.java127 public GenericPlatform apiPlatform; field in JSViewer