/plugin/statistics/inc/ |
H A D | StatisticsQuery.class.php | 4 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 D | StatisticsLogger.class.php | 6 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 D | StatisticsGraph.class.php | 9 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 D | HelperTest.php | 24 $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 D | main.php | 97 /** @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 D | banner.php | 10 private $hlp; variable in action_plugin_publish_banner 13 $this->hlp = plugin_load('helper','publish'); 23 if (!$this->hlp->isActive()) { 45 if ($this->hlp->isCurrentRevisionApproved() && $this->getConf('hide_approved_banner')) { 58 $difflink = $this->hlp->getDifflink($id,$rev1,$rev2); 67 if ($this->hlp->isCurrentRevisionApproved()) { 70 if ($this->hlp->isHiddenForUser()) { 103 if (!$this->hlp->isHidden()) { 112 $revision = $this->hlp->getRevision(); 113 $latestRevision = $this->hlp [all...] |
/plugin/booking/_test/ |
H A D | helper.test.php | 19 $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 D | admin.php | 8 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 D | action.php | 94 /** @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 D | admin.php | 31 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 D | admin.php | 10 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 D | syntax.php | 73 /** @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 D | change.php | 6 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 D | ajax.php | 12 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 D | calendarBackendDokuwiki.php | 24 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 D | ics.php | 20 $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 D | action.php | 37 /** @var helper_plugin_do $hlp */ 38 $hlp = plugin_load('helper', 'do'); 40 $JSINFO['plugin_do_user_name'] = $hlp->getPrettyUser($_SERVER['REMOTE_USER']); 70 /** @var helper_plugin_do $hlp */ 71 $hlp = plugin_load('helper', 'do'); 72 $status = $hlp->toggleTaskStatus($id, $_REQUEST['do_md5'], $_REQUEST['do_commit']); 91 /** @var helper_plugin_do $hlp */ 92 $hlp = plugin_load('helper', 'do'); 93 $status = $hlp->getAllPageStatuses($page); 111 /** @var helper_plugin_do $hlp */ [all...] |
/plugin/schulzevote/syntax/ |
H A D | vote.php | 81 $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 D | syntax.php | 19 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 D | action.php | 38 /** @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 D | syntax.php | 19 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 D | cron.php | 15 $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 D | admin.php | 15 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 D | HelperTest.php | 15 /** @var \helper_plugin_dbquery $hlp */ 16 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); 97 $actual = $this->callInaccessibleMethod($this->hlp, 'getDsnAliases', [$conf, 'dfu', 'dfp']); 109 $actual = $this->callInaccessibleMethod($this->hlp, 'getDsnAliases', [$conf, 'dfu', 'dfp']);
|
/plugin/rating/ |
H A D | action.php | 42 $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);
|