Home
last modified time | relevance | path

Searched refs:split_key (Results 1 – 25 of 66) sorted by relevance

123

/dports/security/pidgin-encryption/pidgin-encryption-3.1/
H A Drsa_nss.c431 if ((split_key[0] == 0) || (split_key[1] == 0)) {
433 g_strfreev(split_key);
440 g_strfreev(split_key);
447 g_strfreev(split_key);
463 gchar **split_key;
502 g_strfreev(split_key);
512 g_strfreev(split_key);
524 g_strfreev(split_key);
534 g_strfreev(split_key);
548 g_strfreev(split_key);
[all …]
/dports/devel/py-dotted/dotted-0.1.8/dotted/
H A Dcollection.py20 def split_key(key, max_keys=0): function
87 next_key, tmp = split_key(dotted_key, 1)
172 my_index, alt_index = split_key(index, 1)
200 my_index, alt_index = split_key(index, 1)
224 my_index, alt_index = split_key(index, 1)
268 my_key, alt_key = split_key(key, 1)
289 my_key, alt_key = split_key(key, 1)
303 my_key, alt_key = split_key(key, 1)
349 my_key, alt_key = split_key(key, 1)
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/stdlib/src/
H A Dwin32reg.erl152 [Name|_] = split_key(Rest),
353 Original = split_key(Name),
354 Relative = lists:reverse(split_key(Path)),
378 split_key(Key) -> function
379 split_key(Key, [], []).
381 split_key([$\\|Rest], Current, Result) -> function
382 split_key(Rest, [], [lists:reverse(Current)|Result]);
383 split_key([C|Rest], Current, Result) -> function
384 split_key(Rest, [C|Current], Result);
385 split_key([], [], Result) -> function
[all …]
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/stdlib/src/
H A Dwin32reg.erl152 [Name|_] = split_key(Rest),
353 Original = split_key(Name),
354 Relative = lists:reverse(split_key(Path)),
378 split_key(Key) -> function
379 split_key(Key, [], []).
381 split_key([$\\|Rest], Current, Result) -> function
382 split_key(Rest, [], [lists:reverse(Current)|Result]);
383 split_key([C|Rest], Current, Result) -> function
384 split_key(Rest, [C|Current], Result);
385 split_key([], [], Result) -> function
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/lib/stdlib/src/
H A Dwin32reg.erl152 [Name|_] = split_key(Rest),
353 Original = split_key(Name),
354 Relative = lists:reverse(split_key(Path)),
378 split_key(Key) -> function
379 split_key(Key, [], []).
381 split_key([$\\|Rest], Current, Result) -> function
382 split_key(Rest, [], [lists:reverse(Current)|Result]);
383 split_key([C|Rest], Current, Result) -> function
384 split_key(Rest, [C|Current], Result);
385 split_key([], [], Result) -> function
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/stdlib/src/
H A Dwin32reg.erl152 [Name|_] = split_key(Rest),
353 Original = split_key(Name),
354 Relative = lists:reverse(split_key(Path)),
378 split_key(Key) -> function
379 split_key(Key, [], []).
381 split_key([$\\|Rest], Current, Result) -> function
382 split_key(Rest, [], [lists:reverse(Current)|Result]);
383 split_key([C|Rest], Current, Result) -> function
384 split_key(Rest, [C|Current], Result);
385 split_key([], [], Result) -> function
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/stdlib/src/
H A Dwin32reg.erl335 Original = split_key(Name),
336 Relative = lists:reverse(split_key(Path)),
357 split_key(Key) -> function
358 split_key(Key, [], []).
360 split_key([$\\|Rest], Current, Result) -> function
361 split_key(Rest, [], [lists:reverse(Current)|Result]);
362 split_key([C|Rest], Current, Result) -> function
363 split_key(Rest, [C|Current], Result);
364 split_key([], [], Result) -> function
366 split_key([], Current, Result) -> function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/stdlib/src/
H A Dwin32reg.erl335 Original = split_key(Name),
336 Relative = lists:reverse(split_key(Path)),
357 split_key(Key) -> function
358 split_key(Key, [], []).
360 split_key([$\\|Rest], Current, Result) -> function
361 split_key(Rest, [], [lists:reverse(Current)|Result]);
362 split_key([C|Rest], Current, Result) -> function
363 split_key(Rest, [C|Current], Result);
364 split_key([], [], Result) -> function
366 split_key([], Current, Result) -> function
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/stdlib/src/
H A Dwin32reg.erl335 Original = split_key(Name),
336 Relative = lists:reverse(split_key(Path)),
357 split_key(Key) -> function
358 split_key(Key, [], []).
360 split_key([$\\|Rest], Current, Result) -> function
361 split_key(Rest, [], [lists:reverse(Current)|Result]);
362 split_key([C|Rest], Current, Result) -> function
363 split_key(Rest, [C|Current], Result);
364 split_key([], [], Result) -> function
366 split_key([], Current, Result) -> function
/dports/x11/workrave/workrave-1.10.44/backend/src/
H A DGlibIniConfigurator.cc130 split_key(key, group, inikey); in remove_key()
156 split_key(key, group, inikey); in get_value()
224 split_key(key, group, inikey); in set_value()
242 split_key(key, group, inikey); in set_value()
263 GlibIniConfigurator::split_key(const string &key, string &group, string &out_key) const in split_key() function in GlibIniConfigurator
H A DGlibIniConfigurator.hh47 void split_key(const std::string &key, std::string &group, std::string &out_key) const;
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/sanakirja-core-1.2.13/src/btree/
H A Dput.rs19 split_key: &'a K,
113 split_key,
138 split_key,
157 split_key,
H A Ddel.rs495 split_key,
510 last_op.ins2 = Some((split_key, split_value));
513 last_op.ins = Some((split_key, split_value));
547 core::ptr::eq(k0, split_key)
557 for o in split_key
688 split_key: k,
/dports/www/xoops/XoopsCore25-2.5.10/htdocs/class/libraries/vendor/kint-php/kint/src/
H A DParser.php262 $split_key = explode("\0", $key, 3);
264 if (count($split_key) === 3 && $split_key[0] === '') {
265 $child->name = $split_key[2];
266 if ($split_key[1] === '*') {
270 $child->owner_class = $split_key[1];
/dports/sysutils/toybox/toybox-0.8.5/toys/other/
H A Dsysctl.c30 static char *split_key(char *key) in split_key() function
98 if (!value) value = split_key(key); in process_key()
135 if (!(val = split_key(line))) { in sysctl_main()
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/sanakirja-core-1.2.13/src/btree/page/
H A Dput.rs110 let (mut split_key, mut split_value, mid_child, s1) = if u == k as usize { in split()
179 split_key, in split()
210 split_key = &*k; in split()
228 split_key, in split()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/pipenv/pipenv/vendor/
H A Dsemver.py135 def split_key(key): function
149 a_parts, b_parts = split_key(a), split_key(b)
/dports/mail/cyrus-imapd34/cyrus-imapd-3.4.2/imap/
H A Dduplicate.c135 static int split_key(const char *key, int keylen, duplicate_key_t *dkey) in split_key() function
255 r = split_key(key, keylen, &dkey); in find_cb()
307 r = split_key(key, keylen, &dkey); in prune_p()
387 r = split_key(key, keylen, &dkey); in dump_cb()
/dports/mail/cyrus-imapd32/cyrus-imapd-3.2.8/imap/
H A Dduplicate.c135 static int split_key(const char *key, int keylen, duplicate_key_t *dkey) in split_key() function
255 r = split_key(key, keylen, &dkey); in find_cb()
307 r = split_key(key, keylen, &dkey); in prune_p()
387 r = split_key(key, keylen, &dkey); in dump_cb()
/dports/mail/cyrus-imapd30/cyrus-imapd-3.0.16/imap/
H A Dduplicate.c135 static int split_key(const char *key, int keylen, duplicate_key_t *dkey) in split_key() function
255 r = split_key(key, keylen, &dkey); in find_cb()
307 r = split_key(key, keylen, &dkey); in prune_p()
387 r = split_key(key, keylen, &dkey); in dump_cb()
/dports/security/snort3/snort3-3.1.19.0/src/piglet/
H A Dpiglet_manager.cc60 static void split_key(const string& key, string& type, string& name) in split_key() function
137 split_key(target, type, name); in instantiate()
/dports/net-p2p/py-nicotine-plus/nicotine-plus-3.2.0/pynicotine/gtkgui/widgets/
H A Dtextentry.py180 split_key = entry_text[:i].split(" ")[-1]
182 split_key = entry_text
184 if not split_key or len(split_key) < config.sections["words"]["characters"]:
190 if item_text.startswith(split_key) and item_text != split_key:
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/dellemc/openmanage/plugins/modules/
H A Didrac_user.py225 split_key = key.split("#")[1]
226 if split_key == "Password":
229 if split_key == "Privilege":
/dports/www/zola/zola-0.15.2/cargo-crates/rustls-0.20.2/src/tls12/
H A Dmod.rs282 fn split_key<'a>( in make_cipher_pair() function
300 let (client_write_key, key_block) = split_key(&key_block, scs.aead_algorithm); in make_cipher_pair()
301 let (server_write_key, key_block) = split_key(key_block, scs.aead_algorithm); in make_cipher_pair()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/rustls-0.20.2/src/tls12/
H A Dmod.rs282 fn split_key<'a>( in make_cipher_pair() function
300 let (client_write_key, key_block) = split_key(&key_block, scs.aead_algorithm); in make_cipher_pair()
301 let (server_write_key, key_block) = split_key(key_block, scs.aead_algorithm); in make_cipher_pair()

123