Lines Matching refs:host
21 =0 {{host} does not give a party.}
22 =1 {{host} invites {guest} to her party.}
23 =2 {{host} invites {guest} and one other person to her party.}
24 other {{host} invites {guest} as one of the # people invited to her party.}}}
26 =0 {{host} does not give a party.}
27 =1 {{host} invites {guest} to his party.}
28 =2 {{host} invites {guest} and one other person to his party.}
29 other {{host} invites {guest} as one of the # people invited to his party.}}}
31 =0 {{host} does not give a party.}
32 =1 {{host} invites {guest} to their party.}
33 =2 {{host} invites {guest} and one other person to their party.}
34 other {{host} invites {guest} as one of the # people invited to their party.}}}}
39 array('gender_of_host' => 'female', 'num_guests' => 0, 'host' => 'Alice', 'guest' => 'Bob'),
40 array('gender_of_host' => 'male', 'num_guests' => 1, 'host' => 'Alice', 'guest' => 'Bob'),
41 array('gender_of_host' => 'none', 'num_guests' => 2, 'host' => 'Alice', 'guest' => 'Bob'),
42 array('gender_of_host' => 'female', 'num_guests' => 27, 'host' => 'Alice', 'guest' => 'Bob'),