/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/ansible/windows/tests/integration/targets/win_acl/tasks/ |
H A D | tests.yml | 26 - name: add write rights to Guest 34 - name: get result of add write rights to Guest 38 - name: assert add write rights to Guest 49 - name: add write rights to Guest (idempotent) 62 - name: remove write rights from Guest 75 - name: assert remove write rights from Guest 95 - name: add deny write rights to Guest 110 - name: assert add deny write rights to Guest 137 - name: remove deny write rights from Guest 174 - name: add write rights to Guest - network [all …]
|
/dports/sysutils/ansible2/ansible-2.9.27/test/integration/targets/win_acl/tasks/ |
H A D | tests.yml | 26 - name: add write rights to Guest 34 - name: get result of add write rights to Guest 38 - name: assert add write rights to Guest 49 - name: add write rights to Guest (idempotent) 62 - name: remove write rights from Guest 75 - name: assert remove write rights from Guest 95 - name: add deny write rights to Guest 110 - name: assert add deny write rights to Guest 137 - name: remove deny write rights from Guest 174 - name: add write rights to Guest - network [all …]
|
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/ |
H A D | GameStateSnapshots.cpp | 117 case EntityType::Guest: in SerialiseSprites() 314 COMPARE_FIELD(Guest, Happiness); in CompareSpriteDataGuest() 316 COMPARE_FIELD(Guest, Nausea); in CompareSpriteDataGuest() 318 COMPARE_FIELD(Guest, Hunger); in CompareSpriteDataGuest() 319 COMPARE_FIELD(Guest, Thirst); in CompareSpriteDataGuest() 320 COMPARE_FIELD(Guest, Toilet); in CompareSpriteDataGuest() 322 COMPARE_FIELD(Guest, Intensity); in CompareSpriteDataGuest() 325 COMPARE_FIELD(Guest, ItemFlags); in CompareSpriteDataGuest() 364 COMPARE_FIELD(Guest, TimeLost); in CompareSpriteDataGuest() 534 case EntityType::Guest: in CompareSpriteData() [all …]
|
/dports/net-mgmt/observium/observium/mibs/quanta/ |
H A D | DOT1X-ADVANCED-FEATURES-MIB | 121 authenticated. A value of zero indicates no Guest Vlan 132 currently in use for Guest Vlan Assignment for the 212 authenticated. A value of zero indicates no Guest Vlan 223 authenticated. A value of zero indicates no Guest Vlan 234 authenticated. A value of zero indicates no Guest Vlan 245 authenticated. A value of zero indicates no Guest Vlan 256 authenticated. A value of zero indicates no Guest Vlan 267 authenticated. A value of zero indicates no Guest Vlan 282 authenticated. A value of zero indicates no Guest Vlan 293 authenticated. A value of zero indicates no Guest Vlan [all …]
|
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/peep/ |
H A D | Guest.cpp | 459 template<void (Guest::*EasterEggFunc)(Guest*), bool applyToSelf> static void ApplyEasterEggToNearby… in ApplyEasterEggToNearbyGuests() 483 void Guest::GivePassingPeepsPurpleClothes(Guest* passingPeep) in GivePassingPeepsPurpleClothes() 490 void Guest::GivePassingPeepsPizza(Guest* passingPeep) in GivePassingPeepsPizza() 511 void Guest::MakePassingPeepsSick(Guest* passingPeep) in MakePassingPeepsSick() 525 void Guest::GivePassingPeepsIceCream(Guest* passingPeep) in GivePassingPeepsIceCream() 733 void Guest::loc_68F9F3() in loc_68F9F3() 778 void Guest::loc_68FA89() in loc_68FA89() 1376 void Guest::CheckIfLost() in CheckIfLost() 2367 void Guest::ReadMap() in ReadMap() 6959 Guest* Guest::Generate(const CoordsXYZ& coords) in Generate() [all …]
|
H A D | Guest.h | 202 struct Guest; 257 struct Guest : Peep struct 259 static constexpr auto cEntityType = EntityType::Guest; argument 362 static Guest* Generate(const CoordsXYZ& coords); 415 void GivePassingPeepsPurpleClothes(Guest* passingPeep); 416 void GivePassingPeepsPizza(Guest* passingPeep); 417 void MakePassingPeepsSick(Guest* passingPeep); 418 void GivePassingPeepsIceCream(Guest* passingPeep); 425 static_assert(sizeof(Guest) <= 512);
|
/dports/sysutils/webmin/webmin-1.981/wuftpd/lang/ |
H A D | zh | 19 class_guest=Guest 21 class_guestuser=将 Unix用户和 UID 作为 Guest 22 class_guestgroup=将 Unix 组和 GID 作为 Guest 23 class_realuser=<i>不</i>将 Unix用户和 UID 作为 Guest 24 class_realgroup=<i>不</i>将 Unix 组和 GID 作为 Guest 88 acl_glimit=Guest 用户会话限制 133 log_guest=Guest 用户 174 anon_groot=Guest用户根目录 189 perm_guest=Guest
|
/dports/games/fheroes2/fheroes2-0.9.11/src/fheroes2/castle/ |
H A D | castle_dialog.cpp | 144 const Heroes * hero2 = heroes.Guest(); in RedrawIcons() 192 if ( heroes.Guest() && !heroes.Guest()->HaveSpellBook() ) { in verifyMagicBookPresence() 193 if ( heroes.Guest()->IsFullBagArtifacts() ) { in verifyMagicBookPresence() 197 heroes.Guest()->BuySpellBook( &castle ); in verifyMagicBookPresence() 204 hero = heroes.Guest(); in verifyMagicBookPresence() 340 if ( heroes.Guest() ) { in OpenDialog() 341 heroes.Guest()->MovePointsScaleFixed(); in OpenDialog() 361 if ( heroes.Guest() && heroes.Guard() && !readOnly ) { in OpenDialog() 449 if ( heroes.Guest() && heroes.Guard() ) { in OpenDialog() 453 army2 = &heroes.Guest()->GetArmy(); in OpenDialog() [all …]
|
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/ngine_io/cloudstack/tests/integration/targets/cs_traffic_type/tasks/ |
H A D | main.yml | 41 traffic_type: Guest 54 traffic_type: Guest 62 - tt.traffic_type == 'Guest' 68 traffic_type: Guest 76 - tt.traffic_type == 'Guest' 82 traffic_type: Guest 91 - tt.traffic_type == 'Guest' 98 traffic_type: Guest 107 - tt.traffic_type == 'Guest'
|
/dports/sysutils/ansible2/ansible-2.9.27/test/integration/targets/cs_traffic_type/tasks/ |
H A D | main.yml | 40 traffic_type: Guest 53 traffic_type: Guest 61 - tt.traffic_type == 'Guest' 67 traffic_type: Guest 75 - tt.traffic_type == 'Guest' 81 traffic_type: Guest 90 - tt.traffic_type == 'Guest' 97 traffic_type: Guest 106 - tt.traffic_type == 'Guest'
|
/dports/deskutils/virt-manager/virt-manager-3.2.0/tests/ |
H A D | test_misc.py | 55 g = virtinst.Guest(utils.URIs.open_testdefault_cached()) 59 g = virtinst.Guest(utils.URIs.open_testdefault_cached()) 74 testuuid = virtinst.Guest.generate_uuid(predconn) 75 randomuuid = virtinst.Guest.generate_uuid(testconn) 107 guest = virtinst.Guest(conn) 118 guest = virtinst.Guest(kvmconn)
|
/dports/www/moodle310/moodle/admin/tool/uploadcourse/tests/behat/ |
H A D | enrolments.feature | 17 And I click on "Delete" "link" in the "Guest access" "table_row" 19 And I should not see "Guest access" in the "generaltable" "table" 30 And "Disable" "icon" should exist in the "Guest access" "table_row" 36 And I click on "Delete" "link" in the "Guest access" "table_row" 38 And I should not see "Guest access" in the "generaltable" "table" 49 And "Enable" "icon" should exist in the "Guest access" "table_row" 69 And I click on "Enable" "link" in the "Guest access" "table_row" 95 And I should not see "Guest access" in the "generaltable" "table" 101 And I click on "Delete" "link" in the "Guest access" "table_row" 103 And I should not see "Guest access" in the "generaltable" "table" [all …]
|
/dports/www/moodle311/moodle/admin/tool/uploadcourse/tests/behat/ |
H A D | enrolments.feature | 17 And I click on "Delete" "link" in the "Guest access" "table_row" 19 And I should not see "Guest access" in the "generaltable" "table" 30 And "Disable" "icon" should exist in the "Guest access" "table_row" 36 And I click on "Delete" "link" in the "Guest access" "table_row" 38 And I should not see "Guest access" in the "generaltable" "table" 49 And "Enable" "icon" should exist in the "Guest access" "table_row" 69 And I click on "Enable" "link" in the "Guest access" "table_row" 95 And I should not see "Guest access" in the "generaltable" "table" 101 And I click on "Delete" "link" in the "Guest access" "table_row" 103 And I should not see "Guest access" in the "generaltable" "table" [all …]
|
/dports/www/moodle39/moodle/admin/tool/uploadcourse/tests/behat/ |
H A D | enrolments.feature | 17 And I click on "Delete" "link" in the "Guest access" "table_row" 19 And I should not see "Guest access" in the "generaltable" "table" 30 And "Disable" "icon" should exist in the "Guest access" "table_row" 36 And I click on "Delete" "link" in the "Guest access" "table_row" 38 And I should not see "Guest access" in the "generaltable" "table" 49 And "Enable" "icon" should exist in the "Guest access" "table_row" 69 And I click on "Enable" "link" in the "Guest access" "table_row" 95 And I should not see "Guest access" in the "generaltable" "table" 101 And I click on "Delete" "link" in the "Guest access" "table_row" 103 And I should not see "Guest access" in the "generaltable" "table" [all …]
|
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/lucet-runtime/lucet-runtime-internals/src/instance/ |
H A D | execution.rs | 199 *current_domain = Domain::Guest; in enter_guest_region() 210 Domain::Guest => { in enter_guest_region() 281 Domain::Guest => { in exit_guest_region() 388 Domain::Guest => { in begin_hostcall() 434 Domain::Guest => { in end_hostcall() 438 *current_domain = Domain::Guest; in end_hostcall() 488 if let Domain::Guest = *execution_domain { in deschedule() 506 Guest, enumerator 618 Domain::Guest => { in terminate()
|
/dports/sysutils/node_exporter/node_exporter-1.2.2/collector/ |
H A D | cpu_linux_test.go | 45 Guest: 100.0, 59 Guest: 101.0, 78 Guest: 99.9, 97 Guest: 102.0,
|
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/tests/test-cases/Group13-VAC/ |
H A D | 13-01-VAC-GuestFullName.robot | 16 Documentation Test 13-01 - Guest Full Name 22 Check VCH VM Guest Operating System 23 ${rc} ${output}= Run And return Rc and Output govc vm.info %{VCH-NAME} | grep 'Guest name' 27 Create a test container and check Guest Operating System 33 … ${rc} ${output}= Run And Return Rc And Output govc vm.info test-${shortID} | grep 'Guest name'
|
/dports/emulators/qemu42/qemu-4.2.1/docs/interop/ |
H A D | qemu-ga-ref.texi | 9 @settitle QEMU Guest Agent Protocol Reference 16 This is the QEMU Guest Agent Protocol reference manual. 38 * QEMU-GA-Ref: (qemu-ga-ref). QEMU Guest Agent Protocol Reference 42 @title Guest Agent Protocol Reference Manual 53 @top QEMU Guest Agent protocol reference
|
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/docs/interop/ |
H A D | qemu-ga-ref.texi | 9 @settitle QEMU Guest Agent Protocol Reference 16 This is the QEMU Guest Agent Protocol reference manual. 38 * QEMU-GA-Ref: (qemu-ga-ref). QEMU Guest Agent Protocol Reference 42 @title Guest Agent Protocol Reference Manual 53 @top QEMU Guest Agent protocol reference
|
/dports/emulators/qemu-utils/qemu-4.2.1/docs/interop/ |
H A D | qemu-ga-ref.texi | 9 @settitle QEMU Guest Agent Protocol Reference 16 This is the QEMU Guest Agent Protocol reference manual. 38 * QEMU-GA-Ref: (qemu-ga-ref). QEMU Guest Agent Protocol Reference 42 @title Guest Agent Protocol Reference Manual 53 @top QEMU Guest Agent protocol reference
|
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/docs/interop/ |
H A D | qemu-ga-ref.texi | 9 @settitle QEMU Guest Agent Protocol Reference 16 This is the QEMU Guest Agent Protocol reference manual. 38 * QEMU-GA-Ref: (qemu-ga-ref). QEMU Guest Agent Protocol Reference 42 @title Guest Agent Protocol Reference Manual 53 @top QEMU Guest Agent protocol reference
|
/dports/emulators/qemu-guest-agent/qemu-5.0.1/docs/interop/ |
H A D | qemu-ga-ref.texi | 9 @settitle QEMU Guest Agent Protocol Reference 16 This is the QEMU Guest Agent Protocol reference manual. 38 * QEMU-GA-Ref: (qemu-ga-ref). QEMU Guest Agent Protocol Reference 42 @title Guest Agent Protocol Reference Manual 53 @top QEMU Guest Agent protocol reference
|
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/management/ |
H A D | Award.cpp | 88 for (auto peep : EntityList<Guest>()) in award_is_deserved_most_untidy() 116 for (auto peep : EntityList<Guest>()) in award_is_deserved_most_tidy() 195 auto list = EntityList<Guest>(); in award_is_deserved_most_beautiful() 237 for (auto peep : EntityList<Guest>()) in award_is_deserved_safest() 267 auto peepCount = GetEntityListCount(EntityType::Guest); in award_is_deserved_best_staff() 305 for (auto peep : EntityList<Guest>()) in award_is_deserved_best_food() 349 for (auto peep : EntityList<Guest>()) in award_is_deserved_worst_food() 379 for (auto peep : EntityList<Guest>()) in award_is_deserved_best_restrooms() 510 for (auto peep : EntityList<Guest>()) in award_is_deserved_most_confusing_layout()
|
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/windows/tests/integration/targets/win_security_policy/tasks/ |
H A D | tests.yml | 87 value: New Guest 101 - change_existing_string_actual_check.value == "Guest" 107 value: New Guest 120 - change_existing_string_actual.value == "New Guest" 126 value: New Guest 133 - change_existing_string_again.value == "New Guest"
|
/dports/sysutils/ansible2/ansible-2.9.27/test/integration/targets/win_security_policy/tasks/ |
H A D | tests.yml | 87 value: New Guest 101 - change_existing_string_actual_check.value == "Guest" 107 value: New Guest 120 - change_existing_string_actual.value == "New Guest" 126 value: New Guest 133 - change_existing_string_again.value == "New Guest"
|