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