Home
last modified time | relevance | path

Searched defs:canEdit (Results 1 – 25 of 331) sorted by relevance

12345678910>>...14

/dports/www/tikiwiki/tiki-21.2/
H A Dtiki-admin_content_templates.php288 $canEdit = $perms->edit_content_templates; variable
292 $canEdit = true; variable
294 $canEdit = false; variable
298 $canEdit = ($tiki_p_admin_content_templates === 'y') || ($tiki_p_admin === 'y'); // create variable
/dports/www/joomla3/joomla3-3.9.24/administrator/templates/hathor/html/com_users/users/
H A Ddefault.php128 $canEdit = $this->canDo->get('core.edit'); variable
134 $canEdit = false; variable
/dports/www/joomla3/joomla3-3.9.24/administrator/templates/hathor/html/com_users/groups/
H A Ddefault.php93 $canEdit = $user->authorise('core.edit', 'com_users'); variable
97 $canEdit = false; variable
/dports/www/joomla3/joomla3-3.9.24/administrator/components/com_users/views/groups/tmpl/
H A Ddefault.php95 $canEdit = $user->authorise('core.edit', 'com_users'); variable
100 $canEdit = false; variable
/dports/www/joomla3/joomla3-3.9.24/administrator/components/com_users/views/users/tmpl/
H A Ddefault.php83 $canEdit = $this->canDo->get('core.edit'); variable
89 $canEdit = false; variable
/dports/finance/prestashop/prestashop/src/Core/Domain/Order/QueryResult/
H A DOrderCarrierForViewing.php71 private $canEdit; variable in PrestaShop\\PrestaShop\\Core\\Domain\\Order\\QueryResult\\OrderCarrierForViewing
98 bool $canEdit
170 public function canEdit(): bool function in PrestaShop\\PrestaShop\\Core\\Domain\\Order\\QueryResult\\OrderCarrierForViewing
/dports/www/joomla3/joomla3-3.9.24/administrator/components/com_users/views/levels/tmpl/
H A Ddefault.php79 $canEdit = $user->authorise('core.edit', 'com_users'); variable
88 $canEdit = false; variable
/dports/www/joomla3/joomla3-3.9.24/layouts/joomla/content/
H A Dicons.php14 $canEdit = $displayData['params']->get('access-edit'); variable
H A Dblog_style_default_item_title.php14 $canEdit = $displayData->params->get('access-edit'); variable
/dports/www/joomla3/joomla3-3.9.24/administrator/components/com_contenthistory/models/
H A Dcompare.php130 protected function canEdit($record) function in ContenthistoryModelCompare
H A Dpreview.php104 protected function canEdit($record) function in ContenthistoryModelPreview
/dports/www/joomla3/joomla3-3.9.24/administrator/templates/hathor/html/com_users/notes/
H A Ddefault.php15 $canEdit = $user->authorise('core.edit', 'com_users'); variable
/dports/www/joomla3/joomla3-3.9.24/components/com_tags/views/tag/tmpl/
H A Ddefault_items.php20 $canEdit = $user->authorise('core.edit', 'com_tags'); variable
/dports/www/joomla3/joomla3-3.9.24/administrator/components/com_redirect/views/links/tmpl/
H A Ddefault.php98 $canEdit = $user->authorise('core.edit', 'com_redirect'); variable
/dports/www/joomla3/joomla3-3.9.24/administrator/templates/hathor/html/com_templates/styles/
H A Ddefault.php89 $canEdit = $user->authorise('core.edit', 'com_templates'); variable
/dports/www/joomla3/joomla3-3.9.24/administrator/templates/hathor/html/com_languages/installed/
H A Ddefault.php84 $canEdit = $user->authorise('core.edit', 'com_languages'); variable
/dports/www/joomla3/joomla3-3.9.24/administrator/templates/hathor/html/com_languages/overrides/
H A Ddefault.php73 <?php $canEdit = JFactory::getUser()->authorise('core.edit', 'com_languages'); variable
/dports/www/joomla3/joomla3-3.9.24/administrator/templates/hathor/html/com_redirect/links/
H A Ddefault.php88 $canEdit = $user->authorise('core.edit', 'com_redirect'); variable
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/target/
H A DITargetLocationEditor.java37 public boolean canEdit(ITargetDefinition target, ITargetLocation targetLocation); in canEdit() method
/dports/www/joomla3/joomla3-3.9.24/administrator/components/com_templates/views/styles/tmpl/
H A Ddefault.php71 $canEdit = $user->authorise('core.edit', 'com_templates'); variable
/dports/www/joomla3/joomla3-3.9.24/administrator/components/com_users/views/notes/tmpl/
H A Ddefault.php68 $canEdit = $user->authorise('core.edit', 'com_users.category.' . $item->catid); variable
/dports/www/joomla3/joomla3-3.9.24/administrator/templates/hathor/html/com_finder/filters/
H A Ddefault.php118 $canEdit = $user->authorise('core.edit', 'com_finder'); variable
/dports/www/joomla3/joomla3-3.9.24/administrator/components/com_associations/views/associations/tmpl/
H A Ddefault.php113 $canEdit = AssociationsHelper::allowEdit($this->extensionName, $this->typeName, $item->id); variable
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.debug/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/classpath/
H A DIClasspathEditor.java36 public boolean canEdit(ILaunchConfiguration configuration, IRuntimeClasspathEntry[] entries); in canEdit() method
/dports/www/joomla3/joomla3-3.9.24/administrator/components/com_languages/views/overrides/tmpl/
H A Ddefault.php71 <?php $canEdit = JFactory::getUser()->authorise('core.edit', 'com_languages'); ?> variable

12345678910>>...14