Home
last modified time | relevance | path

Searched refs:p_get_instructions (Results 126 – 150 of 201) sorted by last modified time

123456789

/plugin/importfacebookevents/nppBackup/
H A Dsyntax.php.2018-03-08_164623.bak400 $html = p_render($mode, p_get_instructions($content), $info);
H A Dsyntax.php.2018-03-08_163718.bak400 $html = p_render($mode, p_get_instructions($content), $info);
H A Dsyntax.php.2018-03-08_163705.bak400 $html = p_render($mode, p_get_instructions($content), $info);
H A Dsyntax.php.2018-03-08_163658.bak401 $html = p_render($mode, p_get_instructions($content), $info);
/plugin/fckg/action/
H A Dedit.php2643 …$instructions = p_get_instructions("=== header ==="); // loads DOKU_PLUGINS array --M.T. Dec 22 20…
2686 $instructions = p_get_instructions($text);
/plugin/condition/
H A Dsyntax.php220 $instr = p_get_instructions($ok ? $content : $else);
253 $instr = p_get_instructions($ok ? $content : $else);
/plugin/tipoftheday/
H A Daction.php44 $ins = p_get_instructions("{{totd>$ID{$params}}}");
/plugin/rssbycreated/
H A Daction.php29 … $content = p_render('xhtml', p_get_instructions($event->data['item']->description), $info);
/plugin/tablefilterjs/
H A Dsyntax.php124 $instructions = p_get_instructions($match);
/plugin/alphalist/
H A Dhelper.php32 $rendered = p_render('xhtml',p_get_instructions($string),$info);
/plugin/fetchmedia/action/
H A Dajax.php195 $ins = p_get_instructions($text);
/plugin/ebookexport/
H A Daction.php49 $instructions = p_get_instructions($doc);
/plugin/definitionlist/_test/
H A Dsyntax.test.php17 $instructions = p_get_instructions($rawwiki);
/plugin/database2/
H A Ddatabase2.php6029 $value = p_render( 'xhtml', p_get_instructions( $value ), $info );
/plugin/nsindex/
H A Dsyntax.php106 $data = p_render('xhtml', p_get_instructions($data), $_dummy);
/plugin/icalevents/
H A Dsyntax-impl.php266 $instructions = p_get_instructions($dokuwikiOutput);
/plugin/reflect/
H A Dsyntax.php64 $img = p_render('xhtml', p_get_instructions($output),$info);
/plugin/pagetemplater/
H A Daction.php58 $replace[$key] = p_render('xhtml', p_get_instructions($replace[$key]),$info);
/plugin/googlemap3/
H A Dsyntax.php163 $text = addslashes(str_replace("\n","",p_render("xhtml",p_get_instructions($text),$info)));
/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/rater/
H A Dsyntax.php256 $rater_img_xhtml = p_render('xhtml',p_get_instructions("{{".$rater_img."}}"),$info);
345 $rater_img_xhtml = p_render('xhtml',p_get_instructions("{{".$rater_img."}}"),$info);
624 …$rater_img_xhtml = p_render('xhtml',p_get_instructions("{{".trim($d1[0])."?".$rater_zoom."}}"),$in…
681 …$rater_img_xhtml = p_render('xhtml',p_get_instructions("{{".trim($d1[0])."?".$rater_zoom."}}"),$in…
/plugin/publist/
H A Dsyntax.php113 $code = p_render($mode, p_get_instructions($code), $info);
/plugin/facebookwall/
H A Dsyntax.php301 $html = p_render($mode, p_get_instructions( $content ), $info );
/plugin/facebookevents/
H A Dsyntax.php318 $html = p_render($mode, p_get_instructions( $content ), $info );
/plugin/datatemplate/syntax/
H A Dentry.php208 $instr = p_get_instructions($raw);

123456789