Home
last modified time | relevance | path

Searched refs:hlp (Results 51 – 75 of 112) sorted by path

12345

/plugin/move/
H A DMenuItem.php32 $hlp = plugin_load('action', 'move_rename');
33 return $hlp->getLang('renamepage');
/plugin/multilingual/
H A Daction.php20 var $hlp = null; variable in action_plugin_multilingual
26 $this->hlp =& plugin_load('helper', 'multilingual');
H A Dsyntax.php19 var $hlp = null; variable in syntax_plugin_multilingual
25 $this->hlp =& plugin_load('helper', 'multilingual');
85 if($this->hlp->tns && strpos($ID,$this->hlp->tns) !== 0) return;
91 $rx = '/^'.$this->hlp->tns.'(('.join('|',$this->hlp->trans).'):)?/';
109 foreach($this->hlp->trans as $t){
110 list($link,$name,$exists) = $this->hlp->buildTransLink($t,$idpart);
/plugin/oauth/
H A DAdapter.php58 /** @var \helper_plugin_oauth $hlp */
59 $hlp = plugin_load('helper', 'oauth');
64 $hlp->redirectURI()
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/oauth/action/
H A Dlogin.php22 protected $hlp;
31 $this->hlp = plugin_load('helper', 'oauth');
72 $this->hlp->showException($e, 'login failed');
142 $validDomains = $this->hlp->getValidDomains();
152 foreach ($this->hlp->listServices() as $service) {
181 $enabledServices = $this->hlp->listServices();
19 protected $hlp; global() variable in action_plugin_oauth_login
H A Duser.php20 protected $hlp;
29 $this->hlp = plugin_load('helper', 'oauth');
80 $services = array_keys($this->hlp->listServices());
115 $services = $this->hlp->listServices();
158 $services = $this->hlp->listServices();
17 protected $hlp; global() variable in action_plugin_oauth_user
/plugin/odt/
H A DMenuItemODT.php37 $hlp = plugin_load('action', 'odt_export');
38 return $hlp->getLang('export_odt_button');
H A DMenuItemODTPDF.php37 $hlp = plugin_load('action', 'odt_export');
38 return $hlp->getLang('export_odt_pdf_button');
/plugin/odtplus2dw/
H A DMenuItem.php32 $hlp = plugin_load('action', 'odtplus2dw');
33 return $hlp->getLang('import_button');
/plugin/overlay/
H A DMenuItem.php50 $hlp = plugin_load('action', 'overlay');
51 return $hlp->getLang('btn_dw_edit');
/plugin/publish/action/
H A Dbanner.php10 private $hlp; variable in action_plugin_publish_banner
13 $this->hlp = plugin_load('helper','publish');
23 if (!$this->hlp->isActive()) {
70 if ($this->hlp->isHiddenForUser()) {
103 if (!$this->hlp->isHidden()) {
112 $revision = $this->hlp->getRevision();
129 $revision = $this->hlp->getRevision();
146 $revision = $this->hlp->getRevision();
152 $approvals = $this->hlp->getApprovalsOnRevision($this->hlp->getRevision());
194 if (!$this->hlp->canApprove()) {
[all …]
H A Ddebug.php7 private $hlp; variable in action_plugin_publish_debug
10 $this->hlp = plugin_load('helper','publish');
H A Dhide.php10 private $hlp; variable in action_plugin_publish_hide
13 $this->hlp = plugin_load('helper','publish');
27 if (!$this->hlp->isActive()) {
31 if (!$this->hlp->isHiddenForUser()) {
48 if (!$this->hlp->isHiddenForUser($event->data['id'])) {
H A Dmail.php20 private $hlp; variable in action_plugin_publish_mail
23 $this->hlp = plugin_load('helper','publish');
54 if (!$this->hlp->isActive($ID)) {
115 if($this->hlp->hasApprovals($INFO['meta'])) {
117 $oldrev = $this->hlp->getLatestApprovedRevision($ID);
118 $difflink = $this->hlp->getDifflink($ID, $oldrev, $rev);
123 $difflink = $this->hlp->getDifflink($ID, $oldrev, $rev);
H A Drecent.php10 private $hlp; variable in action_plugin_publish_recent
13 $this->hlp = plugin_load('helper','publish');
21 if (!$this->hlp->isActive()) {
44 if ($this->hlp->isCurrentRevisionApproved($id)) {
H A Dremoveattic.php10 private $hlp; variable in action_plugin_publish_removeattic
13 $this->hlp = plugin_load('helper','publish');
25 if (!$this->hlp->isActive()) {
33 if ($this->hlp->getPreviousApprovedRevision()) {
H A Drevisions.php10 private $hlp; variable in action_plugin_publish_revisions
13 $this->hlp = plugin_load('helper','publish');
24 if (!$this->hlp->isActive()) {
46 if ($this->hlp->isRevisionApproved($revision)) {
H A Dstart.php10 private $hlp; variable in action_plugin_publish_start
13 $this->hlp = plugin_load('helper','publish');
43 if (!$this->hlp->isActive()) {
47 if (!$this->hlp->isCurrentRevisionApproved()) {
48 $latestApproved = $this->hlp->getLatestApprovedRevision();
/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/rating/
H A Daction.php42 $hlp = plugin_load('helper', 'rating');
43 $hlp->remove($event->data[2]);
66 $hlp = plugin_load('helper', 'rating');
67 $hlp->tpl(true);
86 $hlp = plugin_load('helper', 'rating');
87 $hlp->rate($rate, $ID);
H A Dsyntax.php69 $hlp = plugin_load('helper', 'rating');
70 $list = $hlp->best($data[1]['lang'],$data[1]['startdate'], 20);
/plugin/recommend/
H A DMenuItem.php29 $hlp = plugin_load('action', 'recommend');
30 return $hlp->getLang('menu_recommend');

12345