Home
last modified time | relevance | path

Searched refs:helper (Results 1 – 10 of 10) sorted by relevance

/dokuwiki/lib/plugins/popularity/
Daction.php17 protected $helper; variable in action_plugin_popularity
21 $this->helper = $this->loadHelper('popularity', false);
39 if (!$this->helper->isAutosubmitEnabled() || $this->isTooEarlyToSubmit()) {
44 $status = $this->helper->sendData($this->helper->gatherAsString());
48 io_saveFile($this->helper->autosubmitErrorFile, $status);
51 @unlink($this->helper->autosubmitErrorFile);
53 touch($this->helper->autosubmitFile);
66 $lastSubmit = $this->helper->lastSentTime();
Dadmin.php14 protected $helper; variable in admin_plugin_popularity
22 $this->helper = $this->loadHelper('popularity', false);
61 $this->sentStatus = $this->helper->sendData($INPUT->str('data'));
64 touch($this->helper->popularityLastSubmitFile);
78 io_saveFile($this->helper->autosubmitFile, ' ');
80 @unlink($this->helper->autosubmitFile);
94 if ($this->helper->isAutoSubmitEnabled()) {
95 if (file_exists($this->helper->autosubmitErrorFile)) {
97 echo io_readFile($this->helper->autosubmitErrorFile);
103 $lastSent = $this->helper->lastSentTime();
[all …]
/dokuwiki/lib/plugins/extension/
DGui.php9 protected $helper; variable in dokuwiki\\plugin\\extension\\Gui
14 $this->helper = plugin_load('helper', 'extension');
20 return $this->helper->getLang($msg);
DException.php20 $helper = plugin_load('helper', 'extension');
21 $newmessage = $helper->getLang($message);
DGuiAdmin.php63 $html .= $this->helper->locale_xhtml('intro_plugins');
96 $html .= $this->helper->locale_xhtml('intro_templates');
131 $html .= $this->helper->locale_xhtml('intro_search');
162 $html .= $this->helper->locale_xhtml('intro_install');
DNotice.php27 protected $helper; variable in dokuwiki\\plugin\\extension\\Notice
38 $this->helper = plugin_load('helper', 'extension');
96 return $this->helper->getLang($msg);
/dokuwiki/lib/scripts/jquery/
Djquery-ui.min.js6helper:"original",iframeFix:!1,opacity:!1,refreshPositions:!1,revert:!1,revertDuration:500,scope:"… property
/dokuwiki/inc/Extension/
DPluginTrait.php73 $obj = plugin_load('helper', $name);
/dokuwiki/lib/scripts/jquery/jquery-ui-theme/
Dsmoothness.css9 .ui-helper-hidden {
12 .ui-helper-hidden-accessible {
22 .ui-helper-reset {
32 .ui-helper-clearfix:before,
33 .ui-helper-clearfix:after {
38 .ui-helper-clearfix:after {
41 .ui-helper-zfix {
662 .ui-selectable-helper {
/dokuwiki/data/
Ddeleted.files8 lib/plugins/extension/helper/extension.php
9 lib/plugins/extension/helper/gui.php
10 lib/plugins/extension/helper/list.php
11 lib/plugins/extension/helper/repository.php