Home
last modified time | relevance | path

Searched refs:helper (Results 176 – 200 of 493) sorted by path

12345678910>>...20

/plugin/extendpage/meta/
H A DAssignments.php49 $helper = plugin_load('helper', 'extendpage_db');
50 $this->sqlite = $helper->getDB();
/plugin/farmer/_test/
H A DgetUserLine.test.php
H A Dhelper.test.php
/plugin/farmer/action/
H A Dajax.php88 /** @var helper_plugin_farmer $helper */
89 $helper = plugin_load('helper', 'farmer');
95 $plugins = $helper->getAnimalPluginRealState($animal);
105 $helper->setPluginState($pname, $animal, $new);
108 $plugins = $helper->getAnimalPluginRealState($animal);
122 /** @var helper_plugin_farmer $helper */
123 $helper = plugin_load('helper', 'farmer');
125 $animals = $helper
[all...]
H A Dstartup.php19 protected $helper;
26 $this->helper = plugin_load('helper', 'farmer');
47 if ($this->helper->wasNotfound()) $this->handleNotFound();
59 $config = $this->helper->getConfig();
91 $animals = $this->helper->getAllAnimals();
93 $link = $this->helper->getAnimalURL($animal);
18 protected $helper; global() variable in action_plugin_farmer_startup
/plugin/farmer/
H A Dadmin.php18 protected $helper;
40 $this->helper = plugin_load('helper', 'farmer');
43 $isanimal = (bool) $this->helper->getAnimal();
46 } elseif (!$this->helper->checkFarmSetup()) {
16 protected $helper; global() variable in admin_plugin_farmer
/plugin/farmer/admin/
H A Dconfig.php18 protected $helper;
31 $this->helper = plugin_load('helper', 'farmer');
42 $farmconf = $this->helper->getConfig();
61 $farmconf = $this->helper->getConfig();
20 protected $helper; global() variable in admin_plugin_farmer_config
H A Ddelete.php18 protected $helper;
25 $this->helper = plugin_load('helper', 'farmer');
53 if (!$this->helper->isInPath($animaldir, DOKU_FARMDIR) || !is_dir($animaldir)) {
77 $animals = $this->helper->getAllAnimals();
21 protected $helper; global() variable in admin_plugin_farmer_delete
H A Dinfo.php17 protected $helper;
24 $this->helper = plugin_load('helper', 'farmer');
48 $animal = $this->helper->getAnimal();
49 $config = $this->helper->getConfig();
69 $this->line('plugins', implode(', ', $this->helper->getAllPlugins(false)));
84 $animals = $this->helper->getAllAnimals();
95 $link = $this->helper->getAnimalURL($animal);
19 protected $helper; global() variable in admin_plugin_farmer_info
H A Dnew.php18 /** @var helper_plugin_farmer $helper */
19 protected $helper;
26 $this->helper = plugin_load('helper', 'farmer');
56 $url = $this->helper->getAnimalURL($data['name']);
71 $farmconfig = $this->helper->getConfig();
80 $animals = $this->helper->getAllAnimals();
153 } elseif (!$this->helper->validateAnimalName($animalname)) {
210 $ok = $this->helper->copyDir(__DIR__ . '/../_animal', $animaldir);
227 if (!$this->helper
15 protected $helper; global() variable in admin_plugin_farmer_new
[all...]
H A Dplugins.php17 /** @var helper_plugin_farmer $helper */
18 private $helper;
22 $this->helper = plugin_load('helper', 'farmer');
40 $animals = $this->helper->getAllAnimals();
43 $this->helper->setPluginState($plugin, $animal, $INPUT->int('state'));
53 $this->helper->setPluginState($plugin, $animal, $state);
80 /** @var helper_plugin_farmer $helper */
81 $helper = plugin_load('helper', 'farme
19 private $helper; global() variable in admin_plugin_farmer_plugins
[all...]
H A Dsetup.php17 /** @var helper_plugin_farmer $helper */
18 private $helper;
35 $this->helper = plugin_load('helper', 'farmer');
44 } elseif ($this->helper->isInPath($farmdir, DOKU_INC) !== false) {
19 private $helper; global() variable in admin_plugin_farmer_setup
/plugin/farmsync/meta/
H A DEntityUpdates.php14 $helper = plugin_load('helper', 'farmsync');
15 return $helper->getLang($key);
H A DMediaConflict.php39 $form->addHTML($this->helper->getLang('link:srcversion'));
45 $form->addHTML($this->helper->getLang('link:dstversion'));
48 $form->addButton("theirs", $this->helper->getLang('button:keep'));
49 $form->addButton("override", $this->helper->getLang('button:overwrite'));
H A DPageConflict.php43 $form->addButton("theirs", $this->helper->getLang('button:keep'));
44 $form->addButton("override", $this->helper->getLang('button:overwrite'));
45 $form->addButton("edit", $this->helper->getLang('button:edit'));
46 $form->addButton("diff", $this->helper->getLang('button:diff'));
51 $form->addHTML('<h4>' . $this->helper->getLang('heading:conflicts') . '</h4>');
H A DStructConflict.php28 $form->addButton("theirs", $this->helper->getLang('button:keep'));
29 $form->addButton("override", $this->helper->getLang('button:overwrite'));
H A DTemplateConflict.php28 $form->addButton("theirs", $this->helper->getLang('button:keep'));
29 $form->addButton("override", $this->helper->getLang('button:overwrite'));
30 $form->addButton("diff", $this->helper->getLang('button:diff'));
H A DUpdateResults.php22 protected $helper; variable in dokuwiki\\plugin\\farmsync\\meta\\UpdateResults
37 $this->helper = plugin_load('helper', 'farmsync');
74 $text = $this->helper->getLang('mergeresult:' . $this->getMergeResult());
/plugin/favoris/
H A Dsyntax.php164 if (!plugin_isdisabled('snap')) $snap=plugin_load('helper', 'snap');
242 if (!plugin_isdisabled('pagelist')) $pagelist = plugin_load('helper', 'pagelist');
/plugin/fckg/
H A DChanges264 Prevent Alt from accessing CTRL short-cuts when Alt Gr key is hit( in helper.php)
/plugin/fckg/action/
H A Ddelete.php14 var $helper = false; variable in action_plugin_fckg_delete
H A Dedit.php27 var $helper = false; variable in action_plugin_fckg_edit
40 $this->helper = plugin_load('helper', 'fckg');
46 if(method_exists($this->helper, 'is_outOfScope') && $this->helper->is_outOfScope()) return;
473 echo $this->helper->registerOnLoad(
482 echo $this->helper->registerOnLoad(
491 echo $this->helper->registerOnLoad(
/plugin/fedauth/
H A Daction.php302 if ($helper =& plugin_load('helper', 'fedauth')) {
303 $this->providers = $helper->getProviders();
H A Dadmin.php77 if ($helper =& plugin_load('helper', 'fedauth')) {
/plugin/fetchmedia/
H A Dyarn.lock240 babel-helper-call-delegate@^6.24.1:
249 babel-helper-define-map@^6.24.1:
253 babel-helper-function-name "^6.24.1"
266 babel-helper-function-name@^6.24.1:
276 babel-helper-get-function-arity@^6.24.1:
283 babel-helper-hoist-variables@^6.24.1:
297 babel-helper-regex@^6.24.1:
315 babel-helper-replace-supers@^6.24.1:
399 babel-helper-define-map "^6.24.1"
517 babel-helper-regex "^6.24.1"
[all …]

12345678910>>...20