Home
last modified time | relevance | path

Searched refs:hlp (Results 76 – 100 of 112) sorted by relevance

12345

/plugin/oauth/
H A DOAuthManager.php195 /** @var \helper_plugin_oauth $hlp */
196 $hlp = plugin_load('helper', 'oauth');
198 if (!$hlp->checkMail($userdata['mail'])) {
199 throw new Exception('rejectedEMail', [implode(', ', $hlp->getValidDomains())]);
308 /** @var \helper_plugin_oauth $hlp */
309 $hlp = plugin_load('helper', 'oauth');
310 $srv = $hlp->loadService($servicename);
H A DRedirectSetting.php22 /** @var \helper_plugin_oauth $hlp */
23 $hlp = plugin_load('helper', 'oauth');
26 $value = '<code>' . $hlp->redirectURI() . '</code>';
H A Dauth.php17 protected $hlp; variable in auth_plugin_oauth
29 $this->hlp = $this->loadHelper('oauth');
51 $this->hlp->showException($e);
/plugin/cite/
H A DMenuItem.php46 $hlp = plugin_load('action', 'cite');
47 return $hlp->getLang('cite_button');
/plugin/dw2pdf/
H A DMenuItem.php44 $hlp = plugin_load('action', 'dw2pdf');
45 return $hlp->getLang('export_pdf_button');
/plugin/overlay/
H A DMenuItem.php50 $hlp = plugin_load('action', 'overlay');
51 return $hlp->getLang('btn_dw_edit');
/plugin/translation/syntax/
H A Dtrans.php44 /** @var helper_plugin_translation $hlp */
45 $hlp = plugin_load('helper', 'translation');
46 $renderer->doc .= $hlp->showTranslations();
/plugin/autotranslation/syntax/
H A Dtrans.php50 $hlp = plugin_load('helper', 'autotranslation');
51 $renderer->doc .= $hlp->showTranslations();
/plugin/redirect/
H A Daction.php49 $hlp = plugin_load('helper', 'redirect');
50 $url = $hlp->getRedirectURL($ID);
/plugin/publish/action/
H A Ddebug.php7 private $hlp; variable in action_plugin_publish_debug
10 $this->hlp = plugin_load('helper','publish');
/plugin/svgpureinsert/
H A Daction.php23 $hlp = plugin_load('helper', 'svgpureinsert');
24 list($file) = $hlp->getAdjustedSVG($event->data['media'], $event->data['cache']);
H A Dsyntax.php92 $hlp = plugin_load('helper', 'svgpureinsert');
93 $res = $hlp->getAdjustedSVG($data['id']);
/plugin/davcal/action/
H A Dcache.php14 private $hlp = null; variable in action_plugin_davcal_cache
17 $this->hlp =& plugin_load('helper','davcal');
/plugin/top/
H A Daction.php47 $hlp = plugin_load('helper', 'top');
48 $hlp->add($page);
/plugin/folded/
H A DMenuItemFolded.php34 $hlp = plugin_load('action', 'folded');
35 return $hlp->getLang('fold_unfold_all_button');
/plugin/lms/
H A Dadmin.php40 /** @var helper_plugin_lms $hlp */
41 $hlp = $this->loadHelper('lms');
42 $list = $hlp->getUserLessons($INPUT->str('user'));
/plugin/dwedit/
H A DMenuItem.php58 $hlp = plugin_load('action', 'dwedit');
59 $btn_name = $hlp->getLang('btn_dw_edit');
/plugin/adfs/
H A Daction.php31 $hlp = plugin_load('helper', 'adfs');
32 $saml = $hlp->getSamlLib();
/plugin/filelisting/
H A Dsyntax.php87 /** @var helper_plugin_filelisting $hlp */
88 $hlp = plugin_load('helper', 'filelisting');
90 $renderer->doc .= $hlp->tpl_filelisting(false, $ns);
/plugin/html2pdf/multilingual/
H A Daction.php20 var $hlp = null; variable in action_plugin_multilingual
26 $this->hlp =& plugin_load('helper', 'multilingual');
/plugin/multilingual/
H A Daction.php20 var $hlp = null; variable in action_plugin_multilingual
26 $this->hlp =& plugin_load('helper', 'multilingual');
/plugin/publish/
H A Dsyntax.php20 private $hlp; variable in syntax_plugin_publish
23 $this->hlp = plugin_load('helper','publish');
62 $pages = $this->hlp->getPagesFromNamespace($namespace);
/plugin/dbquery/syntax/
H A Dquery.php49 $hlp = plugin_load('helper', 'dbquery');
51 $qdata = $hlp->loadDataFromPage($data['name']);
52 $result = $hlp->executeQuery($qdata['codeblocks']['_']);
/plugin/rating/
H A Dsyntax.php69 $hlp = plugin_load('helper', 'rating');
70 $list = $hlp->best($data[1]['lang'],$data[1]['startdate'], 20);
/plugin/davcal/syntax/
H A Dtable.php11 protected $hlp = null; variable in syntax_plugin_davcal_table
15 $this->hlp =& plugin_load('helper', 'davcal');
203 $userEvents = $this->hlp->filterCalendarPagesByUserPermission($data['id']);
208 $events = array_merge($events, $this->hlp->getEventsWithinDateRange($calPage,

12345