Home
last modified time | relevance | path

Searched refs:nskey (Results 1 – 25 of 113) sorted by relevance

12345

/dports/sysutils/doctl/doctl-1.68.0/
H A Ddoit.go277 nskey := nskey(ns, key)
302 nskey := nskey(ns, key)
313 nskey := nskey(ns, key)
316 if isRequired(nskey) {
327 nskey := nskey(ns, key)
352 nskey := nskey(ns, key)
429 c.v.Set(nskey, val)
456 if !c.v.IsSet(nskey) {
459 val := c.v.GetInt(nskey)
490 if !c.v.IsSet(nskey) {
[all …]
/dports/devel/php-libawl/awl-827fbfed7dab0ca339998ca6cdcffb328246d83b/inc/
H A DAwlCache.php57 private function nskey( $namespace, $key ) { function in AwlCache
68 $ourkey = self::nskey($namespace,$key);
84 $ourkey = self::nskey($namespace,$key);
85 $nskey = self::nskey($namespace,null);
86 $keylist = self::$m->get( $nskey, null, $cas_token );
93 $keylist = self::$m->get( $nskey, null, $cas_token );
104 self::$m->set( $nskey, $keylist );
118 $nskey = self::nskey($namespace,$key);
121 self::$m->delete( $nskey );
124 $keylist = self::$m->get( $nskey, null, $cas_token );
[all …]
/dports/security/gnupg/gnupg-2.3.3/agent/
H A Dcvt-openpgp.c352 if (!npkey || !nskey || npkey >= nskey) in prepare_unprotect()
370 *r_nskey = nskey; in prepare_unprotect()
686 if (i == nskey) in do_unprotect()
784 size_t npkey, nskey; in convert_from_openpgp_main() local
874 if (!npkey || !nskey || npkey >= nskey) in convert_from_openpgp_main()
1301 int npkey, nskey; in extract_private_key() local
1347 nskey = 6; in extract_private_key()
1357 nskey = 4; in extract_private_key()
1367 nskey = 5; in extract_private_key()
1378 nskey = 2; in extract_private_key()
[all …]
/dports/www/netsurf/netsurf-3.10/frontends/windows/
H A Ddrawable.c232 uint32_t nskey; in nsws_drawable_unichar() local
238 nskey = wparam; in nsws_drawable_unichar()
239 browser_window_key_press(gw->bw, nskey); in nsws_drawable_unichar()
254 uint32_t nskey; in nsws_drawable_char() local
256 nskey = wparam; in nsws_drawable_char()
264 if ((nskey >= utf16_hi_surrogate_start) && in nsws_drawable_char()
266 highSurrogate = nskey; in nsws_drawable_char()
269 (nskey <= utf16_surrogate_end)) { in nsws_drawable_char()
270 uint32_t lowSurrogate = nskey; in nsws_drawable_char()
273 nskey += 0x10000; in nsws_drawable_char()
[all …]
H A Dglobal_history.c53 nsw32_global_history_key(struct nsw32_corewindow *nsw32_cw, uint32_t nskey) in nsw32_global_history_key() argument
55 if (global_history_keypress(nskey)) { in nsw32_global_history_key()
H A Dhotlist.c57 nsw32_hotlist_key(struct nsw32_corewindow *nsw32_cw, uint32_t nskey) in nsw32_hotlist_key() argument
59 if (hotlist_keypress(nskey)) { in nsw32_hotlist_key()
H A Dcookies.c54 nsw32_cookie_key(struct nsw32_corewindow *nsw32_cw, uint32_t nskey) in nsw32_cookie_key() argument
56 if (cookie_manager_keypress(nskey)) { in nsw32_cookie_key()
H A Dlocal_history.c55 nsw32_local_history_key(struct nsw32_corewindow *nsw32_cw, uint32_t nskey) in nsw32_local_history_key() argument
61 if (local_history_keypress(lhw->session,nskey)) { in nsw32_local_history_key()
/dports/dns/p5-Net-DNS-Check/Net-DNS-Check-0.45/lib/Net/DNS/Check/Test/
H A Dns_compare.pm35 my $nskey = lc(join('|', @ns_list));
37 if ($nskey) {
38 $compare_hash{$nskey}++;
/dports/www/netsurf/netsurf-3.10/frontends/beos/
H A Dwindow.cpp739 uint32_t nskey; in nsbeos_window_keypress_event() local
773 nskey = (uint32_t)byte; in nsbeos_window_keypress_event()
777 case B_TAB: nskey = NS_KEY_TAB; break; in nsbeos_window_keypress_event()
779 case B_ENTER: nskey = (uint32_t)10; break; in nsbeos_window_keypress_event()
781 case B_SPACE: nskey = (uint32_t)' '; break; in nsbeos_window_keypress_event()
788 case B_PAGE_UP: nskey = NS_KEY_PAGE_UP; break; in nsbeos_window_keypress_event()
792 case B_UP_ARROW: nskey = NS_KEY_UP; break; in nsbeos_window_keypress_event()
815 nskey = (uint32_t)0; in nsbeos_window_keypress_event()
817 nskey = (uint32_t)raw_char; in nsbeos_window_keypress_event()
824 nskey = utf8_to_ucs4(bytes, numbytes); in nsbeos_window_keypress_event()
[all …]
/dports/www/netsurf/netsurf-3.10/frontends/gtk/
H A Dcorewindow.c309 static nserror nsgtk_cw_key(struct nsgtk_corewindow *nsgtk_cw, uint32_t nskey) in nsgtk_cw_key() argument
322 switch(nskey) { in nsgtk_cw_key()
409 uint32_t nskey; in nsgtk_cw_keypress_event() local
417 nskey = gtk_gui_gdkkey_to_nskey(event); in nsgtk_cw_keypress_event()
420 res = nsgtk_cw->key(nsgtk_cw, nskey); in nsgtk_cw_keypress_event()
429 res = nsgtk_cw_key(nsgtk_cw, nskey); in nsgtk_cw_keypress_event()
472 uint32_t nskey; in nsgtk_cw_input_method_commit() local
477 nskey = utf8_to_ucs4(str + offset, len - offset); in nsgtk_cw_input_method_commit()
479 nsgtk_cw->key(nsgtk_cw, nskey); in nsgtk_cw_input_method_commit()
H A Dpage_info.c124 nsgtk_pi_key(struct nsgtk_corewindow *nsgtk_cw, uint32_t nskey) in nsgtk_pi_key() argument
131 if (page_info_keypress(pi_win->pi, nskey)) { in nsgtk_pi_key()
/dports/devel/sope/SOPE/sope-xml/SaxObjC/
H A DSaxMethodCallHandler.m200 NSString *nskey;
210 if ((nskey = [self->namespaceToKey objectForKey:_ns]) == nil) {
225 _selAdd(self, nskey);
239 _selAdd(self, nskey);
279 NSString *nskey;
288 if ((nskey = [self->namespaceToKey objectForKey:_ns]) == nil) {
296 _selAdd(self, nskey);
308 _selAdd(self, nskey);
/dports/devel/sope2/SOPE/sope-xml/SaxObjC/
H A DSaxMethodCallHandler.m200 NSString *nskey;
210 if ((nskey = [self->namespaceToKey objectForKey:_ns]) == nil) {
225 _selAdd(self, nskey);
239 _selAdd(self, nskey);
279 NSString *nskey;
288 if ((nskey = [self->namespaceToKey objectForKey:_ns]) == nil) {
296 _selAdd(self, nskey);
308 _selAdd(self, nskey);
/dports/sysutils/webmin/webmin-1.981/net/
H A Dsave_dns.cgi34 my $nskey = "nameserver$i";
37 $ns = $in{"${nskey}_$j"};
42 push(@{$dns->{$nskey}}, $ns);
/dports/security/gnupg1/gnupg-1.4.23/cipher/
H A Dpubkey.c41 int nskey; member
103 &pubkey_table[i].nskey, in setup_pubkey_table()
120 &pubkey_table[i].nskey, in setup_pubkey_table()
139 &pubkey_table[i].nskey, in setup_pubkey_table()
156 &pubkey_table[i].nskey, in setup_pubkey_table()
173 &pubkey_table[i].nskey, in setup_pubkey_table()
341 return pubkey_table[i].nskey; in pubkey_get_nskey()
/dports/net/cloud-init/cloud-init-21.4/cloudinit/net/
H A Dcmdline.py166 for nskey in ('DNS0', 'DNS1'):
167 ns = data.get(pre + nskey)
170 dns.append(data[pre + nskey])
/dports/databases/db5/db-5.3.28/src/db/
H A Ddb_cam.c1466 u_int32_t nskey; local
1532 nskey > 0; nskey--, tskeyp++) {
1560 nskey = 1;
1581 if (nskey == 0)
1618 for (; nskey > 0 && ret == 0; nskey--, tskeyp++) {
1976 nskey > 0;
2218 nskey = skey->size;
2237 if (i < nskey) {
2981 if (nskey == 0)
2985 nskey = 1;
[all …]
H A Ddb_am.c849 u_int32_t nskey; local
856 nskey = 0;
965 nskey = skey.size;
968 nskey = 1;
972 for (; nskey > 0; nskey--, tskeyp++) {
993 for (; nskey > 0; nskey--, tskeyp++)
/dports/databases/db18/db-18.1.40/src/db/
H A Ddb_cam.c1786 u_int32_t nskey; local
1852 nskey > 0; nskey--, tskeyp++) {
1880 nskey = 1;
1901 if (nskey == 0)
1938 for (; nskey > 0 && ret == 0; nskey--, tskeyp++) {
2294 nskey > 0;
2540 nskey = skey->size;
2559 if (i < nskey) {
3303 if (nskey == 0)
3307 nskey = 1;
[all …]
H A Ddb_am.c861 u_int32_t nskey; local
868 nskey = 0;
977 nskey = skey.size;
980 nskey = 1;
984 for (; nskey > 0; nskey--, tskeyp++) {
1005 for (; nskey > 0; nskey--, tskeyp++)
/dports/www/netsurf/netsurf-3.10/frontends/framebuffer/
H A Dlocal_history.c89 fb_local_history_key(struct fb_corewindow *fb_cw, uint32_t nskey) in fb_local_history_key() argument
95 if (local_history_keypress(lhw->session, nskey)) { in fb_local_history_key()
/dports/dns/unbound/unbound-1.14.0/services/cache/
H A Ddns.c467 struct ub_packed_rrset_key* nskey; in dns_cache_find_delegation() local
471 nskey = find_closest_of_type(env, qname, qnamelen, qclass, now, in dns_cache_find_delegation()
473 if(!nskey) /* hope the caller has hints to prime or something */ in dns_cache_find_delegation()
475 nsdata = (struct packed_rrset_data*)nskey->entry.data; in dns_cache_find_delegation()
478 if(!dp || !delegpt_set_name(dp, region, nskey->rk.dname)) { in dns_cache_find_delegation()
479 lock_rw_unlock(&nskey->entry.lock); in dns_cache_find_delegation()
492 if(!*msg || !dns_msg_authadd(*msg, region, nskey, now)) { in dns_cache_find_delegation()
493 lock_rw_unlock(&nskey->entry.lock); in dns_cache_find_delegation()
498 if(!delegpt_rrset_add_ns(dp, region, nskey, 0)) in dns_cache_find_delegation()
500 lock_rw_unlock(&nskey->entry.lock); /* first unlock before next lookup*/ in dns_cache_find_delegation()
/dports/www/netsurf/netsurf-3.10/frontends/amiga/
H A Dgui.c1705 int nskey = 0, chars; in ami_key_to_nskey() local
1719 else nskey = NS_KEY_UP; in ami_key_to_nskey()
1746 nskey = NS_KEY_ESCAPE; in ami_key_to_nskey()
1778 nskey = NS_KEY_TAB; in ami_key_to_nskey()
1788 nskey = keycode; in ami_key_to_nskey()
1797 switch(nskey) { in ami_key_to_nskey()
1822 return nskey; in ami_key_to_nskey()
2637 int nskey; in ami_gui_event() local
3054 ((31 < nskey) && (nskey < 127))) { in ami_gui_event()
3057 switch(nskey) in ami_gui_event()
[all …]
/dports/databases/libiodbc/iODBC-3.52.15/drvproxy/mac/
H A DIODBCProxy_SetupController.m131 NSString *nskey = (NSString*)[row valueForKey:@"key"];
132 if ([nskey isEqualToString:@"..."] || nskey.length==0)
134 key = (char*)conv_NSString_to_char(nskey);

12345