Home
last modified time | relevance | path

Searched refs:doplugin (Results 1 – 3 of 3) sorted by relevance

/template/sprintdoc/tpl/
H A Dnav-usertools-buttons.php46 /** @var helper_plugin_do $doplugin */
47 $doplugin = plugin_load('helper', 'do'); variable
48 if ($doplugin !== null && isset($_SERVER['REMOTE_USER'])) {
49 $icon = $doplugin->tpl_getUserTasksIconHTML();
/template/icke/
H A Dmain.php38 $doplugin = plugin_load('helper','do'); variable
39 if ($doplugin !== null) {
40 $doplugin->tpl_pageTasks();
H A Dcomponents.php44 $doplugin = plugin_load('helper','do');
45 if ($doplugin !== null && isset($_SERVER['REMOTE_USER'])) {
46 $tasks = $doplugin->loadTasks(array('status' => array('undone'),