Home
last modified time | relevance | path

Searched refs:trim_output (Results 1 – 12 of 12) sorted by relevance

/dports/devel/R-cran-lintr/lintr/tests/testthat/
H A Dtest-methods.R3 expect_equal(trim_output(character(0)), character(0))
5 expect_equal(trim_output("test", max = 10), "test")
9 expect_equal(trim_output("testing a longer non_lint string", max = 7), "testing")
14 expect_equal(trim_output(t1, max = 200), substr(t1, 1, 195))
16 expect_equal(trim_output(t1, max = 400), substr(t1, 1, 380))
18 expect_equal(trim_output(t1, max = 2000), substr(t1, 1, 1930))
/dports/sysutils/py-salt/salt-3004.1/salt/states/
H A Darchive.py186 trim_output=False, argument
955 if trim_output:
956 if trim_output is True:
957 trim_output = 100
962 trim_output = int(trim_output)
1385 trim_output=trim_output,
1397 trim_output=trim_output,
1405 cached, name, trim_output=trim_output, **kwargs
1529 if trim_output:
1533 if trim_output:
[all …]
/dports/sysutils/py-salt/salt-3004.1/salt/modules/
H A Darchive.py845 trim_output=False, argument
943 return _trim_files(result["stdout"].splitlines(), trim_output)
953 trim_output=False, argument
1107 return _trim_files(cleaned_files, trim_output)
1234 def unrar(rarfile, dest, excludes=None, template=None, runas=None, trim_output=False): argument
1282 return _trim_files(files, trim_output)
1333 def _trim_files(files, trim_output): argument
1338 if not isinstance(trim_output, bool):
1339 count = trim_output
1342 not (isinstance(trim_output, bool) and trim_output is False)
/dports/devel/R-cran-lintr/lintr/R/
H A Dmethods.R66 trim_output(paste0(collapse = "\n",
83 trim_output <- function(x, max = 65535) { function
/dports/net/wireshark/wireshark-3.6.1/test/
H A Dsubprocesstest.py69 def trim_output(out_log, max_lines): member in LoggingPopen
84 out_log = self.trim_output(out_log, self.max_lines)
/dports/net/wireshark-lite/wireshark-3.6.1/test/
H A Dsubprocesstest.py69 def trim_output(out_log, max_lines): member in LoggingPopen
84 out_log = self.trim_output(out_log, self.max_lines)
/dports/net/tshark-lite/wireshark-3.6.1/test/
H A Dsubprocesstest.py69 def trim_output(out_log, max_lines): member in LoggingPopen
84 out_log = self.trim_output(out_log, self.max_lines)
/dports/net/tshark/wireshark-3.6.1/test/
H A Dsubprocesstest.py69 def trim_output(out_log, max_lines): member in LoggingPopen
84 out_log = self.trim_output(out_log, self.max_lines)
/dports/sysutils/py-salt/salt-3004.1/tests/pytests/unit/modules/
H A Dtest_archive.py546 ret = archive.unrar(source, tmp_dir, trim_output=test_trim_opts)
/dports/sysutils/py-salt/salt-3004.1/tests/integration/states/
H A Dtest_archive.py429 trim_output=1,
/dports/sysutils/py-salt/salt-3004.1/tests/pytests/unit/states/
H A Dtest_archive.py287 trim_output=1,
/dports/sysutils/neofetch/neofetch-7.1.0/
H A Dneofetch4439 trim_output="${1//\'}"
4440 trim_output="${trim_output//\"}"
4441 printf "%s" "$trim_output"