Home
last modified time | relevance | path

Searched refs:p_get_instructions (Results 1 – 25 of 201) sorted by relevance

123456789

/plugin/creole/_test/
H A Dcreole.test.php30 $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 DhandleIssueLinkSyntax.test.php32 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 Ddate.test.php17 $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 Ddate.test.php55 $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 Dheading.test.php34 $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 Dblockquote.test.php39 $instructions = p_get_instructions($doku_text);
58 $instructions = p_get_instructions($doku_text);
77 $instructions = p_get_instructions($doku_text);
H A Dcard.test.php35 $instructions = p_get_instructions($doku_text);
70 $instructions = p_get_instructions($doku_text.$doku_text);
/plugin/ifauthex/_test/
H A Dinstruction.test.php18 $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 Demoji_unicode.test.php14 $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 Dwrap_syntax.test.php
/plugin/uncmap/_test/
H A Dparser.test.php32 $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 Dmapping.test.php40 $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 DSyntaxTest.php24 $ins = p_get_instructions($syntax);
38 $ins = p_get_instructions($syntax);
/plugin/navi/_test/
H A DBasicListTest.php33 $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 Dapplet.php218 …$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 Dpopover.php96 $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 Dsyntax.php149 $renderer->nest(p_get_instructions($header));
161 $renderer->nest(p_get_instructions($cell));
179 $renderer->nest(p_get_instructions($cell));
/plugin/flowcharts/
H A Dsyntax.php74 $instructions = $this->p_get_instructions($match);
91 function p_get_instructions($text) { function in syntax_plugin_flowcharts
/plugin/mermaid/
H A Dsyntax.php102 $instructions = $this->p_get_instructions($this->protect_brackets_from_dokuwiki($match));
120 function p_get_instructions($text)
89 function p_get_instructions($text) global() function in syntax_plugin_mermaid
/plugin/sortablejs/
H A Dsyntax.php72 $instructions = p_get_instructions( $match );
91 $instructions = array_slice( p_get_instructions( $match ), 1, -1 );
/plugin/redirect2/
H A Dadmin.php151 $html = strip_tags(p_render($format, p_get_instructions($link), $info), '<a>');
155 $html = strip_tags(p_render($format, p_get_instructions($link), $info), '<a>');
/plugin/dwinsect/
H A Dsyntax.php191 $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 DModelNews.php38 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 Dsidebar.php18 print p_render('xhtml', p_get_instructions('~~INFO:syntaxplugins~~'), $info);
/plugin/progrecss/lang/
H A Dcommon.php2 $sprintf_link= p_render('xhtml', p_get_instructions("''[[phpfn>sprintf]]()''" ));

123456789