Searched refs:p_get_instructions (Results 1 – 25 of 211) sorted by relevance
123456789
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)');92 $instructions = p_get_instructions('== This a test for creole 0.1 (2)');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) =');172 $instructions = p_get_instructions('== This a test for creole 0.1 (2) ==');[all …]
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]]');
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];
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];
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);
39 $instructions = p_get_instructions($doku_text);58 $instructions = p_get_instructions($doku_text);77 $instructions = p_get_instructions($doku_text);
35 $instructions = p_get_instructions($doku_text);70 $instructions = p_get_instructions($doku_text.$doku_text);
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'));
14 $instructions = p_get_instructions("x"25 $instructions = p_get_instructions("x"38 $instructions = p_get_instructions("x"50 $instructions = p_get_instructions("x"
18 $instructions = p_get_instructions("<WRAP>\n==== Heading ====\n\nSome text\n</WRAP>");98 $instructions = p_get_instructions("<WRAP>\nFoo\n\n</div> </block> Bar\n</WRAP>");178 $instructions = p_get_instructions("<wrap>Foo </span> </inline> Bar</wrap>");
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]]');
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]]');
24 $ins = p_get_instructions($syntax);38 $ins = p_get_instructions($syntax);
45 $html = p_render('xhtml', p_get_instructions($targetText), $info);66 $html = p_render('xhtml', p_get_instructions('<dwtimeline page=' . $srcId . ' />'), $info);
33 $actualHTML = p_render('xhtml', p_get_instructions('{{navi>controlpage}}'), $info);66 $actualHTML = p_render('xhtml', p_get_instructions('{{navi>controlpage}}'), $info);
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>…
96 $title = hsc(p_render('xhtml', p_get_instructions($title), $info));97 $content = hsc(p_render('xhtml', p_get_instructions($content), $info));
149 $renderer->nest(p_get_instructions($header));161 $renderer->nest(p_get_instructions($cell));179 $renderer->nest(p_get_instructions($cell));
116 $instr = p_get_instructions($wikitext);152 $html = p_render('xhtml', p_get_instructions($synthetic), $info);158 $renderer->doc .= p_render('xhtml', p_get_instructions('[[' . $target . ']]'), $info2);
74 $instructions = $this->p_get_instructions($match);91 function p_get_instructions($text) { function in syntax_plugin_flowcharts
69 $instructions = p_get_instructions( $match );88 $instructions = array_slice( p_get_instructions( $match ), 1, -1 );
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));
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>');
38 return p_render($mode, p_get_instructions($this->text), $info);105 return p_render('xhtml', p_get_instructions($renderPattern), $info);
12 $xhtml = p_render('xhtml', p_get_instructions($input), $info);52 $xhtml = p_render('xhtml', p_get_instructions($input), $info);