Home
last modified time | relevance | path

Searched refs:getHTML (Results 1 – 25 of 32) sorted by last modified time

12

/plugin/recommend/
H A Daction.php167 if ($captcha) $form->addHTML($captcha->getHTML());
/plugin/bureaucracy/helper/
H A Dfieldsubmit.php40 $form->addElement($helper->getHTML());
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.4.js4538 },getHTML:function(sourceText){return getSourceLineRange(sourceText,1,sourceText.lines.length)
/plugin/blogtng/helper/
H A Dcomments.php517 $form->addHTML($captcha->getHTML());
/plugin/captcha/
H A Daction.php198 $out = $helper->getHTML();
H A Dhelper.php50 public function getHTML()
42 public function getHTML() global() function in helper_plugin_captcha
/plugin/ckgedit/action/
H A Dedit.php921 <?php if($this->captcha && $this->captcha->isEnabled()) echo $this->captcha->getHTML(); ?>
/plugin/discussion/
H A Daction.php1055 echo $captcha->getHTML();
1061 echo $recaptcha->getHTML();
/plugin/commentsyntax/_test/
H A Dsyntax.test.php34 private function getHTML($text) function in plugin_commentsyntax_test
/plugin/schedule/
H A Dschedules.class.php1618 ptln ($captcha->getHTML ());
/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js4527 },getHTML:function(sourceText){return getSourceLineRange(sourceText,1,sourceText.lines.length)
/plugin/infomail/
H A Daction.php100 if ($captcha) $form->addHTML($captcha->getHTML());
/plugin/etherpadlite/externals/etherpad-lite-client/
H A Detherpad-lite-client.php210 public function getHTML($padID, $rev=null){ function in EtherpadLiteClient
/plugin/datatables/assets/datatables.net-buttons/js/
H A Dbuttons.flash.min.js
/plugin/glossary/
H A Dglossary.class.php530 echo '<tr><td colspan=2>'.$captcha->getHTML ().'</td></tr>'.NL;
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js17085 getHTML: function(sourceText)
/plugin/bureaucracyau/helper/
H A Dfieldsubmit.php40 $form->addElement($helper->getHTML());
/plugin/bureaucracy-au/helper/
H A Dfieldsubmit.php40 $form->addElement($helper->getHTML());
/plugin/ckgdoku/action/
H A Dedit.php862 <?php if($this->captcha && $this->captcha->isEnabled()) echo $this->captcha->getHTML(); ?>
/plugin/indexmenu2/syntax/
H A Dindexmenu.php287 …return syntax_plugin_indexmenu_indexmenu::getHTML ($opts, $opts['navigation']?$this->html_buildlis…
299 function getHTML ($opts, $html) { function in syntax_plugin_indexmenu_indexmenu
/plugin/recaptcha2/
H A Daction.php98 $recaptcha = $helper->getHTML($param['editform']);
H A Dhelper.php42 function getHTML($editblock) { function in helper_plugin_recaptcha2
/plugin/issuetracker/
H A Dsyntax.php1451 $ret .= '<p>'.$helper->getHTML().'</p>';
H A Daction.php1766 { $issue_edit_head .= '<span>'.$helper->getHTML().'</span>'; }
1809 { $issue_edit_head .= '<span>'.$helper->getHTML().'</span>'; }
2050 … { $issue_addcontacts .= '<span>'.$helper->getHTML().'</span>'; }
2149 { $issue_initial_description .= '<p>'.$helper->getHTML().'</p>'; }
2209 { $issue_attachments .= '<p>'.$helper->getHTML().'</p>'; }
2292 { $issue_workaround .= '<p>'.$helper->getHTML().'</p>'; }
2445 { $issue_comments_log .= '<p>'.$helper->getHTML().'</p>'; }
2526 { $issue_add_comment .= '<p>'.$helper->getHTML().'</p>'; }
2589 { $issue_edit_resolution .= '<p>'.$helper->getHTML().'</p>'; }
/plugin/recaptcha/
H A Dhelper.php45 function getHTML($use_ssl = false) { function in helper_plugin_recaptcha

12