Home | History | Annotate | Download | only in templates

Lines Matching refs:field

193     <?cs each:field=fields ?>
194 <tr class="<?cs if:count % #2 ?>alt-color<?cs /if ?> api apilevel-<?cs var:field.since ?>" >
196 <?cs var:field.scope ?>
197 <?cs var:field.static ?>
198 <?cs var:field.final ?>
199 <?cs call:type_link(field.type) ?></nobr></td>
200 <td class="jd-linkcol"><?cs call:cond_link(field.name, toroot, field.href, included) ?></td>
201 <td class="jd-descrcol" width="100%"><?cs call:short_descr(field) ?></td>
209 <?cs each:field=fields ?>
210 <tr class="<?cs if:count % #2 ?>alt-color<?cs /if ?> api apilevel-<?cs var:field.since ?>" >
211 <td class="jd-typecol"><?cs call:type_link(field.type) ?></td>
212 <td class="jd-linkcol"><?cs call:cond_link(field.name, toroot, field.href, included) ?></td>
213 <td class="jd-descrcol" width="100%"><?cs call:short_descr(field) ?></td>
270 <!-- =========== FIELD SUMMARY =========== -->
278 <!-- =========== FIELD SUMMARY =========== -->
308 <?cs each:field=class.enumConstants ?>
309 <tr class="<?cs if:count % #2 ?>alt-color<?cs /if ?> api apilevel-<?cs var:field.since ?>" >
310 <td class="jd-descrcol"><?cs call:type_link(field.type) ?>&nbsp;</td>
311 <td class="jd-linkcol"><?cs call:cond_link(field.name, toroot, field.href, cl.included) ?>&nbsp;</td>
312 <td class="jd-descrcol" width="100%"><?cs call:short_descr(field) ?>&nbsp;</td>
356 <!-- =========== FIELD SUMMARY =========== -->
365 <!-- =========== FIELD SUMMARY =========== -->
454 <?cs each:field=fields ?>
457 <A NAME="<?cs var:field.anchor ?>"></A>
459 <div class="jd-details api apilevel-<?cs var:field.since ?>">
462 <?cs var:field.scope ?>
463 <?cs var:field.static ?>
464 <?cs var:field.final ?>
465 <?cs call:type_link(field.type) ?>
467 <?cs var:field.name ?>
470 <?cs call:since_tags(field) ?>
473 <?cs call:description(field) ?>
474 <?cs if:subcount(field.constantValue) ?>
478 <?cs if:field.constantValue.isString ?>
479 <?cs var:field.constantValue.str ?>
481 <?cs var:field.constantValue.dec ?>
482 (<?cs var:field.constantValue.hex ?>)
551 <!-- ========= FIELD DETAIL ======== -->
575 <!-- ========= FIELD DETAIL ======== -->