Home
last modified time | relevance | path

Searched defs:grants (Results 1 – 25 of 240) sorted by relevance

12345678910

/dports/www/mediawiki137/mediawiki-1.37.1/tests/phpunit/includes/utils/
H A DMWGrantsTest.php57 public function testGetGrantRights( $grants, $rights ) {
75 public function testGrantsAreValid( $grants, $valid ) {
92 public function testGetGrantGroups( $grants, $expect ) {
/dports/www/mediawiki136/mediawiki-1.36.3/tests/phpunit/includes/utils/
H A DMWGrantsTest.php57 public function testGetGrantRights( $grants, $rights ) {
75 public function testGrantsAreValid( $grants, $valid ) {
92 public function testGetGrantGroups( $grants, $expect ) {
/dports/www/mediawiki135/mediawiki-1.35.5/tests/phpunit/includes/utils/
H A DMWGrantsTest.php57 public function testGetGrantRights( $grants, $rights ) {
75 public function testGrantsAreValid( $grants, $valid ) {
92 public function testGetGrantGroups( $grants, $expect ) {
/dports/www/mediawiki135/mediawiki-1.35.5/includes/
H A DMWGrants.php89 public static function grantNames( array $grants, $lang = null ) {
106 public static function getGrantRights( $grants ) {
123 public static function grantsAreValid( array $grants ) {
/dports/www/mediawiki137/mediawiki-1.37.1/includes/
H A DMWGrants.php88 public static function grantNames( array $grants, $lang = null ) {
102 public static function getGrantRights( $grants ) {
119 public static function grantsAreValid( array $grants ) {
/dports/www/mediawiki136/mediawiki-1.36.3/includes/
H A DMWGrants.php88 public static function grantNames( array $grants, $lang = null ) {
102 public static function getGrantRights( $grants ) {
119 public static function grantsAreValid( array $grants ) {
/dports/www/drupal9/drupal-9.2.10/core/modules/node/
H A Dnode.api.php224 function hook_node_access_records_alter(&$grants, \Drupal\node\NodeInterface $node) {
269 function hook_node_grants_alter(&$grants, \Drupal\Core\Session\AccountInterface $account, $op) {
/dports/www/drupal8/drupal-8.9.20/core/modules/node/
H A Dnode.api.php224 function hook_node_access_records_alter(&$grants, Drupal\node\NodeInterface $node) {
269 function hook_node_grants_alter(&$grants, \Drupal\Core\Session\AccountInterface $account, $op) {
/dports/deskutils/egroupware/egroupware/infolog/inc/
H A Dclass.infolog_so.inc.php35 var $grants; variable in infolog_so
79 function __construct( $grants=array() )
133 function check_access( $info,$required_rights,$implicit_edit=false,array $grants=null,$user=null )
/dports/net-mgmt/netdot/Netdot-netdot-1.0.7/lib/Netdot/
H A DSectionAccessRule.pm30 sub grants() subroutine
H A DObjectAccessRule.pm30 sub grants() subroutine
/dports/www/p5-Apache2-SiteControl/Apache2-SiteControl-1.05/sample/
H A DEditControlRule.pm15 sub grants($$$$) subroutine
/dports/www/p5-Apache2-SiteControl/Apache2-SiteControl-1.05/lib/Apache2/SiteControl/
H A DGrantAllRule.pm20 sub grants($$$$) subroutine
H A DRule.pm16 sub grants($$$$) subroutine
/dports/deskutils/egroupware/egroupware/openid/src/Entities/
H A DClientEntity.php92 protected $grants; variable in EGroupware\\OpenID\\Entities\\ClientEntity
99 public function setGrants(array $grants=null)
/dports/databases/pg_partman/pg_partman-4.5.1/updates/
H A Dpg_partman--0.2.0--0.3.0.sql5 grants text, field
/dports/www/drupal7/drupal-7.82/modules/file/
H A Dfile.api.php55 function hook_file_download_access_alter(&$grants, $file_item, $entity_type, $entity) {
/dports/sysutils/py-salt/salt-3004.1/salt/states/
H A Dmssql_role.py24 def present(name, owner=None, grants=None, **kwargs): argument
H A Dinfluxdb_user.py18 def present(name, passwd, admin=False, grants=None, **client_args): argument
/dports/www/phpgroupware/phpgroupware-0.9.16.017/etemplate/doc/et_notes/inc/
H A Dclass.so.inc.php21 var $grants; variable in so
H A Dclass.ui.inc.php18 var $grants; variable in ui
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/native_file_system/
H A Dnative_file_system_access_icon_view.cc82 ChromeNativeFileSystemPermissionContext::Grants grants = in OnExecuting() local
/dports/www/phpgroupware/phpgroupware-0.9.16.017/projects/inc/
H A Dclass.uideliveries.inc.php32 var $grants; variable in uideliveries
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/native_file_system/
H A Dorigin_scoped_native_file_system_permission_context.cc193 const std::map<base::FilePath, PermissionGrantImpl*>& grants, in CollectGrants()
448 Grants grants; in GetPermissionGrants() local
566 auto& grants = grant->type() == GrantType::kRead ? it->second.read_grants in PermissionGrantDestroyed() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/permissions/prediction_service/
H A Dprediction_request_features.h14 size_t grants = 0; member

12345678910