Lines Matching refs:helper

1761                       {   $helper = null;
1763 $helper = plugin_load('helper','captcha');
1765 if(!is_null($helper) && $helper->isEnabled())
1766 { $issue_edit_head .= '<span>'.$helper->getHTML().'</span>'; }
1804 { $helper = null;
1806 $helper = plugin_load('helper','captcha');
1808 if(!is_null($helper) && $helper->isEnabled())
1809 { $issue_edit_head .= '<span>'.$helper->getHTML().'</span>'; }
2045 { $helper = null;
2047 $helper = plugin_load('helper','captcha');
2049 if(!is_null($helper) && $helper->isEnabled())
2050 … { $issue_addcontacts .= '<span>'.$helper->getHTML().'</span>'; }
2144 { $helper = null;
2146 $helper = plugin_load('helper','captcha');
2148 if(!is_null($helper) && $helper->isEnabled())
2149 { $issue_initial_description .= '<p>'.$helper->getHTML().'</p>'; }
2204 { $helper = null;
2206 $helper = plugin_load('helper','captcha');
2208 if(!is_null($helper) && $helper->isEnabled())
2209 { $issue_attachments .= '<p>'.$helper->getHTML().'</p>'; }
2287 { $helper = null;
2289 $helper = plugin_load('helper','captcha');
2291 if(!is_null($helper) && $helper->isEnabled())
2292 { $issue_workaround .= '<p>'.$helper->getHTML().'</p>'; }
2440 { $helper = null;
2442 $helper = plugin_load('helper','captcha');
2444 if(!is_null($helper) && $helper->isEnabled())
2445 { $issue_comments_log .= '<p>'.$helper->getHTML().'</p>'; }
2521 { $helper = null;
2523 $helper = plugin_load('helper','captcha');
2525 if(!is_null($helper) && $helper->isEnabled())
2526 { $issue_add_comment .= '<p>'.$helper->getHTML().'</p>'; }
2584 { $helper = null;
2586 $helper = plugin_load('helper','captcha');
2588 if(!is_null($helper) && $helper->isEnabled())
2589 { $issue_edit_resolution .= '<p>'.$helper->getHTML().'</p>'; }
3039 $helper = null;
3040 if(@is_dir(DOKU_PLUGIN.'captcha')) $helper = plugin_load('helper','captcha');
3042 if(!is_null($helper) && $helper->isEnabled()) { return $helper->check(); }