変数 URL の文字列解析 More...
Data Types | |
| interface | operator(.onthesamefile.) |
| interface | urlmerge |
| interface | urlresolve |
| interface | urlsearchiorange |
| interface | urlsplit |
Functions/Subroutines | |
| subroutine, public | url_chop_iorange (fullname, iorange, remainder) |
Variables | |
| character, parameter, public | gt_atmark = "@" |
| character, parameter, public | gt_question = "?" |
| character, parameter, public | gt_colon = ":" |
| character, parameter, public | gt_comma = "," |
| character, parameter, public | gt_equal = "=" |
| character, parameter, public | gt_circumflex = "^" |
| character, parameter, public | gt_plus = "+" |
変数 URL の文字列解析
| subroutine, public dc_url::url_chop_iorange | ( | character(len = *), intent(in) | fullname, |
| character(len = *), intent(out) | iorange, | ||
| character(len = *), intent(out) | remainder | ||
| ) |
変数 URL から入出力範囲を除去
fullname で与えられる変数 URL の入出力範囲指定部分と 残りの部分とを分離し、それぞれ iorange と remainder に返します。
| [in] | fullname | 変数 URL |
| [out] | iorange | 入出力範囲指定部分 |
| [out] | remainder | 残りの部分 |
Definition at line 300 of file dc_url.f90.
References dc_types::string.
| character, parameter, public dc_url::gt_atmark = "@" |
Definition at line 96 of file dc_url.f90.
| character, parameter, public dc_url::gt_circumflex = "^" |
Definition at line 106 of file dc_url.f90.
| character, parameter, public dc_url::gt_colon = ":" |
Definition at line 100 of file dc_url.f90.
| character, parameter, public dc_url::gt_comma = "," |
Definition at line 102 of file dc_url.f90.
| character, parameter, public dc_url::gt_equal = "=" |
Definition at line 104 of file dc_url.f90.
| character, parameter, public dc_url::gt_plus = "+" |
Definition at line 109 of file dc_url.f90.
| character, parameter, public dc_url::gt_question = "?" |
Definition at line 98 of file dc_url.f90.