Home
last modified time | relevance | path

Searched +refs:local +refs:binding +refs:update (Results 1 – 25 of 10936) sorted by relevance

12345678910>>...438

/dports/lang/racket/racket-8.3/src/expander/syntax/
H A Dlocal-binding.rkt5 (provide make-local-binding
6 local-binding-update
7 local-binding?
9 local-binding-key
13 (define (local-binding? b)
15 (or (full-local-binding? b)
24 (struct full-local-binding full-binding (key)
46 (define (local-binding-update b
50 (make-local-binding key
54 (define (local-binding-key b)
[all …]
H A Dbinding.rkt12 "local-binding.rkt"
23 (all-from-out "local-binding.rkt")
74 [(local-binding? ab)
75 (and (local-binding? bb)
97 [(local-binding? b)
98 (local-binding-key b)]
116 [(local-binding? b)
132 [(module-binding? b) (module-binding-update b #:free=id free=id)]
133 [(local-binding? b) (local-binding-update b #:free=id free=id)]
243 (module-binding-update b
[all …]
H A Dmodule-binding.rkt3 "full-binding.rkt"
6 (provide make-module-binding
7 module-binding-update
8 module-binding?
10 module-binding-module
11 module-binding-phase
12 module-binding-sym
52 (define (module-binding-update b
75 ;; must not overlap with `local-binding?`
80 (struct full-module-binding full-binding (module phase sym
[all …]
/dports/lang/racket-minimal/racket-8.3/src/expander/syntax/
H A Dlocal-binding.rkt5 (provide make-local-binding
6 local-binding-update
7 local-binding?
9 local-binding-key
13 (define (local-binding? b)
15 (or (full-local-binding? b)
24 (struct full-local-binding full-binding (key)
46 (define (local-binding-update b
50 (make-local-binding key
54 (define (local-binding-key b)
[all …]
H A Dbinding.rkt12 "local-binding.rkt"
23 (all-from-out "local-binding.rkt")
74 [(local-binding? ab)
75 (and (local-binding? bb)
97 [(local-binding? b)
98 (local-binding-key b)]
116 [(local-binding? b)
132 [(module-binding? b) (module-binding-update b #:free=id free=id)]
133 [(local-binding? b) (local-binding-update b #:free=id free=id)]
243 (module-binding-update b
[all …]
H A Dmodule-binding.rkt3 "full-binding.rkt"
6 (provide make-module-binding
7 module-binding-update
8 module-binding?
10 module-binding-module
11 module-binding-phase
12 module-binding-sym
52 (define (module-binding-update b
75 ;; must not overlap with `local-binding?`
80 (struct full-module-binding full-binding (module phase sym
[all …]
/dports/databases/rrdtool/rrdtool-1.7.2/doc/
H A Drrdlua.pod3 RRDLua - Lua binding for RRDtool
19 rrd.update(...)
30 rrdtool update mydemo.rrd --template in:out N:12:13
34 rrd.update ("mydemo.rrd", "--template", "in:out", "N:12:13")
53 The Lua binding for RRDtool needs the Lua module compat-5.1 to work with
59 For other platforms, the compat-5.1 module that comes with this binding
116 local rrd = require 'rrd'
117 rrd.update ("mydemo.rrd","N:12:13")
125 [C]: in function `update'
140 B<rrd.last> returns a single INTEGER representing the last update time.
[all …]
/dports/editors/vile/vile-9.8v/macros/
H A Ddates.rc5 ; Insert/update a timestamp at the first place in the file with "Last updated:",
7 ; difference between an insert-binding and a regular binding.
9 ~local $curcol $curline $ignorecase $search
10 ~local %label %stamp %length
11 setv %label='\<last \(update\|change\)[d]\?:'
/dports/editors/xvile/vile-9.8v/macros/
H A Ddates.rc5 ; Insert/update a timestamp at the first place in the file with "Last updated:",
7 ; difference between an insert-binding and a regular binding.
9 ~local $curcol $curline $ignorecase $search
10 ~local %label %stamp %length
11 setv %label='\<last \(update\|change\)[d]\?:'
/dports/lang/racket/racket-8.3/share/pkgs/drracket/drracket/private/syncheck/
H A Dlocal-member-names.rkt3 drracket/private/syncheck/syncheck-local-member-names)
5 (all-from-out drracket/private/syncheck/syncheck-local-member-names))
7 (define-local-member-name
14 syncheck:jump-to-binding-occurrence
36 update-button-visibility/settings
40 update-menu-status)
/dports/lang/racket-minimal/racket-8.3/src/expander/expand/
H A Drequire+provide.rkt176 #:accum-update-nominals accum-update-nominals
220 #:accum-update-nominals accum-update-nominals
297 ;; try each space to implement shadowing definitions that, like local definitions,
299 ;; a space, adding an extra space should still be ok and consistent with local binding
322 #:accum-update-nominals [accum-update-nominals #f]
336 ;; the ambiguity that happens with a shadowing local binding
394 (define (update!)
398 (module-binding-update ok-binding
407 (set-box! accum-update-nominals (cons update! (unbox accum-update-nominals)))]
455 ;; abiguous, the same as would happen for local bindings.
[all …]
/dports/lang/racket/racket-8.3/src/expander/expand/
H A Drequire+provide.rkt176 #:accum-update-nominals accum-update-nominals
220 #:accum-update-nominals accum-update-nominals
297 ;; try each space to implement shadowing definitions that, like local definitions,
299 ;; a space, adding an extra space should still be ok and consistent with local binding
322 #:accum-update-nominals [accum-update-nominals #f]
336 ;; the ambiguity that happens with a shadowing local binding
394 (define (update!)
398 (module-binding-update ok-binding
407 (set-box! accum-update-nominals (cons update! (unbox accum-update-nominals)))]
455 ;; abiguous, the same as would happen for local bindings.
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/mozapps/extensions/content/
H A Dextensions.css17 -moz-binding: url("chrome://mozapps/content/extensions/extensions.xml#category");
21 -moz-binding: url("chrome://mozapps/content/extensions/extensions.xml#sorters");
43 -moz-binding: url("chrome://mozapps/content/extensions/extensions.xml#rating");
143 #search-list[local="false"] > .addon[remote="false"],
156 .addon:not([upgrade="true"]) .update-postfix,
158 .addon[pending="install"] .update-postfix,
164 #detail-view:not([upgrade="true"]) .update-postfix,
181 .view-pane:not(#updates-view) .addon .include-update,
182 #updates-view:not([updatetype="available"]) .addon .include-update,
183 #updates-view[updatetype="available"] .addon .update-available-notice {
[all …]
/dports/net/keycloak/keycloak-15.1.1/bin/
H A Dmigrate-standalone-ha.cli99 if (result == update) of /subsystem=keycloak-server/spi=connectionsJpa/provider=default/:map-get(na…
103 …er/spi=connectionsJpa/provider=default/:map-put(name=properties,key=migrationStrategy,value=update)
104 …/:map-put(name=properties,key=migrationExport,value=${jboss.home.dir}/keycloak-database-update.sql)
287 /subsystem=elytron/identity-realm=local/:add(identity="$local")
291 /subsystem=elytron/constant-realm-mapper=local/:add(realm-name=local)
382 /socket-binding-group=standard-sockets/socket-binding=jgroups-tcp-fd/:remove
388 /socket-binding-group=standard-sockets/socket-binding=jgroups-udp-fd/:remove
535 /socket-binding-group=standard-sockets/socket-binding=modcluster:undefine-attribute(name=port)
674 echo Adding jgroups-tcp-fd socket binding to socket binding group
680 echo Adding jgroups-udp-fd socket binding to socket binding group
[all …]
H A Dmigrate-domain-clustered.cli82 if (result == update) of /profile=$clusteredProfile/subsystem=keycloak-server/spi=connectionsJpa/pr…
86 …er/spi=connectionsJpa/provider=default/:map-put(name=properties,key=migrationStrategy,value=update)
372 if (result == 224.0.1.105) of /socket-binding-group=ha-sockets/socket-binding=modcluster/:read-attr…
532 if (outcome == success) of /socket-binding-group=$clusteredProfile-sockets/socket-binding=modcluste…
638 if (outcome == failed) of /socket-binding-group=ha-sockets/socket-binding=jgroups-tcp-fd/:read-reso…
639 echo Adding jgroups-tcp-fd socket binding to ha-sockets binding group
640 … /socket-binding-group=ha-sockets/socket-binding=jgroups-tcp-fd/:add(interface=private,port=57600)
644 if (outcome == failed) of /socket-binding-group=ha-sockets/socket-binding=jgroups-udp-fd/:read-reso…
645 echo Adding jgroups-udp-fd socket binding to ha-sockets binding group
646 … /socket-binding-group=ha-sockets/socket-binding=jgroups-udp-fd/:add(interface=private,port=54200)
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/website/content/api-docs/acl/
H A Dbinding-rules.mdx11 The `/acl/binding-rule` endpoints [create](#create-a-binding-rule),
12 [read](#read-a-binding-rule), [update](#update-a-binding-rule),
13 [list](#list-binding-rules) and [delete](#delete-a-binding-rule) ACL binding
21 This endpoint creates a new ACL binding rule.
72 { "NodeName": "<computed BindName>", "Datacenter": "<local datacenter>" }
123 http://127.0.0.1:8500/v1/acl/binding-rule
213 - `ID` `(string: <required>)` - Specifies the ID of the binding rule to update.
252 { "NodeName": "<computed BindName>", "Datacenter": "<local datacenter>" }
281 the binding rule to update. If not provided in the JSON body, the value of
322 This endpoint deletes an ACL binding rule.
[all …]
/dports/sysutils/consul/consul-1.10.3/website/content/api-docs/acl/
H A Dbinding-rules.mdx11 The `/acl/binding-rule` endpoints [create](#create-a-binding-rule),
12 [read](#read-a-binding-rule), [update](#update-a-binding-rule),
13 [list](#list-binding-rules) and [delete](#delete-a-binding-rule) ACL binding
21 This endpoint creates a new ACL binding rule.
72 { "NodeName": "<computed BindName>", "Datacenter": "<local datacenter>" }
123 http://127.0.0.1:8500/v1/acl/binding-rule
213 - `ID` `(string: <required>)` - Specifies the ID of the binding rule to update.
252 { "NodeName": "<computed BindName>", "Datacenter": "<local datacenter>" }
281 the binding rule to update. If not provided in the JSON body, the value of
322 This endpoint deletes an ACL binding rule.
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/consul/website/content/api-docs/acl/
H A Dbinding-rules.mdx11 The `/acl/binding-rule` endpoints [create](#create-a-binding-rule),
12 [read](#read-a-binding-rule), [update](#update-a-binding-rule),
13 [list](#list-binding-rules) and [delete](#delete-a-binding-rule) ACL binding
21 This endpoint creates a new ACL binding rule.
72 { "NodeName": "<computed BindName>", "Datacenter": "<local datacenter>" }
123 http://127.0.0.1:8500/v1/acl/binding-rule
213 - `ID` `(string: <required>)` - Specifies the ID of the binding rule to update.
252 { "NodeName": "<computed BindName>", "Datacenter": "<local datacenter>" }
281 the binding rule to update. If not provided in the JSON body, the value of
322 This endpoint deletes an ACL binding rule.
[all …]
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/consul/website/pages/api-docs/acl/
H A Dbinding-rules.mdx12 The `/acl/binding-rule` endpoints [create](#create-a-binding-rule),
13 [read](#read-a-binding-rule), [update](#update-a-binding-rule),
14 [list](#list-binding-rules) and [delete](#delete-a-binding-rule) ACL binding
22 This endpoint creates a new ACL binding rule.
73 { "NodeName": "<computed BindName>", "Datacenter": "<local datacenter>" }
124 http://127.0.0.1:8500/v1/acl/binding-rule
214 - `ID` `(string: <required>)` - Specifies the ID of the binding rule to update.
253 { "NodeName": "<computed BindName>", "Datacenter": "<local datacenter>" }
282 the binding rule to update. If not provided in the JSON body, the value of
323 This endpoint deletes an ACL binding rule.
[all …]
/dports/deskutils/gnome-pomodoro/gnome-pomodoro-0.20.0/src/
H A Dstats-view.vala106 private static bool transform_mode_to_page (GLib.Binding binding,
134 private static bool transform_mode_from_page (GLib.Binding binding,
159 private static bool transform_mode_to_sensitive (GLib.Binding binding,
189 this.update.begin ();
192 private async void update ()
199 … sorting.add (typeof (Pomodoro.Entry), "datetime-local-string", Gom.SortingMode.ASCENDING);
223 this.update.callback ();
257 return new GLib.DateTime.local (datetime.get_year (),
264 var tmp = new GLib.DateTime.local (datetime.get_year (),
274 return new GLib.DateTime.local (datetime.get_year (),
[all …]
/dports/net-p2p/py-libtorrent-rasterbar/libtorrent-1.2.13/.github/workflows/
H A Dlinux.yml25 - name: update package lists
28 sudo apt update
68 sudo apt update
95 sudo apt update
121 sudo apt update
155 sudo apt update
186 sudo apt update
216 sudo apt update
228 … ./configure --enable-python-binding --enable-examples=yes --enable-encryption --enable-tests=yes
229 (cd docs; make AAFIGURE=~/.local/bin/aafigure RST2HTML=rst2html html)
[all …]
/dports/games/flightgear-data/fgdata/Docs/
H A DREADME.commands24 <binding>
29 </binding>
37 <binding>
39 </binding>
48 <binding>
61 <binding>
72 Nesting is supported. Meta, Super, and Hyper modifier tags are for local
166 lighting-update - update FlightGear's lighting
240 dialog-update - copy values from FlightGear to the active dialog box
241 object-name: the name of the GUI object to update (defaults to all
[all …]
/dports/net/py-suds-community/suds-community-1.0.0/suds/
H A Dwsdl.py244 for t in (t for t in self.types if t.local()):
268 binding = p.binding
269 ptype = p.binding.type
366 definitions.messages.update(d.messages)
367 definitions.port_types.update(d.port_types)
368 definitions.bindings.update(d.bindings)
408 def local(self): member in Types
412 return not self.local()
952 if binding is None:
956 binding.name)
[all …]
/dports/net/py-suds-jurko/suds-jurko-0.6/suds/
H A Dwsdl.py212 for t in [t for t in self.types if t.local()]:
233 binding = p.binding
234 ptype = p.binding.type
328 definitions.messages.update(d.messages)
329 definitions.port_types.update(d.port_types)
330 definitions.bindings.update(d.bindings)
371 def local(self): member in Types
375 return ( not self.local() )
868 if binding is None:
870 if binding.soap is None:
[all …]
/dports/devel/terminality/tn-2.1/
H A DChangeLog-wejn9 - Added local keyhandlers, global keyhandler is now called before builtin
20 with lists and need to update count because of list_delete()
21 - Patched listing::update_count() to automagically update "cursor"'s position
23 update rGroup info properly ... now it does.
32 - in 'Test Dialog' -> 'Text:' press F1 (local keyhandler)
37 'simulated' by local keyhandler, because local keyhandler is called *before*
39 - you can update listing from handler w/o crash (when you follow simple rules)
45 key-combinations one can generate. Useful for binding

12345678910>>...438