Home
last modified time | relevance | path

Searched refs:end_chars (Results 1 – 20 of 20) sorted by relevance

/dports/emulators/dosbox-staging/dosbox-staging-0.78.0/tests/
H A Dshell_cmds_tests.cpp96 std::vector<char> end_chars{ in TEST_F() local
102 for (auto end_chr : end_chars) { in TEST_F()
/dports/lang/vala/vala-0.48.18/libvaladoc/highlighter/
H A Dcodescanner.vala245 private void queue_string_literal (string end_chars) {
250 pos = pos.offset (end_chars.length + 1);
253 pos = pos.offset (end_chars.length);
256 while (!pos.has_prefix (end_chars) && pos[0] != '\0') {
275 pos = pos.offset (end_chars.length);
H A Dcodescanner.c80 const gchar* end_chars);
1081 const gchar* end_chars) in valadoc_highlighter_code_scanner_queue_string_literal() argument
1091 g_return_if_fail (end_chars != NULL); in valadoc_highlighter_code_scanner_queue_string_literal()
1102 _tmp3_ = strlen (end_chars); in valadoc_highlighter_code_scanner_queue_string_literal()
1113 _tmp7_ = strlen (end_chars); in valadoc_highlighter_code_scanner_queue_string_literal()
1127 if (!g_str_has_prefix (_tmp11_, end_chars)) { in valadoc_highlighter_code_scanner_queue_string_literal()
1226 _tmp40_ = strlen (end_chars); in valadoc_highlighter_code_scanner_queue_string_literal()
/dports/science/smoldyn/smoldyn-2.67/source/BioNetGen/Perl2/
H A DExpression.pm375 my $end_chars = @_ ? shift @_ : '';
439 $err = $rhs->readString( $sptr, $plist, $end_chars, $level + 1 );
456 elsif ( $end_chars and ( $$sptr =~ /^\s*${end_chars}/ ) )
652 elsif ( $end_chars and ($$sptr =~ /^\s*[${end_chars}]/) )
/dports/devel/py-qtconsole/qtconsole-5.1.1/qtconsole/
H A Djupyter_widget.py529 end_chars = '...: '
530 space_count = len(prompt.lstrip('\n')) - len(end_chars)
533 body = '&nbsp;' * space_count + end_chars
/dports/www/xoops/XoopsCore25-2.5.10/htdocs/class/
H A Dmodule.textsanitizer.php339 $end_chars = "a-z0-9\/\-_+=~!%@?#&;:$\|";
361 $pattern = "/(^|[^]_a-z0-9-=\"'\/])([a-z]+?):\/\/([{$valid_chars}]+[{$end_chars}])/i";
367 $pattern = "/(^|[^]_a-z0-9-=\"'\/])ftp\.([a-z0-9\-]+)\.([{$valid_chars}]+[{$end_chars}])/i";
/dports/security/silktools/silk-3.19.1/src/libsilk/
H A Dsku-string.c190 const char *end_chars; member
582 const char *end_chars, in numberListParserInit() argument
606 if (end_chars && (strchr(end_chars, *input))) { in numberListParserInit()
621 parser->end_chars = end_chars; in numberListParserInit()
674 if (parser->end_chars && (strchr(parser->end_chars, *sp))) { in numberListParserNext()
777 if (parser->end_chars && (strchr(parser->end_chars, *sp))) { in numberListParserNext()
/dports/devel/p5-Devel-Declare-Parser/Devel-Declare-Parser-0.020/lib/Devel/Declare/
H A DParser.pm36 sub end_chars {( qw/ { ; / )}; subroutine
402 my ($end) = grep { $start eq $_ } $self->end_chars;
/dports/audio/moony-lv2/moony-0.36.0/plugin/
H A Dlexer.lua1425 function M.nested_pair(start_chars, end_chars)
1426 local s, e = start_chars, lpeg_P(end_chars)^-1
1427 return lpeg_P{s * (M.any - s - end_chars + lpeg_V(1))^0 * e}
/dports/x11-toolkits/gtk40/gtk-4.4.1/demos/node-editor/
H A Dnode-editor-window.c43 gsize end_chars; member
126 text_view_error.end_chars = end_location->chars; in deserialize_error_func()
317 gtk_text_buffer_get_iter_at_offset (self->text_buffer, &end_iter, e->end_chars); in text_view_query_tooltip_cb()
/dports/lang/vala/vala-0.48.18/libvaladoc/
H A Derrorreporter.vala284 unowned string end_chars = (message[cur] == '`')? "`'" : "'";
289 while (message[cur] != '\0' && end_chars.index_of_char (message[cur]) < 0) {
H A Derrorreporter.c903 const gchar* end_chars = NULL; in valadoc_error_reporter_print_highlighted_message() local
913 end_chars = _tmp1_; in valadoc_error_reporter_print_highlighted_message()
927 _tmp7_ = end_chars; in valadoc_error_reporter_print_highlighted_message()
/dports/editors/textadept/textadept_11.1.linux/lexers/
H A Dlexer.lua1848 function M.nested_pair(start_chars, end_chars)
1850 local s, e = start_chars, lpeg_P(end_chars)^-1
1851 return lpeg_P{s * (M.any - s - end_chars + lpeg_V(1))^0 * e}
/dports/editors/textadept/scintillua-scintillua_4.4.5-2/lexers/
H A Dlexer.lua1848 function M.nested_pair(start_chars, end_chars)
1850 local s, e = start_chars, lpeg_P(end_chars)^-1
1851 return lpeg_P{s * (M.any - s - end_chars + lpeg_V(1))^0 * e}
/dports/lang/vala/vala-0.48.18/vala/
H A Dvalareport.vala277 unowned string end_chars = (message[cur] == '`')? "`'" : "'";
282 while (message[cur] != '\0' && end_chars.index_of_char (message[cur]) < 0) {
H A Dvalareport.c824 const gchar* end_chars = NULL; in vala_report_print_highlighted_message() local
834 end_chars = _tmp1_; in vala_report_print_highlighted_message()
848 _tmp7_ = end_chars; in vala_report_print_highlighted_message()
/dports/devel/p5-Devel-Declare-Parser/Devel-Declare-Parser-0.020/
H A DREADME273 end_chars()
/dports/devel/py-spyder/spyder-3.2.7/spyder/widgets/sourcecode/
H A Dcodeeditor.py2514 end_chars = [':', '\\', '[', '{', '(', ',']
2516 if any([text.endswith(c) for c in end_chars]):
/dports/www/nextcloud-deck/deck/js/
H A Ddeck-vendors-node_modules_vue-easymde_dist_VueEasyMDE_common_js.js.map1end_chars","humanFileSize","bytes","units","u","toFixed","_mergeProperties","property","wordCount"…
/dports/www/nextcloud-notes/notes/js/
H A Dnotes-main.js.map1end_chars","humanFileSize","units","toFixed","_mergeProperties","property","wordCount","timeFormat…