Searched refs:keys (Results 1 - 25 of 1208) sorted by relevance

1234567891011>>

/macosx-10.10.1/bind9-45.101/bind9/bin/tests/system/dnssec/ns5/
H A Dtrusted.conf.bad20 trusted-keys {
/macosx-10.10.1/ruby-106/ruby/ext/tk/lib/tkextlib/bwidget/
H A Dprogressdlg.rb24 def create_self(keys)
26 super(keys)
27 @keys['textvariable'] = TkVariable.new unless @keys.key?('textvariable')
28 @keys['variable'] = TkVariable.new unless @keys.key?('variable')
32 @keys['textvariable']
36 @keys['textvariable'].value
40 @keys['textvariable'].value = txt
44 @keys['variabl
[all...]
H A Dselectcolor.rb29 def dialog(keys={})
30 newkeys = @keys.dup
31 newkeys.update(_symbolkey2str(keys))
37 keys = args.pop
39 keys = {}
42 newkeys = @keys.dup
43 newkeys.update(_symbolkey2str(keys))
53 def create_self(keys)
54 super(keys)
55 @keys['typ
[all...]
H A Dmessagedlg.rb22 def initialize(parent=nil, keys=nil)
25 keys = _symbolkey2str(parent)
26 @relative = keys['parent'] if keys.key?('parent')
27 @relative = keys.delete('relative') if keys.key?('relative')
28 super(keys)
29 elsif keys
30 keys = _symbolkey2str(keys)
[all...]
H A Dselectfont.rb44 tk_call(self.class::TkCommandNames[0], @path, *hash_kv(@keys))
57 def create_self(keys)
58 super(keys)
59 @keys['type'] = 'dialog'
74 @keys['type'] = 'dialog' # 'dialog' type returns font name
75 tk_call(Tk::BWidget::SelectFont::TkCommandNames[0], @path, *hash_kv(@keys))
84 def create_self(keys)
85 keys = {} unless keys
86 keys
[all...]
H A Ddialog.rb40 def initialize(parent=nil, keys=nil)
43 keys = _symbolkey2str(parent)
44 @relative = keys['parent'] if keys.key?('parent')
45 @relative = keys.delete('relative') if keys.key?('relative')
46 super(keys)
47 elsif keys
48 keys = _symbolkey2str(keys)
[all...]
/macosx-10.10.1/ruby-106/ruby/ext/tk/lib/tkextlib/tcllib/
H A Dico.rb36 def self.list(file, keys=nil)
38 *hash_kv(keys, true)))
41 def self.icons(file, keys=nil)
43 *hash_kv(keys, true))).map{|elem|
48 def self.get_members(file, name, keys=nil)
50 *hash_kv(keys, true))).map{|elem|
56 def self.get(file, index, keys=nil)
57 tk_call_without_enc('::ico::getIcon', file, index, *hash_kv(keys, true))
63 def self.get_by_name(file, name, keys=nil)
65 *hash_kv(keys, tru
[all...]
H A Ddatefield.rb48 def create_self(keys)
49 if keys and keys != None
51 *hash_kv(keys, true))
H A Dmenuentry.rb38 def create_self(keys)
39 if keys and keys != None
41 *hash_kv(keys, true))
H A Dsuperframe.rb38 def create_self(keys)
39 if keys and keys != None
41 *hash_kv(keys, true))
H A Dgetstring.rb48 def initialize(*args) # args = (parent=nil, text='', keys=nil)
49 keys = args.pop
50 if keys.kind_of?(Hash)
52 @keys = _symbolkey2str(keys)
53 args.push(keys)
55 text = keys
56 @keys = {}
70 def create_self(keys)
78 @path, @variable, @text, *hash_kv(@keys)))
[all...]
/macosx-10.10.1/ruby-106/ruby/ext/tk/lib/tk/
H A Dclipboard.rb38 def self.set(data, keys=nil)
40 append(data, keys)
42 def self.set_on_display(win, data, keys=nil)
44 append_on_display(win, data, keys)
47 def self.append(data, keys=nil)
49 args.concat(hash_kv(keys))
53 def self.append_on_display(win, data, keys=nil)
55 args.concat(hash_kv(keys))
67 def set(data, keys=nil)
68 TkClipboard.set_on_display(self, data, keys)
[all...]
H A Dselection.rb32 def self.get(keys=nil)
33 #tk_call('selection', 'get', *hash_kv(keys))
34 _fromUTF8(tk_call_without_enc('selection', 'get', *hash_kv(keys)))
36 def self.get_on_display(win, keys=nil)
37 #tk_call('selection', 'get', '-displayof', win, *hash_kv(keys))
39 win, *hash_kv(keys)))
41 def get(keys=nil)
45 def self.handle(win, func=Proc.new, keys=nil, &b)
46 if func.kind_of?(Hash) && keys == nil
47 keys
[all...]
H A Dtoplevel.rb17 # def initialize(parent=nil, screen=nil, classname=nil, keys=nil)
19 # keys = screen.dup
24 # if keys.kind_of? Hash
25 # keys = keys.dup
26 # @classname = keys.delete('classname') if keys.key?('classname')
27 # @colormap = keys.delete('colormap') if keys.key?('colormap')
28 # @container = keys
[all...]
H A Dframe.rb12 # def initialize(parent=nil, keys=nil)
13 # if keys.kind_of? Hash
14 # keys = keys.dup
15 # @classname = keys.delete('classname') if keys.key?('classname')
16 # @colormap = keys.delete('colormap') if keys.key?('colormap')
17 # @container = keys.delete('container') if keys
[all...]
H A Dscale.rb11 def create_self(keys)
12 if keys and keys != None
13 if keys.key?('command') && ! keys['command'].kind_of?(String)
14 cmd = keys.delete('command')
15 keys['command'] = proc{|val| cmd.call(val.to_f)}
18 #tk_call_without_enc('scale', @path, *hash_kv(keys, true))
20 *hash_kv(keys, true))
24 *hash_kv(keys, tru
[all...]
/macosx-10.10.1/ruby-106/ruby/ext/tk/lib/tkextlib/ICONS/
H A Dicons.rb36 keys = args.pop
38 *(hash_kv(keys) << (args.flatten))))
68 keys = args.pop
70 *(hash_kv(keys) << (args.flatten))))
81 def new(name, keys=nil)
83 if keys
84 keys = _symbolkey2str(keys)
85 unless keys.delete('without_creating')
86 tk_call('::icons::icons', 'create', *(hash_kv(keys) << ob
[all...]
/macosx-10.10.1/ruby-106/ruby/ext/tk/lib/tkextlib/tile/
H A Dtscrollbar.rb41 def create_self(keys)
42 keys = {} unless keys
43 keys['orient'] = 'horizontal'
44 super(keys)
50 def create_self(keys)
51 keys = {} unless keys
52 keys['orient'] = 'vertical'
53 super(keys)
[all...]
/macosx-10.10.1/Heimdal-398.1.2/lib/kadm5/
H A Ddefault_keys.c40 print_keys(krb5_context context, Key *keys, size_t nkeys) argument
46 printf("keys:\n");
50 ret = krb5_enctype_to_string(context, keys[i].key.keytype, &str);
53 (int)keys[i].key.keytype);
58 if (keys[i].salt) {
61 switch (keys[i].salt->type) {
69 printf("unknown salt: %d", keys[i].salt->type);
72 if (keys[i].salt->salt.length)
73 printf("%.*s", (int)keys[i].salt->salt.length,
74 (char *)keys[
86 Key *keys; local
[all...]
H A Dset_keys.c39 * Set the keys of `ent' to the string-to-key of `password'
48 Key *keys; local
55 &keys, &num_keys);
60 _kadm5_free_keys (context->context, ent->keys.len, ent->keys.val);
61 ent->keys.val = keys;
62 ent->keys.len = (int)num_keys;
100 * Set the keys of `ent' to (`n_key_data', `key_data')
116 Keys keys; local
283 Key *keys; local
344 Key *keys; local
[all...]
/macosx-10.10.1/Heimdal-398.1.2/lib/hx509/
H A Dks_mem.c48 hx509_private_key *keys; member in struct:mem_data
80 for (i = 0; mem->keys && mem->keys[i]; i++)
81 hx509_private_key_free(&mem->keys[i]);
82 free(mem->keys);
158 hx509_private_key **keys)
163 for (i = 0; mem->keys && mem->keys[i]; i++)
165 *keys = calloc(i + 1, sizeof(**keys));
155 mem_getkeys(hx509_context context, hx509_certs certs, void *data, hx509_private_key **keys) argument
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/tests/stress/
H A Dflatten-oversize-dictionary-object.js20 var keys = Object.keys(o);
21 keys.sort();
22 for (var i = keys.length - 1; i >= keys.length - 8000; i--) {
23 delete o[keys[i]];
/macosx-10.10.1/WebKit2-7600.1.25/Shared/
H A DImmutableDictionary.cpp53 PassRefPtr<API::Array> ImmutableDictionary::keys() const function in class:WebKit::ImmutableDictionary
58 Vector<RefPtr<API::Object>> keys;
59 keys.reserveInitialCapacity(m_map.size());
61 for (const auto& key : m_map.keys())
62 keys.uncheckedAppend(API::String::create(key));
64 return API::Array::create(WTF::move(keys));
/macosx-10.10.1/rsync-45/rsync/support/
H A Dfiles-to-excludes24 foreach (sort keys %hash) {
/macosx-10.10.1/ruby-106/ruby/ext/tk/lib/tkextlib/iwidgets/
H A Dscopedobject.rb21 def initialize(obj_name, keys={})
22 @path = tk_call(self.class::TkCommandNames[0], obj_name, *hash_kv(keys))

Completed in 146 milliseconds

1234567891011>>