Home
last modified time | relevance | path

Searched refs:match_line (Results 1 – 25 of 152) sorted by relevance

1234567

/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/common_test/test/
H A Dct_log_SUITE.erl186 match_line(Dev, "1. Printing nothing", []),
201 match_line(Dev, "1. Printing nothing", []),
204 match_line(Dev, "2. Printing nothing", []),
222 match_line(Dev, "8. Printing with category", []),
237 match_line(Dev, "13. Printing with heading", []),
251 match_line(Dev, "1. Printing nothing", []),
254 match_line(Dev, "2. Printing nothing", []),
266 match_line(Dev, "6. Printing a pid: ~w", [Pid]),
284 match_line(Dev, "13. Printing with category", []),
306 match_line(Dev, "22. Printing with heading", []),
[all …]
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/common_test/test/
H A Dct_log_SUITE.erl186 match_line(Dev, "1. Printing nothing", []),
201 match_line(Dev, "1. Printing nothing", []),
204 match_line(Dev, "2. Printing nothing", []),
222 match_line(Dev, "8. Printing with category", []),
237 match_line(Dev, "13. Printing with heading", []),
251 match_line(Dev, "1. Printing nothing", []),
254 match_line(Dev, "2. Printing nothing", []),
266 match_line(Dev, "6. Printing a pid: ~w", [Pid]),
284 match_line(Dev, "13. Printing with category", []),
306 match_line(Dev, "22. Printing with heading", []),
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/common_test/test/
H A Dct_log_SUITE.erl186 match_line(Dev, "1. Printing nothing", []),
201 match_line(Dev, "1. Printing nothing", []),
204 match_line(Dev, "2. Printing nothing", []),
222 match_line(Dev, "8. Printing with category", []),
237 match_line(Dev, "13. Printing with heading", []),
251 match_line(Dev, "1. Printing nothing", []),
254 match_line(Dev, "2. Printing nothing", []),
266 match_line(Dev, "6. Printing a pid: ~w", [Pid]),
284 match_line(Dev, "13. Printing with category", []),
306 match_line(Dev, "22. Printing with heading", []),
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/common_test/test/
H A Dct_log_SUITE.erl186 match_line(Dev, "1. Printing nothing", []),
201 match_line(Dev, "1. Printing nothing", []),
204 match_line(Dev, "2. Printing nothing", []),
222 match_line(Dev, "8. Printing with category", []),
237 match_line(Dev, "13. Printing with heading", []),
251 match_line(Dev, "1. Printing nothing", []),
254 match_line(Dev, "2. Printing nothing", []),
266 match_line(Dev, "6. Printing a pid: ~w", [Pid]),
284 match_line(Dev, "13. Printing with category", []),
306 match_line(Dev, "22. Printing with heading", []),
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/lib/common_test/test/
H A Dct_log_SUITE.erl186 match_line(Dev, "1. Printing nothing", []),
201 match_line(Dev, "1. Printing nothing", []),
204 match_line(Dev, "2. Printing nothing", []),
222 match_line(Dev, "8. Printing with category", []),
237 match_line(Dev, "13. Printing with heading", []),
251 match_line(Dev, "1. Printing nothing", []),
254 match_line(Dev, "2. Printing nothing", []),
266 match_line(Dev, "6. Printing a pid: ~w", [Pid]),
284 match_line(Dev, "13. Printing with category", []),
306 match_line(Dev, "22. Printing with heading", []),
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/common_test/test/
H A Dct_log_SUITE.erl186 match_line(Dev, "1. Printing nothing", []),
201 match_line(Dev, "1. Printing nothing", []),
204 match_line(Dev, "2. Printing nothing", []),
222 match_line(Dev, "8. Printing with category", []),
237 match_line(Dev, "13. Printing with heading", []),
251 match_line(Dev, "1. Printing nothing", []),
254 match_line(Dev, "2. Printing nothing", []),
266 match_line(Dev, "6. Printing a pid: ~w", [Pid]),
284 match_line(Dev, "13. Printing with category", []),
306 match_line(Dev, "22. Printing with heading", []),
[all …]
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/common_test/test/
H A Dct_log_SUITE.erl186 match_line(Dev, "1. Printing nothing", []),
201 match_line(Dev, "1. Printing nothing", []),
204 match_line(Dev, "2. Printing nothing", []),
222 match_line(Dev, "8. Printing with category", []),
237 match_line(Dev, "13. Printing with heading", []),
251 match_line(Dev, "1. Printing nothing", []),
254 match_line(Dev, "2. Printing nothing", []),
266 match_line(Dev, "6. Printing a pid: ~w", [Pid]),
284 match_line(Dev, "13. Printing with category", []),
306 match_line(Dev, "22. Printing with heading", []),
[all …]
/dports/games/freeorion/freeorion-0.4.10.2/doc/
H A Dtag_parser.py45 match_line = 0
56 if match_line:
62 match_line = raw_line[0] + 1
63 elif match_line:
71 if match_line:
77 match_line = raw_line[0] + 1
78 elif match_line:
81 elif match_line:
84 match_line = 0
87 if match_line:
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/gitlab/conflict/
H A Dfile.rb97 match_line = nil
118 update_match_line_text(match_line, head_lines.last)
121 match_line = create_match_line(tail_lines.first)
125 { conflict: false, lines: tail_lines.unshift(match_line) }
133 match_line = create_match_line(tail_lines.first)
135 tail_lines.unshift(match_line)
154 update_match_line_text(match_line, lines.last) unless section
196 def update_match_line_text(match_line, line) argument
197 return unless match_line
199 header = find_match_line_header(match_line.index - 1)
[all …]
/dports/comms/xastir/Xastir-Release-2.1.8/src/
H A Digate.c151 char match_line[MAX_LINE_SIZE*2]; in not_a_dupe() local
169 memset(match_line, 0, MAX_LINE_SIZE*2); in not_a_dupe()
276 xastir_snprintf(match_line, in not_a_dupe()
277 sizeof(match_line), in not_a_dupe()
284 sizeof(match_line) - 1 - strlen(match_line)); in not_a_dupe()
288 xastir_snprintf(match_line, in not_a_dupe()
289 sizeof(match_line), in not_a_dupe()
346 if (strcmp(ptr->data,match_line) == 0) in not_a_dupe()
392 fprintf(stderr," Found RF dupe: %s\n",match_line); in not_a_dupe()
396 fprintf(stderr," Found NET dupe: %s\n",match_line); in not_a_dupe()
[all …]
/dports/editors/mined/mined-2015.25/src/
H A Dtextbuf.c494 find_y_RD (match_line, redrawflag) in find_y_RD() argument
495 LINE * match_line; in find_y_RD()
502 for (line = top_line; line != match_line && line != bot_line->next;
511 if ((line = proceed (match_line, - (SCREENMAX >> 1))) == header) {
514 for (line = header->next; line != match_line; line = line->next) {
535 find_y (match_line) in find_y() argument
536 LINE * match_line; in find_y()
538 return find_y_RD (match_line, True);
542 find_y_w_o_RD (match_line) in find_y_w_o_RD() argument
543 LINE * match_line; in find_y_w_o_RD()
[all …]
H A Dsearch.c815 LINE * match_line; local
841 match_line = search_it (program, method);
842 if (match_line == NIL_LINE) {
882 move_address (program->start_ptr, find_y (match_line));
934 move_address (program->start_ptr, find_y (match_line));
956 register LINE * match_line; local
973 return match_line;
982 register LINE * match_line; local
997 match_line = search_it (program, method);
998 if (match_line == NIL_LINE) {
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/presenters/blobs/
H A Dunfold_presenter.rb97 match_line = Gitlab::Diff::Line.new(match_line_text, 'match', nil, old_pos, new_pos)
99 bottom? ? diff_lines.push(match_line) : diff_lines.unshift(match_line)
/dports/textproc/py-ttp/ttp-0.8.1/ttp/match/
H A Dset_.py4 def set_func(data, value, match_line): argument
6 if data.rstrip() == match_line:
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/facts/lag_interfaces/
H A Dlag_interfaces.py97 match_line = re.search(
101 if match_line:
102 member.update(match_line.groupdict())
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/gitlab/diff/
H A Dlines_unfolder.rb77 match_line = unfold_line
78 insert_index = bottom? ? -1 : match_line.index
80 lines -= [match_line] unless bottom?
/dports/security/rhash/RHash-1.4.2/tests/
H A Dtest_rhash.sh125 match_line() { function
192 read l; match_line "$l" "^; Generated by RHash"
193 read l; match_line "$l" "^; Written by"
194 read l; match_line "$l" "^;\$"
195 read l; match_line "$l" "^; *1024 [0-9:\.]\{8\} [0-9-]\{10\} test1K.data\$"
196 read l; match_line "$l" "^test1K.data B70B4C26\$"
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/common_test/src/
H A Dct_telnet.erl1076 case match_line(Name,Pid,Rest,Patterns,false,false,EO) of
1085 case match_line(Name,Pid,Line,Patterns,false,true,EO) of
1094 match_line(Name,Pid,Line,Patterns,FoundPrompt,Terminated,EO) -> function
1097 match_line(Name,Pid,Line,[prompt|Patterns],false,Term,EO,RetTag) -> function
1098 match_line(Name,Pid,Line,Patterns,false,Term,EO,RetTag);
1111 match_line(Name,Pid,Line,Patterns,FoundPrompt,Term,EO,RetTag);
1115 match_line(Name,Pid,Line,Patterns,FoundPrompt,Term,EO,RetTag);
1123 match_line(Name,Pid,Line,Patterns,FoundPrompt,Term,EO,RetTag);
1128 match_line(Name,Pid,Line,[],FoundPrompt,Term,EO,match) -> function
1131 match_line(Name,Pid,Line,[],_FoundPrompt,true,_EO,halt) -> function
[all …]
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/common_test/src/
H A Dct_telnet.erl1076 case match_line(Name,Pid,Rest,Patterns,false,false,EO) of
1085 case match_line(Name,Pid,Line,Patterns,false,true,EO) of
1094 match_line(Name,Pid,Line,Patterns,FoundPrompt,Terminated,EO) -> function
1097 match_line(Name,Pid,Line,[prompt|Patterns],false,Term,EO,RetTag) -> function
1098 match_line(Name,Pid,Line,Patterns,false,Term,EO,RetTag);
1111 match_line(Name,Pid,Line,Patterns,FoundPrompt,Term,EO,RetTag);
1115 match_line(Name,Pid,Line,Patterns,FoundPrompt,Term,EO,RetTag);
1123 match_line(Name,Pid,Line,Patterns,FoundPrompt,Term,EO,RetTag);
1128 match_line(Name,Pid,Line,[],FoundPrompt,Term,EO,match) -> function
1131 match_line(Name,Pid,Line,[],_FoundPrompt,true,_EO,halt) -> function
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/common_test/src/
H A Dct_telnet.erl1076 case match_line(Name,Pid,Rest,Patterns,false,false,EO) of
1085 case match_line(Name,Pid,Line,Patterns,false,true,EO) of
1094 match_line(Name,Pid,Line,Patterns,FoundPrompt,Terminated,EO) -> function
1097 match_line(Name,Pid,Line,[prompt|Patterns],false,Term,EO,RetTag) -> function
1098 match_line(Name,Pid,Line,Patterns,false,Term,EO,RetTag);
1111 match_line(Name,Pid,Line,Patterns,FoundPrompt,Term,EO,RetTag);
1115 match_line(Name,Pid,Line,Patterns,FoundPrompt,Term,EO,RetTag);
1123 match_line(Name,Pid,Line,Patterns,FoundPrompt,Term,EO,RetTag);
1128 match_line(Name,Pid,Line,[],FoundPrompt,Term,EO,match) -> function
1131 match_line(Name,Pid,Line,[],_FoundPrompt,true,_EO,halt) -> function
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/common_test/src/
H A Dct_telnet.erl1076 case match_line(Name,Pid,Rest,Patterns,false,false,EO) of
1085 case match_line(Name,Pid,Line,Patterns,false,true,EO) of
1094 match_line(Name,Pid,Line,Patterns,FoundPrompt,Terminated,EO) -> function
1097 match_line(Name,Pid,Line,[prompt|Patterns],false,Term,EO,RetTag) -> function
1098 match_line(Name,Pid,Line,Patterns,false,Term,EO,RetTag);
1111 match_line(Name,Pid,Line,Patterns,FoundPrompt,Term,EO,RetTag);
1115 match_line(Name,Pid,Line,Patterns,FoundPrompt,Term,EO,RetTag);
1123 match_line(Name,Pid,Line,Patterns,FoundPrompt,Term,EO,RetTag);
1128 match_line(Name,Pid,Line,[],FoundPrompt,Term,EO,match) -> function
1131 match_line(Name,Pid,Line,[],_FoundPrompt,true,_EO,halt) -> function
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/lib/common_test/src/
H A Dct_telnet.erl1076 case match_line(Name,Pid,Rest,Patterns,false,false,EO) of
1085 case match_line(Name,Pid,Line,Patterns,false,true,EO) of
1094 match_line(Name,Pid,Line,Patterns,FoundPrompt,Terminated,EO) -> function
1097 match_line(Name,Pid,Line,[prompt|Patterns],false,Term,EO,RetTag) -> function
1098 match_line(Name,Pid,Line,Patterns,false,Term,EO,RetTag);
1111 match_line(Name,Pid,Line,Patterns,FoundPrompt,Term,EO,RetTag);
1115 match_line(Name,Pid,Line,Patterns,FoundPrompt,Term,EO,RetTag);
1123 match_line(Name,Pid,Line,Patterns,FoundPrompt,Term,EO,RetTag);
1128 match_line(Name,Pid,Line,[],FoundPrompt,Term,EO,match) -> function
1131 match_line(Name,Pid,Line,[],_FoundPrompt,true,_EO,halt) -> function
[all …]
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/common_test/src/
H A Dct_telnet.erl1076 case match_line(Name,Pid,Rest,Patterns,false,false,EO) of
1085 case match_line(Name,Pid,Line,Patterns,false,true,EO) of
1094 match_line(Name,Pid,Line,Patterns,FoundPrompt,Terminated,EO) -> function
1097 match_line(Name,Pid,Line,[prompt|Patterns],false,Term,EO,RetTag) -> function
1098 match_line(Name,Pid,Line,Patterns,false,Term,EO,RetTag);
1111 match_line(Name,Pid,Line,Patterns,FoundPrompt,Term,EO,RetTag);
1115 match_line(Name,Pid,Line,Patterns,FoundPrompt,Term,EO,RetTag);
1123 match_line(Name,Pid,Line,Patterns,FoundPrompt,Term,EO,RetTag);
1128 match_line(Name,Pid,Line,[],FoundPrompt,Term,EO,match) -> function
1131 match_line(Name,Pid,Line,[],_FoundPrompt,true,_EO,halt) -> function
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/common_test/src/
H A Dct_telnet.erl1076 case match_line(Name,Pid,Rest,Patterns,false,false,EO) of
1085 case match_line(Name,Pid,Line,Patterns,false,true,EO) of
1094 match_line(Name,Pid,Line,Patterns,FoundPrompt,Terminated,EO) -> function
1097 match_line(Name,Pid,Line,[prompt|Patterns],false,Term,EO,RetTag) -> function
1098 match_line(Name,Pid,Line,Patterns,false,Term,EO,RetTag);
1111 match_line(Name,Pid,Line,Patterns,FoundPrompt,Term,EO,RetTag);
1115 match_line(Name,Pid,Line,Patterns,FoundPrompt,Term,EO,RetTag);
1123 match_line(Name,Pid,Line,Patterns,FoundPrompt,Term,EO,RetTag);
1128 match_line(Name,Pid,Line,[],FoundPrompt,Term,EO,match) -> function
1131 match_line(Name,Pid,Line,[],_FoundPrompt,true,_EO,halt) -> function
[all …]
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/tests/runtime/
H A Dout_splunk.c49 char *match_line = "\"key\":\"value\""; in cb_check_send_raw() local
55 p = strstr(out_js, match_line); in cb_check_send_raw()

1234567