Home
last modified time | relevance | path

Searched refs:helper (Results 401 – 425 of 493) sorted by path

1...<<11121314151617181920

/plugin/struct/
H A Ddeleted.files73 helper/aggregation.php
74 helper/column.php
75 helper/serial.php
/plugin/struct/helper/
H A Dimexport.php37 /** @var \helper_plugin_struct_db $helper */
38 $helper = plugin_load('helper', 'struct_db');
39 $this->sqlite = $helper->getDB(false);
64 /** @var \helper_plugin_struct_db $helper */
65 $helper = plugin_load('helper', 'struct_db');
66 $this->sqlite = $helper->getDB(false);
/plugin/struct/meta/
H A DAccessTable.php126 /** @var \helper_plugin_struct_db $helper */
127 $helper = plugin_load('helper', 'struct_db');
128 $this->sqlite = $helper->getDB();
H A DAggregationTable.php29 $this->renderer->cdata($this->helper->getLang('none'));
135 $fltrs[] = sprintf('"%s" %s "%s"', $column, $this->helper->getLang("comparator $comp"), $value);
141 $this->helper->getLang('tablefilteredby'),
146 $this->renderer->internallink($this->id, $this->helper->getLang('tableresetfilter'));
231 'title="' . $this->helper->getLang('sort') . '">' . hsc($header) . '</a>';
389 $this->renderer->cdata($this->helper->getLang('none'));
454 $this->renderer->doc .= '<a href="' . $link . '" class="prev">' . $this->helper->getLang('prev') . '</a>';
463 $this->renderer->doc .= '<a href="' . $link . '" class="next">' . $this->helper->getLang('next') . '</a>';
488 $this->helper->getLang('csvexport') . '</a>';
65 protected $helper; global() variable in dokuwiki\\plugin\\struct\\meta\\AggregationTable
H A DAggregationValue.php43 $this->renderer->cdata($this->helper->getLang('none'));
50 protected $helper; global() variable in dokuwiki\\plugin\\struct\\meta\\AggregationValue
H A DAssignments.php49 /** @var \helper_plugin_struct_db $helper */
50 $helper = plugin_load('helper', 'struct_db');
51 $this->sqlite = $helper->getDB();
H A DCSVImporter.php58 $db = plugin_load('helper', 'struct_db');
216 /** @var 'helper_plugin_struct $helper */
217 $helper = plugin_load('helper', 'struct');
219 $helper->saveData($pid, [$table => $data], 'CSV data imported');
227 $helper->saveLookupData($access, $data);
H A DConfigParser.php45 /** @var \helper_plugin_struct_config $helper */
46 $helper = plugin_load('helper', 'struct_config');
91 $sorts = array_map([$helper, 'parseSort'], $sorts);
102 $flt = $helper->parseFilterLine($logic, $val);
H A DPageColumn.php82 /** @var \helper_plugin_struct_config $helper */
83 $helper = plugin_load('helper', 'struct_config');
84 return $helper->getLang('pagelabel');
H A DPageMeta.php20 /** @var \helper_plugin_struct_db $helper */
21 $helper = plugin_load('helper', 'struct_db');
22 $this->sqlite = $helper->getDB();
H A DPublishedColumn.php45 /** @var \helper_plugin_struct_config $helper */
46 $helper = plugin_load('helper', 'struct_config');
47 return $helper->getLang('publishedlabel');
H A DRevisionColumn.php78 /** @var \helper_plugin_struct_config $helper */
79 $helper = plugin_load('helper', 'struct_config');
80 return $helper->getLang('revisionlabel');
H A DRowColumn.php45 /** @var \helper_plugin_struct_config $helper */
46 $helper = plugin_load('helper', 'struct_config');
47 return $helper->getLang('rowlabel');
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 DSchemaBuilder.php45 protected $helper;
68 $this->helper = plugin_load('helper', 'struct_db');
69 $this->sqlite = $this->helper->getDB();
140 msg(sprintf($this->helper->getLang('duplicate_label'), $wantedlabel, $fixedlabel), -1);
44 protected $helper; global() variable in dokuwiki\\plugin\\struct\\meta\\SchemaBuilder
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');
/plugin/structacl/_test/
H A DConfigTest.php39 $helper = plugin_load('helper', 'structacl');
41 $config = $helper->getConfiguration($confValue);
55 $helper = plugin_load('helper', 'structacl');
57 $config = $helper->getConfiguration($confValue);
71 $helper = plugin_load('helper', 'structacl');
73 $config = $helper->getConfiguration($confValue);
/plugin/structacl/
H A Daction.php37 $helper = plugin_load('helper', 'structacl');
38 $config = $helper->getConfiguration($this->getConf('fields'));
/plugin/structodt/
H A Daction.php107 $helper = plugin_load('helper', 'structodt');
112 $template = $helper->rowTemplate($row, $template);
119 $rendered_page = $helper->tmpFileName('pdf');
124 $rendered_pages[] = $helper->$method($template, $row);
131 $tmp_file = $helper->concatenate($rendered_pages);
157 $helper = plugin_load('helper', 'structodt');
177 $row = $helper->getRow($schema, $pid, $rev, $rid);
185 $filename = $helper
[all...]
/plugin/structpublish/_test/
H A Drevision.test.php77 $helper = plugin_load('helper', 'structpublish_publish');
80 $helper->saveRevision(Constants::ACTION_APPROVE);
87 $helper->saveRevision(Constants::ACTION_PUBLISH, '1');
102 $helper->saveRevision(Constants::ACTION_PUBLISH, '2');
/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();
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');
H A Drevisions.php26 /** @var helper_plugin_structpublish_db $helper */
27 $helper = plugin_load('helper', 'structpublish_db');
29 if (!$helper->isPublishable()) {
/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)) {

1...<<11121314151617181920