Home
last modified time | relevance | path

Searched refs:getHTML (Results 1 – 25 of 35) sorted by relevance

12

/plugin/turnstile/
Daction.php25 private function getHTML() { function in action_plugin_turnstile
53 $html = $this->getHTML();
/plugin/flowplay2/flowplayer/html/
Dflashembed.min.js19getHTML();return g.firstChild}else if(k.onFail){var d=k.onFail.call(k,getVersion(),j);if(d)g.inner… function
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/validator/
Daction.php46 private function getHTML() { function in action_plugin_validator
71 if(!$html = $this->getHTML()) return;
/plugin/recaptcha/
Dhelper.php45 function getHTML($use_ssl = false) { function in helper_plugin_recaptcha
Daction.php116 $recaptcha .= $helper->getHTML($use_ssl);
/plugin/commentsyntax/_test/
Dsyntax.test.php34 private function getHTML($text) function in plugin_commentsyntax_test
/plugin/recaptcha2/
Dhelper.php42 function getHTML($editblock) { function in helper_plugin_recaptcha2
Daction.php98 $recaptcha = $helper->getHTML($param['editform']);
/plugin/bureaucracy-au/helper/
Dfieldsubmit.php40 $form->addElement($helper->getHTML());
/plugin/requiz/
Daction.php107 $out = $helper->getHTML();
Dhelper.php26 function getHTML(){ function in helper_plugin_requiz
/plugin/bureaucracy/helper/
Dfieldsubmit.php40 $form->addElement($helper->getHTML());
/plugin/bureaucracyau/helper/
Dfieldsubmit.php40 $form->addElement($helper->getHTML());
/plugin/indexmenu2/syntax/
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/struct/_test/action/
H A DDiffTest.php81 $this->assertStringContainsString('bar', $deleted->eq(0)->getHTML());
/plugin/captcha/
Daction.php198 $out = $helper->getHTML();
Dhelper.php50 public function getHTML() function in helper_plugin_captcha
/plugin/recommend/
Daction.php167 if ($captcha) $form->addHTML($captcha->getHTML());
/plugin/etherpadlite/externals/etherpad-lite-client/
Detherpad-lite-client.php210 public function getHTML($padID, $rev=null){ function in EtherpadLiteClient
/plugin/infomail/
Daction.php100 if ($captcha) $form->addHTML($captcha->getHTML());
/plugin/dokumicrobugtracker/
Dsyntax.php388 $ret .= '<p>'.$helper->getHTML().'</p>';}
/plugin/issuetracker/
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/blogtng/helper/
Dcomments.php517 $form->addHTML($captcha->getHTML());
/plugin/discussion/
Daction.php1151 echo $captcha->getHTML();
1157 echo $recaptcha->getHTML();

12