Home
last modified time | relevance | path

Searched refs:helper (Results 201 – 225 of 493) sorted by relevance

12345678910>>...20

/plugin/searchstats/
H A Daction.php32 $helper = plugin_load('helper', 'searchstats');
65 $helper = plugin_load('helper', 'searchstats');
/plugin/farmsync/meta/
H A DStructConflict.php28 $form->addButton("theirs", $this->helper->getLang('button:keep'));
29 $form->addButton("override", $this->helper->getLang('button:overwrite'));
/plugin/webdav/core/Backend/
H A DAuth.php30 $helper = plugin_load('helper', 'webdav');
34 if (!$helper->hasAccess()) {
/plugin/include/_test/
H A Dlocallink_conversion.test.php12 /** @var helper_plugin_include $helper */
13 private $helper; variable in plugin_include_locallink_conversion_test
20 $this->helper = plugin_load('helper', 'include');
H A Dmedia_linktitle_conversion.test.php12 /** @var helper_plugin_include $helper */
13 private $helper; variable in plugin_include_media_linktitle_conversion_test
20 $this->helper = plugin_load('helper', 'include');
/plugin/approve/
H A Dadmin.php35 $db_helper = plugin_load('helper', 'approve_db');
41 /** @var helper_plugin_approve $helper */
42 $helper = plugin_load('helper', 'approve');
49 $helper->updatePagesAssignments($sqlite);
61 $helper->updatePagesAssignments($sqlite);
79 $db_helper = plugin_load('helper', 'approve_db');
/plugin/struct/meta/
H A DAggregationValue.php43 $this->renderer->cdata($this->helper->getLang('none'));
50 protected $helper; global() variable in dokuwiki\\plugin\\struct\\meta\\AggregationValue
H A DPublishedColumn.php45 /** @var \helper_plugin_struct_config $helper */
46 $helper = plugin_load('helper', 'struct_config');
47 return $helper->getLang('publishedlabel');
H A DRowColumn.php45 /** @var \helper_plugin_struct_config $helper */
46 $helper = plugin_load('helper', 'struct_config');
47 return $helper->getLang('rowlabel');
/plugin/infomail/
H A Daction.php63 $helper = plugin_load('helper', 'infomail');
87 $lists = array_merge($lists, $helper->getLists());
134 $helper = plugin_load('helper', 'infomail');
144 $all_recipients = array_merge($all_recipients, $helper->loadList($bookmark));
197 $mailtext = $helper->loadTemplate();
/plugin/settingstree/settings/
H A Dsettingswrapper.class.php74 …chy',['{$this->_key}','{$this->_level->path}']);\">".settingshierarchy::$helper->getLang('show_hie…
78 …<label for='settingstree_{$this->_key}_protect'>".settingshierarchy::$helper->getLang('protected')…
85 …return "<div class='error'>".settingshierarchy::$helper->getLang('invalid_value').($this->_setting…
87 …:$helper->getLang('updated_value_from').": <code>{$this->format($this->_old_val,$default)}</code>"…
/plugin/ireadit/action/
H A Dmigration.php94 $helper = plugin_load('helper', 'ireadit');
103 $user_set = $helper->users_set($meta);
151 $helper = plugin_load('helper', 'ireadit');
197 $helper = plugin_load('helper', 'ireadit');
255 $usersToInsert = $helper->users_set($users, $groups);
/plugin/deletehistory/
H A Dadmin.php29 $helper = $this->loadHelper('deletehistory');
30 $helper->deleteAllHistory();
/plugin/settingstree/
H A Dplugin.info.txt5 name Settings tree helper plugin
6 desc DokuWiki helper and admin for setting up settings based on NS/page hierarchy to a plugin
/plugin/publish/_test/
H A Dmail.test.php56 $helper = plugin_load('helper','publish');
57 $actual_lastapproved_helper = $helper->getLatestApprovedRevision($ID);
/plugin/acknowledge/syntax/
H A Dassign.php51 /** @var helper_plugin_acknowledge $helper */
52 $helper = plugin_load('helper', 'acknowledge');
53 $helper->setPageAssignees($ID, $data['assignees']);
/plugin/structpublish/action/
H A Dmigration.php31 /** @var \helper_plugin_struct_db $helper */
32 $helper = plugin_load('helper', 'struct_db');
35 if (!$helper) {
39 $sqlite = $helper->getDB();
/plugin/dwtimeline/
H A Ddeleted.files4 syntax/helper.php
6 helper.php
/plugin/twistienav/
H A Daction.php28 $this->helper = plugin_load('helper','twistienav');
31 $this->title_metadata = $this->helper->build_titlemetafields();
32 list($this->exclusions, $this->nsignore) = $this->helper->build_exclusions();
176 $this->data = $this->helper->get_idx_data($idx, $useexclusions);
/plugin/twistienav4bootstrap3/
H A Daction.php27 $this->helper = plugin_load('helper','twistienav4bootstrap3');
30 $this->title_metadata = $this->helper->build_titlemetafields();
31 list($this->exclusions, $this->nsignore) = $this->helper->build_exclusions();
175 $this->data = $this->helper->get_idx_data($idx, $useexclusions);
/plugin/newpagetemplate/
H A Dcli.php64 $helper = plugin_load('helper', 'newpagetemplate', 1, $false);
65 $helper->init($clopts, $options, $this);
73 $helper = plugin_load('helper', 'newpagetemplate', 1, $false);
74 $helper->init($clopts, $options, $this);
/plugin/news/scripts/
H A Dnewsfeed.php20 global $newsFeedURL,$INPUT, $helper;
25 $helper = new helper_plugin_news(); variable
61 $newsChannelTtl = isset($ini_array[$which]['ttl']) ? $ini_array[$which]['ttl'] : $helper->ttl();
/plugin/pagetitle/
H A Daction.php129 isset($helper) || $helper = $this->loadHelper('pagetitle');
130 $html = $helper->html_youarehere(1, $cache->page, $traces);
/plugin/adhocmathml/
H A Dmtd.php38 $helper = $this->loadHelper('adhoctags', true);
39 $attr = $helper->getAttributes($data);
/plugin/owncloud/exe/
H A Ddetail.php23 $helper = new helper_plugin_owncloud(); variable
24 $realmedia = $helper->getFilenameForID($fileID,true);

12345678910>>...20