Home | History | Annotate | Download | only in templates

Lines Matching refs:Method

172 <?cs each:method = methods ?>
174 <tr class="<?cs if:count % #2 ?>alt-color<?cs /if ?> api apilevel-<?cs var:method.since ?>" >
176 <?cs var:method.abstract ?>
177 <?cs var:method.synchronized ?>
178 <?cs var:method.final ?>
179 <?cs var:method.static ?>
180 <?cs call:type_link(method.generic) ?>
181 <?cs call:type_link(method.returnType) ?></nobr>
184 <span class="sympad"><?cs call:cond_link(method.name, toroot, method.href, included) ?></span>(<?cs call:parameter_list(method.params) ?>)</nobr>
185 <?cs if:subcount(method.shortDescr) || subcount(method.deprecated) ?>
186 <div class="jd-descrdiv"><?cs call:short_descr(method) ?></div>
225 <td><nobr><em>Related Method</em></nobr></td>
424 <!-- ========== METHOD SUMMARY =========== -->
432 <!-- ========== METHOD SUMMARY =========== -->
441 <!-- ========== METHOD SUMMARY =========== -->
517 <?cs each:method=methods ?>
519 <A NAME="<?cs var:method.anchor ?>"></A>
521 <div class="jd-details api apilevel-<?cs var:method.since ?>">
524 <?cs var:method.scope ?>
525 <?cs var:method.static ?>
526 <?cs var:method.final ?>
527 <?cs var:method.abstract ?>
528 <?cs var:method.synchronized ?>
529 <?cs call:type_link(method.returnType) ?>
531 <span class="sympad"><?cs var:method.name ?></span>
532 <span class="normal">(<?cs call:parameter_list(method.params) ?>)</span>
535 <div><?cs call:since_tags(method) ?></div>
536 <?cs call:federated_refs(method) ?>
539 <?cs call:description(method) ?>
618 <!-- ========= METHOD DETAIL ======== -->
626 <!-- ========= METHOD DETAIL ======== -->