Home
last modified time | relevance | path

Searched refs:expected (Results 1 – 25 of 56) sorted by relevance

123

/template/strap/ComboStrap/
H A DStringUtility.php186 public static function normalize($expected) argument
188 $expected = preg_replace("/[\s]/", " ", $expected);
189 $expected = str_replace(" ", " ", $expected);
190 $expected = str_replace(" ", " ", $expected);
191 $expected = str_replace(" ", " ", $expected);
192 $expected = str_replace(" ", " ", $expected);
193 return trim($expected);
H A DHtml.php103 …public static function getDiffBetweenValuesSeparatedByBlank(string $expected, string $actual, stri… argument
105 $leftClasses = preg_split("/\s/", $expected);
127 public static function getDiffBetweenSrcSet(string $expected, string $actual) argument
129 $expectedSrcSets = explode(",", $expected);
171 public static function getDiffBetweenUrlStrings(string $expected, string $actual) argument
174 $url = Url::createFromString($expected);
176 …throw new ExceptionBadSyntax("The expected URL string ($expected) is not valid. Error: {$e->getMes…
/template/icke/_test/
DIckeTemplateNavigation.test.php19 $expected = array(
29 $this->assertEquals($expected, $actual);
40 $expected = array(
51 $this->assertEquals($expected, $actual);
69 $expected = array(
79 $this->assertEquals($expected, $actual);
/template/strap/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DATN.php201 $expected = new IntervalSet();
203 $expected->addSet($following);
204 $expected->removeOne(Token::EPSILON);
220 $expected->addSet($following);
221 $expected->removeOne(Token::EPSILON);
227 $expected->addOne(Token::EOF);
230 return $expected;
/template/bootie/_test/
Dheader.test.php33 …$expected = '<a href="/doku.php?id=:namespace:page%23section" class="btn btn-primary">' . $link_co…
36 $this->assertEquals($expected, $generator);
/template/strap/vendor/dragonmantank/cron-expression/tests/Cron/
H A DCronExpressionTest.php56 public function testParsesCronScheduleWithAnySpaceCharsAsSeparators($schedule, array $expected) argument
59 $this->assertEquals($expected[0], $cron->getExpression(CronExpression::MINUTE));
60 $this->assertEquals($expected[1], $cron->getExpression(CronExpression::HOUR));
61 $this->assertEquals($expected[2], $cron->getExpression(CronExpression::DAY));
62 $this->assertEquals($expected[3], $cron->getExpression(CronExpression::MONTH));
63 $this->assertEquals($expected[4], $cron->getExpression(CronExpression::WEEKDAY));
64 $this->assertEquals($expected[5], $cron->getExpression(CronExpression::YEAR));
/template/twigstarter/vendor/twig/twig/src/Test/
DIntegrationTestCase.php241 $expected = trim($match[3], "\n ");
243 if ($expected !== $output) {
251 $this->assertEquals($expected, $output, $message.' (in '.$file.')');
/template/notos/_test/
Dnavigation.test.php22 $expected = [
/template/writr/.github/ISSUE_TEMPLATE/
Dbug_report.md20 **Expected behavior:** [What you expected to happen]
/template/khum1/css/
D_links.css58 /* RTL corrections; if link icons don't work as expected, remove the following lines */
/template/binkytestinstance/css/
D_links.css61 /* RTL corrections; if link icons don't work as expected, remove the following lines */
/template/zenith/css/
D_links.css61 /* RTL corrections; if link icons don't work as expected, remove the following lines */
/template/dokuwikibee/dokuwikibee/css/
D_links.css61 /* RTL corrections; if link icons don't work as expected, remove the following lines */
/template/simplewiki/css/
D_links.css61 /* RTL corrections; if link icons don't work as expected, remove the following lines */
/template/kkh/css/
D_links.css61 /* RTL corrections; if link icons don't work as expected, remove the following lines */
/template/bootstrap3/css/core/
D_links.css61 /* RTL corrections; if link icons don't work as expected, remove the following lines */
/template/arctic/
D_links.css61 /* RTL corrections; if link icons don't work as expected, remove the following lines */
/template/20cones/css/
D_links.css62 /* RTL corrections; if link icons don't work as expected, remove the following lines */
/template/flat/css/
D_links.css61 /* RTL corrections; if link icons don't work as expected, remove the following lines */
/template/lisps/css/
D_links.css61 /* RTL corrections; if link icons don't work as expected, remove the following lines */
/template/notes/css/
D_links.css61 /* RTL corrections; if link icons don't work as expected, remove the following lines */
/template/ramtop/css/
D_links.css61 /* RTL corrections; if link icons don't work as expected, remove the following lines */
/template/mindthedark/css/
D_links.css61 /* RTL corrections; if link icons don't work as expected, remove the following lines */
/template/codowik/css/
D_links.css61 /* RTL corrections; if link icons don't work as expected, remove the following lines */
/template/dokuwikitplacc/dokuwikiBee/css/
D_links.css61 /* RTL corrections; if link icons don't work as expected, remove the following lines */

123