Home
last modified time | relevance | path

Searched refs:mayEdit (Results 1 – 10 of 10) sorted by relevance

/dports/www/ilias/ILIAS-5.4.25/Modules/Forum/classes/
H A Dclass.ilForumDraftsTableGUI.php11 protected $mayEdit = false; variable in ilForumDraftsTableGUI
17 * @param bool $mayEdit
19 public function __construct($a_parent_obj, $a_parent_cmd, bool $mayEdit) argument
21 $this->mayEdit = $mayEdit;
48 if ($this->mayEdit) {
/dports/www/ilias6/ILIAS-6.14/Modules/Forum/classes/
H A Dclass.ilForumDraftsTableGUI.php11 protected $mayEdit = false; variable in ilForumDraftsTableGUI
17 * @param bool $mayEdit
19 public function __construct($a_parent_obj, $a_parent_cmd, bool $mayEdit) argument
21 $this->mayEdit = $mayEdit;
48 if ($this->mayEdit) {
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/backend/Classes/
H A DFrontendBackendUserAuthentication.php127 $mayEdit = false;
136 $mayEdit = true;
139 $mayEdit = true;
144 $mayEdit = true;
154 $mayEdit = true;
160 $mayEdit = !empty($allow) && $perms->editContentPermissionIsGranted();
164 return $mayEdit;
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/backend/Classes/
H A DFrontendBackendUserAuthentication.php131 $mayEdit = false;
140 $mayEdit = true;
143 $mayEdit = true;
148 $mayEdit = true;
158 $mayEdit = true;
164 $mayEdit = !empty($allow) && $perms & Permission::CONTENT_EDIT;
168 return $mayEdit;
/dports/www/ilias/ILIAS-5.4.25/Services/Saml/classes/
H A Dclass.ilSamlIdpTableGUI.php15 protected $mayEdit = true; variable in ilSamlIdpTableGUI
22 * @param bool $mayEdit
24 public function __construct($a_parent_obj, $a_parent_cmd = "", $mayEdit = true) argument
30 $this->mayEdit = $mayEdit;
121 if ($this->mayEdit) {
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/backend/Classes/
H A DFrontendBackendUserAuthentication.php332 $mayEdit = false;
341 $mayEdit = true;
344 $mayEdit = true;
349 $mayEdit = true;
359 $mayEdit = true;
365 $mayEdit = !empty($allow) && $perms & Permission::CONTENT_EDIT;
369 return $mayEdit;
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Classes/FrontendEditing/
H A DFrontendEditingController.php516 $mayEdit = false;
525 $mayEdit = true;
529 $mayEdit = true;
541 $mayEdit = true;
544 $mayEdit = !empty($allow) && $perms & Permission::CONTENT_EDIT;
548 return $mayEdit;
/dports/www/wt/wt-4.6.1/examples/blog/view/
H A DCommentView.C127 bool mayEdit = session_.user() in renderView() local
131 if (mayEdit) { in renderView()
/dports/net/smm++/smm/sources/mapping/
H A DTExitListUif.tcl113 if {![$CParent mayEdit]} {
154 if {![$CParent mayEdit]} {
H A DTRoom.tcl606 method mayEdit {} { return [$CMapM hasMap] }