Home
last modified time | relevance | path

Searched refs:hlp (Results 26 – 50 of 112) sorted by last modified time

12345

/plugin/oauth/
H A Dauth.php17 protected $hlp; variable in auth_plugin_oauth
29 $this->hlp = $this->loadHelper('oauth');
51 $this->hlp->showException($e);
/plugin/statistics/inc/
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 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 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/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/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/deeplautotranslate/
H A DMenuItem.php27 $hlp = plugin_load('action', 'deeplautotranslate');
28 return $hlp->getLang('btn_translate');
/plugin/do/syntax/
H A Ddo.php18 protected $hlp = null; // helper plugin variable in syntax_plugin_do_do
27 $this->hlp = plugin_load('helper', 'do');
156 $statuses = $this->hlp->loadTasks(array('id' => $page));
259 $R->doc .= ' <span class="plugin_do_meta_user">' . $this->hlp->getPrettyUser($users[$i]) . '</span>';
292 $this->hlp->cleanPageTasks($ID);
314 $this->hlp->saveTask($data['task']);
337 $this->hlp->sendMail($receivers, 'open', $data['task'], $data['task']['creator']);
H A Ddolist.php106 /** @var helper_plugin_do $hlp */
107 $hlp = plugin_load('helper', 'do');
108 $tasks = $hlp->loadTasks($data);
148 /** @var helper_plugin_do $hlp */
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/do/
H A Daction.php37 /** @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/dw2markdown/
H A DMenuItem.php30 $hlp = plugin_load('action', 'dw2markdown');
31 return $hlp->getLang('export_markdown_button');
/plugin/elasticsearch/action/
H A Dindexing.php131 /** @var helper_plugin_elasticsearch_client $hlp */
132 $hlp = plugin_load('helper', 'elasticsearch_client');
135 $client = $hlp->connect();
185 /** @var helper_plugin_elasticsearch_client $hlp */
186 $hlp = plugin_load('helper', 'elasticsearch_client');
188 $client = $hlp->connect();
H A Dsearch.php85 /** @var helper_plugin_elasticsearch_client $hlp */
86 $hlp = plugin_load('helper', 'elasticsearch_client');
88 $client = $hlp->connect();
/plugin/elasticsearch/
H A Dcli.php19 protected $hlp; variable in cli_plugin_elasticsearch
26 $this->hlp = plugin_load('helper', 'elasticsearch_client');
50 'Create index named "'.$this->hlp->getConf('indexname').'" and all required field mappings.'
73 $this->hlp->createIndex($options->getOpt('clear'));
/plugin/folded/
H A DMenuItemFolded.php34 $hlp = plugin_load('action', 'folded');
35 return $hlp->getLang('fold_unfold_all_button');
/plugin/dwedit/
H A DMenuItem.php58 $hlp = plugin_load('action', 'dwedit');
59 $btn_name = $hlp->getLang('btn_dw_edit');
/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/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/evesso/classes/
H A DAbstractAdapter.php25 protected $hlp = null; variable in OAuth\\Plugin\\AbstractAdapter
35 $this->hlp = plugin_load('helper', 'evesso');
38 $this->hlp->getKey(),
39 $this->hlp->getSecret(),
40 $this->hlp->getRedirectURI()
/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 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);

12345