Home
last modified time | relevance | path

Searched full:title2 (Results 1 – 19 of 19) sorted by relevance

/plugin/struct/_test/types/
H A DLookupTest.php26 saveWikiText('title2', 'test', 'test');
27 $pageMeta = new PageMeta('title2');
47 'singlepage' => 'title2',
48 'multipage' => ['title2'],
49 'singletitle' => 'title2',
50 'multititle' => ['title2'],
262 json_encode(['', 2]) => 'title2',
H A DPageTest.php41 saveWikiText('title2', 'test', 'test');
42 $pageMeta = new \dokuwiki\plugin\struct\meta\PageMeta('title2');
52 $this->saveData('test2', 'pageschema', ['singletitle' => 'title2']);
/plugin/latexport/_test/
Ddecorator_images.test.php43 $this->decoratorImages->internalmedia("S2", "Title2", "22", 12, 22);
49 …$this->assertEquals($this->decoratorMock->nextCommand(), new CommandInternalMedia("S2", "Title2", …
59 $this->decoratorImages->internalmedia("S2", "Title2", "22", 12, 22);
65 …$this->assertEquals($this->decoratorMock->nextCommand(), new CommandInternalMedia("S2", "Title2", …
Ddecorator_includer.test.php16 const TITLE2 = "A second page"; define in DecoratorIncluderTest
157 …this->decoratorIncluder->internallink(DecoratorIncluderTest::LINK2, DecoratorIncluderTest::TITLE2);
184 $this->assertEquals($link->getTitle(), DecoratorIncluderTest::TITLE2, "Title is not as expected");
195 …this->decoratorIncluder->internallink(DecoratorIncluderTest::LINK2, DecoratorIncluderTest::TITLE2);
/plugin/struct/_test/
H A DAggregationResultsTest.php220 saveWikiText('title2', 'test', 'test');
221 $pageMeta = new PageMeta('title2');
241 'singlepage' => 'title2',
242 'multipage' => ['title2'],
243 'singletitle' => 'title2',
244 'multititle' => ['title2'],
/plugin/icons/syntax/
Dicon.php68 @list($match, $title, $title2) = explode('|', $match);
70 if (isset($title2)) $title .= '}}';
80 if (isset($title2)) $title = rtrim($title2, '}');
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/block/
Dbasic.test5 {% block title2 foo|lower %}
/plugin/diagramsnet/lib/js/diagramly/sidebar/
DSidebar.js563 var title2 = title.cloneNode(true);
564 title2.style.backgroundImage = '';
565 title2.style.textDecoration = 'none';
566 title2.style.fontWeight = 'bold';
567 title2.style.fontSize = '14px';
568 title2.style.color = 'rgb(80, 80, 80)';
569 title2.style.width = '456px';
570 title2.style.backgroundColor = '#ffffff';
571 title2.style.paddingLeft = '6px';
573 var btn2 = title2.getElementsByTagName('button')[0];
[all …]
/plugin/do/lang/eo/
Dlang.php9 $lang['js']['title2'] = 'Tasko donita al %1$s. Neniu limdato.';
/plugin/do/lang/ja/
Dlang.php9 $lang['js']['title2'] = '%1$s が担当・期限なしの作業';
/plugin/do/lang/ko/
Dlang.php9 $lang['js']['title2'] = '%1$s에게 할당된 작업입니다. 마감일은 없습니다.';
/plugin/do/lang/ru/
Dlang.php10 $lang['js']['title2'] = 'Задача назначена для %1$s. Без крайнего срока.';
/plugin/do/lang/de/
Dlang.php12 $lang['js']['title2'] = 'Aufgabe ist %1$s zugeordnet. Kein Fälligkeitsdatum.';
/plugin/do/lang/pt-br/
Dlang.php10 $lang['js']['title2'] = 'Tarefa atribuída a %1$s. Sem prazo.';
/plugin/do/lang/sv/
Dlang.php9 $lang['js']['title2'] = 'Uppgift tilldelad till %1$s. Ingen tidsgräns.';
/plugin/textmodule/
Dadmin.php50 … . trim($_REQUEST['text1']) . "\n[TEXT MODULE DELIMITER]\n" . $_REQUEST['title2'] . "\n" . trim($_…
/plugin/do/lang/en/
Dlang.php10 $lang['js']['title2'] = 'Task assigned to %1$s. No deadline.';
/plugin/do/lang/nl/
Dlang.php9 $lang['js']['title2'] = 'Taak toegewezen aan %1$s. Geen deadline.';
/plugin/do/lang/fr/
Dlang.php12 $lang['js']['title2'] = 'Tâche assignée à %1$s. Pas de date limite.';