/plugin/tagfilter/ |
H A D | remote.php | 26 $Htagfilter = $this->loadHelper('tagfilter', false); 41 $Htagfilter = $this->loadHelper('tagfilter', false); 70 $Htagfilter = $this->loadHelper('tagfilter', false);
|
H A D | action.php | 92 $Htagfilter = $this->loadHelper('tagfilter', false); 96 if (is_null($Htag = $this->loadHelper('tag', false))) { 102 if (is_null($Hpagelist = $this->loadHelper('pagelist', false))) {
|
/plugin/typography/syntax/ |
H A D | base.php | 74 $this->styler = $this->loadHelper('typography_parser'); 112 $odt = $this->loadHelper('typography_odt'); 126 $this->styler = $this->loadHelper('typography_parser');
|
/plugin/tag/ |
H A D | action.php | 42 if ($helper = $this->loadHelper('tag')) { 83 if ($helper = $this->loadHelper('tag')) { 90 if (!$pagelist = $this->loadHelper('pagelist')) {
|
/plugin/solr/ |
H A D | action.php | 84 $helper = $this->loadHelper('solr', true); 150 $helper = $this->loadHelper('solr', true); 236 $helper = $this->loadHelper('solr', true); 274 $helper = $this->loadHelper('solr', true); 380 $helper = $this->loadHelper('solr', true); 416 $helper = $this->loadHelper('solr', true);
|
/plugin/miniblog/ |
H A D | action.php | 25 $entries = $this->loadHelper('miniblog_entry')->entry_list('blog'); 38 …list($head, $content) = $this->loadHelper('miniblog_entry')->entry_content($event->data['ditem']['…
|
/plugin/tablelayout/action/ |
H A D | action.php | 66 $helper = $this->loadHelper('tablelayout'); 75 $helper = $this->loadHelper('tablelayout'); 127 $helper = $this->loadHelper('tablelayout');
|
/plugin/epub/ |
H A D | action.php | 36 $this->helper = $this->loadHelper('epub', true); 65 $this->helper = $this->loadHelper('epub', true); 102 $this->helper = $this->loadHelper('epub', true);
|
/plugin/poldek/ |
H A D | action.php | 43 $helper = $this->loadHelper($this->getPluginName(), true); 64 $helper = $this->loadHelper($this->getPluginName(), true);
|
H A D | syntax.php | 66 $helper = $this->loadHelper($this->getPluginName(), true); 84 function loadHelper($name, $msg){ function in syntax_plugin_poldek
|
/plugin/ireadit/action/ |
H A D | ireadit.php | 35 $helper = $this->loadHelper('ireadit'); 93 $helper = $this->loadHelper('ireadit'); 151 $helper = $this->loadHelper('ireadit');
|
/plugin/lms/ |
H A D | action.php | 39 $hlp = $this->loadHelper('lms'); 71 $hlp = $this->loadHelper('lms'); 107 $hlp = $this->loadHelper('lms');
|
/plugin/translate/ |
H A D | action.php | 79 $my = $this->loadHelper('translate',true); 115 $my = $this->loadHelper('translate',true); 119 $my = $this->loadHelper('translate',true); 216 $my = $this->loadHelper('translate',true); 278 $my = $this->loadHelper('translate',true);
|
/plugin/log404/ |
H A D | admin.php | 20 $log = $this->loadHelper('log404'); 29 $log = $this->loadHelper('log404');
|
/plugin/tagfilter/syntax/ |
H A D | compare.php | 71 $Htagfilter = $this->loadHelper('tagfilter'); 73 $HtagfilterSyntax = $this->loadHelper('tagfilter_syntax'); 133 $HPageimage = $this->loadHelper('pageimage');
|
/plugin/owncloud/ |
H A D | action.php | 58 $helper = $this->loadHelper('owncloud',false); 78 $helper = $this->loadHelper('owncloud',false); 125 $helper = $this->loadHelper('owncloud',false); 151 $helper = $this->loadHelper('owncloud',false);
|
/plugin/tagadd/ |
H A D | action.php | 80 $Hajax = $this->loadHelper('ajaxedit'); 95 $Htag= $this->loadHelper('tag'); 161 $Htagfilter= $this->loadHelper('tagfilter'); 248 $Hajax = $this->loadHelper('ajaxedit');
|
/plugin/randomtables/action/ |
H A D | ajax.php | 21 $helper = $this->loadHelper('randomtables_helper'); 63 $helper = $this->loadHelper('randomtables_helper');
|
/plugin/likeit/ |
H A D | action.php | 40 $Hajax = $this->loadHelper('ajaxedit'); 43 $Hlikeit = $this->loadHelper('likeit');
|
H A D | syntax.php | 89 $H = $this->loadHelper('likeit'); 95 $Hajax = $this->loadHelper('ajaxedit');
|
/plugin/loadskin/ |
H A D | action.php | 65 $helper = $this->loadHelper('loadskin', true); 87 $helper = $this->loadHelper('loadskin', true); 126 $helper = $this->loadHelper('loadskin', true);
|
/plugin/loglog/ |
H A D | action.php | 28 $this->mainHelper = $this->loadHelper('loglog_main'); 29 $this->logHelper = $this->loadHelper('loglog_logging'); 30 $this->alertHelper = $this->loadHelper('loglog_alert');
|
/plugin/loglog/helper/ |
H A D | report.php | 20 $this->mainHelper = $this->loadHelper('loglog_main'); 21 $this->logHelper = $this->loadHelper('loglog_logging');
|
/plugin/tag/syntax/ |
H A D | tag.php | 57 if (!$helper = $this->loadHelper('tag')) { 76 if (!$helper = $this->loadHelper('tag')) return false;
|
/plugin/toctweak/action/ |
H A D | rendertoc.php | 141 isset($tocTweak) || $tocTweak = $this->loadHelper($this->getPluginName()); 185 isset($tocTweak) || $tocTweak = $this->loadHelper($this->getPluginName()); 220 isset($tocTweak) || $tocTweak = $this->loadHelper($this->getPluginName());
|