Home
last modified time | relevance | path

Searched refs:_grants (Results 1 – 16 of 16) sorted by relevance

/dports/deskutils/egroupware/egroupware/timesheet/js/
H A Dapp.ts202 private _grants : any; property in TimesheetApp
238 if (typeof this._grants === 'undefined')
240 this._grants = egw.grants(this.appname);
242 if (typeof this._grants[pushData.acl.ts_owner] === 'undefined') return;
/dports/deskutils/egroupware/egroupware/infolog/js/
H A Dapp.ts36 private _grants : any; property in InfologApp
203 if (typeof this._grants === 'undefined')
205 this._grants = egw.grants(this.appname);
208 if (this._grants && typeof this._grants[pushData.acl.info_owner] === 'undefined' &&
210 !pushData.acl.info_responsible.filter(res => typeof this._grants[res] !== 'undefined').length)
/dports/sysutils/py-salt/salt-3004.1/salt/modules/
H A Dboto_kms.py541 _grants = []
546 _grants.append(grant)
551 r["grants"] = _grants
H A Dboto_secgroup.py249 _grants = []
264 _grants.append(_grant)
265 _rule["grants"] = _grants
H A Dpostgres.py3419 _grants = ",".join(_privs)
3433 _grants, object_type.upper(), prepend, name
3437 _grants, object_type.upper(), on_part, name
3444 _grants, object_type.upper(), prepend, name
3448 _grants, object_type.upper(), on_part, name
3567 _grants = ",".join(_privs)
3578 _grants, object_type.upper(), on_part, name
H A Dmysql.py2434 _grants = {}
2437 if grant_token["database"] not in _grants:
2438 _grants[grant_token["database"]] = {
2445 _grants[grant_token["database"]]["grant"].extend(grant_token["grant"])
2448 for database, grant_tokens in _grants.items():
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/xen/xenbus/
H A Dxenbus_client.c52 #define XENBUS_PAGES(_grants) (DIV_ROUND_UP(_grants, XEN_PFN_PER_PAGE)) argument
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/xen/xenbus/
H A Dxenbus_client.c52 #define XENBUS_PAGES(_grants) (DIV_ROUND_UP(_grants, XEN_PFN_PER_PAGE)) argument
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/xen/xenbus/
H A Dxenbus_client.c52 #define XENBUS_PAGES(_grants) (DIV_ROUND_UP(_grants, XEN_PFN_PER_PAGE)) argument
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysql-test/suite/information_schema/include/
H A Droles_schema.inc153 # Applicable_roles, Enabled_roles, Role_*_grants I_S tables.
/dports/deskutils/egroupware/egroupware/calendar/js/
H A Dapp.ts138 private _grants : any; property in CalendarApp
586 if(typeof this._grants === 'undefined')
588 this._grants = egw.grants(this.appname);
591 …let filtered = Object.keys(this._grants).filter(account => this.state.owner.indexOf(account) >= 0);
H A Dapp.min.js.map1 …sible","update_list","todos","types","info_uid","info_type","cal_event","_grants","filtered","exis…
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/block/
H A Dxen-blkfront.c257 #define INDIRECT_GREFS(_grants) \ argument
258 DIV_ROUND_UP(_grants, GRANTS_PER_INDIRECT_FRAME)
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/block/
H A Dxen-blkfront.c257 #define INDIRECT_GREFS(_grants) \ argument
258 DIV_ROUND_UP(_grants, GRANTS_PER_INDIRECT_FRAME)
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/block/
H A Dxen-blkfront.c257 #define INDIRECT_GREFS(_grants) \ argument
258 DIV_ROUND_UP(_grants, GRANTS_PER_INDIRECT_FRAME)
/dports/databases/ora2pg/ora2pg-22.1/lib/
H A DOra2Pg.pm1674 $self->_grants();
2122 sub _grants subroutine