Home
last modified time | relevance | path

Searched refs:helper (Results 126 – 150 of 493) sorted by relevance

12345678910>>...20

/plugin/owncloud/ajax/
H A Dhistory.php15 $helper = new helper_plugin_owncloud(false); variable
17 echo $helper->mediaMetaAsTable($_POST['file'],true);
20 echo $helper->getLang('nothingfound');
H A DusedMedia.php13 $helper = new helper_plugin_owncloud(true); variable
15 echo $helper->fileInfoToString($_POST['fileid'],true);
18 echo $helper->getLang('nothingfound');
/plugin/confmanager/adminActions/
H A DConfigManagerAdminOverview.php11 private $helper; variable in ConfigManagerAdminOverview
17 $this->helper = plugin_load('helper', 'confmanager');
23 $configFiles = $this->helper->getConfigFiles();
/plugin/pagetitle/syntax/
H A Dyouarehere.php64 static $helper;
76 isset($helper) || $helper = $this->loadHelper($this->getPluginName());
80 $renderer->doc .= $helper->html_youarehere(1); // start_depth = 1
/plugin/farmer/_test/
H A DgetUserLine.test.php
/plugin/include/syntax/
H A Dinclude.php23 /** @var $helper helper_plugin_include */
24 var $helper = null; variable in syntax_plugin_include_include
100 if (!$this->helper)
101 $this->helper = plugin_load('helper', 'include');
102 $flags = $this->helper->get_flags($flags);
104 $pages = $this->helper->_get_included_pages($mode, $page, $sect, $parent_id, $flags);
150 $instructions = $this->helper->_get_instructions($id, $sect, $mode, $level, $flags, $root_id, $secids);
/plugin/data-au/_test/
H A DhelperAliases.test.php11 $helper = new helper_plugin_dataau();
12 $db = $helper->_getDB();
24 $this->assertEquals($expect, $helper->_aliases());
/plugin/data/_test/
H A DhelperAliases.test.php
/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…
/plugin/usecounter/
H A Daction.php17 var $helper = null; variable in action_plugin_usecounter
20 $this->helper = plugin_load('helper','usecounter');
27 $this->helper->resetUseCounter();
/plugin/farmsync/meta/
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'));
/plugin/farmer/admin/
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 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...]
/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/diagrams/action/
H A Dmediafile.php17 protected $helper; variable in action_plugin_diagrams_mediafile
32 $this->helper = plugin_load('helper', 'diagrams');
71 $this->helper->isDiagramFile($file)
101 if (!$this->helper->isDiagramFile($file)) {
133 if ($event->data['ext'] === 'svg' && $this->helper->isDiagramFile($event->data['file'])) {
/plugin/booking/
H A Daction.php17 protected $helper; variable in action_plugin_booking
23 $this->helper = plugin_load('helper', 'booking');
92 $this->helper->addBooking($id, $start, $length, $_SERVER['REMOTE_USER']);
113 if ($this->helper->cancelBooking($id, $start, $user)) {
129 $bookings = $this->helper->getBookings($id);
194 $bookings = $this->helper->getBookings($id, time());
/plugin/watchcycle/
H A Dsyntax.php57 if (!plugin_load('helper', 'sqlite')) {
70 /* @var \helper_plugin_watchcycle $helper */
71 $helper = plugin_load('helper', 'watchcycle');
72 if ($helper->validateMaintainerString($maintainer) === false) {
131 /* @var \helper_plugin_watchcycle $helper */
132 $helper = plugin_load('helper', 'watchcycle');
136 $days_ago = $helper->daysAgo($watchcycle['last_maintainer_rev']);
186 /* @var \helper_plugin_watchcycle $helper */
[all...]
/plugin/confmanager/
H A Dremote.php13 private $helper; variable in remote_plugin_confmanager
21 $this->helper = $this->loadHelper('confmanager', null);
44 $this->helper->getConfigFiles();
/plugin/requiz/
H A Daction.php75 $helper = plugin_load('helper','requiz');
76 if(!$helper->check()){
106 $helper = plugin_load('helper','requiz');
107 $out = $helper->getHTML();
/plugin/autologoff/
H A Daction.php14 private $helper; variable in action_plugin_autologoff
17 $this->helper = $this->loadHelper('autologoff', false);
48 $time = $this->helper->usertime();
83 $time = $this->helper->usertime();
/plugin/folded/syntax/
H A Dspan.php18 protected $helper = null; variable in syntax_plugin_folded_span
49 if ($this->helper === null) {
50 $this->helper = plugin_load('helper', 'folded');
52 $folded_id = $this->helper->getNextID();
H A Ddiv.php16 protected $helper = null; variable in syntax_plugin_folded_div
48 if ($this->helper === null) {
49 $this->helper = plugin_load('helper', 'folded');
51 $folded_id = $this->helper->getNextID();
/plugin/approve/meta/
H A DViewModeSiteTools.php13 $helper = plugin_load('helper', 'approve');
17 $this->label = $helper->getLang('btn_view_mode');
20 $this->label = $helper->getLang('btn_edit_mode');
/plugin/aichat/
H A Daction.php40 /** @var helper_plugin_aichat $helper */
41 $helper = plugin_load('helper', 'aichat');
47 if (!$helper->userMayAccess()) {
57 $result = $helper->askChatQuestion($question, $history);
87 'stats' => $helper->getChatModel()->getUsageStats()
/plugin/fksnewsfeed/admin/
H A Dstream.php11 private helper_plugin_newsfeed $helper; variable in admin_plugin_newsfeed_stream
14 $this->helper = $this->loadHelper('newsfeed');
31 $streams = $this->helper->serviceStream->getAll();

12345678910>>...20