Home
last modified time | relevance | path

Searched refs:droplet (Results 1 – 25 of 856) sorted by relevance

12345678910>>...35

/dports/devel/RStudio/rstudio-2021.09.1-372/dependencies/common/plumber/R/
H A Ddigital-ocean.R40 if (missing(droplet)){
58 droplet <- analogsea::droplet(id=droplet$id)
66 install_new_r(droplet)
68 install_api(droplet)
69 install_nginx(droplet)
70 install_firewall(droplet)
76 invisible(droplet)
104 install_api <- function(droplet){ argument
246 invisible(droplet)
355 do_forward(droplet, path)
[all …]
/dports/games/legend-of-edgar/edgar-1.34/src/
H A Dweather.c100 droplet[i].dirX = 0; in initLightRain()
120 droplet[i].dirX = 0; in initHeavyRain()
137 droplet[i].y += droplet[i].dirY; in rain()
166 droplet[i].dirX = 0; in initStorm()
208 droplet[i].x += droplet[i].dirX; in snow()
209 droplet[i].y += droplet[i].dirY; in snow()
213 droplet[i].x = SCREEN_WIDTH + droplet[i].x; in snow()
218 droplet[i].x = droplet[i].x - SCREEN_WIDTH; in snow()
229 droplet[i].y = 0; in snow()
254 drawBox(droplet[i].x, droplet[i].y, 1, 8, 220, 220, 220, 255); in drawRain()
[all …]
/dports/sysutils/bareos-client/bareos-Release-20.0.3/core/src/droplet/libdroplet/
H A DMakefile.am17 src/droplet.c \
90 include/droplet.h \
95 include/droplet/conn.h \
98 include/droplet/dict.h \
103 include/droplet/req.h \
104 include/droplet/vec.h \
105 include/droplet/sbuf.h \
106 include/droplet/dbuf.h \
110 include/droplet/rest.h \
113 include/droplet/vfs.h \
[all …]
/dports/sysutils/bareos-traymonitor/bareos-Release-20.0.3/core/src/droplet/libdroplet/
H A DMakefile.am17 src/droplet.c \
90 include/droplet.h \
95 include/droplet/conn.h \
98 include/droplet/dict.h \
103 include/droplet/req.h \
104 include/droplet/vec.h \
105 include/droplet/sbuf.h \
106 include/droplet/dbuf.h \
110 include/droplet/rest.h \
113 include/droplet/vfs.h \
[all …]
/dports/sysutils/bareos-server/bareos-Release-20.0.3/core/src/droplet/libdroplet/
H A DMakefile.am17 src/droplet.c \
90 include/droplet.h \
95 include/droplet/conn.h \
98 include/droplet/dict.h \
103 include/droplet/req.h \
104 include/droplet/vec.h \
105 include/droplet/sbuf.h \
106 include/droplet/dbuf.h \
110 include/droplet/rest.h \
113 include/droplet/vfs.h \
[all …]
/dports/www/bareos-webui/bareos-Release-20.0.3/core/src/droplet/libdroplet/
H A DMakefile.am17 src/droplet.c \
90 include/droplet.h \
95 include/droplet/conn.h \
98 include/droplet/dict.h \
103 include/droplet/req.h \
104 include/droplet/vec.h \
105 include/droplet/sbuf.h \
106 include/droplet/dbuf.h \
110 include/droplet/rest.h \
113 include/droplet/vfs.h \
[all …]
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/prometheus/prometheus/discovery/digitalocean/
H A Ddigitalocean.go145 for _, droplet := range droplets {
146 if droplet.Networks == nil || len(droplet.Networks.V4) == 0 {
150 privateIPv4, err := droplet.PrivateIPv4()
154 publicIPv4, err := droplet.PublicIPv4()
158 publicIPv6, err := droplet.PublicIPv6()
165 doLabelName: model.LabelValue(droplet.Name),
172 doLabelSize: model.LabelValue(droplet.SizeSlug),
173 doLabelStatus: model.LabelValue(droplet.Status),
174 doLabelVPC: model.LabelValue(droplet.VPCUUID),
180 if len(droplet.Features) > 0 {
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/prometheus/prometheus/discovery/digitalocean/
H A Ddigitalocean.go145 for _, droplet := range droplets {
146 if droplet.Networks == nil || len(droplet.Networks.V4) == 0 {
150 privateIPv4, err := droplet.PrivateIPv4()
154 publicIPv4, err := droplet.PublicIPv4()
158 publicIPv6, err := droplet.PublicIPv6()
165 doLabelName: model.LabelValue(droplet.Name),
172 doLabelSize: model.LabelValue(droplet.SizeSlug),
173 doLabelStatus: model.LabelValue(droplet.Status),
174 doLabelVPC: model.LabelValue(droplet.VPCUUID),
180 if len(droplet.Features) > 0 {
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/github.com/prometheus/prometheus/discovery/digitalocean/
H A Ddigitalocean.go145 for _, droplet := range droplets {
146 if droplet.Networks == nil || len(droplet.Networks.V4) == 0 {
150 privateIPv4, err := droplet.PrivateIPv4()
154 publicIPv4, err := droplet.PublicIPv4()
158 publicIPv6, err := droplet.PublicIPv6()
165 doLabelName: model.LabelValue(droplet.Name),
172 doLabelSize: model.LabelValue(droplet.SizeSlug),
173 doLabelStatus: model.LabelValue(droplet.Status),
174 doLabelVPC: model.LabelValue(droplet.VPCUUID),
180 if len(droplet.Features) > 0 {
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/discovery/digitalocean/
H A Ddigitalocean.go145 for _, droplet := range droplets {
146 if droplet.Networks == nil || len(droplet.Networks.V4) == 0 {
150 privateIPv4, err := droplet.PrivateIPv4()
154 publicIPv4, err := droplet.PublicIPv4()
158 publicIPv6, err := droplet.PublicIPv6()
165 doLabelName: model.LabelValue(droplet.Name),
172 doLabelSize: model.LabelValue(droplet.SizeSlug),
173 doLabelStatus: model.LabelValue(droplet.Status),
174 doLabelVPC: model.LabelValue(droplet.VPCUUID),
180 if len(droplet.Features) > 0 {
[all …]
/dports/devel/RStudio/rstudio-2021.09.1-372/dependencies/common/plumber/inst/hosted/
H A Danalogsea-provision.R8 install <- function(droplet){ argument
9 droplet %>%
16 install_docker <- function(droplet){ argument
17 droplet %>%
27 install_new_r <- function(droplet){ argument
28 droplet %>%
35 prepare_plumber<- function(droplet){ argument
36 droplet %>%
/dports/shells/ohmyzsh/ohmyzsh-6babcbd8841335a3c25ec960ff57ab9a139c9073/plugins/tugboat/
H A D_tugboat11 'create:[NAME] Create a droplet.'
12 'destroy:[FUZZY_NAME] Destroy a droplet.'
15 'halt:[FUZZY_NAME] Shutdown a droplet.'
24 'resize:[FUZZY_NAME -s, --size=N] Resize a droplet.'
25 'restart:[FUZZY_NAME] Restart a droplet.'
26 'sizes:Show available droplet sizes.'
28 'ssh:[FUZZY_NAME] SSH into a droplet.'
29 'start:[FUZZY_NAME] Start a droplet.'
37 '-s:[--size=N] The size_id of the droplet'
38 '-i:[--image=N] The image_id of the droplet'
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/digitalocean/tests/integration/targets/digital_ocean_monitoring_alerts/tasks/
H A Dmain.yml36 register: droplet
45 - droplet.changed
46 - droplet.data is defined
47 - droplet.data.droplet is defined
48 - droplet.data.droplet.name is defined
49 - droplet.data.droplet.name == droplet_name
50 - droplet.data.droplet.status in ["new", "active", "available"]
62 entities: ["{{ droplet.data.droplet.id }}"]
64 type: v1/insights/droplet/load_1
85 entities: ["{{ droplet.data.droplet.id }}"]
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/digitalocean/tests/integration/targets/digital_ocean_load_balancer/tasks/
H A Dmain.yml40 register: droplet
45 - droplet.changed
46 - droplet.data is defined
47 - droplet.data.droplet is defined
48 - droplet.data.droplet.name is defined
49 - droplet.data.droplet.name == droplet_name
50 - droplet.data.droplet.status in ["new", "active", "available"]
59 - "{{ droplet.data.droplet.id }}"
80 - "{{ droplet.data.droplet.id }}"
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/cloud/digital_ocean/
H A D_digital_ocean.py286 droplet = cls(json)
287 return droplet
297 for droplet in droplets:
298 if droplet.id == id:
299 return droplet
302 for droplet in droplets:
304 return droplet
376 if not droplet:
398 module.exit_json(changed=changed, droplet=droplet.to_json())
410 if not droplet:
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/digitalocean/plugins/modules/
H A Ddigital_ocean.py310 droplet = cls(json)
311 return droplet
321 for droplet in droplets:
322 if droplet.id == id:
323 return droplet
326 for droplet in droplets:
328 return droplet
401 if not droplet:
422 module.exit_json(changed=changed, droplet=droplet.to_json())
434 if not droplet:
[all …]
H A Ddigital_ocean_droplet.py250 if droplet is not None:
273 for droplet in droplets:
359 droplet = json_data.get("droplet", None)
360 if droplet is not None:
367 droplet = json_data.get("droplet", None)
368 if droplet is not None:
462 if droplet is None:
579 if droplet is None:
669 droplet = DODroplet(module)
671 droplet.create(state)
[all …]
/dports/sysutils/bareos-server/bareos-Release-20.0.3/core/
H A DREADME.droplet1 Using droplet S3 as a backingstore for backups.
3 The droplet S3 storage backend writes chunks of data in an S3 bucket.
6 the libbareossd-chunked*.so and libbareossd-droplet*.so shared objects and the droplet storage ba…
12 Path-style buckets are not supported when using the droplet S3.
24 # profile= - Droplet profile path, e.g. /etc/bareos/bareos-sd.d/droplet/droplet.profile
37 …Device Options = "profile=/etc/bareos/bareos-sd.d/droplet/droplet.profile,bucket=bareos-bucket,chu…
40 …#Device Options = "profile=/etc/bareos/bareos-sd.d/droplet/droplet.profile,bucket=bareos-bucket,ch…
42 Device Type = droplet
54 The droplet.profile file holds the credentials for S3 storage
55 Example /etc/bareos/bareos-sd.d/droplet/droplet.profile file:
[all …]
/dports/sysutils/bareos18-traymonitor/bareos-Release-18.2.12/core/
H A DREADME.droplet1 Using droplet S3 as a backingstore for backups.
3 The droplet S3 storage backend writes chunks of data in an S3 bucket.
6 the libbareossd-chunked*.so and libbareossd-droplet*.so shared objects and the droplet storage ba…
12 Path-style buckets are not supported when using the droplet S3.
24 # profile= - Droplet profile path, e.g. /etc/bareos/bareos-sd.d/droplet/droplet.profile
37 …Device Options = "profile=/etc/bareos/bareos-sd.d/droplet/droplet.profile,bucket=bareos-bucket,chu…
40 …#Device Options = "profile=/etc/bareos/bareos-sd.d/droplet/droplet.profile,bucket=bareos-bucket,ch…
42 Device Type = droplet
54 The droplet.profile file holds the credentials for S3 storage
55 Example /etc/bareos/bareos-sd.d/droplet/droplet.profile file:
[all …]
/dports/sysutils/bareos19-traymonitor/bareos-Release-19.2.11/core/
H A DREADME.droplet1 Using droplet S3 as a backingstore for backups.
3 The droplet S3 storage backend writes chunks of data in an S3 bucket.
6 the libbareossd-chunked*.so and libbareossd-droplet*.so shared objects and the droplet storage ba…
12 Path-style buckets are not supported when using the droplet S3.
24 # profile= - Droplet profile path, e.g. /etc/bareos/bareos-sd.d/droplet/droplet.profile
37 …Device Options = "profile=/etc/bareos/bareos-sd.d/droplet/droplet.profile,bucket=bareos-bucket,chu…
40 …#Device Options = "profile=/etc/bareos/bareos-sd.d/droplet/droplet.profile,bucket=bareos-bucket,ch…
42 Device Type = droplet
54 The droplet.profile file holds the credentials for S3 storage
55 Example /etc/bareos/bareos-sd.d/droplet/droplet.profile file:
[all …]
/dports/sysutils/bareos19-server/bareos-Release-19.2.11/core/
H A DREADME.droplet1 Using droplet S3 as a backingstore for backups.
3 The droplet S3 storage backend writes chunks of data in an S3 bucket.
6 the libbareossd-chunked*.so and libbareossd-droplet*.so shared objects and the droplet storage ba…
12 Path-style buckets are not supported when using the droplet S3.
24 # profile= - Droplet profile path, e.g. /etc/bareos/bareos-sd.d/droplet/droplet.profile
37 …Device Options = "profile=/etc/bareos/bareos-sd.d/droplet/droplet.profile,bucket=bareos-bucket,chu…
40 …#Device Options = "profile=/etc/bareos/bareos-sd.d/droplet/droplet.profile,bucket=bareos-bucket,ch…
42 Device Type = droplet
54 The droplet.profile file holds the credentials for S3 storage
55 Example /etc/bareos/bareos-sd.d/droplet/droplet.profile file:
[all …]
/dports/sysutils/bareos19-client/bareos-Release-19.2.11/core/
H A DREADME.droplet1 Using droplet S3 as a backingstore for backups.
3 The droplet S3 storage backend writes chunks of data in an S3 bucket.
6 the libbareossd-chunked*.so and libbareossd-droplet*.so shared objects and the droplet storage ba…
12 Path-style buckets are not supported when using the droplet S3.
24 # profile= - Droplet profile path, e.g. /etc/bareos/bareos-sd.d/droplet/droplet.profile
37 …Device Options = "profile=/etc/bareos/bareos-sd.d/droplet/droplet.profile,bucket=bareos-bucket,chu…
40 …#Device Options = "profile=/etc/bareos/bareos-sd.d/droplet/droplet.profile,bucket=bareos-bucket,ch…
42 Device Type = droplet
54 The droplet.profile file holds the credentials for S3 storage
55 Example /etc/bareos/bareos-sd.d/droplet/droplet.profile file:
[all …]
/dports/sysutils/bareos-client/bareos-Release-20.0.3/core/
H A DREADME.droplet1 Using droplet S3 as a backingstore for backups.
3 The droplet S3 storage backend writes chunks of data in an S3 bucket.
6 the libbareossd-chunked*.so and libbareossd-droplet*.so shared objects and the droplet storage ba…
12 Path-style buckets are not supported when using the droplet S3.
24 # profile= - Droplet profile path, e.g. /etc/bareos/bareos-sd.d/droplet/droplet.profile
37 …Device Options = "profile=/etc/bareos/bareos-sd.d/droplet/droplet.profile,bucket=bareos-bucket,chu…
40 …#Device Options = "profile=/etc/bareos/bareos-sd.d/droplet/droplet.profile,bucket=bareos-bucket,ch…
42 Device Type = droplet
54 The droplet.profile file holds the credentials for S3 storage
55 Example /etc/bareos/bareos-sd.d/droplet/droplet.profile file:
[all …]
/dports/sysutils/bareos-traymonitor/bareos-Release-20.0.3/core/
H A DREADME.droplet1 Using droplet S3 as a backingstore for backups.
3 The droplet S3 storage backend writes chunks of data in an S3 bucket.
6 the libbareossd-chunked*.so and libbareossd-droplet*.so shared objects and the droplet storage ba…
12 Path-style buckets are not supported when using the droplet S3.
24 # profile= - Droplet profile path, e.g. /etc/bareos/bareos-sd.d/droplet/droplet.profile
37 …Device Options = "profile=/etc/bareos/bareos-sd.d/droplet/droplet.profile,bucket=bareos-bucket,chu…
40 …#Device Options = "profile=/etc/bareos/bareos-sd.d/droplet/droplet.profile,bucket=bareos-bucket,ch…
42 Device Type = droplet
54 The droplet.profile file holds the credentials for S3 storage
55 Example /etc/bareos/bareos-sd.d/droplet/droplet.profile file:
[all …]
/dports/sysutils/bareos18-client/bareos-Release-18.2.12/core/
H A DREADME.droplet1 Using droplet S3 as a backingstore for backups.
3 The droplet S3 storage backend writes chunks of data in an S3 bucket.
6 the libbareossd-chunked*.so and libbareossd-droplet*.so shared objects and the droplet storage ba…
12 Path-style buckets are not supported when using the droplet S3.
24 # profile= - Droplet profile path, e.g. /etc/bareos/bareos-sd.d/droplet/droplet.profile
37 …Device Options = "profile=/etc/bareos/bareos-sd.d/droplet/droplet.profile,bucket=bareos-bucket,chu…
40 …#Device Options = "profile=/etc/bareos/bareos-sd.d/droplet/droplet.profile,bucket=bareos-bucket,ch…
42 Device Type = droplet
54 The droplet.profile file holds the credentials for S3 storage
55 Example /etc/bareos/bareos-sd.d/droplet/droplet.profile file:
[all …]

12345678910>>...35