/plugin/statistics/inc/ |
H A D | StatisticsQuery.class.php | 4 private $hlp; variable in StatisticsQuery 7 $this->hlp = $hlp; 21 $result = $this->hlp->runSQL($sql); 38 $result = $this->hlp->runSQL($sql); 203 return $this->hlp->runSQL($sql); 213 return $this->hlp->runSQL($sql); 231 return $this->hlp->runSQL($sql); 251 return $this->hlp->runSQL($sql); 261 return $this->hlp->runSQL($sql); 272 return $this->hlp->runSQL($sql); [all …]
|
H A D | StatisticsLogger.class.php | 6 private $hlp; variable in StatisticsLogger 20 $this->hlp = $hlp; 74 $this->hlp->runSQL($sql); 108 $ok = $this->hlp->runSQL($sql); 194 $id = $this->hlp->runSQL($sql); 203 $this->hlp->runSQL($sql); 234 $this->hlp->runSQL($sql); 461 $this->hlp->runSQL($sql); 488 $this->hlp->runSQL($sql); 513 $ok = $this->hlp->runSQL($sql); [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(); 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->Query()->viewport($this->tlimit, 0, 100); 217 $result = $this->hlp->Query()->resolution($this->tlimit, 0, 100); 269 $result = $this->hlp->Query()->dashboardviews($this->tlimit, $hours); [all …]
|
/plugin/lms/_test/ |
H A D | HelperTest.php | 24 $hlp = new \helper_plugin_lms(); 33 $hlp->markLesson('foo', 'test', true); 40 $hlp->markLesson('bar', 'test', true); 47 $hlp->markLesson('foo', 'test', false); 55 $hlp = new \helper_plugin_lms(); 57 $result = $hlp->getNextLesson('nope'); 60 $result = $hlp->getNextLesson('link'); 72 $hlp = new \helper_plugin_lms(); 90 $hlp = new \helper_plugin_lms(); 109 $hlp = new \helper_plugin_lms(); [all …]
|
/plugin/tagging/action/ |
H A D | main.php | 98 $hlp = plugin_load('helper', 'tagging'); 134 $hlp->replaceTags( 135 $id, $hlp->getUser(), 141 $hlp->updateElasticState($id); 145 $hlp->html_cloud($tags, 'tag', array($hlp, 'linkToSearch'), false); 158 … $tags = $hlp->findItems(array('tag' => '*' . $hlp->getDB()->escape_string($search) . '*'), 'tag'); 208 $userTags = $hlp->findItems(array('pid' => $pid, 'tagger' => $hlp->getUser()), 'tag'); 212 … 'html_cloud' => $hlp->html_cloud($tags, 'tag', array($hlp, 'linkToSearch'), false, true), 226 $hlp->deleteTags($data['tid']); 270 echo $hlp->getPagesHtml($data['tid']); [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/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()) { 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 D | start.php | 10 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/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/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 | 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->html_cloud($tags, 'tag', array($hlp, 'linkToSearch'), true, true, $data['n… 113 $renderer->doc .= $hlp->tpl_tags(false); 118 $renderer->doc .= $hlp->manageTags($ns);
|
/plugin/statistics/ |
H A D | action.php | 95 $hlp = plugin_load('helper', 'statistics'); 104 $hlp = plugin_load('helper', 'statistics'); 128 $hlp = plugin_load('helper', 'statistics'); 129 $hlp->Logger()->log_login($type); 138 $hlp = plugin_load('helper', 'statistics'); 159 $hlp = plugin_load('helper', 'statistics'); 160 $hlp->Logger()->log_media( 175 $hlp = plugin_load('helper', 'statistics'); 179 $result = $hlp->runSQL($sql); 202 $hlp->Logger()->log_history_media(); [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); 317 $result = $this->hlp->Query()->pages($this->tlimit, $this->start, 150); 323 $result = $this->hlp->Query()->edits($this->tlimit, $this->start, 150); 330 $result = $this->hlp->Query()->imagessum($this->tlimit); 335 $result = $this->hlp->Query()->images($this->tlimit, $this->start, 150); 342 $result = $this->hlp->Query()->downloadssum($this->tlimit); [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 | 38 $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 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 | 36 $hlp = $this->loadHelper('lms'); 38 $JSINFO['plugins']['lms']['seen'] = array_keys($hlp->getUserLessons($user)); 68 $hlp = $this->loadHelper('lms'); 71 $hlp->markLesson($ID, $user, true); 74 $hlp->markLesson($ID, $user, true); 75 $next = $hlp->getNextLesson($ID, $user); 81 $hlp->markLesson($ID, $user, false);
|
/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();
|
/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/dbquery/_test/ |
H A D | HelperTest.php | 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);
|
/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);
|