Home
last modified time | relevance | path

Searched +refs:bind +refs:key +refs:in +refs:map (Results 1 – 25 of 10185) sorted by relevance

12345678910>>...408

/dports/editors/xvile/vile-9.8v/macros/
H A Dvileinit.rc20 ; Since 'map' overrides 'bind-key', ensure that we don't have a mapping for
24 bind-key help #1
27 bind-key next-window ^I
31 bind-cmdmode-key goto-bol FN-H
32 bind-cmdmode-key goto-eol FN-E
63 bind-key backward-row Shift+#A
64 bind-key forward-row Shift+#B
128 bind-key kill-buffer M-k
130 bind-key previous-window #b
207 bind-key center ^X-C
[all …]
/dports/editors/vile/vile-9.8v/macros/
H A Dvileinit.rc20 ; Since 'map' overrides 'bind-key', ensure that we don't have a mapping for
24 bind-key help #1
27 bind-key next-window ^I
31 bind-cmdmode-key goto-bol FN-H
32 bind-cmdmode-key goto-eol FN-E
63 bind-key backward-row Shift+#A
64 bind-key forward-row Shift+#B
128 bind-key kill-buffer M-k
130 bind-key previous-window #b
207 bind-key center ^X-C
[all …]
/dports/devel/inilib/inilib-1.0.7b3/doc/
H A Dsection.tex53 Since the section class stores its attributes in an STL {\tt map},
58 \bind{std::map<std::string, attribute\&>::iterator iterator}
59 \bind{std::map<std::string, attribute\&>::const\_iterator const\_iterator}
93 there is an attribute in {\tt s} with the same key as an attribute in
100 \bind{attribute\& operator[](const std::string\& key)}
109 \bind{void insert(const std::string\& key, {\sc Datatype} value)}
117 key {\tt key} already exists, it is overwritten.
131 \bind{iterator find(const std::string\& key)}
134 {\tt key}.
140 If there is no attribute in the section with the name {\tt key}, an
[all …]
H A Dregistry.tex78 map}, iterator access is provided to traverse all the sections in a
84 \item {\tt typedef std::map<std::string, section\&>::const\_iterator
193 \bind{section\& operator[](const std::string\& key)}
195 Returns section referenced by key {\tt key} from the registry. If the key
196 {\tt key} does not already exist in the registry, an empty section is
203 \bind{void insert(const std::string\& key, const section\& sec)}
231 \bind{iterator find(const std::string\& key)}
234 key}.
240 If there is no section in the registry with the name {\tt key}, an
257 Returns the iterator returned by the underlying {\tt std::map}'s {\tt
[all …]
/dports/math/oleo/oleo-1.99.16/doc/
H A Dkeymaps.texi5 of actions associated with a key in a given context is called a
6 'keymap'. Keymaps may have a 'default map'. If a key is pressed which
7 does not have an assigned meaning in that map, the map's default map is
8 checked, and that map's default map, until a command is found or there
57 @item M-x bind-key
59 command name and a key to bind it to. If the 'command' you
62 move up one cell in the main keymap, type
63 @cmindex bind-key
66 @key{M-x} bind-key @key{RET} main @key{RET} up-cell @key{C-1} @key{RET}
71 This asks for the name of a keymap and the key in that map to unbind.
[all …]
/dports/editors/emacs-devel/emacs-4d1968b/lisp/
H A Dedmacro.el79 map))
322 (cl-loop for key in (where-is-internal cmd '(keymap)) do
326 (cl-loop for key in keys do (global-unset-key key))
327 (cl-loop for key in keys do
476 (cl-loop for map in maps
481 (bind (or (cl-loop for map in maps for b = (lookup-key map key)
486 (cl-loop for map in maps
505 (if (stringp bind) (setq bind nil))
522 (setq bind (format "%s * %d" bind text)))
578 (when (and bind (or (stringp bind) (symbolp bind)))
[all …]
/dports/editors/emacs/emacs-27.2/lisp/
H A Dedmacro.el80 map))
326 (cl-loop for key in (where-is-internal cmd '(keymap)) do
330 (cl-loop for key in keys do (global-unset-key key))
331 (cl-loop for key in keys do
480 (cl-loop for map in maps
485 (bind (or (cl-loop for map in maps for b = (lookup-key map key)
490 (cl-loop for map in maps
509 (if (stringp bind) (setq bind nil))
526 (setq bind (format "%s * %d" bind text)))
583 (when (and bind (or (stringp bind) (symbolp bind)))
[all …]
/dports/x11-wm/sawfish/sawfish_1.13.0/lisp/sawfish/wm/util/
H A Dkeymap.jl24 (export map-keymap
27 lazy-bind-keys
44 ;;; Map a function over all key bindings in a keymap
47 "When nil, the map-keymap function will only map over the first level of
72 ;;; Substitute one command for another in a keymap
77 (map-keymap (lambda (k)
88 (map-keymap (lambda (k)
95 (defmacro lazy-bind-keys (feature keymap #!rest bindings)
100 (bind-keys ,keymap ,@bindings)
102 '(bind-keys ,keymap ,@bindings))))
[all …]
/dports/sysutils/lineakd/lineakd-0.9/
H A DTODO4 …ysyms for keys we've configured when exiting. Then we can potentially bind any key to any set of c…
6 we exit lineakd, that key would cease to function.
8 Assign real symbols to each and every key. Currently, when mapped, we have a valid keysym and keyco…
9 …real symbol should allow us to not bind a key to a command, but also use it in keybindings w/ othe…
15 Gets the scancode from a key that is pressed and asks the user for the definition of the key
16 from input.h (input.h has all of the defines for keys and their corresponding keycodes in decimal.)
18 …This may have to be run on every boot, unless there is a way to map raw scan codes to keycodes or …
19 scancodes into some sort of map permanently.
/dports/net/openmpi3/openmpi-3.1.6/contrib/completion/
H A Dmpirun.zsh44 for $key (sort(keys %values)) {
45 print $key;
46 if ($help{$key} ne "") {
47 print ":$help{$key}";
136 …'(-bind-to --bind-to)'{-bind-to,--bind-to}'[Policy for binding processes (default: none)]:binding …
137 …'(-bind-to --bind-to --bind-to-socket -bind-to-socket --bind-to-core -bind-to-core)'{-bind-to-core…
138 …'(-bind-to --bind-to --bind-to-socket -bind-to-socket --bind-to-core -bind-to-core)'{-bind-to-sock…
155 …-diffable-map --display-diffable-map -display-map --display-map)'{-display-diffable-map,--display-…
156 …'(-display-map --display-map -display-diffable-map --display-diffable-map)'{-display-map,--display…
171 …'(-map-by --map-by)'{-map-by,--map-by}'[Mapping Policy (default: slot)]:mapping:(slot hwthread cor…
[all …]
/dports/net/openmpi/openmpi-4.1.1/contrib/completion/
H A Dmpirun.zsh44 for $key (sort(keys %values)) {
45 print $key;
46 if ($help{$key} ne "") {
47 print ":$help{$key}";
136 …'(-bind-to --bind-to)'{-bind-to,--bind-to}'[Policy for binding processes (default: none)]:binding …
137 …'(-bind-to --bind-to --bind-to-socket -bind-to-socket --bind-to-core -bind-to-core)'{-bind-to-core…
138 …'(-bind-to --bind-to --bind-to-socket -bind-to-socket --bind-to-core -bind-to-core)'{-bind-to-sock…
155 …-diffable-map --display-diffable-map -display-map --display-map)'{-display-diffable-map,--display-…
156 …'(-display-map --display-map -display-diffable-map --display-diffable-map)'{-display-map,--display…
171 …'(-map-by --map-by)'{-map-by,--map-by}'[Mapping Policy (default: slot)]:mapping:(slot hwthread cor…
[all …]
/dports/databases/pgloader3/zs3-1.3.3/
H A Dbucket-listing.lisp35 ("ID" (bind :owner-id))
63 for ((nil . name) (nil . timestamp)) in bucket-bindings
72 ("Name" (bind :bucket-name))
73 ("Prefix" (bind :prefix))
74 ("Marker" (bind :marker))
77 ("MaxKeys" (bind :max-keys))
140 (alist-bind (key
145 (make-instance 'key
146 :name key
168 (map 'vector
[all …]
/dports/lang/racket/racket-8.3/share/pkgs/redex-lib/redex/private/
H A Dmatcher.rkt372 (map (λ (nt)
390 (map
642 (for/list ([a-bind (in-list table)])
643 (define n (bind-name a-bind))
646 (define exp (bind-exp a-bind))
711 (make-bindings (hash-map match-ht make-bind)))))
1207 [value-in-cache (hash-ref ht key uniq)])
1300 [value-in-cache (hash-ref ht key uniq)])
1724 (map
1727 (map
[all …]
/dports/lang/racket/racket-8.3/collects/racket/private/
H A Dunit-utils.rkt9 (provide (for-syntax build-key
31 (define-for-syntax (get-member-bindings member-table sig pos bind?)
32 (for/list ([i (in-list (map car (car sig)))]
33 [ix (in-list (map cdr (car sig)))]
34 [c (in-list (cadddr sig))])
43 #`[#,(if bind? ix i)
80 (define key (cons (car tinfo)
82 (when (hash-ref import-idx key #f)
84 (hash-set! import-idx key #t))
121 (values x1 x2 (map car x2) (map cadr x2) (map caddr x2))))
[all …]
H A Dunit-compiletime.rkt171 ;; ensures each element of i1 is an identifier bound-identifier=? to an identifier in i2
216 ;; ensures that only-ids are identifiers and are mentioned in the signature
364 ((bind-at spec-bind spec)
467 (define key (cons (link-record-tag export) ctime-id))
468 (define used (hash-ref used-binding-table key (λ () #f)))
471 (let ([r (hash-ref binding-table key (λ () #f))])
473 (hash-set! used-binding-table key r))
599 ;; property needed to support units in Typed Racket
600 ;; Each number in the list is an index into a unit's list of imports signifying
606 (for/list ([import (in-list imports)]
[all …]
/dports/lang/racket-minimal/racket-8.3/collects/racket/private/
H A Dunit-utils.rkt9 (provide (for-syntax build-key
31 (define-for-syntax (get-member-bindings member-table sig pos bind?)
32 (for/list ([i (in-list (map car (car sig)))]
33 [ix (in-list (map cdr (car sig)))]
34 [c (in-list (cadddr sig))])
43 #`[#,(if bind? ix i)
80 (define key (cons (car tinfo)
82 (when (hash-ref import-idx key #f)
84 (hash-set! import-idx key #t))
121 (values x1 x2 (map car x2) (map cadr x2) (map caddr x2))))
[all …]
H A Dunit-compiletime.rkt171 ;; ensures each element of i1 is an identifier bound-identifier=? to an identifier in i2
216 ;; ensures that only-ids are identifiers and are mentioned in the signature
364 ((bind-at spec-bind spec)
467 (define key (cons (link-record-tag export) ctime-id))
468 (define used (hash-ref used-binding-table key (λ () #f)))
471 (let ([r (hash-ref binding-table key (λ () #f))])
473 (hash-set! used-binding-table key r))
599 ;; property needed to support units in Typed Racket
600 ;; Each number in the list is an index into a unit's list of imports signifying
606 (for/list ([import (in-list imports)]
[all …]
/dports/www/matomo/piwik/node_modules/mousetrap/
H A DREADME.md4 Mousetrap is a simple library for handling keyboard shortcuts in Javascript.
8 … and **4.5kb** minified, has no external dependencies, and has been tested in the following browse…
15 …keypress`, `keydown`, and `keyup` events on specific keys, keyboard combinations, or key sequences.
36 Mousetrap.bind('4', function() { console.log('4'); });
43 // map multiple combinations to the same callback
44 Mousetrap.bind(['command+k', 'ctrl+k'], function() {
54 Mousetrap.bind('* a', function() { console.log('select all'); });
69 - You can bind key events directly to special keys such as `?` or `*` without having to specify `sh…
71 - You can bind Gmail like key sequences in addition to regular keys and key combinations
72 - You can programatically trigger key events with the `trigger()` method
[all …]
/dports/lang/racket/racket-8.3/share/pkgs/db-lib/db/private/generic/
H A Dfunctions2.rkt28 (define (bind-prepared-statement pst params)
29 (send pst bind 'bind-prepared-statement params))
175 [name-map (headers->name-map headers)]
211 (for/list ([key-fields (in-list key-fields-list)])
212 (group->indexes fsym name-map total-fields fields-used key-fields))))
214 (define (group->indexes fsym name-map total-fields fields-used key-fields)
216 (for/vector ([key-field (in-vector key-fields)])
217 (grouping-field->index fsym name-map total-fields fields-used key-field))))
219 (define (grouping-field->index fsym name-map total-fields fields-used key-field)
222 (hash-ref name-map key-field #f)]
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.bundles/bundles/org.eclipse.equinox.registry/src/org/eclipse/core/internal/registry/
H A DTableReader.java506 String key = readStringOrNull(namespaceInput); in loadNamespaces() local
507 RegistryIndexElement indexElement = new RegistryIndexElement(key); in loadNamespaces()
608 String key = readUTF(orphanInput, OBJECT); in loadOrphans() local
610 result.put(key, value); in loadOrphans()
666 Map<String, String> map = null; in readUTF() local
668 map = stringPool.get(); in readUTF()
670 if (map == null) { in readUTF()
671 map = new HashMap<>(); in readUTF()
672 stringPool = new SoftReference<>(map); in readUTF()
675 String pooledString = map.get(value); in readUTF()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/browser/components/newtab/content-src/components/ASRouterAdmin/
H A DASRouterAdmin.jsx36 basic: "Basic default layout (on by default in nightly)",
403 {prefToggles.map(pref => (
404 <Row key={pref}>
428 <Row key={id}>
454 <div key={`row-${rowIndex}`}>
536 // These only exists due to onPrefChange events in ASRouter
713 providerId in userPrefInfo ? userPrefInfo[providerId] : true;
953 // put the JSON of all the checked checkboxes in the array
1386 <tr key={i}>
1608 <tr key={cellKey}>
[all …]
/dports/www/firefox/firefox-99.0/browser/components/newtab/content-src/components/ASRouterAdmin/
H A DASRouterAdmin.jsx36 basic: "Basic default layout (on by default in nightly)",
398 {prefToggles.map(pref => (
399 <Row key={pref}>
423 <Row key={id}>
449 <div key={`row-${rowIndex}`}>
532 // These only exists due to onPrefChange events in ASRouter
709 providerId in userPrefInfo ? userPrefInfo[providerId] : true;
949 // put the JSON of all the checked checkboxes in the array
1382 <tr key={i}>
1604 <tr key={cellKey}>
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/browser/components/newtab/content-src/components/ASRouterAdmin/
H A DASRouterAdmin.jsx36 basic: "Basic default layout (on by default in nightly)",
403 {prefToggles.map(pref => (
404 <Row key={pref}>
428 <Row key={id}>
454 <div key={`row-${rowIndex}`}>
536 // These only exists due to onPrefChange events in ASRouter
713 providerId in userPrefInfo ? userPrefInfo[providerId] : true;
953 // put the JSON of all the checked checkboxes in the array
1386 <tr key={i}>
1608 <tr key={cellKey}>
[all …]
/dports/lang/v8/v8-9.6.180.12/tools/system-analyzer/view/
H A Dlist-panel.mjs3 // found in the LICENSE file.
18 _detailsClickHandler = this._handleDetailsClick.bind(this);
19 _logEntryClickHandler = this._handleLogEntryClick.bind(this);
20 _logEntryMouseOverHandler = this._logEntryMouseOverHandler.bind(this);
65 return this.$('#group-key');
114 const map = new Map();
116 map.set(
120 return map;
137 // Create subgroup in-place if the don't exist yet.
159 groups.forEach((group, key) => {
[all …]
/dports/databases/cassandra-cpp-driver/cpp-driver-2.16.0/topics/basics/binding_parameters/
H A DREADME.md3bind variables in a query string. This can be used for both regular and prepared parameterized que…
42 …ing `list`, `map` and `set` Cassandra types. The code below shows how to construct a `list` collec…
63 Maps are built similarly, but the key and value need to be interleaved as they are appended to the …
72 /* map["abc"] = 123 */
73 cass_collection_append_string(map, "abc");
74 cass_collection_append_int32(map, 123);
76 /* map["def"] = 456 */
77 cass_collection_append_string(map, "def");
78 cass_collection_append_int32(map, 456);
80 cass_statement_bind_collection(statement, 0, map);
[all …]

12345678910>>...408