Home
last modified time | relevance | path

Searched refs:hlp (Results 76 – 100 of 112) sorted by last modified time

12345

/plugin/multilingual/
H A Dsyntax.php19 var $hlp = null; variable in syntax_plugin_multilingual
25 $this->hlp =& plugin_load('helper', 'multilingual');
85 if($this->hlp->tns && strpos($ID,$this->hlp->tns) !== 0) return;
91 $rx = '/^'.$this->hlp->tns.'(('.join('|',$this->hlp->trans).'):)?/';
109 foreach($this->hlp->trans as $t){
110 list($link,$name,$exists) = $this->hlp->buildTransLink($t,$idpart);
H A Daction.php20 var $hlp = null; variable in action_plugin_multilingual
26 $this->hlp =& plugin_load('helper', 'multilingual');
/plugin/autolink4/
H A Dadmin.php19 protected $hlp; variable in admin_plugin_autolink4
22 /** @type helper_plugin_autolink4 $this ->hlp */
23 $this->hlp = plugin_load('helper', 'autolink4');
39 if (!$this->hlp->saveConfigFile($INPUT->post->str('aldata'))) {
54 $config = $this->hlp->loadConfigFile();
/plugin/adfs/
H A Daction.php31 $hlp = plugin_load('helper', 'adfs');
32 $saml = $hlp->getSamlLib();
H A Dauth.php28 $hlp = plugin_load('helper', 'adfs');
29 $this->saml = $hlp->getSamlLib();
/plugin/cite/
H A DMenuItem.php46 $hlp = plugin_load('action', 'cite');
47 return $hlp->getLang('cite_button');
/plugin/submgr/
H A Daction.php41 $hlp = plugin_load('helper', 'submgr');
42 $hlp->runRules($event->data['params'][0], $event->data['params'][4]);
63 $hlp = plugin_load('helper', 'submgr');
64 $hlp->runRules($INPUT->server->str('REMOTE_USER'), $USERINFO['grps']);
H A Dadmin.php13 protected $hlp; variable in admin_plugin_submgr
20 $this->hlp = plugin_load('helper', 'submgr');
44 $this->hlp->addRule($new['item'], $new['type'], $new['members']);
53 $this->hlp->removeRule($INPUT->str('rm'));
85 foreach ($this->hlp->getRules() as $item => $data) {
/plugin/autotranslation/syntax/
H A Dnotrans.php16 private $hlp = null; variable in syntax_plugin_autotranslation_notrans
22 $this->hlp =& plugin_load('helper', 'autotranslation');
68 return $this->hlp->showTranslations();
H A Dtrans.php50 $hlp = plugin_load('helper', 'autotranslation');
51 $renderer->doc .= $hlp->showTranslations();
/plugin/overlay/
H A DMenuItem.php50 $hlp = plugin_load('action', 'overlay');
51 return $hlp->getLang('btn_dw_edit');
/plugin/filelisting/
H A Dsyntax.php87 /** @var helper_plugin_filelisting $hlp */
88 $hlp = plugin_load('helper', 'filelisting');
90 $renderer->doc .= $hlp->tpl_filelisting(false, $ns);
/plugin/booking/_test/
H A Dhelper.test.php19 $hlp = plugin_load('helper', 'booking');
22 $hlp->addBooking('test:book', '2020-12-17 13:00', '1.5h', 'andi');
39 $hlp = plugin_load('helper', 'booking');
51 $hlp = plugin_load('helper', 'booking');
61 $hlp = plugin_load('helper', 'booking');
64 $hlp->addBooking('test:run', '2020-12-17 13:00', '1.5h', 'andi');
65 $hlp->addBooking('test:run', '2020-12-17 14:30', '1.5h', 'andi');
68 $bookings = $hlp->getBookings('test:run');
72 $ok = $hlp->cancelBooking('test:run', '2020-12-17 14:30');
76 $ok = $hlp->cancelBooking('test:run', '2020-12-17 14:33');
[all …]
/plugin/webdavclient/
H A Daction.php13 protected $hlp = null; variable in action_plugin_webdavclient
18 $this->hlp =& plugin_load('helper', 'webdavclient');
36 if($this->hlp->indexerSyncAllConnections() === true)
H A Dadmin.php15 protected $hlp = null; variable in admin_plugin_webdavclient
25 $this->hlp =& plugin_load('helper', 'webdavclient');
26 if(is_null($this->hlp))
67 if($this->hlp->syncConnection($connid, true, true) === false)
70 $this->errmsg = $this->hlp->getLastError();
75 if($this->hlp->syncConnection($connid, true, true, true) === false)
78 $this->errmsg = $this->hlp->getLastError();
83 $this->hlp->deleteConnection($connid);
128 $this->hlp->deleteAllEntries($connid);
140 $this->result = $this->hlp->queryServer($uri, $username, $password);
[all …]
H A Dcron.php15 $hlp = null; variable
16 $hlp =& plugin_load('helper', 'webdavclient'); variable
20 if(is_null($hlp))
27 $cron = $hlp->getConfig('use_cron');
35 $hlp->syncAllConnections();
/plugin/redirect/
H A Dadmin.php20 protected $hlp; variable in admin_plugin_redirect
26 $this->hlp = plugin_load('helper', 'redirect');
56 if($this->hlp->saveConfigFile($INPUT->post->str('redirdata'))) {
72 echo formtext($this->hlp->loadConfigFile());
H A Daction.php49 $hlp = plugin_load('helper', 'redirect');
50 $url = $hlp->getRedirectURL($ID);
/plugin/file2dw/
H A DMenuItem.php32 $hlp = plugin_load('action', 'file2dw');
33 return $hlp->getLang('import_button');
/plugin/odtplus2dw/
H A DMenuItem.php32 $hlp = plugin_load('action', 'odtplus2dw');
33 return $hlp->getLang('import_button');
/plugin/davcard/syntax/
H A Dcard.php17 protected $hlp = null; variable in syntax_plugin_davcard_card
21 $this->hlp =& plugin_load('helper', 'davcard');
117 $contactdata = $this->hlp->getContactByFormattedName($data['id'], $data['name']);
122 …$contactdata = $this->hlp->getContactByStructuredName($data['id'], $data['firstname'], $data['last…
127 $contactdata = $this->hlp->getContactByEmail($data['id'], $data['email']);
132 $contactdata = $this->hlp->getContactByUri($data['id'], $data['uri']);
H A Dbook.php17 protected $hlp = null; variable in syntax_plugin_davcard_book
21 $this->hlp =& plugin_load('helper', 'davcard');
98 … $this->hlp->setAddressbookNameForPage($data['name'], $data['description'], $ID, $username);
179 $addressbookid = $this->hlp->getAddressbookIdForPage($id);
180 $name = $this->hlp->getAddressBookSettings($addressbookid);
182 $entries = $this->hlp->getAddressbookEntries($addressbookid);
189 $contactdata = $this->hlp->parseVcard($entry['contactdata'], $entry['uri'], $write);
/plugin/davcard/action/
H A Dajax.php16 private $hlp = null; variable in action_plugin_davcard_ajax
19 $this->hlp =& plugin_load('helper','davcard');
53 $acl = $this->hlp->checkAddressbookPermission($id);
75 … if($write && ($this->hlp->addContactEntryToAddressbookForPage($id, $user, $params) === true))
91 $contactdata = $this->hlp->getContactByUri($id, $params['uri']);
111 …if($write && ($this->hlp->editContactEntryToAddressbookForPage($id, $user, $params['uri'], $params…
126 …if($write && ($this->hlp->deleteContactEntryToAddressbookForPage($id, $user, $params['uri']) === t…
141 $contactdata = $this->hlp->getContactByUri($id, $params['uri']);
/plugin/top/
H A Dsyntax.php77 $hlp = plugin_load('helper', 'top');
78 $list = $hlp->best($data[1]['lang'],$data[1]['month'], 20);
H A Daction.php47 $hlp = plugin_load('helper', 'top');
48 $hlp->add($page);

12345