/dports/graphics/gimp-app/gimp-2.10.30/app/dialogs/ |
H A D | action-search-dialog.c | 175 gchar **key_tokens; in action_search_match_keyword() local 200 if (g_strv_length (key_tokens) == 1) in action_search_match_keyword() 210 for (key_token = key_tokens[0], label_tokens = search_tokens[i]; in action_search_match_keyword() 248 for (i = 0; key_tokens[i] != NULL; i++) in action_search_match_keyword() 253 if (g_str_has_prefix (label_tokens[j], key_tokens[i])) in action_search_match_keyword() 260 if (g_str_has_prefix (label_alternates[j], key_tokens[i])) in action_search_match_keyword() 286 if (! matched && key_tokens[0] && g_utf8_strlen (key_tokens[0], -1) > 2 && in action_search_match_keyword() 302 for (i = 0; key_tokens[i] != NULL; i++) in action_search_match_keyword() 307 if (g_str_has_prefix (tooltip_tokens[j], key_tokens[i])) in action_search_match_keyword() 321 if (g_str_has_prefix (label_tokens[j], key_tokens[i])) in action_search_match_keyword() [all …]
|
/dports/textproc/p5-Hailo/Hailo-0.75/lib/Hailo/Engine/ |
H A D | Default.pm | 46 my @key_tokens = do { 361 my ($self, $pos, $expr_id, $key_tokens) = @_; 366 if (defined $key_tokens) { 367 for my $i (0 .. $#{ $key_tokens }) { 368 my $want_id = $key_tokens->[$i]; 372 return splice @$key_tokens, $i, 1;
|
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/plugin/keyring_vault/ |
H A D | vault_parser.cc | 123 Tokens key_tokens; in parse_keys() local 126 retrieve_tokens_from_list(keys_list, &key_tokens)) { in parse_keys() 132 for (Tokens::const_iterator iter = key_tokens.begin(); in parse_keys() 133 iter != key_tokens.end(); ++iter) { in parse_keys()
|
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/plugin/keyring_vault/ |
H A D | vault_parser.cc | 124 Tokens key_tokens; in parse_keys() local 128 retrieve_tokens_from_list(keys_list, &key_tokens)) in parse_keys() 134 for(Tokens::const_iterator iter = key_tokens.begin(); in parse_keys() 135 iter != key_tokens.end(); ++iter) in parse_keys()
|
/dports/math/py-theano/Theano-1.0.5/theano/ |
H A D | configparser.py | 158 key_tokens = key.rsplit('.', 1) 159 if len(key_tokens) > 2: 162 if len(key_tokens) == 2: 163 section, option = key_tokens
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/webui/ |
H A D | identity_internals_ui.cc | 233 for (const auto& key_tokens : tokens) { in GetInfoForAllTokens() local 234 for (const auto& token : key_tokens.second) { in GetInfoForAllTokens() 235 results.Append(GetInfoForToken(key_tokens.first, token)); in GetInfoForAllTokens()
|
/dports/multimedia/libv4l/linux-5.13-rc2/security/keys/trusted-keys/ |
H A D | trusted_core.c | 52 static const match_table_t key_tokens = { variable 77 key_cmd = match_token(c, key_tokens, args); in datablob_parse()
|
H A D | trusted_tpm1.c | 718 static const match_table_t key_tokens = { variable 758 token = match_token(p, key_tokens, args); in getoptions()
|
/dports/multimedia/v4l_compat/linux-5.13-rc2/security/keys/trusted-keys/ |
H A D | trusted_core.c | 52 static const match_table_t key_tokens = { variable 77 key_cmd = match_token(c, key_tokens, args); in datablob_parse()
|
H A D | trusted_tpm1.c | 718 static const match_table_t key_tokens = { variable 758 token = match_token(p, key_tokens, args); in getoptions()
|
/dports/multimedia/v4l-utils/linux-5.13-rc2/security/keys/trusted-keys/ |
H A D | trusted_core.c | 52 static const match_table_t key_tokens = { variable 77 key_cmd = match_token(c, key_tokens, args); in datablob_parse()
|
H A D | trusted_tpm1.c | 718 static const match_table_t key_tokens = { variable 758 token = match_token(p, key_tokens, args); in getoptions()
|
/dports/multimedia/v4l_compat/linux-5.13-rc2/security/keys/encrypted-keys/ |
H A D | encrypted.c | 74 static const match_table_t key_tokens = { variable 186 key_cmd = match_token(keyword, key_tokens, args); in datablob_parse()
|
/dports/multimedia/libv4l/linux-5.13-rc2/security/keys/encrypted-keys/ |
H A D | encrypted.c | 74 static const match_table_t key_tokens = { variable 186 key_cmd = match_token(keyword, key_tokens, args); in datablob_parse()
|
/dports/multimedia/v4l-utils/linux-5.13-rc2/security/keys/encrypted-keys/ |
H A D | encrypted.c | 74 static const match_table_t key_tokens = { variable 186 key_cmd = match_token(keyword, key_tokens, args); in datablob_parse()
|