Home
last modified time | relevance | path

Searched refs:hlp (Results 51 – 75 of 112) sorted by last modified time

12345

/plugin/publish/action/
H A Drecent.php10 private $hlp; variable in action_plugin_publish_recent
13 $this->hlp = plugin_load('helper','publish');
21 if (!$this->hlp->isActive()) {
44 if ($this->hlp->isCurrentRevisionApproved($id)) {
H A Ddebug.php7 private $hlp; variable in action_plugin_publish_debug
10 $this->hlp = plugin_load('helper','publish');
H A Dremoveattic.php10 private $hlp; variable in action_plugin_publish_removeattic
13 $this->hlp = plugin_load('helper','publish');
25 if (!$this->hlp->isActive()) {
33 if ($this->hlp->getPreviousApprovedRevision()) {
H A Drevisions.php10 private $hlp; variable in action_plugin_publish_revisions
13 $this->hlp = plugin_load('helper','publish');
24 if (!$this->hlp->isActive()) {
46 if ($this->hlp->isRevisionApproved($revision)) {
H A Dstart.php10 private $hlp; variable in action_plugin_publish_start
13 $this->hlp = plugin_load('helper','publish');
43 if (!$this->hlp->isActive()) {
47 if (!$this->hlp->isCurrentRevisionApproved()) {
48 $latestApproved = $this->hlp->getLatestApprovedRevision();
/plugin/publish/
H A Dsyntax.php20 private $hlp; variable in syntax_plugin_publish
23 $this->hlp = plugin_load('helper','publish');
62 $pages = $this->hlp->getPagesFromNamespace($namespace);
/plugin/davcal/
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);
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);
/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/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/lms/
H A Daction.php38 /** @var helper_plugin_lms $hlp */
39 $hlp = $this->loadHelper('lms');
41 $JSINFO['plugins']['lms']['seen'] = array_keys($hlp->getUserLessons($user));
70 /** @var helper_plugin_lms $hlp */
71 $hlp = $this->loadHelper('lms');
74 $hlp->markLesson($ID, $user, true);
77 $hlp->markLesson($ID, $user, true);
78 $next = $hlp->getNextLesson($ID, $user);
84 $hlp->markLesson($ID, $user, false);
106 /** @var helper_plugin_lms $hlp */
[all...]
H A Dadmin.php40 /** @var helper_plugin_lms $hlp */
41 $hlp = $this->loadHelper('lms');
42 $list = $hlp->getUserLessons($INPUT->str('user'));
/plugin/lms/syntax/
H A Dinclude.php14 protected $hlp;
25 $this->hlp = $this->loadHelper('lms');
71 $seen = $this->hlp->getLesson($INFO['id'], $this->user);
74 $cp = $this->hlp->getControlPage();
12 protected $hlp; global() variable in syntax_plugin_lms_include
H A Dlms.php14 protected $hlp;
25 $this->hlp = $this->loadHelper('lms');
71 $seen = $this->hlp->getLesson($INFO['id'], $this->user);
120 $seen = $this->hlp->getLesson($INFO['id'], $this->user);
137 $next = $this->hlp->getNextLesson($INFO['id']);
150 $prev = $this->hlp->getPrevLesson($INFO['id']);
12 protected $hlp; global() variable in syntax_plugin_lms_lms
/plugin/lms/_test/
H A DHelperTest.php24 $hlp = new \helper_plugin_lms();
29 array_keys($hlp->getUserLessons('test'))
33 $hlp->markLesson('foo', 'test', true);
36 array_keys($hlp->getUserLessons('test'))
40 $hlp->markLesson('bar', 'test', true);
43 array_keys($hlp->getUserLessons('test'))
47 $hlp->markLesson('foo', 'test', false);
50 array_keys($hlp->getUserLessons('test'))
55 $hlp = new \helper_plugin_lms();
59 $result = $hlp
[all...]
/plugin/move/
H A DMenuItem.php32 $hlp = plugin_load('action', 'move_rename');
33 return $hlp->getLang('renamepage');
/plugin/schulzevote/syntax/
H A Dvote.php81 $hlp = plugin_load('helper', 'schulzevote');
82 $hlp->createVote($candidates);
109 $hlp = plugin_load('helper', 'schulzevote');
114 if ($hlp->outdated) {
123 } elseif ($hlp->hasVoted()) {
144 if ($hlp->hasVoted()) {
155 if (!$hlp->hasVoted()) {
200 function _winnerMsg($hlp, $lang) { argument
201 $winner = $hlp->getWinner();
233 $hlp = plugin_load('helper', 'schulzevote');
[all …]
/plugin/bookcreator/
H A DMenuItem.php37 $hlp = plugin_load('action', 'bookcreator_pagetools');
38 $jslocal = $hlp->getLang('js');
/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/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/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)}

12345