Home
last modified time | relevance | path

Searched refs:testEscape (Results 1 – 25 of 63) sorted by relevance

123

/dports/net/p5-Net-Amazon-MechanicalTurk/Net-Amazon-MechanicalTurk-1.02/t/
H A D77-loadHITs-xmlescaping.t9 sub testEscape {
20 testEscape("Is 5 < 6?", "Is 5 &lt; 6?");
21 testEscape("A&B\nIs 5 < 6?", "A&amp;B\nIs 5 &lt; 6?");
22 testEscape("&'quo\"ted&'", "&amp;&apos;quo&quot;ted&amp;&apos;");
/dports/graphics/xournalpp/xournalpp-1.1.0/test/util/
H A DI18nTest.cpp25 CPPUNIT_TEST(testEscape);
45 void testEscape() { in testEscape() function in I18nTest
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/interpolatedstring-perl6-1.0.2/tests/
H A DTest.hs19 testEscape = assertBool "" ([$qc|#\{}|] == "#{}" && [$qc|\{}|] == "{}") function
37 , TestLabel "Escape Sequences" $ TestCase testEscape
/dports/devel/poco/poco-1.10.1-all/Foundation/testsuite/src/
H A DUTF8StringTest.cpp86 void UTF8StringTest::testEscape() in testEscape() function in UTF8StringTest
123 CppUnit_addTest(pSuite, UTF8StringTest, testEscape); in suite()
H A DUTF8StringTest.h30 void testEscape();
/dports/editors/libreoffice/libreoffice-7.2.6.2/sal/qa/osl/getsystempathfromfileurl/
H A Dtest-getsystempathfromfileurl.cxx57 CPPUNIT_TEST(testEscape);
77 void testEscape();
182 void Test::testEscape() { in testEscape() function in __anon51b65e890111::Test
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sal/qa/osl/getsystempathfromfileurl/
H A Dtest-getsystempathfromfileurl.cxx57 CPPUNIT_TEST(testEscape);
77 void testEscape();
182 void Test::testEscape() { in testEscape() function in __anon974d5de10111::Test
/dports/mail/pear-Horde_Imap_Client/Horde_Imap_Client-2.29.18/test/Horde/Imap/Client/Data/Format/
H A DNilTest.php52 public function testEscape($ob) function in Horde_Imap_Client_Data_Format_NilTest
H A DDateTest.php62 public function testEscape($ob) function in Horde_Imap_Client_Data_Format_DateTest
H A DDateTimeTest.php62 public function testEscape($ob) function in Horde_Imap_Client_Data_Format_DateTimeTest
H A DNumberTest.php62 public function testEscape($ob, $expected) function in Horde_Imap_Client_Data_Format_NumberTest
H A DAtomTest.php65 public function testEscape($ob, $expected) function in Horde_Imap_Client_Data_Format_AtomTest
/dports/www/drupal8/drupal-8.9.20/core/tests/Drupal/Tests/Component/Utility/
H A DHtmlTest.php274 public function testEscape($expected, $text) { function in Drupal\\Tests\\Component\\Utility\\HtmlTest
281 * @see testEscape()
/dports/www/drupal9/drupal-9.2.10/core/tests/Drupal/Tests/Component/Utility/
H A DHtmlTest.php278 public function testEscape($expected, $text) { function in Drupal\\Tests\\Component\\Utility\\HtmlTest
285 * @see testEscape()
/dports/mail/pear-Horde_Smtp/Horde_Smtp-1.9.5/test/Horde/Smtp/
H A DFilterDataTest.php38 public function testEscape($in, $expected) function in Horde_Smtp_FilterDataTest
/dports/devel/poco/poco-1.10.1-all/Net/testsuite/src/
H A DHTTPCookieTest.h29 void testEscape();
H A DHTTPCookieTest.cpp100 void HTTPCookieTest::testEscape() in testEscape() function in HTTPCookieTest
210 CppUnit_addTest(pSuite, HTTPCookieTest, testEscape); in suite()
/dports/lang/sdcc/sdcc-4.0.0/support/regression/tests/
H A Descape.c15 testEscape(void) in testEscape() function
/dports/games/gogui/gogui-1.4.10/test/junit/src/net/sf/gogui/util/
H A DXmlUtilTest.java18 public void testEscape() in testEscape() method in XmlUtilTest
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/windows/classes/java/lang/
H A DProcessImpl.java296 char testEscape[] = ESCAPE_VERIFICATION[verificationType];
297 for (int i = 0; i < testEscape.length; ++i) {
298 if (arg.indexOf(testEscape[i]) >= 0) {
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/windows/classes/java/lang/
H A DProcessImpl.java296 char testEscape[] = ESCAPE_VERIFICATION[verificationType];
297 for (int i = 0; i < testEscape.length; ++i) {
298 if (arg.indexOf(testEscape[i]) >= 0) {
/dports/www/mediawiki137/mediawiki-1.37.1/tests/phpunit/includes/shell/
H A DShellTest.php19 public function testEscape( $args, $expected ) { function in ShellTest
/dports/www/mediawiki136/mediawiki-1.36.3/tests/phpunit/includes/shell/
H A DShellTest.php19 public function testEscape( $args, $expected ) { function in ShellTest
/dports/www/mediawiki135/mediawiki-1.35.5/tests/phpunit/includes/shell/
H A DShellTest.php20 public function testEscape( $args, $expected ) { function in ShellTest
/dports/devel/pear-PHPTAL/PHPTAL-1.3.0/tests/
H A DTalesStringTest.php73 function testEscape() function in TalesStringTest

123