Home
last modified time | relevance | path

Searched refs:script_line (Results 1 – 25 of 44) sorted by relevance

12

/dports/misc/thefuck/thefuck-3.31/thefuck/output_readers/
H A Dread_log.py20 script_line = None
24 if script_line and ps1_counter == 0:
25 yield script_line, lines
33 script_line = line
35 elif script_line is not None:
38 if script_line:
39 yield script_line, lines
45 for script_line, lines in reversed(grouped):
46 if all(part in script_line for part in parts):
/dports/lang/gambit-c/gambit-4.9.3/lib/
H A Dmain.c179 ___UCS_2STRING script_line; variable
268 if ((script_line = ___program_startup_info.script_line) != 0)
272 if (*script_line == '\0')
274 script_line = 0;
277 if (script_line[0] == ' '
278 && script_line[1] == '-'
281 script_line += 3;
284 script_line++;
288 if (script_line != 0 &&
289 script_line[0] == ':')
[all …]
H A Dos_base.c504 char *script_line), in ___EXP_FUNC()
508 script_line) in ___EXP_FUNC()
512 char *script_line;)
531 (script_line,
557 char *script_line), in ___EXP_FUNC()
561 script_line) in ___EXP_FUNC()
565 char *script_line;)
576 (script_line,
739 char *script_line), in ___EXP_FUNC()
745 script_line) in ___EXP_FUNC()
[all …]
/dports/news/sabnzbdplus/SABnzbd-3.3.0/tests/data/tavern/
H A Dapi_history_format.yaml46 script_line: !anystr
96 …')(?=.*'storage': '.+')(?=.*'path': '.+')(?=.*'script_log': '.*')(?=.*'script_line': '.*')(?=.*'do…
144 <script_line>!anystr</script_line>
/dports/news/sabnzbdplus/SABnzbd-3.3.0/sabnzbd/
H A Ddatabase.py281 def add_history_db(self, nzo, storage="", postproc_time=0, script_output="", script_line=""): argument
283 … t = build_history_info(nzo, storage, postproc_time, script_output, script_line, series_info=True)
456 def build_history_info(nzo, workdir_complete="", postproc_time=0, script_output="", script_line="",… argument
500 script_line,
H A Dpostproc.py327 script_line = ""
541 script_line = get_last_line(script_log)
544 if script_line:
545 nzo.set_unpack_info("Script", script_line, unique=True)
550 script_line = ""
587 % (script_ret, script_line, encoding.xml_name(script_output), T("More")),
592 nzo.set_unpack_info("Script", "%s%s " % (script_ret, script_line), unique=True)
672 history_db.add_history_db(nzo, workdir_complete, postproc_time, script_log, script_line)
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/emulator/test/driver_SUITE_data/
H A Dchkio_drv.c103 int script_line; member
1208 ASSERT(cdu->script_line == 0); in chkio_drv_use()
1211 cdu->script_line = 1; in chkio_drv_use()
1239 cdu->script_line = __LINE__; break; case __LINE__: \ in chkio_drv_use()
1240 fprintf(stderr, "Script line %d\r\n", cdu->script_line) in chkio_drv_use()
1242 switch (cdu->script_line) { in chkio_drv_use()
1321 cdu->script_line = 0; /* The End */ in chkio_drv_use()
1337 if (cdu->script_line) { in chkio_drv_use()
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/emulator/test/driver_SUITE_data/
H A Dchkio_drv.c103 int script_line; member
1208 ASSERT(cdu->script_line == 0); in chkio_drv_use()
1211 cdu->script_line = 1; in chkio_drv_use()
1239 cdu->script_line = __LINE__; break; case __LINE__: \ in chkio_drv_use()
1240 fprintf(stderr, "Script line %d\r\n", cdu->script_line) in chkio_drv_use()
1242 switch (cdu->script_line) { in chkio_drv_use()
1321 cdu->script_line = 0; /* The End */ in chkio_drv_use()
1337 if (cdu->script_line) { in chkio_drv_use()
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/emulator/test/driver_SUITE_data/
H A Dchkio_drv.c103 int script_line; member
1208 ASSERT(cdu->script_line == 0); in chkio_drv_use()
1211 cdu->script_line = 1; in chkio_drv_use()
1239 cdu->script_line = __LINE__; break; case __LINE__: \ in chkio_drv_use()
1240 fprintf(stderr, "Script line %d\r\n", cdu->script_line) in chkio_drv_use()
1242 switch (cdu->script_line) { in chkio_drv_use()
1321 cdu->script_line = 0; /* The End */ in chkio_drv_use()
1337 if (cdu->script_line) { in chkio_drv_use()
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/emulator/test/driver_SUITE_data/
H A Dchkio_drv.c103 int script_line; member
1208 ASSERT(cdu->script_line == 0); in chkio_drv_use()
1211 cdu->script_line = 1; in chkio_drv_use()
1239 cdu->script_line = __LINE__; break; case __LINE__: \ in chkio_drv_use()
1240 fprintf(stderr, "Script line %d\r\n", cdu->script_line) in chkio_drv_use()
1242 switch (cdu->script_line) { in chkio_drv_use()
1321 cdu->script_line = 0; /* The End */ in chkio_drv_use()
1337 if (cdu->script_line) { in chkio_drv_use()
/dports/lang/erlang/otp-OTP-24.1.7/erts/emulator/test/driver_SUITE_data/
H A Dchkio_drv.c103 int script_line; member
1208 ASSERT(cdu->script_line == 0); in chkio_drv_use()
1211 cdu->script_line = 1; in chkio_drv_use()
1239 cdu->script_line = __LINE__; break; case __LINE__: \ in chkio_drv_use()
1240 fprintf(stderr, "Script line %d\r\n", cdu->script_line) in chkio_drv_use()
1242 switch (cdu->script_line) { in chkio_drv_use()
1321 cdu->script_line = 0; /* The End */ in chkio_drv_use()
1337 if (cdu->script_line) { in chkio_drv_use()
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/emulator/test/driver_SUITE_data/
H A Dchkio_drv.c103 int script_line; member
1208 ASSERT(cdu->script_line == 0); in chkio_drv_use()
1211 cdu->script_line = 1; in chkio_drv_use()
1239 cdu->script_line = __LINE__; break; case __LINE__: \ in chkio_drv_use()
1240 fprintf(stderr, "Script line %d\r\n", cdu->script_line) in chkio_drv_use()
1242 switch (cdu->script_line) { in chkio_drv_use()
1321 cdu->script_line = 0; /* The End */ in chkio_drv_use()
1337 if (cdu->script_line) { in chkio_drv_use()
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/erts/emulator/test/driver_SUITE_data/
H A Dchkio_drv.c103 int script_line; member
1208 ASSERT(cdu->script_line == 0); in chkio_drv_use()
1211 cdu->script_line = 1; in chkio_drv_use()
1239 cdu->script_line = __LINE__; break; case __LINE__: \ in chkio_drv_use()
1240 fprintf(stderr, "Script line %d\r\n", cdu->script_line) in chkio_drv_use()
1242 switch (cdu->script_line) { in chkio_drv_use()
1321 cdu->script_line = 0; /* The End */ in chkio_drv_use()
1337 if (cdu->script_line) { in chkio_drv_use()
/dports/net/proby/proby-1.0.2/cargo-crates/libnghttp2-sys-0.1.4+1.41.0/nghttp2/src/
H A Dh2load.cc1701 std::string script_line; in read_script_from_file() local
1703 while (std::getline(infile, script_line)) { in read_script_from_file()
1705 if (script_line.empty()) { in read_script_from_file()
1711 std::size_t pos = script_line.find("\t"); in read_script_from_file()
1714 << line_count << ". \n\t" << script_line << std::endl; in read_script_from_file()
1718 const char *start = script_line.c_str(); in read_script_from_file()
1726 << "value = " << script_line.substr(0, pos) << std::endl; in read_script_from_file()
1734 uris.push_back(script_line.substr(pos + 1, script_line.size())); in read_script_from_file()
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/libnghttp2-sys-0.1.6+1.43.0/nghttp2/src/
H A Dh2load.cc1701 std::string script_line; in read_script_from_file() local
1703 while (std::getline(infile, script_line)) { in read_script_from_file()
1705 if (script_line.empty()) { in read_script_from_file()
1711 std::size_t pos = script_line.find("\t"); in read_script_from_file()
1714 << line_count << ". \n\t" << script_line << std::endl; in read_script_from_file()
1718 const char *start = script_line.c_str(); in read_script_from_file()
1726 << "value = " << script_line.substr(0, pos) << std::endl; in read_script_from_file()
1734 uris.push_back(script_line.substr(pos + 1, script_line.size())); in read_script_from_file()
/dports/lang/rust/rustc-1.58.1-src/vendor/libnghttp2-sys/nghttp2/src/
H A Dh2load.cc1701 std::string script_line; in read_script_from_file() local
1703 while (std::getline(infile, script_line)) { in read_script_from_file()
1705 if (script_line.empty()) { in read_script_from_file()
1711 std::size_t pos = script_line.find("\t"); in read_script_from_file()
1714 << line_count << ". \n\t" << script_line << std::endl; in read_script_from_file()
1718 const char *start = script_line.c_str(); in read_script_from_file()
1726 << "value = " << script_line.substr(0, pos) << std::endl; in read_script_from_file()
1734 uris.push_back(script_line.substr(pos + 1, script_line.size())); in read_script_from_file()
/dports/games/scummvm/scummvm-2.5.1/engines/glk/jacl/
H A Djacl_main.cpp1147 char script_line[81]; in walking_thru() local
1190 strcpy(script_line, text_buffer); in walking_thru()
1205 write_text(script_line); in walking_thru()
1226 strcpy(script_line, text_buffer); in walking_thru()
/dports/games/jzip/jzip-2.0.1g/
H A Dztypes.h445 void script_line (const char *);
468 void script_line ();
H A Dfileio.c889 void script_line (const char *s) in script_line() function
891 void script_line (s) in script_line()
H A Dinput.c153 script_line ((h_type > V4) ? &cbuf[2] : &cbuf[1]);
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/libnghttp2-sys-0.1.7+1.45.0/nghttp2/src/
H A Dh2load.cc1950 std::string script_line; in read_script_from_file() local
1952 while (std::getline(infile, script_line)) { in read_script_from_file()
1954 if (script_line.empty()) { in read_script_from_file()
1960 std::size_t pos = script_line.find("\t"); in read_script_from_file()
1963 << line_count << ". \n\t" << script_line << std::endl; in read_script_from_file()
1967 const char *start = script_line.c_str(); in read_script_from_file()
1975 << "value = " << script_line.substr(0, pos) << std::endl; in read_script_from_file()
1983 uris.push_back(script_line.substr(pos + 1, script_line.size())); in read_script_from_file()
/dports/www/libnghttp2/nghttp2-1.46.0/src/
H A Dh2load.cc1952 std::string script_line; in read_script_from_file() local
1954 while (std::getline(infile, script_line)) { in read_script_from_file()
1956 if (script_line.empty()) { in read_script_from_file()
1962 std::size_t pos = script_line.find("\t"); in read_script_from_file()
1965 << line_count << ". \n\t" << script_line << std::endl; in read_script_from_file()
1969 const char *start = script_line.c_str(); in read_script_from_file()
1977 << "value = " << script_line.substr(0, pos) << std::endl; in read_script_from_file()
1985 uris.push_back(script_line.substr(pos + 1, script_line.size())); in read_script_from_file()
/dports/www/nghttp2/nghttp2-1.46.0/src/
H A Dh2load.cc1952 std::string script_line; in read_script_from_file() local
1954 while (std::getline(infile, script_line)) { in read_script_from_file()
1956 if (script_line.empty()) { in read_script_from_file()
1962 std::size_t pos = script_line.find("\t"); in read_script_from_file()
1965 << line_count << ". \n\t" << script_line << std::endl; in read_script_from_file()
1969 const char *start = script_line.c_str(); in read_script_from_file()
1977 << "value = " << script_line.substr(0, pos) << std::endl; in read_script_from_file()
1985 uris.push_back(script_line.substr(pos + 1, script_line.size())); in read_script_from_file()
/dports/games/xzip/xzip/
H A Dztypes.h505 void script_line (const char *, int);
528 void script_line ();
H A Dfileio.c978 void script_line (const char *s, int len) in script_line() function
980 void script_line (s, len) in script_line()

12