Home
last modified time | relevance | path

Searched refs:PERM_DELETE (Results 1 – 25 of 30) sorted by relevance

12

/dports/www/osticket/upload/include/upgrader/streams/core/
H A D0d6099a6-98ad7d55.task.php16 User::PERM_DELETE,
21 Organization::PERM_DELETE,
/dports/www/osticket/upload/include/staff/templates/
H A Dtasks-actions.tmpl.php56 if ($agent->hasPerm(Task::PERM_DELETE, false)) {
140 if ($agent->hasPerm(Task::PERM_DELETE, false)) {?>
H A Dtickets-actions.tmpl.php62 if ($agent->hasPerm(Ticket::PERM_DELETE, false)) {?>
H A Dtask-view.tmpl.php77 if ($role->hasPerm(Task::PERM_DELETE)) {
/dports/www/osticket/upload/include/staff/
H A Dorg-view.inc.php12 <?php if ($thisstaff->hasPerm(Organization::PERM_DELETE)) { ?>
H A Dstaff.inc.php15 User::PERM_DELETE,
20 Organization::PERM_DELETE,
H A Duser-view.inc.php22 if ($thisstaff->hasPerm(User::PERM_DELETE)) { ?>
H A Dorgs.inc.php88 if ($thisstaff->hasPerm(Organization::PERM_DELETE)) { ?>
H A Dusers.inc.php129 if ($thisstaff->hasPerm(User::PERM_DELETE)) { ?>
H A Dtasks.inc.php272 if ($thisstaff->hasPerm(Task::PERM_DELETE, false)) {
H A Dticket-view.inc.php272 if ($role->hasPerm(Ticket::PERM_DELETE)) {
/dports/www/horde-ansel/ansel-3.0.10/lib/
H A DReport.php74 return $permission->getUserPermissions(PERM_DELETE);
/dports/www/osticket/upload/setup/inc/
H A Dclass.installer.php201 User::PERM_DELETE,
206 Organization::PERM_DELETE,
/dports/devel/pecl-zookeeper/zookeeper-1.0.0/
H A Dzookeeper-api.php14 const PERM_DELETE = 8; define in Zookeeper
H A Dphp_zookeeper.c1348 ZK_CLASS_CONST_LONG(PERM_DELETE);
/dports/www/osticket/upload/include/
H A Dajax.tickets.php1229 if (!$thisstaff->hasPerm(Ticket::PERM_DELETE, false))
1237 && $t->checkStaffPerm($thisstaff, Ticket::PERM_DELETE)
1335 if (!$role->hasPerm(Ticket::PERM_DELETE))
1383 if (!$role->hasPerm(Ticket::PERM_DELETE))
1470 if (!$thisstaff->hasPerm(Ticket::PERM_DELETE, false))
1515 if (!$thisstaff->hasPerm(Ticket::PERM_DELETE, false))
H A Dclass.organization.php51 const PERM_DELETE = 'org.delete'; define in OrganizationModel
64 self::PERM_DELETE => array(
H A Dajax.tasks.php556 && $t->checkStaffPerm($thisstaff, Task::PERM_DELETE)
779 if (!$task->checkStaffPerm($thisstaff, Task::PERM_DELETE))
H A Dclass.staff.php620 return $this->hasPerm(Ticket::PERM_DELETE, false)
1812 User::PERM_DELETE,
1817 Organization::PERM_DELETE,
H A Dajax.orgs.php120 elseif (!$thisstaff->hasPerm(Organization::PERM_DELETE))
H A Dclass.user.php92 const PERM_DELETE = 'user.delete'; define in UserModel
107 self::PERM_DELETE => array(
H A Dajax.users.php250 elseif (!$thisstaff->hasPerm(User::PERM_DELETE))
H A Dclass.task.php75 const PERM_DELETE = 'task.delete'; define in TaskModel
108 self::PERM_DELETE => array(
H A Dclass.ticket.php119 const PERM_DELETE = 'ticket.delete'; define in Ticket
182 self::PERM_DELETE => array(
1497 if ($role->hasPerm(Ticket::PERM_DELETE))
/dports/devel/libzookeeper/apache-zookeeper-3.7.0/zookeeper-contrib/zookeeper-contrib-zkpython/src/c/
H A Dzookeeper.c1623 ADD_INTCONSTANT(PERM_DELETE);

12