Lines Matching full:valign
193 * <td valign="top">Rule 1.</td>
194 * <td valign="top" nowrap><code>abc{def}>x|y</code></td>
197 * <td valign="top">Rule 2.</td>
198 * <td valign="top" nowrap><code>xyz>r</code></td>
201 * <td valign="top">Rule 3.</td>
202 * <td valign="top" nowrap><code>yz>q</code></td>
211 * <td valign="top" nowrap><code>|adefabcdefz</code></td>
212 * <td valign="top">Initial state, no rules match. Advance
216 * <td valign="top" nowrap><code>a|defabcdefz</code></td>
217 * <td valign="top">Still no match. Rule 1 does not match
221 * <td valign="top" nowrap><code>ad|efabcdefz</code></td>
222 * <td valign="top">Still no match. Keep advancing until
226 * <td valign="top" nowrap><code>ade|fabcdefz</code></td>
227 * <td valign="top">...</td>
230 * <td valign="top" nowrap><code>adef|abcdefz</code></td>
231 * <td valign="top">...</td>
234 * <td valign="top" nowrap><code>adefa|bcdefz</code></td>
235 * <td valign="top">...</td>
238 * <td valign="top" nowrap><code>adefab|cdefz</code></td>
239 * <td valign="top">...</td>
242 * <td valign="top" nowrap><code>adefabc|defz</code></td>
243 * <td valign="top">Rule 1 matches; replace "<code>def</code>"
248 * <td valign="top" nowrap><code>adefabcx|yz</code></td>
249 * <td valign="top">Although "<code>xyz</code>" is
256 * <td valign="top" nowrap><code>adefabcxq|</code></td>
257 * <td valign="top">The cursor is at the end;