Home
last modified time | relevance | path

Searched refs:getHTML (Results 1 – 25 of 32) sorted by path

12

/plugin/blogtng/helper/
H A Dcomments.php517 $form->addHTML($captcha->getHTML());
/plugin/bureaucracy-au/helper/
H A Dfieldsubmit.php40 $form->addElement($helper->getHTML());
/plugin/bureaucracy/helper/
H A Dfieldsubmit.php40 $form->addElement($helper->getHTML());
/plugin/bureaucracyau/helper/
H A Dfieldsubmit.php40 $form->addElement($helper->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/ckgdoku/action/
H A Dedit.php862 <?php if($this->captcha && $this->captcha->isEnabled()) echo $this->captcha->getHTML(); ?>
/plugin/ckgedit/action/
H A Dedit.php921 <?php if($this->captcha && $this->captcha->isEnabled()) echo $this->captcha->getHTML(); ?>
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.4.js4538 },getHTML:function(sourceText){return getSourceLineRange(sourceText,1,sourceText.lines.length)
/plugin/commentsyntax/_test/
H A Dsyntax.test.php34 private function getHTML($text) function in plugin_commentsyntax_test
/plugin/datatables/assets/datatables.net-buttons/js/
H A Dbuttons.flash.min.js
/plugin/discussion/
H A Daction.php1055 echo $captcha->getHTML();
1061 echo $recaptcha->getHTML();
/plugin/dokumicrobugtracker/
H A Dsyntax.php388 $ret .= '<p>'.$helper->getHTML().'</p>';}
/plugin/etherpadlite/externals/etherpad-lite-client/
H A Detherpad-lite-client.php210 public function getHTML($padID, $rev=null){ function in EtherpadLiteClient
/plugin/flowplay2/flowplayer/html/
H A Dflashembed.min.js19getHTML();return g.firstChild}else if(k.onFail){var d=k.onFail.call(k,getVersion(),j);if(d)g.inner… function
H A Dflashembed.min.js_0.2618getHTML()}else if(k.onFail){var d=k.onFail.call(k,getVersion(),j);if(d)g.innerHTML=d}else if(b&&c&…
/plugin/glossary/
H A Dglossary.class.php530 echo '<tr><td colspan=2>'.$captcha->getHTML ().'</td></tr>'.NL;
/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/infomail/
H A Daction.php100 if ($captcha) $form->addHTML($captcha->getHTML());
/plugin/issuetracker/
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>'; }
H A Dsyntax.php1451 $ret .= '<p>'.$helper->getHTML().'</p>';
/plugin/projects/
H A Dcodemirror-compressed.js1getHTML(Nr)+"</pre>";e.bgClassName&&(t='<div style="position: relative"><pre class="'+e.bgClassNam…
/plugin/recaptcha/
H A Daction.php116 $recaptcha .= $helper->getHTML($use_ssl);
H A Dhelper.php45 function getHTML($use_ssl = false) { function in helper_plugin_recaptcha
/plugin/recaptcha2/
H A Daction.php98 $recaptcha = $helper->getHTML($param['editform']);

12