dm_html_targets Function

public function dm_html_targets(targets, prefix) result(html)

Uses

  • proc~~dm_html_targets~~UsesGraph proc~dm_html_targets dm_html_targets module~dm_target dm_target proc~dm_html_targets->module~dm_target module~dm_id dm_id module~dm_target->module~dm_id module~dm_kind dm_kind module~dm_target->module~dm_kind module~dm_util dm_util module~dm_target->module~dm_util iso_fortran_env iso_fortran_env module~dm_kind->iso_fortran_env module~dm_util->module~dm_kind module~dm_error dm_error module~dm_util->module~dm_error module~dm_error->module~dm_kind module~dm_ascii dm_ascii module~dm_error->module~dm_ascii

Returns table of targets in HTML format. If argument prefix is passed, the target names are enclosed in HTML anchors, with the link set to prefix. Input data will be trimmed and encoded.

Arguments

Type IntentOptional Attributes Name
type(target_type), intent(inout) :: targets(:)

Target types.

character(len=*), intent(in), optional :: prefix

Link address prefix.

Return Value character(len=:), allocatable

Generated HTML.


Calls

proc~~dm_html_targets~~CallsGraph proc~dm_html_targets dm_html_targets interface~dm_ftoa dm_ftoa proc~dm_html_targets->interface~dm_ftoa interface~dm_itoa dm_itoa proc~dm_html_targets->interface~dm_itoa proc~dm_html_anchor dm_html_anchor proc~dm_html_targets->proc~dm_html_anchor proc~dm_html_encode dm_html_encode proc~dm_html_targets->proc~dm_html_encode proc~dm_target_state_name dm_target_state_name proc~dm_html_targets->proc~dm_target_state_name proc~dm_html_anchor->proc~dm_html_encode proc~dm_target_state_is_valid dm_target_state_is_valid proc~dm_target_state_name->proc~dm_target_state_is_valid