Searched refs:keys (Results 176 - 200 of 1238) sorted by relevance

1234567891011>>

/macosx-10.10/emacs-93/emacs/lisp/
H A Dkmacro.el29 ;; keyboard macro functionality. With kmacro, two function keys are
410 (defun kmacro-repeat-on-last-key (keys)
411 "Process kmacro commands keys immediately after cycling the ring."
412 (setq keys (vconcat keys))
413 (let ((n (1- (length keys)))
417 (aset keys n (read-event))
418 (setq cmd (key-binding keys t))
420 (clear-this-command-keys t)
435 (clear-this-command-keys
[all...]
H A Dicomplete.el142 (defun icomplete-get-keys (func-name)
143 "Return strings naming keys bound to `func-name', or nil if none.
151 (keys (where-is-internal sym map)))
152 (if keys
155 (sort keys
330 (let ((keys (and icomplete-show-key-bindings
332 (icomplete-get-keys most))))
333 (if keys (concat "; " keys) ""))
/macosx-10.10/ruby-106/ruby/ext/tk/lib/tkextlib/blt/
H A Dtreeview.rb504 def _search_flags(keys)
505 keys = _symbolkey2str(keys)
506 keys['exact'] = None if keys.delete('exact')
507 keys['glob'] = None if keys.delete('glob')
508 keys['regexp'] = None if keys.delete('regexp')
509 keys['nonmatchin
[all...]
/macosx-10.10/BerkeleyDB-21/db/test/
H A Dtest087.tcl68 # Number of outstanding keys.
69 set keys $ndups
110 # !!! keys contains the number of the next dup
112 set datum [makedatum_t73 $keys 0]
116 error_check_good "c_put(DB_KEYLAST, $keys)"\
124 # verify_t73 is_long dbc $keys $key
128 verify_t73 is_long dbc $keys $key
136 # !!! keys contains the number of the next dup
139 set datum [makedatum_t73 $keys 0]
143 error_check_good "c_put(DB_KEYFIRST, $keys)"\
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/kadm5/
H A Dchpass_s.c50 Key *keys; local
92 num_keys = ent.entry.keys.len;
93 keys = ent.entry.keys.val;
95 ent.entry.keys.len = 0;
96 ent.entry.keys.val = NULL;
101 _kadm5_free_keys(context->context, (int)num_keys, keys);
104 _kadm5_free_keys(context->context, (int)num_keys, keys);
111 existsp = _kadm5_exists_keys_hist(ent.entry.keys.val,
112 ent.entry.keys
[all...]
/macosx-10.10/bind9-45.101/bind9/
H A Dbind.keys1 /* $Id: bind.keys,v 1.7 2011/01/03 23:45:07 each Exp $ */
2 # The bind.keys file is used to override the built-in DNSSEC trust anchors
14 # the keys in this file are ignored.
18 # These keys are current as of January 2011. If any key fails to
21 # bind.keys can always be obtained from ISC at https://www.isc.org/bind-keys.
23 managed-keys {
/macosx-10.10/configd-699.1.5/configd.tproj/
H A D_configset.c86 * Manage per-session keys.
90 CFArrayRef keys; local
96 * Add this key to my list of per-session keys
99 keys = CFDictionaryGetValue(session, kSCDSessionKeys);
100 if ((keys == NULL) ||
101 (CFArrayGetFirstIndexOfValue(keys,
102 CFRangeMake(0, CFArrayGetCount(keys)),
105 * if no session keys defined "or" keys defined but not
108 if (keys !
447 const void ** keys = keys_q; local
[all...]
/macosx-10.10/Security-57031.1.35/Security/sec/securityd/Regressions/
H A Dsecd-02-upgrade-while-locked.c58 const void *keys[] = { local
66 CFDictionaryRef query = CFDictionaryCreate(NULL, keys, values,
67 array_size(keys), NULL, NULL);
83 const void *keys[] = { local
91 CFDictionaryRef query = CFDictionaryCreate(NULL, keys, values,
92 array_size(keys), NULL, NULL);
H A Dsecd-03-corrupted-items.c50 const void *keys[] = { local
60 CFDictionaryRef query = CFDictionaryCreate(NULL, keys, values,
61 array_size(keys), NULL, NULL);
79 const void *keys[] = { local
98 CFDictionaryRef item = CFDictionaryCreate(NULL, keys, values,
99 array_size(keys), NULL, NULL);
/macosx-10.10/WebCore-7600.1.25/platform/network/mac/
H A DResourceErrorMac.mm49 // The Foundation code below does that and sets up appropriate certificate keys in the NSError.
102 id keys[10], values[10];
108 keys[count] = NSURLErrorFailingURLErrorKey;
112 keys[count] = NSURLErrorFailingURLStringErrorKey;
119 keys[count] = NSLocalizedDescriptionKey;
125 keys[count] = NSLocalizedFailureReasonErrorKey;
131 keys[count] = NSLocalizedRecoverySuggestionErrorKey;
139 keys[count] = @"NSErrorPeerCertificateChainKey";
144 keys[count] = @"NSErrorClientCertificateChainKey";
150 keys[coun
[all...]
/macosx-10.10/bind9-45.101/bin/
H A Dstrip37 Getopt::Long::GetOptions(\%args, map {"$_$argtype{$_}"} keys(%argtype));
50 (map {$argtype{$_} eq '' ? "-$_" : ("-$_", $args{$_})} keys(%args)),
56 (map {$argtype{$_} eq '' ? "-$_" : ("-$_", $args{$_})} keys(%args)),
/macosx-10.10/bind9-45.101/bind9/bin/named/
H A Dconfig.c50 #include "bind.keys.h"
80 bindkeys-file \"" NS_SYSCONFDIR "/bind.keys\";\n\
249 # sysconfdir/bind.keys doesn't exist).\n\
253 /* Imported from bind.keys.h: */
495 dns_name_t **keys = NULL; local
631 memcpy(new, keys, oldsize);
632 isc_mem_put(mctx, keys, oldsize);
634 keys = new;
641 keys[i] = NULL;
646 keys[
740 dns_name_t **keys = *keysp; local
[all...]
/macosx-10.10/python-89/bin/
H A Dstrip37 Getopt::Long::GetOptions(\%args, map {"$_$argtype{$_}"} keys(%argtype));
50 (map {$argtype{$_} eq '' ? "-$_" : ("-$_", $args{$_})} keys(%args)),
56 (map {$argtype{$_} eq '' ? "-$_" : ("-$_", $args{$_})} keys(%args)),
/macosx-10.10/security_dotmac_tp-55107.1/lib/
H A DdotMacTpMutils.m59 const void **keys = (const void **)malloc(items * sizeof(void *));
61 CFDictionaryGetKeysAndValues(dict, keys, values);
64 CFStringRef key = (CFStringRef)keys[dex];
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/modules/menubar/
H A Dnode.tcl87 # globpat exists, only keys that match the glob pattern will be
99 # Return the node's attribute keys as a list. If globpat exists,
100 # only return keys that match the glob pattern.
101 method attr.keys { {globpat ""} } {
104 return [dict keys ${attrs}]
106 return [dict keys ${attrs} ${globpat}]
/macosx-10.10/Heimdal-398.1.2/lib/hdb/
H A Dtest_hdbkeys.c97 NULL, &keyset.keys.val, &len);
100 keyset.keys.len = len;
102 if (keyset.keys.len == 0)
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest2_dictviews.py20 keys = d.viewkeys()
21 self.assertEqual(len(keys), 2)
22 self.assertEqual(set(keys), set([1, "a"]))
23 self.assertEqual(keys, set([1, "a"]))
24 self.assertNotEqual(keys, set([1, "a", "b"]))
25 self.assertNotEqual(keys, set([1, "b"]))
26 self.assertNotEqual(keys, set([1]))
27 self.assertNotEqual(keys, 42)
28 self.assertIn(1, keys)
29 self.assertIn("a", keys)
[all...]
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/PyObjCTest/
H A Dtest2_dictviews.py20 keys = d.viewkeys()
21 self.assertEqual(len(keys), 2)
22 self.assertEqual(set(keys), set([1, "a"]))
23 self.assertEqual(keys, set([1, "a"]))
24 self.assertNotEqual(keys, set([1, "a", "b"]))
25 self.assertNotEqual(keys, set([1, "b"]))
26 self.assertNotEqual(keys, set([1]))
27 self.assertNotEqual(keys, 42)
28 self.assertIn(1, keys)
29 self.assertIn("a", keys)
[all...]
/macosx-10.10/ruby-106/ruby/ext/tk/lib/tk/
H A Dtexttag.rb51 #tk_call @t.path, "tag", "configure", @id, *hash_kv(keys)
53 keys = args.pop
54 if keys.kind_of?(Hash)
56 configure(keys)
58 args.push keys
275 keys = args.pop
276 if keys.kind_of?(Hash)
278 tagobj.configure(keys)
280 args.push keys
302 keys
[all...]
/macosx-10.10/ruby-106/ruby/ext/tk/lib/tkextlib/iwidgets/
H A Dmessagebox.rb66 def type_add(tag=nil, keys={})
68 keys = tag
74 tk_call(@path, 'type', 'add', tagid(tag), *hash_kv(keys))
/macosx-10.10/ruby-106/ruby/ext/tk/lib/tkextlib/tcllib/
H A Dtooltip.rb92 def self.register(widget, msg, keys=nil)
93 if keys.kind_of?(Hash)
94 args = hash_kv(keys) << msg
/macosx-10.10/BerkeleyDB-21/db/java/src/com/sleepycat/persist/
H A DEntityIndex.java27 * The interface for accessing keys and entities via a primary or secondary
44 * <li>{@link PrimaryIndex} maps primary keys to entities.</li>
45 * <li>{@link SecondaryIndex} maps secondary keys to entities.</li>
46 * <li>{@link SecondaryIndex#keysIndex} maps secondary keys to primary
47 * keys.</li>
48 * <li>{@link SecondaryIndex#subIndex} maps primary keys to entities, for the
85 * <p>{@link PrimaryIndex} maps primary keys to entities:</p>
100 * <p>{@link SecondaryIndex} maps secondary keys to entities:</p>
115 * <p>{@link SecondaryIndex#keysIndex} maps secondary keys to primary
116 * keys
677 EntityCursor<K> keys() method in interface:EntityIndex
694 EntityCursor<K> keys(Transaction txn, CursorConfig config) method in interface:EntityIndex
752 EntityCursor<K> keys(K fromKey, method in interface:EntityIndex
786 EntityCursor<K> keys(Transaction txn, method in interface:EntityIndex
[all...]
/macosx-10.10/BerkeleyDB-21/db/test/scr024/src/com/sleepycat/collections/
H A DKeyRangeTest.java157 byte[][] keys = new byte[KEYS.length][];
161 keys[i] = KEYS[i];
162 cursor.put(keys[i], KEYS[i], null, false);
179 cursor = newCursor(view, keys[i], true, null, false, reversed);
187 cursor = newCursor(view, keys[i], false, null, false, reversed);
195 cursor = newCursor(view, null, false, keys[i], true, reversed);
203 cursor = newCursor(view, null, false, keys[i], false, reversed);
208 // begin and end keys, inclusive and exclusive
214 cursor = newCursor(view, keys[i], true, keys[
[all...]
/macosx-10.10/CPANInternal-159.1/SOAP-Lite-1.11/t/
H A D36-leaks.t60 foreach (keys %{$calls{new}}) {
78 foreach (keys %{$calls{new}}) {
/macosx-10.10/DiskArbitration-268/diskarbitrationd/
H A DDAServer.h35 extern void _DAConfigurationCallback( SCDynamicStoreRef store, CFArrayRef keys, void * info );

Completed in 175 milliseconds

1234567891011>>