Lines Matching refs:first
2 Bug #51096 (Test for "first day" vs "first day of")
6 'first day',
9 'first day next month',
11 'first day of next month',
20 '; first-day-of: ', isset( $rel['first_day_of_month'] ) ? 'true' : 'false',
29 first day
30 - month: 0; day: 1; first-day-of: false; last-day-of: false
34 - month: 0; day: -1; first-day-of: false; last-day-of: false
38 - month: 1; day: 0; first-day-of: false; last-day-of: false
41 first day next month
42 - month: 1; day: 1; first-day-of: false; last-day-of: false
46 - month: 1; day: -1; first-day-of: false; last-day-of: false
49 first day of next month
50 - month: 1; day: 0; first-day-of: true; last-day-of: false
54 - month: 1; day: 0; first-day-of: false; last-day-of: true