Home
last modified time | relevance | path

Searched refs:hlp (Results 1 – 25 of 112) sorted by relevance

12345

/plugin/statistics/inc/
H A DStatisticsQuery.class.php4 private $hlp; variable in StatisticsQuery
6 public function __construct(helper_plugin_statistics $hlp) { argument
7 $this->hlp = $hlp;
17 FROM " . $this->hlp->prefix . "access as A
21 $result = $this->hlp->runSQL($sql);
35 FROM " . $this->hlp->prefix . "access as A
38 $result = $this->hlp->runSQL($sql);
48 FROM " . $this->hlp->prefix . "session as A
51 $result = $this->hlp
[all...]
H A DStatisticsLogger.class.php6 private $hlp; variable in StatisticsLogger
19 public function __construct(helper_plugin_statistics $hlp) { argument
20 $this->hlp = $hlp;
71 $sql = "REPLACE INTO " . $this->hlp->prefix . "lastseen
74 $this->hlp->runSQL($sql);
88 $tolog = $this->hlp->getConf('loggroups');
100 $sql = "INSERT DELAYED INTO " . $this->hlp->prefix . "groups
108 $ok = $this->hlp->runSQL($sql);
189 $sql = "INSERT INTO " . $this->hlp
[all...]
H A DStatisticsGraph.class.php9 private $hlp; variable in StatisticsGraph
15 public function __construct(helper_plugin_statistics $hlp) { argument
16 $this->hlp = $hlp;
32 $this->hlp->sendGIF();
76 $result = $this->hlp->Query()->$query($this->tlimit, $this->start, 0, false);
106 $result = $this->hlp->Query()->history($this->tlimit, $info, $interval);
127 $DataSet->setXAxisName($this->hlp->getLang($interval));
128 $DataSet->setYAxisName($this->hlp->getLang('graph_'.$info));
184 $result = $this->hlp
[all...]
/plugin/lms/_test/
H A DHelperTest.php24 $hlp = new \helper_plugin_lms();
29 array_keys($hlp->getUserLessons('test'))
33 $hlp->markLesson('foo', 'test', true);
36 array_keys($hlp->getUserLessons('test'))
40 $hlp->markLesson('bar', 'test', true);
43 array_keys($hlp->getUserLessons('test'))
47 $hlp->markLesson('foo', 'test', false);
50 array_keys($hlp->getUserLessons('test'))
55 $hlp = new \helper_plugin_lms();
59 $result = $hlp
[all...]
/plugin/tagging/action/
H A Dmain.php97 /** @var helper_plugin_tagging $hlp */
98 $hlp = plugin_load('helper', 'tagging');
105 $pages = $hlp->findItems($filter, 'pid', 1);
126 /** @var helper_plugin_tagging $hlp */
127 $hlp = plugin_load('helper', 'tagging');
133 if ($INFO['writable'] && $hlp->getUser()) {
134 $hlp->replaceTags(
135 $id, $hlp->getUser(),
141 $hlp->updateElasticState($id);
144 $tags = $hlp
[all...]
/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 …]
/plugin/booking/_test/
H A Dhelper.test.php19 $hlp = plugin_load('helper', 'booking');
22 $hlp->addBooking('test:book', '2020-12-17 13:00', '1.5h', 'andi');
39 $hlp = plugin_load('helper', 'booking');
51 $hlp = plugin_load('helper', 'booking');
61 $hlp = plugin_load('helper', 'booking');
64 $hlp->addBooking('test:run', '2020-12-17 13:00', '1.5h', 'andi');
65 $hlp->addBooking('test:run', '2020-12-17 14:30', '1.5h', 'andi');
68 $bookings = $hlp->getBookings('test:run');
72 $ok = $hlp->cancelBooking('test:run', '2020-12-17 14:30');
76 $ok = $hlp->cancelBooking('test:run', '2020-12-17 14:33');
[all …]
/plugin/labeled/
H A Dadmin.php8 private $hlp; variable in admin_plugin_labeled
14 $this->hlp = plugin_load('helper', 'labeled');
33 $labels = $this->hlp->getAllLabels();
43 $this->hlp->deleteLabel($label);
49 $labels = $this->hlp->getAllLabels();
69 $labels = $this->hlp->getAllLabels();
82 $this->hlp->getAllLabels(true);
109 $this->hlp->createLabel($name, $color);
110 $this->hlp->changeOrder($name, $order);
112 $this->hlp->getAllLabels(true);
[all …]
/plugin/statistics/
H A Daction.php94 /** @var helper_plugin_statistics $hlp */
95 $hlp = plugin_load('helper', 'statistics');
96 $hlp->Logger()->log_edit(cleanID($event->data[1] . ':' . $event->data[2]), $type);
103 /** @var helper_plugin_statistics $hlp */
104 $hlp = plugin_load('helper', 'statistics');
105 $hlp->Logger()->log_search('', $event->data['query'], $event->data['highlight'], 'dokuwiki');
127 /** @var helper_plugin_statistics $hlp */
128 $hlp = plugin_load('helper', 'statistics');
129 $hlp->Logger()->log_login($type);
137 /** @var helper_plugin_statistics $hlp */
[all...]
H A Dadmin.php31 protected $hlp; variable in admin_plugin_statistics
81 $this->hlp = plugin_load('helper', 'statistics');
125 $this->tlimit = $this->hlp->Query()->mktlimit($from, $to);
255 $result = $this->hlp->Query()->aggregate($this->tlimit);
278 $result = $this->hlp->Query()->pages($this->tlimit, $this->start, 15);
286 $result = $this->hlp->Query()->newreferer($this->tlimit, $this->start, 15);
294 $result = $this->hlp->Query()->searchphrases(true, $this->tlimit, $this->start, 15);
311 $result = $this->hlp->Query()->countries($this->tlimit, $this->start, 150);
317 $result = $this->hlp->Query()->pages($this->tlimit, $this->start, 150);
323 $result = $this->hlp
[all...]
/plugin/tagging/
H A Dadmin.php10 private $hlp; variable in admin_plugin_tagging
13 $this->hlp = plugin_load('helper', 'tagging');
31 checkSecurityToken() && $this->hlp->deleteInvalidTaggings();
34 if (!$this->hlp->getParams()) {
35 $this->hlp->setDefaultSort();
39 $this->hlp->setDefaultSort();
51 echo $this->hlp->html_table();
53 echo $this->hlp->html_clean();
H A Dsyntax.php73 /** @var helper_plugin_tagging $hlp */
74 $hlp = plugin_load('helper', 'tagging');
82 $tags = $hlp->findItems(array('tagger' => $data['user']), 'tag', $data['limit']);
84 $renderer->doc .= $hlp->html_cloud($tags, 'tag', array($hlp, 'linkToSearch'), true, true);
90 $pids = $hlp->findItems(array('tag' => $data['tag']), 'pid', $data['limit']);
92 $renderer->doc .= $hlp->html_page_list($pids);
107 $tags = $hlp->findItems(['pid' => $hlp->globNamespace($data['ns'])], 'tag', $data['limit']);
108 $renderer->doc .= $hlp
[all...]
/plugin/labeled/action/
H A Dchange.php6 var $hlp; variable in action_plugin_labeled_change
22 $this->hlp = plugin_load('helper', 'labeled');
23 if (is_null($this->hlp)) {
37 $this->hlp->getDb();
59 $this->hlp->deleteLabel($_REQUEST['label'], $ID);
65 $this->hlp->removeLabel($_REQUEST['label'], $ID);
73 $this->hlp->addLabel($label, $ID);
81 $labels = $this->hlp->parseLabels($_REQUEST['labels']);
82 $this->hlp->setLabels($labels, $ID);
93 $this->hlp->createLabel($label, $color, $ns = '');
/plugin/davcal/action/
H A Dajax.php12 private $hlp = null; variable in action_plugin_davcal_ajax
15 $this->hlp =& plugin_load('helper','davcal');
53 $acl = $this->hlp->checkCalendarPermission($id);
67 $calendarPages = $this->hlp->getCalendarPagesByMeta($page);
114 $res = $this->hlp->editCalendarEntryForPage($id, $user, $params);
136 $res = $this->hlp->deleteCalendarEntryForPage($id, $params);
157 $data['settings'] = $this->hlp->getPersonalSettings($user);
160 $data['settings']['syncurl'] = $this->hlp->getSyncUrlForPage($page, $user);
161 $data['settings']['privateurl'] = $this->hlp->getPrivateURLForPage($page);
163 $data['settings']['meta'] = $this->hlp->getCalendarMetaForPage($page);
[all …]
/plugin/davcal/
H A DcalendarBackendDokuwiki.php24 protected $hlp = null; variable in DokuWikiSabreCalendarBackend
48 function __construct(&$hlp) argument
51 $this->hlp = $hlp;
90 $idInfo = $this->hlp->getCalendarIdsForUser($principalUri);
94 $row = $this->hlp->getCalendarSettings($id);
241 $arr = $this->hlp->getCalendarObjects($calendarId);
279 $row = $this->hlp->getCalendarObjectByUri($calendarId, $objectUri);
467 $result = $this->hlp->calendarQuery($calendarId, $filters);
494 $calids = array_keys($this->hlp->getCalendarIsForUser($principalUri));
495 $event = $this->hlp->getEventWithUid($uid);
[all …]
H A Dics.php20 $hlp = null; variable
21 $hlp =& plugin_load('helper', 'davcal'); variable
23 if(is_null($hlp))
30 if($hlp->getConfig('disable_ics') === 1)
38 $calid = $hlp->getCalendarForPrivateURL($icsFile);
48 $stream = $hlp->getCalendarAsICSFeed($calid);
/plugin/do/
H A Daction.php38 $hlp = plugin_load('helper', 'do');
40 $JSINFO['plugin_do_user_name'] = $hlp->getPrettyUser($_SERVER['REMOTE_USER']);
71 $hlp = plugin_load('helper', 'do');
92 $hlp = plugin_load('helper', 'do');
93 $status = $hlp->getAllPageStatuses($page);
112 $hlp = plugin_load('helper', 'do');
113 $tasks = $hlp->loadTasks(array('status' => array('undone'), 'user' => $user));
146 $hlp = plugin_load('helper', 'do');
147 $status = $hlp->toggleTaskStatus($pageid, $_REQUEST['do_md5']);
190 $hlp = plugin_load('helper', 'do');
[all …]
/plugin/schulzevote/syntax/
H A Dvote.php81 $hlp = plugin_load('helper', 'schulzevote');
82 $hlp->createVote($candidates);
109 $hlp = plugin_load('helper', 'schulzevote');
114 if ($hlp->outdated) {
123 } elseif ($hlp->hasVoted()) {
144 if ($hlp->hasVoted()) {
155 if (!$hlp->hasVoted()) {
200 function _winnerMsg($hlp, $lang) { argument
201 $winner = $hlp->getWinner();
233 $hlp = plugin_load('helper', 'schulzevote');
[all …]
/plugin/html2pdf/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/lms/
H A Daction.php38 /** @var helper_plugin_lms $hlp */
39 $hlp = $this->loadHelper('lms');
41 $JSINFO['plugins']['lms']['seen'] = array_keys($hlp->getUserLessons($user));
70 /** @var helper_plugin_lms $hlp */
71 $hlp = $this->loadHelper('lms');
74 $hlp->markLesson($ID, $user, true);
77 $hlp->markLesson($ID, $user, true);
78 $next = $hlp->getNextLesson($ID, $user);
84 $hlp->markLesson($ID, $user, false);
106 /** @var helper_plugin_lms $hlp */
[all...]
/plugin/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/webdavclient/
H A Dcron.php15 $hlp = null; variable
16 $hlp =& plugin_load('helper', 'webdavclient'); variable
20 if(is_null($hlp))
27 $cron = $hlp->getConfig('use_cron');
35 $hlp->syncAllConnections();
H A Dadmin.php15 protected $hlp = null; variable in admin_plugin_webdavclient
25 $this->hlp =& plugin_load('helper', 'webdavclient');
26 if(is_null($this->hlp))
67 if($this->hlp->syncConnection($connid, true, true) === false)
70 $this->errmsg = $this->hlp->getLastError();
75 if($this->hlp->syncConnection($connid, true, true, true) === false)
78 $this->errmsg = $this->hlp->getLastError();
83 $this->hlp->deleteConnection($connid);
128 $this->hlp->deleteAllEntries($connid);
140 $this->result = $this->hlp->queryServer($uri, $username, $password);
[all …]
/plugin/dbquery/_test/
H A DHelperTest.php16 protected $hlp; variable in dokuwiki\\plugin\\dbquery\\test\\HelperTest
22 $this->hlp = plugin_load('helper', 'dbquery');
38 $actual = $this->hlp->gatherVariables();
60 $actual = $this->hlp->gatherVariables();
66 $pdo = $this->hlp->getPDO('sqlite:', '', '');
77 $sth = $this->hlp->prepareStatement($pdo, $sql, $parameters);
/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);

12345