Home
last modified time | relevance | path

Searched refs:canEdit (Results 1 – 25 of 918) sorted by relevance

12345678910>>...37

/dports/multimedia/zoneminder/zoneminder-1.36.5/web/skins/classic/views/
H A Doptions.php26 $canEdit = canEdit('System'); variable
184 <?php echo makeButton('?view=user&uid=0', 'AddNewUser', canEdit('System')); ?>
231 …<td class="colName"><?php echo makeLink('#', validHtmlStr($Server->Name()), $canEdit, $svr_opt ) ?…
232 …<td class="colUrl"><?php echo makeLink('#', validHtmlStr($Server->Url()), $canEdit, $svr_opt ) ?><…
237 … <?php echo makeLink('#', validHtmlStr($Server->Status()), $canEdit, $svr_opt) ?></td>
244 …="colStats"><?php echo makeLink('#', $Server->zmstats() ? 'yes' : 'no', $canEdit, $svr_opt) ?></td>
245 …="colAudit"><?php echo makeLink('#', $Server->zmaudit() ? 'yes' : 'no', $canEdit, $svr_opt) ?></td>
293 …<td class="colId"><?php echo makeLink('#', validHtmlStr($Storage->Id()), $canEdit, $str_opt) ?></t…
294 …<td class="colName"><?php echo makeLink('#', validHtmlStr($Storage->Name()), $canEdit, $str_opt) ?…
295 …<td class="colPath"><?php echo makeLink('#', validHtmlStr($Storage->Path()), $canEdit, $str_opt) ?…
[all …]
H A Dgroups.php58 <?php if ( canEdit('Groups') ) { ?>
71 if ( canEdit('Groups') ) {
77 if ( canEdit('Groups') ) {
95 …<button type="button" value="New" data-on-click="newGroup"<?php echo canEdit('Groups')?'':' disabl…
H A Dconsole.php105 $show_storage_areas = (count($storage_areas) > 1) and (canEdit('System') ? 1 : 0);
190 …<?php echo (canEdit('Monitors') && !$user['MonitorIds']) ? '' : ' disabled="disabled" title="'.tra…
196 <?php echo (canEdit('Monitors') && !$user['MonitorIds']) ? '' : ' disabled="disabled"' ?>
240 <?php if ( canEdit('Monitors') ) { ?>
369 … class="'.$source_class.'">'.validHtmlStr($Monitor->Source()).'</span>', canEdit('Monitors') ).'</…
385 if ( canEdit('Monitors') ) {
388 … echo $monitor['Id'] ?>" data-on-click-this="setButtonStates"<?php if ( !canEdit( 'Monitors' ) ) {…
438 <?php if ( canEdit('Monitors') ) { ?>
/dports/misc/usd/USD-21.11/pxr/usd/sdf/testenv/
H A DtestSdfBatchNamespaceEdit.py81 canEdit = lambda e: True function
109 self.assertEqual(edit.Process(hasObject, canEdit), (True, edit.edits))
112 self.assertEqual(edit.Process(hasObject, canEdit), (True, edit.edits))
117 self.assertEqual(edit.Process(hasObject, canEdit)[0], True)
133 CheckFail(edit.Process(hasObject, canEdit), "Unknown object")
137 CheckFail(edit.Process(hasObject, canEdit), "Object exists at new path")
154 CheckFail(edit.Process(hasObject, canEdit), "Unsupported path: root")
158 CheckFail(edit.Process(hasObject, canEdit), "Unsupported path: mapper")
170 CheckFail(edit.Process(hasObject, canEdit), "Path type mismatch")
174 CheckFail(edit.Process(hasObject, canEdit), "Path type mismatch")
[all …]
/dports/www/elgg/elgg-3.3.23/vendor/elgg/elgg/engine/tests/phpunit/unit/Elgg/
H A DUserCapabilitiesUnitTest.php43 $this->assertTrue($entity->canEdit($owner->guid));
44 $this->assertFalse($entity->canEdit($viewer->guid));
52 $this->assertTrue($entity->canEdit($viewer->guid));
64 $this->assertFalse($entity->canEdit($viewer->guid));
65 $this->assertTrue($entity->canEdit($owner->guid));
72 $this->assertTrue($user->canEdit($user->guid));
73 $this->assertFalse($user->canEdit($viewer->guid));
81 $this->assertTrue($user->canEdit($viewer->guid));
92 $this->assertTrue($entity->canEdit($user->guid));
102 $this->assertFalse($entity->canEdit($user->guid));
[all …]
/dports/finance/prestashop/prestashop/src/Core/Domain/Order/QueryResult/
H A DOrderCarrierForViewing.php71 private $canEdit; variable in PrestaShop\\PrestaShop\\Core\\Domain\\Order\\QueryResult\\OrderCarrierForViewing
87 * @param bool $canEdit
98 bool $canEdit argument
107 $this->canEdit = $canEdit;
170 public function canEdit(): bool function in PrestaShop\\PrestaShop\\Core\\Domain\\Order\\QueryResult\\OrderCarrierForViewing
172 return $this->canEdit;
/dports/multimedia/zoneminder/zoneminder-1.36.5/web/api/app/Controller/
H A DStatesController.php63 $canEdit = (!$user) || ($user['System'] == 'Edit');
64 if ( !$canEdit ) {
89 $canEdit = (!$user) || ($user['System'] == 'Edit');
90 if ( !$canEdit ) {
115 $canEdit = (!$user) || ($user['System'] == 'Edit');
116 if ( !$canEdit ) {
134 $canEdit = (!$user) || ($user['System'] == 'Edit');
135 if ( !$canEdit ) {
H A DServersController.php84 $canEdit = (!$user) || ($user['System'] == 'Edit');
85 if ( !$canEdit ) {
110 $canEdit = (!$user) || ($user['System'] == 'Edit');
111 if ( !$canEdit ) {
142 $canEdit = (!$user) || ($user['System'] == 'Edit');
143 if ( !$canEdit ) {
H A DStorageController.php79 $canEdit = (!$user) || ($user['System'] == 'Edit');
80 if ( !$canEdit ) {
105 $canEdit = (!$user) || ($user['System'] == 'Edit');
106 if ( !$canEdit ) {
137 $canEdit = (!$user) || ($user['System'] == 'Edit');
138 if ( !$canEdit ) {
H A DZonesController.php74 $canEdit = (!$user) || $user['Monitors'] == 'Edit';
75 if ( !$canEdit ) {
121 $canEdit = (!$user) || $user['Monitors'] == 'Edit';
122 if ( !$canEdit ) {
152 $canEdit = (!$user) || $user['Monitors'] == 'Edit';
153 if ( !$canEdit ) {
H A DGroupsController.php96 $canEdit = (!$user) || ($user['Groups'] == 'Edit');
97 if ( !$canEdit ) {
137 $canEdit = (!$user) || ($user['Groups'] == 'Edit');
138 if ( !$canEdit ) {
179 $canEdit = (!$user) || ($user['Groups'] == 'Edit');
180 if ( !$canEdit ) {
/dports/www/webtrees20/webtrees-2.0.19/webtrees/app/
H A DAuth.php237 if ($edit && $family->canEdit()) {
264 if ($edit && $header->canEdit()) {
292 if ($edit && $individual->canEdit()) {
323 if ($edit && $location->canEdit()) {
350 if ($edit && $media->canEdit()) {
377 if ($edit && $note->canEdit()) {
404 if ($edit && $record->canEdit()) {
431 if ($edit && $repository->canEdit()) {
458 if ($edit && $source->canEdit()) {
485 if ($edit && $submitter->canEdit()) {
[all …]
/dports/www/elgg/elgg-3.3.23/vendor/elgg/elgg/engine/tests/phpunit/integration/
H A DElggCommentIntegrationTest.php42 $this->assertTrue($comment->canEdit($owner->guid));
43 $this->assertFalse($comment->canEdit($content_owner->guid));
64 $this->assertTrue($comment->canEdit($owner->guid));
65 $this->assertTrue($comment->canEdit($group_owner->guid));
66 $this->assertFalse($comment->canEdit($content_owner->guid));
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/eeschema/tools/
H A Dsymbol_editor_edit_tool.cpp68 auto canEdit = in Init() local
95 moveMenu.AddItem( EE_ACTIONS::rotateCCW, canEdit && EE_CONDITIONS::NotEmpty, 200 ); in Init()
96 moveMenu.AddItem( EE_ACTIONS::rotateCW, canEdit && EE_CONDITIONS::NotEmpty, 200 ); in Init()
97 moveMenu.AddItem( EE_ACTIONS::mirrorV, canEdit && EE_CONDITIONS::NotEmpty, 200 ); in Init()
98 moveMenu.AddItem( EE_ACTIONS::mirrorH, canEdit && EE_CONDITIONS::NotEmpty, 200 ); in Init()
105 moveMenu.AddItem( ACTIONS::duplicate, canEdit && EE_CONDITIONS::NotEmpty, 300 ); in Init()
106 moveMenu.AddItem( ACTIONS::doDelete, canEdit && EE_CONDITIONS::NotEmpty, 200 ); in Init()
126 selToolMenu.AddItem( EE_ACTIONS::rotateCCW, canEdit && EE_CONDITIONS::NotEmpty, 200 ); in Init()
127 selToolMenu.AddItem( EE_ACTIONS::rotateCW, canEdit && EE_CONDITIONS::NotEmpty, 200 ); in Init()
128 selToolMenu.AddItem( EE_ACTIONS::mirrorV, canEdit && EE_CONDITIONS::NotEmpty, 200 ); in Init()
[all …]
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/Drive/
H A DDriveCapabilities.php30 public $canEdit; variable in Google_Service_Drive_DriveCapabilities
119 public function setCanEdit($canEdit) argument
121 $this->canEdit = $canEdit;
125 return $this->canEdit;
H A DTeamDriveCapabilities.php30 public $canEdit; variable in Google_Service_Drive_TeamDriveCapabilities
120 public function setCanEdit($canEdit) argument
122 $this->canEdit = $canEdit;
126 return $this->canEdit;
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Drive/
H A DDriveCapabilities.php30 public $canEdit; variable in Google_Service_Drive_DriveCapabilities
119 public function setCanEdit($canEdit) argument
121 $this->canEdit = $canEdit;
125 return $this->canEdit;
H A DTeamDriveCapabilities.php30 public $canEdit; variable in Google_Service_Drive_TeamDriveCapabilities
120 public function setCanEdit($canEdit) argument
122 $this->canEdit = $canEdit;
126 return $this->canEdit;
/dports/www/grafana8/grafana-8.3.6/public/app/features/search/components/
H A DDashboardActions.tsx7 canEdit?: boolean;
10 export const DashboardActions: FC<Props> = ({ folderId, isEditor, canEdit }) => {
24 {canEdit && <LinkButton href={actionUrl('new')}>New Dashboard</LinkButton>}
26 {canEdit && <LinkButton href={actionUrl('import')}>Import</LinkButton>}
/dports/www/webtrees/webtrees-1.7.18/webtrees/
H A Daction.php44 …if ($record && Auth::isModerator($record->getTree()) && $record->canShow() && $record->canEdit()) {
65 if ($record && $record->canEdit()) {
106 if ($record && $record->canEdit() && isset($clipboard[$fact_id])) {
116 if ($record && $record->canShow() && $record->canEdit()) {
118 if ($fact->getFactId() == $fact_id && $fact->canShow() && $fact->canEdit()) {
131 … if ($record && Auth::isEditor($record->getTree()) && $record->canShow() && $record->canEdit()) {
208 if ($source && $source->canShow() && $source->canEdit() && $target) {
233 if ($record && $record->canEdit() && Auth::isModerator($record->getTree())) {
/dports/www/webtrees20/webtrees-2.0.19/webtrees/resources/views/
H A Dfamily-page-grandparents.phtml31 <?php if ($individual->canEdit()) : ?>
39 <?php if ($family->canEdit()) : ?>
61 <?php if ($individual->canEdit()) : ?>
69 <?php if ($family->canEdit()) : ?>
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/src/www/ui/page/
H A DAdviceLicense.php55 $canEdit = $userDao->isAdvisorOrAdmin($userId, $groupId);
56 if (empty($rf) || ! $canEdit) {
58 'aaData' => json_encode($this->getArrayArrayData($groupId, $canEdit)),
59 'canEdit' => $canEdit
89 private function getArrayArrayData($groupId,$canEdit) argument
103 if ($canEdit) {
/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
103 <?php if ($canEdit) : ?>
109 <?php if ($canEdit) : ?>
/dports/www/joomla3/joomla3-3.9.24/layouts/joomla/content/
H A Dicons.php14 $canEdit = $displayData['params']->get('access-edit'); variable
22 …<?php if ($canEdit || $displayData['params']->get('show_print_icon') || $displayData['params']->ge…
37 <?php if ($canEdit) : ?>
/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
113 <?php if ($canEdit) : ?>
118 <?php if ($canEdit) : ?>

12345678910>>...37