Home
last modified time | relevance | path

Searched refs:actual (Results 51 – 75 of 263) sorted by relevance

1234567891011

/plugin/zotero/tests/
H A DZoteroRepositoryTest.php39 $actual = $this->r->getEntryByID($expected->getZoteroId());
40 $this->assertTrue($expected->equals($actual));
56 $actual = $this->r->getEntryByCiteKey($expected->getCiteKey());
57 $this->assertTrue($expected->equals($actual));
/plugin/findologicxmlexport/vendor/sebastian/comparator/src/
H A DExceptionComparator.php22 * @param mixed $actual The second value to compare
25 public function accepts($expected, $actual) argument
27 return $expected instanceof \Exception && $actual instanceof \Exception;
H A DFactory.php63 * @param mixed $actual The second value to compare
66 public function getComparatorFor($expected, $actual) argument
69 if ($comparator->accepts($expected, $actual)) {
/plugin/combo/ComboStrap/Meta/Field/
H A DSocialCardImage.php66 $actual = $contextPage;
69 return $this->getFeaturedRasterImageOrFirst($actual);
74 $actual = $actual->getParent();
/plugin/tag/_test/
H A Dtopic_and_tagrefine.test.php88 * @param array $actual Result list from getTopic/tagRefine
91 private function hasPages($expected, $actual, $msg_prefix = '') { argument
94 foreach ($actual as $page) {
103 foreach ($actual as $page) {
/plugin/combo/syntax/
H A Drailroad.php124 while ($actual = $callStack->next()) {
125 if (in_array($actual->getTagName(), WebCodeTag::CODE_TAGS)) {
126 switch ($actual->getState()) {
128 $actualCodeType = strtolower($actual->getType());
135 $bnfCode = $actual->getCapturedContent();
/plugin/combo/ComboStrap/
H A DTabsTag.php313 while ($actual = $callStack->next()) {
316 $actual->getTagName() == syntax_plugin_combo_label::TAG
318 $actual->getState() == DOKU_LEXER_ENTER
324 $navigationalCalls[] = $actual;
326 $tabPaneCalls[] = $actual;
330 $actual->getTagName() == syntax_plugin_combo_label::TAG
332 $actual->getState() == DOKU_LEXER_EXIT
H A DJson.php35 public static function createFromArray(array $actual): Json argument
37 return new Json($actual);
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Argument/Token/
H A DObjectStateToken.php61 $actual = call_user_func(array($argument, $this->name));
64 $this->value, $actual
68 $comparator->assertEquals($this->value, $actual);
/plugin/move/lang/es/
H A Dmove.txt3 Esta extensión le permite mover y/o renombrar el documento actual respetando las siguientes restric…
5 * Debe tener permisos de edición sobre la página actual.
6 * La página actual no puede ser bloqueada para la edición.
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DAssertTest.php1118 $actual = <<<XML
1146 $actual = new DOMDocument;
1162 $actual = new DOMDocument;
1178 $actual = new DOMDocument;
1191 $actual = new DOMDocument;
1204 $actual = new DOMDocument;
1217 $actual = new DOMDocument;
3458 $actual = '{"Mascott" : "Tux"}';
3480 $actual = '{"Mascott" : "Tux"}';
3502 $actual = json_encode(['Mascott' => 'Tux']);
[all …]
/plugin/findologicxmlexport/vendor/goetas-webservices/xsd2php-runtime/tests/
H A DXmlSchemaDateHandlerSerializationTest.php73 $actual = $ret ? $ret->nodeValue : $this->visitor->getCurrentNode()->nodeValue;
74 $this->assertEquals($expected, $actual);
99 $actual = $ret ? $ret->nodeValue : $this->visitor->getCurrentNode()->nodeValue;
100 $this->assertEquals($expected, $actual);
/plugin/pagemove/lang/es/
H A Dpagemove.txt.txt3 Esta extensión le permite mover y/o renombrar el documento actual respetando las siguientes restric…
6 …* Debe tener permisos de edición sobre el documento actual y sobre todos los documentos que enlaza…
7 * El documento actual y los que hacen referencia a éste no pueden ser bloqueados para la edición.
/plugin/elasticsearch/_test/
H A Dacl.test.php153 $actual = $helper->splitRules($raw);
155 $this->assertEquals($expected, $actual);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Util/
H A DXMLTest.php86 $actual = PHPUnit_Util_XML::xmlToVariable($dom->documentElement);
88 $this->assertSame($expected, $actual);
/plugin/findologicxmlexport/vendor/twig/extensions/test/Twig/Tests/
H A DgrammarTest.php49 $actual = $template->render(array());
50 $this->assertEquals($output, $actual);
/plugin/tagging/_test/
H A Dsearch.test.php172 $actual = $queryBuilder->getPages()[0];
173 $this->assertEquals($this->toSingleLine($expected), $this->toSingleLine($actual));
/plugin/combo/ComboStrap/Tag/
H A DBackgroundTag.php164 while ($actual = $callStack->next()) {
166 $tagName = $actual->getTagName();
168 $imageAttribute = $actual->getAttributes();
/plugin/advanced/lang/en/config/
H A Dhooks.txt11 | ''pageheader.html'' | At the top inside the content box, above the actual content |
12 | ''pagefooter.html'' | At the bottom inside the content box, below the actual content |
/plugin/bureaucracyau/_test/
H A Dsyntax.test.php115 … $actual = $this->callNonaccessibleMethod($syntaxcomponent, '_parse_line', array($line, &$lines));
117 $this->assertEquals($expected[$i], $actual);
/plugin/bureaucracy-au/_test/
H A Dsyntax.test.php115 … $actual = $this->callNonaccessibleMethod($syntaxcomponent, '_parse_line', array($line, &$lines));
117 $this->assertEquals($expected[$i], $actual);
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/EventDispatcher/
H A DEventDispatcherTest.php222 private $actual = []; variable in JMS\\Serializer\\Tests\\Serializer\\EventDispatcher\\MockListener
233 $this->actual[] = [$method, $args];
243 Assert::assertSame($this->expected, $this->actual, $message);
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/
H A DInlineTest.php40 $actual = Inline::parse($yaml, $flags);
42 $this->assertSame(serialize($value), serialize($actual));
50 $actual = Inline::parse($yaml, Yaml::PARSE_CONSTANT);
52 $this->assertSame($value, $actual);
/plugin/structsection/
H A Dplugin.info.txt6 desc New type to show struct wiki fields as actual sections of the page
/plugin/diffpreview/
H A DCHANGELOG.md5 Fix GitHub issue #5 by making helper_plugin_diffpreview_changes an actual plugin.

1234567891011