Home
last modified time | relevance | path

Searched refs:with_spaces (Results 1 – 25 of 48) sorted by relevance

12

/dports/devel/RStudio/rstudio-2021.09.1-372/dependencies/common/rmarkdown/tests/testthat/
H A Dtest-formats.R47 with_spaces <- "directory with spaces/no content.Rmd" globalVar
48 file.copy(rmd_path, with_spaces)
50 output <- rmarkdown::render(with_spaces,
/dports/textproc/R-cran-rmarkdown/rmarkdown/tests/testthat/
H A Dtest-formats.R44 with_spaces <- test_path("directory with spaces/no content.Rmd") globalVar
45 file.copy(rmd_path, with_spaces)
47 output <- rmarkdown::render(with_spaces,
/dports/x11-toolkits/xforms/xforms-1.2.4/fdesign/
H A Dsp_util.c225 int with_spaces ) in get_how_return_name() argument
241 strcat( strcat( buf, with_spaces ? " | " : "|" ), hr->name ); in get_how_return_name()
244 return buf + ( with_spaces ? 3 : 1 ); in get_how_return_name()
/dports/textproc/py-rstfmt/rstfmt-5173b3cf68c9eaaf4b5d7fcb2e6c169c4f56f388/rstfmt/
H A Drstfmt.py212 def with_spaces(n: int, lines: Iterable[str]) -> Iterator[str]: function
406 yield from with_spaces(3, fmt(c, ctx.indent(3)))
420 yield from with_spaces(3, chain(fmt_children(node, ctx.indent(3))))
454 yield from with_spaces(
468 yield from prepend_if_any("", with_spaces(3, d.content))
473 yield from with_spaces(3, fmt(sub_doc, ctx.indent(3)))
541 yield from with_spaces(
681 yield from with_spaces(3, text.split("\n"))
698 yield from with_spaces(3, text.split("\n"))
/dports/audio/libmp3splt/libmp3splt-0.9.2/src/
H A Dcue.c608 int tags_index, short with_spaces, short write_album) in splt_cue_write_title_performer() argument
622 if (with_spaces) { fprintf(file_output, " "); } in splt_cue_write_title_performer()
624 if (with_spaces) { fprintf(file_output, " "); } in splt_cue_write_title_performer()
634 if (with_spaces) { fprintf(file_output, " "); } in splt_cue_write_title_performer()
643 if (with_spaces) { fprintf(file_output, " "); } in splt_cue_write_title_performer()
651 if (with_spaces) { fprintf(file_output, " "); } in splt_cue_write_title_performer()
/dports/devel/py-munch/munch-2.5.0/tests/
H A Dtest_munch.py110 with_spaces = Munch({1: 2, 'a b': 9, 'c': Munch({'simple': 5})})
111 assert repr(with_spaces).startswith("Munch({")
112 assert "'a b': 9" in repr(with_spaces)
113 assert "1: 2" in repr(with_spaces)
114 assert "'c': Munch({'simple': 5})" in repr(with_spaces)
116 …assert eval(repr(with_spaces)) == Munch({'a b': 9, 1: 2, 'c': Munch({'simple': 5})}) # pylint: di…
/dports/devel/git-p4/git-2.34.1/t/t4018/
H A Dcpp-c++-function1 Item RIGHT::DoSomething( Args with_spaces )
/dports/devel/git-gui/git-2.34.1/t/t4018/
H A Dcpp-c++-function1 Item RIGHT::DoSomething( Args with_spaces )
/dports/devel/git-svn/git-2.34.1/t/t4018/
H A Dcpp-c++-function1 Item RIGHT::DoSomething( Args with_spaces )
/dports/devel/git/git-2.34.1/t/t4018/
H A Dcpp-c++-function1 Item RIGHT::DoSomething( Args with_spaces )
/dports/devel/git-cvs/git-2.34.1/t/t4018/
H A Dcpp-c++-function1 Item RIGHT::DoSomething( Args with_spaces )
/dports/devel/cgit/cgit-1.2.3/git/t/t4018/
H A Dcpp-c++-function1 Item RIGHT::DoSomething( Args with_spaces )
/dports/textproc/html-xml-utils/html-xml-utils-8.0/
H A Dlanginfo.e2 with_spaces(const conststring lang);
H A Dlanginfo.c25 EXPORT bool with_spaces(const conststring lang) in with_spaces() function
/dports/textproc/augeas/augeas-1.12.0/lenses/tests/
H A Dtest_fai_diskconfig.aug644 (* Variable: with_spaces *)
645 let with_spaces = "disk_config disk2
651 Testing <FAI_DiskConfig.lns> with <with_spaces> *)
652 test FAI_DiskConfig.lns get with_spaces =
/dports/finance/gnucash/gnucash-4.9/libgnucash/engine/test/
H A Dgtest-gnc-numeric.cpp115 ASSERT_NO_THROW(GncNumeric with_spaces("123 / 456")); in TEST()
116 GncNumeric with_spaces("123 / 456"); in TEST() local
117 EXPECT_EQ(123, with_spaces.num()); in TEST()
118 EXPECT_EQ(456, with_spaces.denom()); in TEST()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
H A Dtest_subprocess.py1014 def with_spaces(self, *args, **kwargs): member in CommandsWithSpaces
1025 self.with_spaces('"%s" "%s" "%s"' % (sys.executable, self.fname,
1030 self.with_spaces([sys.executable, self.fname, "ab cd"], shell=1)
1034 self.with_spaces('"%s" "%s" "%s"' % (sys.executable, self.fname,
1039 self.with_spaces([sys.executable, self.fname, "ab cd"])
/dports/devel/py-kitchen/kitchen-1.2.6/kitchen2/tests/
H A Dtest_subprocess.py1425 def with_spaces(self, *args, **kwargs): member in CommandsWithSpaces
1436 self.with_spaces('"%s" "%s" "%s"' % (sys.executable, self.fname,
1441 self.with_spaces([sys.executable, self.fname, "ab cd"], shell=1)
1445 self.with_spaces('"%s" "%s" "%s"' % (sys.executable, self.fname,
1450 self.with_spaces([sys.executable, self.fname, "ab cd"])
/dports/graphics/blender/blender-2.91.0/intern/cycles/test/
H A Dutil_string_test.cpp210 TEST(util_string_strip, with_spaces) in TEST() argument
/dports/lang/python-legacy/Python-2.7.18/Lib/test/
H A Dtest_subprocess.py1486 def with_spaces(self, *args, **kwargs): member in CommandsWithSpaces
1497 self.with_spaces('"%s" "%s" "%s"' % (sys.executable, self.fname,
1502 self.with_spaces([sys.executable, self.fname, "ab cd"], shell=1)
1506 self.with_spaces('"%s" "%s" "%s"' % (sys.executable, self.fname,
1511 self.with_spaces([sys.executable, self.fname, "ab cd"])
/dports/lang/python27/Python-2.7.18/Lib/test/
H A Dtest_subprocess.py1486 def with_spaces(self, *args, **kwargs): member in CommandsWithSpaces
1497 self.with_spaces('"%s" "%s" "%s"' % (sys.executable, self.fname,
1502 self.with_spaces([sys.executable, self.fname, "ab cd"], shell=1)
1506 self.with_spaces('"%s" "%s" "%s"' % (sys.executable, self.fname,
1511 self.with_spaces([sys.executable, self.fname, "ab cd"])
/dports/devel/py-gevent/gevent-21.8.0/src/greentest/2.7/
H A Dtest_subprocess.py1486 def with_spaces(self, *args, **kwargs): member in CommandsWithSpaces
1497 self.with_spaces('"%s" "%s" "%s"' % (sys.executable, self.fname,
1502 self.with_spaces([sys.executable, self.fname, "ab cd"], shell=1)
1506 self.with_spaces('"%s" "%s" "%s"' % (sys.executable, self.fname,
1511 self.with_spaces([sys.executable, self.fname, "ab cd"])
/dports/devel/py-gevent/gevent-21.8.0/src/greentest/2.7pypy/
H A Dtest_subprocess.py1408 def with_spaces(self, *args, **kwargs): member in CommandsWithSpaces
1419 self.with_spaces('"%s" "%s" "%s"' % (sys.executable, self.fname,
1424 self.with_spaces([sys.executable, self.fname, "ab cd"], shell=1)
1428 self.with_spaces('"%s" "%s" "%s"' % (sys.executable, self.fname,
1433 self.with_spaces([sys.executable, self.fname, "ab cd"])
/dports/sysutils/cfengine317/cfengine-3.17.0/libntech/tests/unit/
H A Dsequence_test.c754 const char *const with_spaces = "abc de f"; in test_sscanf() local
755 ret = sscanf(with_spaces, "%3s %3s %2s", a, b, c); in test_sscanf()
/dports/sysutils/cfengine318/cfengine-3.18.1/libntech/tests/unit/
H A Dsequence_test.c779 const char *const with_spaces = "abc de f"; in test_sscanf() local
780 ret = sscanf(with_spaces, "%3s %3s %2s", a, b, c); in test_sscanf()

12