Home
last modified time | relevance | path

Searched refs:p_get_instructions (Results 151 – 175 of 201) sorted by last modified time

123456789

/plugin/datatemplate/syntax/
H A Dlist.php236 $instr = p_get_instructions($raw);
/plugin/uncmap/_test/
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]]');
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]]');
/plugin/newsticker/syntax/
H A Dticker.php63 $instructions = p_get_instructions($newsItem);
/plugin/articlelinks/
H A Dsyntax.php76 $data['links'] = p_get_instructions($links);
/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/anewssystem/
H A Dsyntax.php745 … if ($wysiwyg==false) $prvw_string = p_render('xhtml',p_get_instructions($prvw_string),$info);
1060 … if ($wysiwyg==false) $prvw_string = p_render('xhtml',p_get_instructions($prvw_string),$info);
1300 …if ((int)$news_wysiwyg==false) $news_content = p_render('xhtml',p_get_instructions($news_content),…
/plugin/data-graph/
H A Dsyntax.php204 $R->doc .= p_render( "xhtml", p_get_instructions( ob_get_contents() ), $info);
/plugin/patchpanel/
H A Dsyntax.php214 …$item['comment'] = str_replace(array("\r","\n"), '', p_render('xhtml',p_get_instructions(trim($ite…
/plugin/alphaindex/
H A Dsyntax.php107 $alpha_data = p_render('xhtml', p_get_instructions($alpha_data), $info);
/plugin/osm/
H A Dsyntax.php132 … $txt = addslashes(str_replace("\n", "", p_render("xhtml", p_get_instructions($txt), $info)));
/plugin/exttab1/
H A Dsyntax.php298 $instruc = p_get_instructions($mydata);
/plugin/rtmchecklist/
H A Daction.php135 $ret = p_render('xhtml',p_get_instructions($wikitext),$info);
/plugin/odt2dw/
H A Daction.php63 …if ( page_exists( $ID ) ) echo p_render('xhtml',p_get_instructions( $this->getLang( 'formPageExist…
69 if ($message) echo p_render('xhtml',p_get_instructions($message),$info);
/plugin/dokutranslate/
H A Dsyntax.php55 $previewIns = p_get_instructions($TEXT);
/plugin/svgpureinsert/_test/
H A Dsyntax.test.php14 $parser_response = p_get_instructions($source);
/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/calendoku/
H A Dhelper.php323 $instructions = p_get_instructions($text);
/plugin/publistx/
H A Dsyntax.php130 $code = p_render($mode, p_get_instructions($code), $info);
/plugin/runcommand/
H A Dpostaction.php76 $parsedOutput=p_get_instructions(implode("\n", $outputValue));
/plugin/sphinxsearch/
H A DSphinxSearch.php131 …$bodyHtml = p_render('xhtml',p_get_instructions(getSectionByTitleLevel($data['page'], $data['title…
H A Daction.php91 echo p_render('xhtml',p_get_instructions($this->getHelpInfo()), $info);
/plugin/xslfo/
H A Daction.php158 $instructions = p_get_instructions(io_readWikiPage($file, $ID, $REV));
/plugin/sqlraw/
H A Dsyntax.php610 $html = p_render('xhtml',p_get_instructions($data),$info);
/plugin/geonav/server/
H A DgetWikiData.php10 $html = p_render('xhtml',p_get_instructions($data),$info);

123456789