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