Searched refs:helper (Results 1 – 10 of 10) sorted by relevance
/dokuwiki/lib/plugins/popularity/ |
D | action.php | 17 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();
|
D | admin.php | 14 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/ |
D | Gui.php | 9 protected $helper; variable in dokuwiki\\plugin\\extension\\Gui 14 $this->helper = plugin_load('helper', 'extension'); 20 return $this->helper->getLang($msg);
|
D | Exception.php | 20 $helper = plugin_load('helper', 'extension'); 21 $newmessage = $helper->getLang($message);
|
D | GuiAdmin.php | 63 $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');
|
D | Notice.php | 27 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/ |
D | jquery-ui.min.js | 6 …helper:"original",iframeFix:!1,opacity:!1,refreshPositions:!1,revert:!1,revertDuration:500,scope:"… property
|
/dokuwiki/inc/Extension/ |
D | PluginTrait.php | 73 $obj = plugin_load('helper', $name);
|
/dokuwiki/lib/scripts/jquery/jquery-ui-theme/ |
D | smoothness.css | 9 .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/ |
D | deleted.files | 8 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
|