Home
last modified time | relevance | path

Searched refs:test_replace (Results 1 – 25 of 590) sorted by relevance

12345678910>>...24

/dports/devel/p5-JSON-Pointer/JSON-Pointer-0.07/t/
H A D006_replace.t10 sub test_replace {
42 test_replace "A.5 Replacing a Value" => (
62 test_replace "Toplevel scalar values OK?" => (
74 test_replace "top level object field" => (
86 test_replace "nested" => (
122 test_replace "toplevel array element (string to true)" => (
134 test_replace "toplevel array element (string to false)" => (
146 test_replace "toplevel array element (string to null)" => (
158 test_replace "value in array replace not flattened" => (
172 test_replace "Whole document (array to object)" => (
[all …]
/dports/editors/jed/jed-0.99-19/src/test/
H A Dtest_replace.sl17 private define test_replace (str, s, t) function
36 test_replace ("\n\n\n\n\nx\n\ny", "x", "t");
37 test_replace ("\n\n\n\n\nx\n\ny", "\n", "t");
38 test_replace ("\n\n\n\n\nx\n\ny", "\n", "\ny");
39 test_replace ("\n\n\n\n\nx\n\ny", "\n", "x");
/dports/multimedia/mkvtoolnix/mkvtoolnix-65.0.0/tests/unit/propedit/
H A Dattachment_target.cpp288 test_replace(std::string const &custom_message, in test_replace() function
328 test_replace("ID #1", "3", { 2 }, false); in TEST()
330 test_replace("ID #2", "3", { 2 }, false, [](EbmlMaster &b, attachment_target_c::options_t &opt) { in TEST()
340 test_replace("ID #3", "3", { 2 }, false, [](EbmlMaster &b, attachment_target_c::options_t &opt) { in TEST()
350 test_replace("ID #4", "3", { 2 }, false, [](EbmlMaster &b, attachment_target_c::options_t &opt) { in TEST()
360 test_replace("UID #1", "=99887766", { 2 }, false); in TEST()
362test_replace("UID #2", "=99887766", { 2 }, false, [](EbmlMaster &b, attachment_target_c::options_t… in TEST()
372test_replace("UID #3", "=99887766", { 2 }, false, [](EbmlMaster &b, attachment_target_c::options_t… in TEST()
384 test_replace("name #1", "name:chunky bacon.html", { 1, 3 }, false); in TEST()
386test_replace("name #2", "name:chunky bacon.html", { 1, 3 }, false, [](EbmlMaster &b, attachment_ta… in TEST()
[all …]
/dports/devel/hpx/hpx-1.2.1/tests/unit/parallel/algorithms/
H A Dreplace.cpp22 void test_replace(ExPolicy policy, IteratorTag) in test_replace() function
86 void test_replace() in test_replace() function
89 test_replace(execution::seq, IteratorTag()); in test_replace()
90 test_replace(execution::par, IteratorTag()); in test_replace()
91 test_replace(execution::par_unseq, IteratorTag()); in test_replace()
99 test_replace<std::random_access_iterator_tag>(); in replace_test()
100 test_replace<std::forward_iterator_tag>(); in replace_test()
/dports/devel/hpx/hpx-1.2.1/tests/unit/parallel/container_algorithms/
H A Dreplace_range.cpp23 void test_replace(ExPolicy policy, IteratorTag) in test_replace() function
88 void test_replace() in test_replace() function
91 test_replace(execution::seq, IteratorTag()); in test_replace()
92 test_replace(execution::par, IteratorTag()); in test_replace()
93 test_replace(execution::par_unseq, IteratorTag()); in test_replace()
101 test_replace<std::random_access_iterator_tag>(); in replace_test()
102 test_replace<std::forward_iterator_tag>(); in replace_test()
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/
H A Dconstexpr.cc25 test_replace() in test_replace() function
39 static_assert( test_replace() );
/dports/devel/util-linux/util-linux-2.36/libmount/python/
H A Dtest_mount_tab_update.py38 def test_replace(ts, argv): function
56 …( "--replace",test_replace, "<src> <target> Add a line to LIBMOUNT_FSTAB and replac…
/dports/sysutils/linrename/util-linux-2.25.2/libmount/python/
H A Dtest_mount_tab_update.py38 def test_replace(ts, argv): function
56 …( "--replace",test_replace, "<src> <target> Add a line to LIBMOUNT_FSTAB and replac…
/dports/sysutils/cfengine316/cfengine-3.16.0/tests/acceptance/10_files/replace_patterns/
H A Dbasic_replace.cf53 edit_line => test_replace("$(init.parameters)");
56 bundle edit_line test_replace(parameters)
/dports/sysutils/cfengine/cfengine-3.19.0/tests/acceptance/10_files/replace_patterns/
H A Dbasic_replace.cf53 edit_line => test_replace("$(init.parameters)");
56 bundle edit_line test_replace(parameters)
/dports/sysutils/cfengine317/cfengine-3.17.0/tests/acceptance/10_files/replace_patterns/
H A Dbasic_replace.cf53 edit_line => test_replace("$(init.parameters)");
56 bundle edit_line test_replace(parameters)
/dports/sysutils/cfengine-devel/core-d08ae9eff/tests/acceptance/10_files/replace_patterns/
H A Dbasic_replace.cf53 edit_line => test_replace("$(init.parameters)");
56 bundle edit_line test_replace(parameters)
/dports/sysutils/cfengine318/cfengine-3.18.1/tests/acceptance/10_files/replace_patterns/
H A Dbasic_replace.cf53 edit_line => test_replace("$(init.parameters)");
56 bundle edit_line test_replace(parameters)
/dports/sysutils/cfengine319/cfengine-3.19.0/tests/acceptance/10_files/replace_patterns/
H A Dbasic_replace.cf53 edit_line => test_replace("$(init.parameters)");
56 bundle edit_line test_replace(parameters)
/dports/devel/boost-docs/boost_1_72_0/libs/bimap/example/
H A Dtutorial_modify_and_replace.cpp31 void test_replace() in test_replace() function
113 test_replace(); in main()
/dports/devel/boost-python-libs/boost_1_72_0/libs/bimap/example/
H A Dtutorial_modify_and_replace.cpp31 void test_replace() in test_replace() function
113 test_replace(); in main()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/bimap/example/
H A Dtutorial_modify_and_replace.cpp31 void test_replace() in test_replace() function
113 test_replace(); in main()
/dports/databases/percona57-server/boost_1_59_0/libs/bimap/example/
H A Dtutorial_modify_and_replace.cpp31 void test_replace() in test_replace() function
113 test_replace(); in main()
/dports/databases/xtrabackup/boost_1_59_0/libs/bimap/example/
H A Dtutorial_modify_and_replace.cpp31 void test_replace() in test_replace() function
113 test_replace(); in main()
/dports/databases/percona57-client/boost_1_59_0/libs/bimap/example/
H A Dtutorial_modify_and_replace.cpp31 void test_replace() in test_replace() function
113 test_replace(); in main()
/dports/devel/boost-libs/boost_1_72_0/libs/bimap/example/
H A Dtutorial_modify_and_replace.cpp31 void test_replace() in test_replace() function
113 test_replace(); in main()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/bimap/example/
H A Dtutorial_modify_and_replace.cpp31 void test_replace() in test_replace() function
113 test_replace(); in main()
/dports/devel/hyperscan/boost_1_75_0/libs/bimap/example/
H A Dtutorial_modify_and_replace.cpp31 void test_replace() in test_replace() function
113 test_replace(); in main()
/dports/devel/boost-docs/boost_1_72_0/libs/range/test/algorithm_test/
H A Dreplace.cpp67 void test_replace() in test_replace() function
83 test->add( BOOST_TEST_CASE( &boost::test_replace ) ); in init_unit_test_suite()
/dports/devel/boost-python-libs/boost_1_72_0/libs/range/test/algorithm_test/
H A Dreplace.cpp67 void test_replace() in test_replace() function
83 test->add( BOOST_TEST_CASE( &boost::test_replace ) ); in init_unit_test_suite()

12345678910>>...24