Home
last modified time | relevance | path

Searched refs:helper (Results 226 – 250 of 493) sorted by relevance

12345678910>>...20

/plugin/sitemapnavi/action/
H A Dajax.php60 $helper = $this->loadHelper('sitemapnavi');
61 echo $helper->getSiteMap($ns);
/plugin/struct/action/
H A Dbureaucracy.php27 * helper/fiels.php for that.
60 /** @var helper_plugin_bureaucracy_field $helper */
61 $helper = plugin_load('helper', 'bureaucracy_field');
62 $helper->initialize($args);
64 $schema = new Schema($helper->opt['label']);
72 $field = plugin_load('helper', 'struct_field');
74 $field->opt = $helper->opt; // copy all the settings to each field
/plugin/qc/action/
H A Dajax.php43 /** @var helper_plugin_qc $helper */
44 $helper = plugin_load('helper', 'qc');
45 if (!$helper->shouldShow($id)) {
/plugin/adhoctags/syntax/
H A Da.php57 $helper = $this->loadHelper('adhoctags', true);
58 $attr = $helper->getAttributes($data);
/plugin/structpublish/action/
H A Dpublish.php36 /** @var helper_plugin_structpublish_publish $helper */
37 $helper = plugin_load('helper', 'structpublish_publish');
38 $newRevision = $helper->saveRevision(key($in), $INPUT->str('version'));
41 $notifyHelper = plugin_load('helper', 'structpublish_notify');
/plugin/struct/meta/
H A DSchema.php60 /** @var \helper_plugin_struct_db $helper */
61 $helper = plugin_load('helper', 'struct_db');
62 $info = $helper->getInfo();
64 $this->sqlite = $helper->getDB();
171 /** @var \helper_plugin_struct_db $helper */
172 $helper = plugin_load('helper', 'struct_db');
173 $db = $helper->getDB(false);
H A DSummaryColumn.php77 /** @var \helper_plugin_struct_config $helper */
78 $helper = plugin_load('helper', 'struct_config');
79 return $helper->getLang('summarylabel');
H A DUserColumn.php78 /** @var \helper_plugin_struct_config $helper */
79 $helper = plugin_load('helper', 'struct_config');
80 return $helper->getLang('userlabel');
H A DRevisionColumn.php78 /** @var \helper_plugin_struct_config $helper */
79 $helper = plugin_load('helper', 'struct_config');
80 return $helper->getLang('revisionlabel');
H A DPageColumn.php82 /** @var \helper_plugin_struct_config $helper */
83 $helper = plugin_load('helper', 'struct_config');
84 return $helper->getLang('pagelabel');
/plugin/farmer/admin/
H A Dsetup.php17 /** @var helper_plugin_farmer $helper */
18 private $helper;
39 $this->helper = plugin_load('helper', 'farmer');
48 } elseif ($this->helper->isInPath($farmdir, DOKU_INC) !== false) {
19 private $helper; global() variable in admin_plugin_farmer_setup
/plugin/tag/syntax/
H A Dtopic.php97 /* @var helper_plugin_tag $helper */
98 if ($helper = $this->loadHelper('tag')) {
99 $helper->overrideSortFlags($sortflags);
100 $pages = $helper->getTopic($ns, '', $tag);
H A Dtagpage.php81 /** @var helper_plugin_tag $helper */
82 if(!$helper = $this->loadHelper('tag')) {
86 $renderer->doc .= $helper->tagLink($data['tag'], $data['title'], $data['dynamic']);
/plugin/struct/
H A Ddeleted.files73 helper/aggregation.php
74 helper/column.php
75 helper/serial.php
/plugin/structpublish/meta/
H A DAssignments.php48 /** @var \helper_plugin_structpublish_db $helper */
49 $helper = plugin_load('helper', 'struct_db');
50 $this->sqlite = $helper->getDB();
84 $dbHelper = plugin_load('helper', 'structpublish_db');
229 $helper = plugin_load('helper', 'structpublish_assignments');
233 if ($helper->matchPagePattern($row['pattern'], $page, $pns)) {
/plugin/settingstree/settings/
H A Dsettingslevel.class.php195 return sprintf(settingshierarchy::$helper->getLang('settings_for_%s'),$this->path);
199 …his).trigger('settingstree_save'); return false;\">".settingshierarchy::$helper->getLang('save')."…
200 …s).trigger('settingstree_cancel'); return false;\">".settingshierarchy::$helper->getLang('cancel')…
279 …return $this->_title !== null ? $this->_title : settingshierarchy::$helper->getLang('export_option…
283 …s).trigger('settingstree_export'); return false;\">".settingshierarchy::$helper->getLang('export')…
284 …is).trigger('settingstree_close'); return false;\">".settingshierarchy::$helper->getLang('cancel')…
/plugin/sitemapnavi/
H A Dsyntax.php84 $helper = $this->loadHelper('sitemapnavi');
85 $listHtml = $helper->getSiteMap(':');
/plugin/talkpage/
H A Daction.php34 $helper = plugin_load('syntax', 'talkpage');
35 $data = $helper->getLink();
/plugin/acknowledge/syntax/
H A Dlisting.php78 /** @var helper_plugin_acknowledge $helper */
79 $helper = plugin_load('helper', 'acknowledge');
80 $items = $helper->getUserAssignments($user, $groups, $includeDone);
/plugin/data-au/_test/
H A Daction_handle.test.php26 $this->helper = plugin_load('helper', 'dataau);
27 $this->db = $this->helper->_getDB();
/plugin/poldek/
H A Dsyntax.php66 $helper = $this->loadHelper($this->getPluginName(), true);
67 $renderer->doc .= $helper->ls($data['pkg']);
/plugin/owncloud/exe/
H A Dfetch.php28 $helper = new helper_plugin_owncloud(); variable
29 $realmedia = $helper->getFilenameForID($fileID,true);
/plugin/quickstats/
H A Dadmin.php19 private $helper; variable in admin_plugin_quickstats
35 $this->helper = $this->loadHelper('quickstats', true);
36 $this->cache = $this->helper->getCache();
37 $this->cc_arrays = $this->helper->get_cc_arrays();
38 $this->meta_path = $this->helper->metaFilePath(true) ;
170 $this->cache=$this->helper->pruneCache($_REQUEST['confirm'],$_REQUEST['del']);
/plugin/infomail/
H A Dadmin.php43 $helper = plugin_load('helper', 'infomail');
46 $lists = $helper->getLists();
/plugin/aichat/
H A Dsyntax.php

12345678910>>...20