/plugin/creole/_test/ |
H A D | creole.test.php | 30 $instructions = p_get_instructions('This is ##monospace## text.'); 45 $instructions = p_get_instructions('This is ^^superscripted^^ text.'); 60 $instructions = p_get_instructions('This is ,,subscripted,, text.'); 76 $instructions = p_get_instructions('= Top-level heading (1)'); 108 $instructions = p_get_instructions('=== This is a Subheading (3)'); 124 $instructions = p_get_instructions('==== Subsub (4)'); 140 $instructions = p_get_instructions('===== Subsubsub (5)'); 156 $instructions = p_get_instructions('= Top-level heading (1) ='); 204 $instructions = p_get_instructions('==== Subsub (4) ===='); 220 $instructions = p_get_instructions('===== Subsubsub (5) ====='); [all …]
|
/plugin/issuelinks/_test/ |
H A D | handleIssueLinkSyntax.test.php | 32 p_get_instructions('[[jira>SPR-281]]'); 33 p_get_instructions('[[jira>TW-7]]'); 68 p_get_instructions('{{jira>SPR-281}}'); 69 p_get_instructions('{{jira>TW-7}}'); 91 p_get_instructions('[[gh>cosmocode/dokuwiki-plugin-issuelinks#1]]'); 92 p_get_instructions('[[jira>TW-7]]'); 93 p_get_instructions('[[gl>grosse/project-with-merge-request!1]]'); 94 p_get_instructions('[[gl>grosse/project-with-issue#1]]');
|
/plugin/rating/_test/ |
H A D | date.test.php | 17 $parser_response = p_get_instructions('{{rating}}')[2]; 40 $parser_response = p_get_instructions('{{rating|tag=ol}}')[2]; 63 $parser_response = p_get_instructions('{{rating|score=true}}')[2]; 86 $parser_response = p_get_instructions('{{rating|startdate=2015-02-17}}')[2]; 109 $parser_response = p_get_instructions('{{rating|lang=en}}')[2]; 132 $parser_response = p_get_instructions('{{rating|startdate=2015-02-17,lang=en}}')[2];
|
/plugin/top/_test/ |
H A D | date.test.php | 55 $parser_response = p_get_instructions('{{top}}')[2]; 78 $parser_response = p_get_instructions('{{top|tag=ol}}')[2]; 101 $parser_response = p_get_instructions('{{top|score=true}}')[2]; 124 $parser_response = p_get_instructions('{{top|month=201501}}')[2]; 147 $parser_response = p_get_instructions('{{top|lang=en}}')[2]; 170 $parser_response = p_get_instructions('{{top|month=201501,lang=en}}')[2];
|
/plugin/webcomponent/_test/ |
H A D | heading.test.php | 34 $instructionsDoku = p_get_instructions($doku_text); 35 $instructionsMark = p_get_instructions($markdown_text); 51 $instructionsDoku = p_get_instructions($doku_text); 52 $instructionsMark = p_get_instructions($markdown_text);
|
H A D | blockquote.test.php | 39 $instructions = p_get_instructions($doku_text); 58 $instructions = p_get_instructions($doku_text); 77 $instructions = p_get_instructions($doku_text);
|
H A D | card.test.php | 35 $instructions = p_get_instructions($doku_text); 70 $instructions = p_get_instructions($doku_text.$doku_text);
|
/plugin/ifauthex/_test/ |
H A D | instruction.test.php | 18 $calls = p_get_instructions(file_get_contents(__DIR__.'/test_page.txt')); 30 $calls = p_get_instructions(file_get_contents(__DIR__.'/test_nested.txt')); 43 $calls = p_get_instructions(file_get_contents(__DIR__.'/test_hidden_first_header.txt')); 49 $calls = p_get_instructions(file_get_contents(__DIR__.'/test_visible_first_header.txt'));
|
/plugin/emoji/_test/ |
H A D | emoji_unicode.test.php | 14 $instructions = p_get_instructions("x" 25 $instructions = p_get_instructions("x" 38 $instructions = p_get_instructions("x" 50 $instructions = p_get_instructions("x"
|
/plugin/wrap/_test/ |
H A D | wrap_syntax.test.php |
|
/plugin/uncmap/_test/ |
H A D | parser.test.php | 32 $parser_response = p_get_instructions('Testlink: [[:facts:figures|Foo]]'); 39 $parser_response = p_get_instructions('Testlink: [[/facts:figures|Foo]]'); 46 $parser_response = p_get_instructions('Testlink: [[\facts:figures|Foo]]');
|
H A D | mapping.test.php | 40 $parser_response = p_get_instructions('Testlink: [[z:/path/to/file]]'); 49 $parser_response = p_get_instructions('Testlink: [[Z:/path/to/file]]'); 58 $parser_response = p_get_instructions('Testlink: [[z:/path/to/file|some title]]'); 68 $parser_response = p_get_instructions('Testlink: [[y:/path/to/file]]'); 75 $parser_response = p_get_instructions('Testlink: [[:facts:figures|Foo]]');
|
/plugin/yearbox/_test/ |
H A D | SyntaxTest.php | 24 $ins = p_get_instructions($syntax); 38 $ins = p_get_instructions($syntax);
|
/plugin/navi/_test/ |
H A D | BasicListTest.php | 33 $actualHTML = p_render('xhtml', p_get_instructions('{{navi>controlpage}}'), $info); 66 $actualHTML = p_render('xhtml', p_get_instructions('{{navi>controlpage}}'), $info);
|
/plugin/netlogo/syntax/ |
H A D | applet.php | 218 …$renderer->doc .= p_render('xhtml',p_get_instructions('<code netlogo>' . $nlogoparts[0] . '</code>… 224 $renderer->doc .= p_render('xhtml',p_get_instructions($nlogoparts[2]),$info); 229 …$renderer->doc .= p_render('xhtml',p_get_instructions('<markdown>' . $nlogoparts[2] . '</markdown>…
|
/plugin/bootswrapper/syntax/ |
H A D | popover.php | 96 $title = hsc(p_render('xhtml', p_get_instructions($title), $info)); 97 $content = hsc(p_render('xhtml', p_get_instructions($content), $info));
|
/plugin/sql/ |
H A D | syntax.php | 149 $renderer->nest(p_get_instructions($header)); 161 $renderer->nest(p_get_instructions($cell)); 179 $renderer->nest(p_get_instructions($cell));
|
/plugin/flowcharts/ |
H A D | syntax.php | 74 $instructions = $this->p_get_instructions($match); 91 function p_get_instructions($text) { function in syntax_plugin_flowcharts
|
/plugin/mermaid/ |
H A D | syntax.php | 161 $instructions = $this->p_get_instructions($this->protect_brackets_from_dokuwiki($match)); 190 function p_get_instructions($text) 89 function p_get_instructions($text) global() function in syntax_plugin_mermaid
|
/plugin/sortablejs/ |
H A D | syntax.php | 69 $instructions = p_get_instructions( $match ); 88 $instructions = array_slice( p_get_instructions( $match ), 1, -1 );
|
/plugin/redirect2/ |
H A D | admin.php | 153 $html = strip_tags(p_render($format, p_get_instructions($link), $info), '<a>'); 157 $html = strip_tags(p_render($format, p_get_instructions($link), $info), '<a>');
|
/plugin/dwinsect/ |
H A D | syntax.php | 191 $instructions=p_get_instructions($wiki); 261 $renderer->doc.=_stripp(p_render('xhtml',p_get_instructions($text),$info)); 265 $renderer->doc.=_stripp(p_render('xhtml',p_get_instructions($text),$info));
|
/plugin/fksnewsfeed/inc/ORM/ |
H A D | ModelNews.php | 38 return p_render($mode, p_get_instructions($this->text), $info); 105 return p_render('xhtml', p_get_instructions($renderPattern), $info);
|
/plugin/sidebarng/sidebars/example/ |
H A D | sidebar.php | 18 print p_render('xhtml', p_get_instructions('~~INFO:syntaxplugins~~'), $info);
|
/plugin/progrecss/lang/ |
H A D | common.php | 2 $sprintf_link= p_render('xhtml', p_get_instructions("''[[phpfn>sprintf]]()''" ));
|