Home
last modified time | relevance | path

Searched refs:hlp (Results 1 – 25 of 112) sorted by path

12345

/plugin/abc2/abc-libraries/abc2svg/
H A Dabc2svg-1.js1075 var dx1,dx2,hl,shhd,hlp,stafflines=p_staff.stafflines,top=stafflines.length-1,yu=top,bot=p_staff.botline/6,yl=bot,dx=s.grace?4:hw_tb[s.head]*1.3
1078 for(i=0;i<hla.length;i++){hlp=hla[i][0]
1081 if(hlp<bot*2){if(hlp<yl*2)
1082 yl=++hlp>>1
1083 n--}else if(hlp>top*2){yu=hlp>>1
1085 set_hl(p_staff,hlp>>1,s.x,dx1,dx2)}
/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/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/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/bookcreator/
H A DMenuItem.php37 $hlp = plugin_load('action', 'bookcreator_pagetools');
38 $jslocal = $hlp->getLang('js');
/plugin/bookcreator/action/
H A Dhandleselection.php13 protected $hlp; variable in action_plugin_bookcreator_handleselection
19 $this->hlp = plugin_load('helper', 'bookcreator');
195 $response['item'] = $this->hlp->createListitem($item, true);
/plugin/bookcreator/syntax/
H A Dbookmanager.php19 protected $hlp; variable in syntax_plugin_bookcreator_bookmanager
25 $this->hlp = plugin_load('helper', 'bookcreator');
403 $output .= $this->hlp->createListitem($item, $isbookmanager);
/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/cite/
H A DMenuItem.php46 $hlp = plugin_load('action', 'cite');
47 return $hlp->getLang('cite_button');
/plugin/davcal/action/
H A Dajax.php12 private $hlp = null; variable in action_plugin_davcal_ajax
15 $this->hlp =& plugin_load('helper','davcal');
53 $acl = $this->hlp->checkCalendarPermission($id);
67 $calendarPages = $this->hlp->getCalendarPagesByMeta($page);
114 $res = $this->hlp->editCalendarEntryForPage($id, $user, $params);
136 $res = $this->hlp->deleteCalendarEntryForPage($id, $params);
157 $data['settings'] = $this->hlp->getPersonalSettings($user);
160 $data['settings']['syncurl'] = $this->hlp->getSyncUrlForPage($page, $user);
161 $data['settings']['privateurl'] = $this->hlp->getPrivateURLForPage($page);
163 $data['settings']['meta'] = $this->hlp->getCalendarMetaForPage($page);
[all …]
H A Dcache.php14 private $hlp = null; variable in action_plugin_davcal_cache
17 $this->hlp =& plugin_load('helper','davcal');
H A Ddisable.php14 private $hlp = null; variable in action_plugin_davcal_disable
17 $this->hlp =& plugin_load('helper','davcal');
31 $this->hlp->disableCalendarForPage($id);
/plugin/davcal/
H A DcalendarBackendDokuwiki.php24 protected $hlp = null; variable in DokuWikiSabreCalendarBackend
48 function __construct(&$hlp) argument
51 $this->hlp = $hlp;
90 $idInfo = $this->hlp->getCalendarIdsForUser($principalUri);
94 $row = $this->hlp->getCalendarSettings($id);
241 $arr = $this->hlp->getCalendarObjects($calendarId);
279 $row = $this->hlp->getCalendarObjectByUri($calendarId, $objectUri);
467 $result = $this->hlp->calendarQuery($calendarId, $filters);
494 $calids = array_keys($this->hlp->getCalendarIsForUser($principalUri));
495 $event = $this->hlp->getEventWithUid($uid);
[all …]
H A Dcalendarserver.php19 $hlp = null; variable
20 $hlp =& plugin_load('helper', 'davcal'); variable
22 if(is_null($hlp))
30 if($hlp->getConfig('disable_sync') === 1)
51 $calendarBackend = new DokuWikiSabreCalendarBackend($hlp);
H A Dics.php20 $hlp = null; variable
21 $hlp =& plugin_load('helper', 'davcal'); variable
23 if(is_null($hlp))
30 if($hlp->getConfig('disable_ics') === 1)
38 $calid = $hlp->getCalendarForPrivateURL($icsFile);
48 $stream = $hlp->getCalendarAsICSFeed($calid);
/plugin/davcal/syntax/
H A Dcalendar.php11 protected $hlp = null; variable in syntax_plugin_davcal_calendar
15 $this->hlp =& plugin_load('helper', 'davcal');
146 $calid = $this->hlp->getCalendarIdForPage($ID);
147 $settings = $this->hlp->getCalendarSettings($calid);
163 $this->hlp->setCalendarNameForPage($data['name'], $data['description'], $ID, $username);
164 $this->hlp->setCalendarColorForPage($data['id'][$ID], $ID);
165 $this->hlp->enableCalendarForPage($ID);
H A Dtable.php11 protected $hlp = null; variable in syntax_plugin_davcal_table
15 $this->hlp =& plugin_load('helper', 'davcal');
203 $userEvents = $this->hlp->filterCalendarPagesByUserPermission($data['id']);
208 $events = array_merge($events, $this->hlp->getEventsWithinDateRange($calPage,
/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/davcard/syntax/
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);
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']);
/plugin/dbquery/_test/
H A DHelperTest.php16 protected $hlp; variable in dokuwiki\\plugin\\dbquery\\test\\HelperTest
22 $this->hlp = plugin_load('helper', 'dbquery');
38 $actual = $this->hlp->gatherVariables();
60 $actual = $this->hlp->gatherVariables();
66 $pdo = $this->hlp->getPDO('sqlite:', '', '');
77 $sth = $this->hlp->prepareStatement($pdo, $sql, $parameters);
/plugin/dbquery/syntax/
H A Dquery.php49 $hlp = plugin_load('helper', 'dbquery');
51 $qdata = $hlp->loadDataFromPage($data['name']);
52 $result = $hlp->executeQuery($qdata['codeblocks']['_']);
/plugin/deeplautotranslate/
H A DMenuItem.php27 $hlp = plugin_load('action', 'deeplautotranslate');
28 return $hlp->getLang('btn_translate');

12345