Home
last modified time | relevance | path

Searched refs:uri_regex (Results 1 – 15 of 15) sorted by relevance

/dports/devel/py-libtaxii/libtaxii-1.1.119/libtaxii/
H A Dmessages_10.py202 do_check(value, 'inbox_protocol', regex_tuple=uri_regex)
229 do_check(value, 'content_bindings', regex_tuple=uri_regex)
705 do_check(value, 'in_response_to', regex_tuple=uri_regex)
1100 do_check(value, 'feed_name', regex_tuple=uri_regex)
1290 do_check(value, 'push_protocol', regex_tuple=uri_regex)
1372 do_check(value, 'poll_protocol', regex_tuple=uri_regex)
1565 do_check(value, 'feed_name', regex_tuple=uri_regex)
1756 do_check(value, 'feed_name', regex_tuple=uri_regex)
2154 do_check(value, 'feed_name', regex_tuple=uri_regex)
2276 do_check(value, 'feed_name', regex_tuple=uri_regex)
[all …]
H A Dmessages_11.py23 from .validation import do_check, uri_regex, check_timestamp_label
291 do_check(value, 'format_id', regex_tuple=uri_regex)
338 do_check(value, 'format_id', regex_tuple=uri_regex)
412 do_check(value, 'binding_id', regex_tuple=uri_regex)
421 do_check(value, 'subtype_ids', regex_tuple=uri_regex)
865 do_check(value, 'inbox_protocol', regex_tuple=uri_regex)
982 do_check(value, 'message_id', regex_tuple=uri_regex)
991 do_check(value, 'in_response_to', regex_tuple=uri_regex)
1903 do_check(value, 'push_protocol', regex_tuple=uri_regex)
1986 do_check(value, 'poll_protocol', regex_tuple=uri_regex)
[all …]
H A Dtaxii_default_query.py20 from .validation import (do_check, uri_regex, targeting_expression_regex)
172 do_check(value, 'capability_modules', regex_tuple=uri_regex)
258 do_check(value, 'targeting_expression_id', regex_tuple=uri_regex)
353 do_check(value, 'targeting_expression_id', regex_tuple=uri_regex)
641 do_check(value, 'capability_id', regex_tuple=uri_regex)
661 do_check(list(value.keys()), 'parameters.keys()', regex_tuple=uri_regex)
H A Dvalidation.py22 uri_regex = RegexTuple("(([^:/?#]+):)?(//([^/?#]*))?([^?#]*)(\?([^#]*))?(#(.*))?", "URI Format") variable
/dports/textproc/codespell/codespell-2.1.0/codespell_lib/
H A D_codespell.py572 uri_regex, uri_ignore_words): argument
575 for uri in re.findall(uri_regex, line):
583 file_opener, word_regex, ignore_word_regex, uri_regex, argument
654 line = uri_regex.sub(' ', line)
658 ignore_word_regex, uri_regex,
790 uri_regex = options.uri_regex or uri_regex_def
792 uri_regex = re.compile(uri_regex)
795 (uri_regex, err), file=sys.stderr)
892 file_opener, word_regex, ignore_word_regex, uri_regex,
901 file_opener, word_regex, ignore_word_regex, uri_regex,
/dports/sysutils/munin-contrib/contrib-c31cb28/plugins/http/
H A Dhttp_response76 readonly uri_regex='^(https?://)([^:]*):(.*)@(.*)$'
79 if [[ "$1" =~ $uri_regex ]]; then
87 if [[ "$1" =~ $uri_regex ]]; then
95 if [[ "$1" =~ $uri_regex ]]; then
/dports/net/liblinphone/linphone-3.12.0/gtk/
H A Dchat.c37 GRegex *uri_regex = NULL; variable
40 if(uri_regex) g_regex_unref(uri_regex); in free_uri_regex()
46 if(uri_regex == NULL) { in get_uri_regex()
47 uri_regex = g_regex_new(pattern, G_REGEX_OPTIMIZE, 0, &error); in get_uri_regex()
51 uri_regex = NULL; in get_uri_regex()
56 return uri_regex; in get_uri_regex()
160 const GRegex *uri_regex = get_uri_regex(); in linphone_gtk_push_text() local
188 g_regex_match(uri_regex, message, 0, &match_info); in linphone_gtk_push_text()
/dports/x11/stjerm/stjerm-0.18/src/
H A Dmainwindow.c58 static GRegex **uri_regex; variable
87 uri_regex = g_new0(GRegex*, uri_regex_count); in build_mainwindow()
93 uri_regex[ic] = g_regex_new(uri_patterns[ic].pattern, in build_mainwindow()
376 int tag = vte_terminal_match_add_gregex(VTE_TERMINAL(tmp_term), uri_regex[i], 0); in mainwindow_create_tab()
/dports/textproc/codespell/codespell-2.1.0/codespell_lib/tests/
H A Dtest_basic.py647 uri_regex = re.compile(uri_regex_def)
731 assert uri_regex.findall(uri) == [uri], uri
732 assert uri_regex.findall(boilerplate % uri) == [uri], uri
735 assert not uri_regex.findall(uri), uri
736 assert not uri_regex.findall(boilerplate % uri), uri
/dports/x11-toolkits/granite/granite-6.2.0/lib/Widgets/
H A DHyperTextView.vala32 private Regex uri_regex;
52 uri_regex = new Regex (uri_regex_str);
180 uri_regex.match (buffer_substring, 0, out match_info);
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/DAEValidator/library/src/
H A DUri.cpp317 static const regex uri_regex("^(([^:/?#]+):)?(//([^/?#]*))?([^?#]*)(\\?([^#]*))?(#(.*))?"); variable
328 if (!regex_match(uri, matches, uri_regex)) in Parse()
/dports/net/grilo/grilo-0.3.14/src/data/
H A Dgrl-media.c857 GRegex *uri_regex; in grl_media_unserialize() local
877 uri_regex = in grl_media_unserialize()
882 if (!g_regex_match (uri_regex, serial, 0, &match_info)) { in grl_media_unserialize()
884 g_regex_unref (uri_regex); in grl_media_unserialize()
/dports/editors/jucipp/jucipp-b3b5182258b25835e7c5f683623ab774d8e34c75/src/
H A Dterminal.cpp434 …const static std::regex uri_regex("^.*(https?://[\\w\\-.~:/?#%\\[\\]@!$&'()*+,;=]+[\\w\\-~/#@$*+;=… in find_link() local
435 if(std::regex_match(line, sm, uri_regex)) { in find_link()
/dports/devel/eric6/eric6-21.11/eric/eric6/APIs/Python/
H A Dzope-2.11.2.api10258 ZServer.medusa.put_handler.put_handler.__init__?1(self, filesystem, uri_regex)
10261 ZServer.medusa.put_handler.put_handler?1(filesystem, uri_regex)
H A Dzope-2.10.7.api11199 ZServer.medusa.put_handler.put_handler.__init__?1(self, filesystem, uri_regex)
11202 ZServer.medusa.put_handler.put_handler?1(filesystem, uri_regex)