Home
last modified time | relevance | path

Searched refs:p_get_instructions (Results 51 – 75 of 201) sorted by last modified time

123456789

/plugin/strata/
H A Daction.php63 $instructions = p_get_instructions($text);
/plugin/schulzevote/syntax/
H A Dvote.php248 return p_render('xhtml', array_slice(p_get_instructions($str), 2, -2), $notused);
/plugin/ipmap/
H A Drendertables.php50 …$renderer->doc .= p_render('xhtml',p_get_instructions($this->_maketables($ip, $net, $subnet, $data…
/plugin/googlemaps3/
H A Dsyntax.php244 …$markers[$mark]['info'] = str_replace("\n","", p_render("xhtml", p_get_instructions($markers[$mark…
/plugin/dtable/
H A Dhelper.php138 $html = p_render('xhtml',p_get_instructions($line),$info);
/plugin/yearbox/_test/
H A DSyntaxTest.php24 $ins = p_get_instructions($syntax);
38 $ins = p_get_instructions($syntax);
/plugin/fksnewsfeed/
H A Daction.php236 …echo p_render('xhtml', p_get_instructions('{{news-stream>feed="5";stream="' . $INPUT->param('news'…
/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/diagram/syntax/
H A Dmain.php143 $calls = p_get_instructions('<'.$this->tag_name_splitter.'>'
/plugin/publistf/
H A Dsyntax.php131 $code = p_render($mode, p_get_instructions($code), $info);
/plugin/webcode/syntax/
H A Dbasis.php391 $instructions = p_get_instructions($textToRender);
410 $instructions = p_get_instructions($this->codes['dw']);
/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/twitter/
H A Dsyntax.php84 …$sResponse .= ' <td class="twtImage">' . p_render('xhtml', p_get_instructions('{{' . $image . '?4…
/plugin/loglog/helper/
H A Dmain.php65 $html = p_render('xhtml', p_get_instructions($text), $info);
/plugin/filelist/_test/
H A Dfilelist.test.php
/plugin/nobadbrowser/
H A Daction.php85 $outp= p_render('xhtml', p_get_instructions($mens), $info);
/plugin/countdown/
H A Dsyntax.php99 $pdesc= p_render('xhtml', p_get_instructions($descr), $info);
136 $renderer->doc .= ' '. p_render('text', p_get_instructions($description), $info);
/plugin/accscounter/
H A Dadmin.php137 … echo '<td>' . p_render('xhtml', p_get_instructions('[[:' . $page . ']]'), $info) . '</td>';
/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/legalnotice/
H A Daction.php15 echo p_render('xhtml', p_get_instructions($this->getConf('text')), $info);
/plugin/flowcharts/
H A Dsyntax.php74 $instructions = $this->p_get_instructions($match);
91 function p_get_instructions($text) { function in syntax_plugin_flowcharts
/plugin/tagsections/action/
H A Dajax.php85 $instructions = p_get_instructions($TEXT);
/plugin/phpwikify/
H A Dsyntax.php46 $renderer->doc .= p_render( "xhtml", p_get_instructions( ob_get_contents() ), $info );
/plugin/telleveryone/
H A Dadmin.php59 $message_html = p_render('xhtml',p_get_instructions($message), $ignore);
75 $message_html = p_render('xhtml',p_get_instructions($message), $ignore);
/plugin/codeprettify/syntax/
H A Dcode.php177 $calls = array_slice(p_get_instructions($title), 1, -1);

123456789