Home
last modified time | relevance | path

Searched refs:p_get_instructions (Results 151 – 175 of 201) sorted by relevance

123456789

/plugin/exttab1/
H A Dsyntax.php298 $instruc = p_get_instructions($mydata);
/plugin/facebookwall/
H A Dsyntax.php301 $html = p_render($mode, p_get_instructions( $content ), $info );
/plugin/templater/
H A Dsyntax.php180 $instr = p_get_instructions($rawFile);
/plugin/odtplus2dw/
H A Daction.php80 if ( page_exists( $ID ) ) echo p_render('xhtml',p_get_instructions( $this->getLang( 'formPageExistMessage' ) ), $info );
86 if ($message) echo p_render('xhtml',p_get_instructions($message),$info);
/plugin/openlayersmap/syntax/
H A Dolmap.php320 $text = p_get_instructions($text);
775 . p_render($format, p_get_instructions($staticImgUrl), $info) . '</div>';
/plugin/sphinxsearch-was/
H A DSphinxSearch.php132 …$bodyHtml = p_render('xhtml', p_get_instructions(getSectionByTitleLevel($data['page'], $data['titl…
H A Daction.php96 echo p_render('xhtml', p_get_instructions($this->getHelpInfo()), $info);
/plugin/linkfix/
H A Dadmin.php142 $instructions = p_get_instructions($text);
/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/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);
/plugin/alphaindex/
H A Dsyntax.php107 $alpha_data = p_render('xhtml', p_get_instructions($alpha_data), $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/fetchmedia/action/
H A Dajax.php195 $ins = 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/indexmenu/
H A Daction.php417 $out .= p_render('xhtml', p_get_instructions($meta['description']['abstract']), $info);
/plugin/dtable/
H A Dhelper.php138 $html = p_render('xhtml',p_get_instructions($line),$info);
/plugin/bliki/
H A Dsyntax.php405 $renderer->doc .= p_render('xhtml', p_get_instructions($compiled), $info);
/plugin/patchpanel/
H A Dsyntax.php214 …$item['comment'] = str_replace(array("\r","\n"), '', p_render('xhtml',p_get_instructions(trim($ite…
/plugin/twitter/
H A Dsyntax.php84 …$sResponse .= ' <td class="twtImage">' . p_render('xhtml', p_get_instructions('{{' . $image . '?4…
/plugin/ckgdoku/action/
H A Dedit.php1116 …$instructions = p_get_instructions("=== header ==="); // loads DOKU_PLUGINS array --M.T. Dec 22 20…
1118 $instructions = p_get_instructions($text);
/plugin/ifauthex/_test/
H A Dgeneral.test.php233 …$instructions = p_get_instructions('<ifauth (nonexistent)>hideme</ifauth><ifauth !(nonexistent)>sh…
/plugin/prosemirror/action/
H A Deditor.php78 $instructions = p_get_instructions($TEXT);
/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),…

123456789