Home
last modified time | relevance | path

Searched refs:hlp (Results 26 – 50 of 112) sorted by relevance

12345

/plugin/publish/action/
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();
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 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 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 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);
/plugin/evesso/
H A Dauth.php68 $hlp = plugin_load('helper', 'evesso');
71 $service = $hlp->loadService($servicename);
121 $hlp = plugin_load('helper', 'evesso');
122 if ($hlp->validBrowserID($session)) {
123 if (!$hlp->isSessionTimedOut($session)) {
125 } elseif (!($hlp->isGETRequest() && $hlp->isDokuPHP())) {
137 $hlp = plugin_load('helper', 'evesso');
238 if (!$hlp->checkGroups($uinfo['grps'])) {
245 if (!$hlp->checkGroups($uinfo['grps'])) {
399 $hlp = plugin_load('helper', 'evesso');
[all …]
H A Daction.php101 $hlp = plugin_load('helper', 'evesso');
103 $service = $hlp->loadService($servicename);
158 $hlp = plugin_load('helper', 'evesso');
191 $hlp = plugin_load('helper', 'evesso');
304 $hlp = plugin_load('helper', 'evesso');
305 $service = $hlp->getService();
311 if ($hlp->isEveAuth()) { //Set Html
366 $hlp = plugin_load('helper', 'evesso');
368 if($event->data == 'logout' && $hlp->isEveAuth()) {
374 if ($hlp->isAuthPlain()) return true;
[all …]
/plugin/struct/meta/
H A DSchemaEditor.php23 protected $hlp;
32 $this->hlp = plugin_load('helper', 'struct_config');
53 <th>{$this->hlp->getLang('editor_sort')}</th>
54 <th>{$this->hlp->getLang('editor_label')}</th>
55 <th>{$this->hlp->getLang('editor_multi')}</th>
56 <th>{$this->hlp->getLang('editor_conf')}</th>
57 <th>{$this->hlp->getLang('editor_type')}</th>
58 <th>{$this->hlp->getLang('editor_enabled')}</th>
22 protected $hlp; global() variable in dokuwiki\\plugin\\struct\\meta\\SchemaEditor
/plugin/tagging/action/
H A Delasticsearch.php55 /** @var helper_plugin_tagging $hlp */
56 $hlp = plugin_load('helper', 'tagging');
57 $tags = $hlp->findItems(['pid' => $data['uri']], 'tag');
59 $data['tagging'] = array_map(function ($tag) use ($hlp) {
60 return $hlp->cleanTag($tag);
92 /** @var helper_plugin_tagging $hlp */
93 $hlp = plugin_load('helper', 'tagging');
100 $matches[1] = array_map([$hlp, 'cleanTag'], $matches[1]);
/plugin/translation3/
H A Daction.php21 var $hlp = null; variable in action_plugin_translation
27 $this->hlp =& plugin_load('helper', 'translation');
52 $lc = $this->hlp->getBrowserLang();
59 $lc = $this->hlp->getLangPart($ID);
85 $tr = $this->hlp->getLangPart($r);
104 $tr = $this->hlp->getLangPart($r);
/plugin/redirect/
H A Dadmin.php20 protected $hlp; variable in admin_plugin_redirect
26 $this->hlp = plugin_load('helper', 'redirect');
56 if($this->hlp->saveConfigFile($INPUT->post->str('redirdata'))) {
72 echo formtext($this->hlp->loadConfigFile());
/plugin/lms/syntax/
H A Dlms.php14 protected $hlp;
25 $this->hlp = $this->loadHelper('lms');
71 $seen = $this->hlp->getLesson($INFO['id'], $this->user);
120 $seen = $this->hlp->getLesson($INFO['id'], $this->user);
137 $next = $this->hlp->getNextLesson($INFO['id']);
150 $prev = $this->hlp->getPrevLesson($INFO['id']);
12 protected $hlp; global() variable in syntax_plugin_lms_lms
H A Dinclude.php14 protected $hlp;
25 $this->hlp = $this->loadHelper('lms');
71 $seen = $this->hlp->getLesson($INFO['id'], $this->user);
74 $cp = $this->hlp->getControlPage();
12 protected $hlp; global() variable in syntax_plugin_lms_include
/plugin/davcal/
H A Dcalendarserver.php19 $hlp = null; variable
20 $hlp =& plugin_load('helper', 'davcal'); variable
22 if(is_null($hlp))
30 if($hlp->getConfig('disable_sync') === 1)
51 $calendarBackend = new DokuWikiSabreCalendarBackend($hlp);
/plugin/autolink4/
H A Dadmin.php19 protected $hlp; variable in admin_plugin_autolink4
22 /** @type helper_plugin_autolink4 $this ->hlp */
23 $this->hlp = plugin_load('helper', 'autolink4');
39 if (!$this->hlp->saveConfigFile($INPUT->post->str('aldata'))) {
54 $config = $this->hlp->loadConfigFile();
/plugin/submgr/
H A Dadmin.php13 protected $hlp; variable in admin_plugin_submgr
20 $this->hlp = plugin_load('helper', 'submgr');
44 $this->hlp->addRule($new['item'], $new['type'], $new['members']);
53 $this->hlp->removeRule($INPUT->str('rm'));
85 foreach ($this->hlp->getRules() as $item => $data) {
H A Daction.php41 $hlp = plugin_load('helper', 'submgr');
42 $hlp->runRules($event->data['params'][0], $event->data['params'][4]);
63 $hlp = plugin_load('helper', 'submgr');
64 $hlp->runRules($INPUT->server->str('REMOTE_USER'), $USERINFO['grps']);
/plugin/davcal/syntax/
H A Dcalendar.php11 protected $hlp = null; variable in syntax_plugin_davcal_calendar
15 $this->hlp =& plugin_load('helper', 'davcal');
146 $calid = $this->hlp->getCalendarIdForPage($ID);
147 $settings = $this->hlp->getCalendarSettings($calid);
163 $this->hlp->setCalendarNameForPage($data['name'], $data['description'], $ID, $username);
164 $this->hlp->setCalendarColorForPage($data['id'][$ID], $ID);
165 $this->hlp->enableCalendarForPage($ID);
/plugin/evesso/conf/
H A Dmetadata.php16 $hlp = plugin_load('helper', 'evesso');
19 $value = '<code>'.$hlp->getRedirectURI().'</code>';
36 $hlp = plugin_load('helper', 'evesso');
39 $value = '<code>'.$hlp->getRedirectURI().'</code>';
/plugin/davcard/action/
H A Dajax.php16 private $hlp = null; variable in action_plugin_davcard_ajax
19 $this->hlp =& plugin_load('helper','davcard');
53 $acl = $this->hlp->checkAddressbookPermission($id);
75 … if($write && ($this->hlp->addContactEntryToAddressbookForPage($id, $user, $params) === true))
91 $contactdata = $this->hlp->getContactByUri($id, $params['uri']);
111 …if($write && ($this->hlp->editContactEntryToAddressbookForPage($id, $user, $params['uri'], $params…
126 …if($write && ($this->hlp->deleteContactEntryToAddressbookForPage($id, $user, $params['uri']) === t…
141 $contactdata = $this->hlp->getContactByUri($id, $params['uri']);
/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
/plugin/davcard/syntax/
H A Dcard.php17 protected $hlp = null; variable in syntax_plugin_davcard_card
21 $this->hlp =& plugin_load('helper', 'davcard');
117 $contactdata = $this->hlp->getContactByFormattedName($data['id'], $data['name']);
122 …$contactdata = $this->hlp->getContactByStructuredName($data['id'], $data['firstname'], $data['last…
127 $contactdata = $this->hlp->getContactByEmail($data['id'], $data['email']);
132 $contactdata = $this->hlp->getContactByUri($data['id'], $data['uri']);
/plugin/do/syntax/
H A Ddolist.php107 $hlp = plugin_load('helper', 'do');
108 $tasks = $hlp->loadTasks($data);
149 $hlp = plugin_load('helper', 'do');
158 $user = $hlp->getPrettyUser($user);
168 $editor = ($row['closedby']) ? $hlp->getPrettyUser($row['closedby']) : '';
185 $table .= $hlp->getPrettyUser($row['creator']);
/plugin/webdavclient/
H A Daction.php13 protected $hlp = null; variable in action_plugin_webdavclient
18 $this->hlp =& plugin_load('helper', 'webdavclient');
36 if($this->hlp->indexerSyncAllConnections() === true)

12345