Home
last modified time | relevance | path

Searched refs:as_system (Results 1 – 24 of 24) sorted by relevance

/dports/emulators/qemu60/qemu-6.0.0/meson/test cases/common/226 include_type dependency/
H A Dmeson.build19 dep_sys = dep.as_system()
20 assert(dep_sys.include_type() == 'system', 'as_system must return a system dep')
25 dep2_sys = dep2.as_system('non-system')
26 assert(dep2_sys.include_type() == 'non-system', 'as_system must set include_type correctly')
32 sp_dep_sys = sp_dep.as_system('system')
34 assert(sp_dep.include_type() == 'preserve', 'as_system must not mutate the original object')
/dports/emulators/qemu5/qemu-5.2.0/meson/test cases/common/226 include_type dependency/
H A Dmeson.build19 dep_sys = dep.as_system()
20 assert(dep_sys.include_type() == 'system', 'as_system must return a system dep')
25 dep2_sys = dep2.as_system('non-system')
26 assert(dep2_sys.include_type() == 'non-system', 'as_system must set include_type correctly')
32 sp_dep_sys = sp_dep.as_system('system')
34 assert(sp_dep.include_type() == 'preserve', 'as_system must not mutate the original object')
/dports/emulators/qemu/qemu-6.2.0/meson/test cases/common/219 include_type dependency/
H A Dmeson.build19 dep_sys = dep.as_system()
20 assert(dep_sys.include_type() == 'system', 'as_system must return a system dep')
25 dep2_sys = dep2.as_system('non-system')
26 assert(dep2_sys.include_type() == 'non-system', 'as_system must set include_type correctly')
32 sp_dep_sys = sp_dep.as_system('system')
34 assert(sp_dep.include_type() == 'preserve', 'as_system must not mutate the original object')
/dports/devel/meson/meson-0.60.3/test cases/common/219 include_type dependency/
H A Dmeson.build19 dep_sys = dep.as_system()
20 assert(dep_sys.include_type() == 'system', 'as_system must return a system dep')
25 dep2_sys = dep2.as_system('non-system')
26 assert(dep2_sys.include_type() == 'non-system', 'as_system must set include_type correctly')
32 sp_dep_sys = sp_dep.as_system('system')
34 assert(sp_dep.include_type() == 'preserve', 'as_system must not mutate the original object')
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/meson/test cases/common/219 include_type dependency/
H A Dmeson.build19 dep_sys = dep.as_system()
20 assert(dep_sys.include_type() == 'system', 'as_system must return a system dep')
25 dep2_sys = dep2.as_system('non-system')
26 assert(dep2_sys.include_type() == 'non-system', 'as_system must set include_type correctly')
32 sp_dep_sys = sp_dep.as_system('system')
34 assert(sp_dep.include_type() == 'preserve', 'as_system must not mutate the original object')
/dports/net/samba412/samba-4.12.15/source4/dsdb/samdb/ldb_modules/
H A Dacl.c258 if (as_system != NULL) {
259 as_system->critical = 0;
374 if (as_system != NULL) {
375 as_system->critical = 0;
459 if (as_system != NULL) {
460 as_system->critical = 0;
798 if (as_system != NULL) {
799 as_system->critical = 0;
1307 if (as_system != NULL) {
1584 if (as_system != NULL) {
[all …]
H A Dobjectclass_attrs.c260 struct ldb_control *as_system = ldb_request_get_control(ac->req, in attr_handler() local
262 if (!dsdb_module_am_system(ac->module) && !as_system) { in attr_handler()
H A Daudit_log.c228 bool as_system = false; in operation_json() local
245 as_system = true; in operation_json()
281 rc = json_add_bool(&audit, "performedAsSystem", as_system); in operation_json()
H A Dacl_read.c826 struct ldb_control *as_system = ldb_request_get_control(req, LDB_CONTROL_AS_SYSTEM_OID); in aclread_search() local
848 || as_system || !is_untrusted) { in aclread_search()
H A Dsamldb.c1257 struct ldb_control *as_system = NULL; in samldb_fill_foreignSecurityPrincipal_object() local
1264 as_system = ldb_request_get_control(ac->req, LDB_CONTROL_AS_SYSTEM_OID); in samldb_fill_foreignSecurityPrincipal_object()
1265 if (as_system != NULL) { in samldb_fill_foreignSecurityPrincipal_object()
/dports/www/rt44/rt-4.4.5/lib/RT/Record/Role/
H A DStatus.pm288 my $as_system = blessed($self)->new( RT->SystemUser );
289 $as_system->Load( $self->Id );
290 unless ( $as_system->Id ) {
294 my ($val, $msg) = $as_system->_SetStatus(
/dports/www/rt50/rt-5.0.2/lib/RT/Record/Role/
H A DStatus.pm288 my $as_system = blessed($self)->new( RT->SystemUser );
289 $as_system->Load( $self->Id );
290 unless ( $as_system->Id ) {
294 my ($val, $msg) = $as_system->_SetStatus(
/dports/devel/args/args-6.3.0/
H A Dmeson.build10 ).as_system('system')
/dports/emulators/qemu/qemu-6.2.0/meson/test cases/common/44 pkgconfig-gen/
H A Dmeson.build92 # Regression test: as_system() does a deepcopy() of the InternalDependency object
97 dep2 = dep1.as_system()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/meson/test cases/common/44 pkgconfig-gen/
H A Dmeson.build92 # Regression test: as_system() does a deepcopy() of the InternalDependency object
97 dep2 = dep1.as_system()
/dports/devel/meson/meson-0.60.3/test cases/common/44 pkgconfig-gen/
H A Dmeson.build94 # Regression test: as_system() does a deepcopy() of the InternalDependency object
99 dep2 = dep1.as_system()
/dports/emulators/qemu/qemu-6.2.0/meson/docs/markdown/
H A DRelease-notes-for-0.52.0.md198 `include_type()` and `as_system()` methods.
H A DReference-manual.md2694 - `as_system(value)`: returns a copy of the dependency object, which has changed
/dports/emulators/qemu60/qemu-6.0.0/meson/docs/markdown/
H A DRelease-notes-for-0.52.0.md194 `as_system()` methods.
H A DReference-manual.md2414 - `as_system(value)`: returns a copy of the dependency object, which has changed
/dports/emulators/qemu5/qemu-5.2.0/meson/docs/markdown/
H A DRelease-notes-for-0.52.0.md194 `as_system()` methods.
H A DReference-manual.md2414 - `as_system(value)`: returns a copy of the dependency object, which has changed
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/meson/docs/markdown/
H A DRelease-notes-for-0.52.0.md198 `include_type()` and `as_system()` methods.
H A DReference-manual.md2745 - `as_system(value)`: returns a copy of the dependency object, which has changed