Home
last modified time | relevance | path

Searched refs:currentRights (Results 1 – 12 of 12) sorted by relevance

/dports/security/pear-LiveUser/LiveUser-0.16.14/LiveUser/Perm/Storage/
H A DCache.php246 * @param array $currentRights current right ids
252 function readImpliedRights($currentRights, $currentLevel) argument
254 $result = $this->_storage->readImpliedRights($currentRights, $currentLevel);
H A DDB.php388 function readImpliedRights($currentRights, $currentLevel) argument
402 implode(', ', $currentRights).')';
H A DPDO.php445 function readImpliedRights($currentRights, $currentLevel) argument
459 implode(', ', $currentRights).')';
H A DMDB.php419 function readImpliedRights($currentRights, $currentLevel) argument
433 implode(', ', $currentRights).')';
H A DMDB2.php427 function readImpliedRights($currentRights, $currentLevel) argument
441 … $this->dbc->datatype->implodeArray($currentRights, $this->fields['right_id']).')';
/dports/security/pear-LiveUser/LiveUser-0.16.14/LiveUser/Perm/
H A DComplex.php93 $currentRights = reset($queue);
97 $result = $this->_storage->readImpliedRights($currentRights, $currentLevel);
H A DStorage.php263 function readImpliedRights($currentRights, $currentLevel)
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/boxes/peers/
H A Dadd_participants_box.cpp629 const auto currentRights = adminRights in showAdmin() local
635 currentRights, in showAdmin()
737 const auto currentRights = restrictedRights in showRestricted() local
744 currentRights); in showRestricted()
848 const auto currentRights = restrictedRights in kickUser() local
864 callback(currentRights, ChannelData::KickedRestrictedRights(participant)); in kickUser()
H A Dedit_participants_box.cpp1530 const auto currentRights = adminRights.value_or(ChatAdminRightsInfo()); in showAdmin() local
1534 currentRights, in showAdmin()
1606 const auto currentRights = restrictedRights in showRestricted() local
1614 currentRights); in showRestricted()
1721 const auto currentRights = restrictedRights in kickParticipantSure() local
1733 session.api().kickParticipant(channel, participant, currentRights); in kickParticipantSure()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/
H A Dapiwrap.h232 ChatRestrictionsInfo currentRights);
H A Dapiwrap.cpp1699 ChatRestrictionsInfo currentRights) { in kickParticipant() argument
1715 channel->applyEditBanned(participant, currentRights, rights); in kickParticipant()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/history/admin_log/
H A Dhistory_admin_log_inner.cpp1364 auto editRestrictions = [=](bool hasAdminRights, ChatRestrictionsInfo currentRights) { in suggestRestrictUser() argument
1367 auto box = Box<EditRestrictedBox>(_channel, user, hasAdminRights, currentRights); in suggestRestrictUser()