Home
last modified time | relevance | path

Searched refs:helper (Results 451 – 475 of 493) sorted by path

1...<<11121314151617181920

/plugin/task/syntax/
H A Dtaskform.php10 protected $helper = NULL; variable in syntax_plugin_task_taskform
16 $this->helper = plugin_load('helper', 'task');
57 …if ($this->helper) $renderer->doc .= $this->helper->_newTaskForm($ns, $selectUser, $selectUserGrou…
H A Dtasks.php10 protected $helper = NULL; variable in syntax_plugin_task_tasks
16 $this->helper = plugin_load('helper', 'task');
57 if ($this->helper) $pages = $this->helper->getTasks($ns, NULL, $filter, $user);
74 if ($this->helper) $renderer->doc .= $this->helper->_newTaskForm($ns);
100 if ($this->helper) $renderer->doc .= $this->helper->_newTaskForm($ns);
137 if ($this->helper) $renderer->doc .= $this->helper->_newTaskForm($ns);
298 if($this->helper->_isResponsible($user)) {
/plugin/templateconfhelper/
H A DREADME69 ===== helper =====
/plugin/tipoftheday/syntax/
H A Dtotd.php64 $helper = plugin_load('helper', 'include');
65 … $ins = $helper->_get_instructions($page, cleanID($section), $mode, $renderer->lastlevel, $flags);
/plugin/tline/
H A DCHANGES.txt158 Added Timeline.writeVersion -- a helper that writes out the
/plugin/top/_test/
H A DstartPages.test.php16 $helper = plugin_load('helper', 'top');
119 $actual_list = $helper->removeStartPages($list);
128 $helper = plugin_load('helper', 'top');
231 $actual_list = $helper->removeStartPages($list);
/plugin/tplinc/
H A Dadmin.php13 protected $helper; variable in admin_plugin_tplinc
20 $this->helper = plugin_load('helper', 'tplinc');
39 if ($this->helper->saveAssignments($INPUT->arr('a'))) {
73 $assignments = $this->helper->loadAssignments();
138 if ($locations === null) $locations = $this->helper->getLocations();
H A Dstyle.less23 .ui-sortable-helper {
/plugin/translation/_test/
H A DBasicTest.php61 /** @var \helper_plugin_translation $helper */
62 $helper = plugin_load('helper', 'translation', true);
64 $actual_result = $helper->buildTransID($inputLang, $inputID);
119 /** @var \helper_plugin_translation $helper */
120 $helper = plugin_load('helper', 'translation');
121 $helper->loadTranslationNamespaces();
/plugin/translation/
H A Daction.php17 * For the helper plugin variable in action_plugin_translation
20 protected $helper;
23 * Constructor. Load helper plugin
27 $this->helper = plugin_load('helper', 'translation');
73 $locale = $this->helper->getLangPart($id ?? '');
82 $locale = $this->helper->getLangPart("$locale:foo");
138 if (!$this->helper->istranslatable($ID)) return;
139 $locale = $this->helper->getLangPart($ID ?? '');
166 $lc = $this->helper
[all...]
H A Dadmin.php28 /** @var helper_plugin_translation $helper */
29 $helper = plugin_load('helper', "translation");
30 $default_language = $helper->defaultlang;
41 foreach ($helper->translations as $t) {
52 $helper->getLangPart($page["id"]) !== $default_language ||
53 !$helper->istranslatable($page["id"], false) ||
65 [, $idpart] = $helper->getTransParts($page["id"]);
67 foreach ($helper->translations as $t) {
72 [$translID, ] = $helper
[all...]
/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/twofactoraltemail/
H A Ddeleted.files4 helper.php
/plugin/twofactoremail/
H A Ddeleted.files3 helper.php
/plugin/twofactorgoogleauth/
H A Ddeleted.files7 helper.php
/plugin/upgrade/
H A Dadmin.php17 protected $helper;
20 * initialize helper
24 $this->helper = plugin_load('helper', 'upgrade');
25 $this->helper->setLogger($this);
153 $ok = $this->helper->cleanup();
161 $ok = $this->helper->checkVersions();
167 } elseif (!file_exists($this->helper->tgzfile)) {
168 if ($ok = $this->helper->downloadTarball()) $next = 'unpack';
169 } elseif (!is_dir($this->helper
16 protected $helper; global() variable in admin_plugin_upgrade
[all...]
H A Dcli.php18 protected $helper;
26 $this->helper = new helper_plugin_upgrade();
27 $this->helper->setLogger($this);
53 if (!$this->helper->checkVersions() && !$options->getOpt('ignoreversions')) {
56 $this->helper->downloadTarball() || $this->fatal('Upgrade aborted');
57 $this->helper->extractTarball() || $this->fatal('Upgrade aborted');
58 $this->helper->checkPermissions() || $this->fatal('Upgrade aborted');
60 $this->helper->copyFiles() || $this->fatal('Upgrade aborted');
61 $this->helper->deleteObsoleteFiles() || $this->fatal('Upgrade aborted');
63 $this->helper
16 protected $helper; global() variable in cli_plugin_upgrade
[all...]
/plugin/usecounter/
H A DREADME.md2 Plugin for dokuwiki (dokuwiki.org) that provides a helper which can be used in other plugins to cou…
H A Daction.php17 var $helper = null; variable in action_plugin_usecounter
20 $this->helper = plugin_load('helper','usecounter');
27 $this->helper->resetUseCounter();
H A Ddokuwiki_plugin_page.wiki4 description: Provides a helper that can be used in other plugins to count the occurences of any obj…
7 type : helper
13 tags : helper
29 This plugin provides a helper class that manages the amount of occurences of any given object.
33 …geOf(string $id) - indicates to the helper that the object with the given identifier is used (once…
36 The helper is implemented as a Singleton instance, so a particular identifier could be used accross…
H A Dplugin.info.txt7 desc Provides a helper that can be used in other plugins to count the occurences of any object wi…
/plugin/userhomepage/
H A Daction.php32 $this->helper = plugin_load('helper','userhomepage');
93 $this->private_page = $this->helper->getPrivateID();
95 $this->public_page = $this->helper->getPublicID();
421 $content = str_replace('@TARGETPRIVATEPAGE@', $this->helper->getPrivateID(), $content);
422 …('@TARGETPRIVATENS@', cleanID(str_replace(':'.$conf['start'], '', $this->helper->getPrivateID())),…
423 $content = str_replace('@TARGETPUBLICPAGE@', $this->helper->getPublicID(), $content);
424 …e('@TARGETPUBLICNS@', cleanID(str_replace(':'.$conf['start'], '', $this->helper->getPublicID())), …
452 $privateId = $this->helper->getPrivateID();
453 $publicId = $this->helper->getPublicID();
/plugin/watchcycle/_test/
H A Dmaintainer.test.php42 /** @var helper_plugin_watchcycle $helper */
43 $helper = plugin_load('helper', 'watchcycle');
44 $this->assertEquals($output, $helper->getMaintainers($input));
52 /** @var helper_plugin_watchcycle $helper */
53 $helper = plugin_load('helper', 'watchcycle');
54 $this->assertEquals($output, $helper->getMaintainerMails($input));
/plugin/watchcycle/
H A Daction.php127 $sqlite = plugin_load('helper', 'watchcycle_db')->getDB();
132 /* @var \helper_plugin_watchcycle $helper */
133 $helper = plugin_load('helper', 'watchcycle');
143 $uptodate = $helper->daysAgo($last_maintainer_rev) <= (int)$watchcycle['cycle'];
239 /* @var \helper_plugin_watchcycle $helper */
240 $helper = plugin_load('helper', 'watchcycle');
242 echo json_encode($helper->validateMaintainerString($maintainers));
304 /* @var \helper_plugin_watchcycle $helper */
[all...]

1...<<11121314151617181920