Skip to content

Commit

Permalink
Deploying to gh-pages from @ 59ab640 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
ShinobuAmasaki committed Aug 25, 2024
1 parent 288d591 commit 7c1f659
Show file tree
Hide file tree
Showing 314 changed files with 1,273 additions and 1,273 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ <h3>Derived Types</h3>
<p class="text-end">
Documentation generated by
<a href="https://github.com/Fortran-FOSS-Programmers/ford">FORD</a>
on 2024-08-24 23:55 </p>
on 2024-08-25 05:53 </p>
</div>
</div>
<br>
Expand Down
2 changes: 1 addition & 1 deletion interface/disjoin.html
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ <h4>Arguments</h4>
<p class="text-end">
Documentation generated by
<a href="https://github.com/Fortran-FOSS-Programmers/ford">FORD</a>
on 2024-08-24 23:55 </p>
on 2024-08-25 05:53 </p>
</div>
</div>
<br>
Expand Down
86 changes: 42 additions & 44 deletions interface/operator(.in.).html
Original file line number Diff line number Diff line change
Expand Up @@ -76,20 +76,20 @@ <h1>operator(.in.)

<li class="list-inline-item" id="statements"><i class="fa fa-list-ol"></i>
<a data-bs-toggle="tooltip" data-bs-placement="bottom" data-bs-html="true"
title="<p> 0.1% of total for procedures.</p>Including implementation: 37 statements, 0.8% of total for procedures.">6 statements</a>
title="<p> 0.1% of total for procedures.</p>Including implementation: 54 statements, 1.1% of total for procedures.">6 statements</a>
</li>

<li class="list-inline-item" id="source-file">
<i class="fa fa-code"></i>
<a href="../src/segment_m.F90"> Source File</a>
<a href="../src/cli_utils_m.f90"> Source File</a>
</li>
</ul>
</div>
<div class="col">
<nav aria-label="breadcrumb">
<ol class="breadcrumb justify-content-end mb-0">
<li class="breadcrumb-item"><a href='../sourcefile/segment_m.f90.html'>segment_m.F90</a></li>
<li class="breadcrumb-item"><a href='../module/forgex_segment_m.html'>forgex_segment_m</a></li>
<li class="breadcrumb-item"><a href='../sourcefile/cli_utils_m.f90.html'>cli_utils_m.f90</a></li>
<li class="breadcrumb-item"><a href='../module/forgex_cli_utils_m.html'>forgex_cli_utils_m</a></li>
<li class="breadcrumb-item active" aria-current="page">operator(.in.)</li>
</ol>
</nav>
Expand Down Expand Up @@ -133,10 +133,10 @@ <h4 class="card-header bg-primary text-white">Module Procedures</h4>
</a>
<div id="modprocs-0" class="collapse">
<div class="list-group list-group-flush">
<a class="list-group-item" href="../interface/operator(.in.).html#moduleprocedure-arg_in_segment">arg_in_segment</a>
<a class="list-group-item" href="../interface/operator(.in.).html#moduleprocedure-arg_in_segment_list">arg_in_segment_list</a>
<a class="list-group-item" href="../interface/operator(.in.).html#moduleprocedure-seg_in_segment">seg_in_segment</a>
<a class="list-group-item" href="../interface/operator(.in.).html#moduleprocedure-seg_in_segment_list">seg_in_segment_list</a>
<a class="list-group-item" href="../interface/operator(.in.).html#moduleprocedure-does_flag_exist">does_flag_exist</a>
<a class="list-group-item" href="../interface/operator(.in.).html#moduleprocedure-does_command_exist">does_command_exist</a>
<a class="list-group-item" href="../interface/operator(.in.).html#moduleprocedure-does_command_exist_type_cmd">does_command_exist_type_cmd</a>
<a class="list-group-item" href="../interface/operator(.in.).html#moduleprocedure-is_arg_contained_in_flags">is_arg_contained_in_flags</a>
</div>
</div>
</div>
Expand All @@ -150,19 +150,17 @@ <h4 class="card-header bg-primary text-white">Module Procedures</h4>

<div class="col-md-9" id='text'>
<h2>public interface operator(.in.)</h2>
<p>This interface block provides the <code>.in.</code> operator, which checks whether
an integer and a segment, an integer and a list of segments, or a segment
and a segment, is contained in the latter, respectively.</p>
<br>




<h2>Module Procedures</h2>
<div class="card">
<div class="card-header codesum"><span class="anchor" id="proc-arg_in_segment"></span> <h3>private pure elemental function <a href='../proc/arg_in_segment.html'>arg_in_segment</a>(a, seg) result(res)
<div class="card-header codesum"><span class="anchor" id="proc-does_flag_exist"></span> <h3>private pure function <a href='../proc/does_flag_exist.html'>does_flag_exist</a>(arg, flag_list) result(res)
</h3></div>
<div class="card-body">

<p>Checks if the given integer is within the specified segment.</p><a href="../proc/arg_in_segment.html" class="pull-right"><emph>Read more&hellip;</emph></a>


<h4>Arguments</h4>
<table class="table table-striped varlist">
Expand All @@ -177,30 +175,30 @@ <h4>Arguments</h4>
<tbody>
<tr>
<td>
<span class="anchor" id="variable-a"></span>
integer(kind=int32),
<span class="anchor" id="variable-arg~7"></span>
character(len=*),
</td>
<td>intent(in)</td>
<td></td> <td>

</td>
<td>::</td>
<td><strong>a</strong></td>
<td><strong>arg</strong></td>
<td>

</td>
</tr>
<tr>
<td>
<span class="anchor" id="variable-seg"></span>
type(<a href='../type/segment_t.html'>segment_t</a>),
<span class="anchor" id="variable-flag_list"></span>
type(<a href='../type/flag_t.html'>flag_t</a>),
</td>
<td>intent(in)</td>
<td></td> <td>

</td>
<td>::</td>
<td><strong>seg</strong></td>
<td><strong>flag_list</strong>(:)</td>
<td>

</td>
Expand All @@ -218,11 +216,11 @@ <h4>
</div>

<div class="card">
<div class="card-header codesum"><span class="anchor" id="proc-arg_in_segment_list"></span> <h3>private pure function <a href='../proc/arg_in_segment_list.html'>arg_in_segment_list</a>(a, seg_list) result(res)
<div class="card-header codesum"><span class="anchor" id="proc-does_command_exist"></span> <h3>private pure function <a href='../proc/does_command_exist.html'>does_command_exist</a>(arg, cmd_list) result(res)
</h3></div>
<div class="card-body">

<p>Check if the ginve integer is within any of specified segments in a list.</p><a href="../proc/arg_in_segment_list.html" class="pull-right"><emph>Read more&hellip;</emph></a>


<h4>Arguments</h4>
<table class="table table-striped varlist">
Expand All @@ -237,30 +235,30 @@ <h4>Arguments</h4>
<tbody>
<tr>
<td>
<span class="anchor" id="variable-a~2"></span>
integer(kind=int32),
<span class="anchor" id="variable-arg~5"></span>
character(len=*),
</td>
<td>intent(in)</td>
<td></td> <td>

</td>
<td>::</td>
<td><strong>a</strong></td>
<td><strong>arg</strong></td>
<td>

</td>
</tr>
<tr>
<td>
<span class="anchor" id="variable-seg_list"></span>
type(<a href='../type/segment_t.html'>segment_t</a>),
<span class="anchor" id="variable-cmd_list"></span>
character(len=LEN_CMD),
</td>
<td>intent(in)</td>
<td></td> <td>

</td>
<td>::</td>
<td><strong>seg_list</strong>(:)</td>
<td><strong>cmd_list</strong>(:)</td>
<td>

</td>
Expand All @@ -278,11 +276,11 @@ <h4>
</div>

<div class="card">
<div class="card-header codesum"><span class="anchor" id="proc-seg_in_segment"></span> <h3>private pure elemental function <a href='../proc/seg_in_segment.html'>seg_in_segment</a>(a, b) result(res)
<div class="card-header codesum"><span class="anchor" id="proc-does_command_exist_type_cmd"></span> <h3>private pure function <a href='../proc/does_command_exist_type_cmd.html'>does_command_exist_type_cmd</a>(arg, cmd_list) result(res)
</h3></div>
<div class="card-body">

<p>Check if the one segment is completely within another segment.</p><a href="../proc/seg_in_segment.html" class="pull-right"><emph>Read more&hellip;</emph></a>


<h4>Arguments</h4>
<table class="table table-striped varlist">
Expand All @@ -297,30 +295,30 @@ <h4>Arguments</h4>
<tbody>
<tr>
<td>
<span class="anchor" id="variable-a~3"></span>
type(<a href='../type/segment_t.html'>segment_t</a>),
<span class="anchor" id="variable-arg~6"></span>
character(len=*),
</td>
<td>intent(in)</td>
<td></td> <td>

</td>
<td>::</td>
<td><strong>a</strong></td>
<td><strong>arg</strong></td>
<td>

</td>
</tr>
<tr>
<td>
<span class="anchor" id="variable-b"></span>
type(<a href='../type/segment_t.html'>segment_t</a>),
<span class="anchor" id="variable-cmd_list~2"></span>
type(<a href='../type/cmd_t.html'>cmd_t</a>),
</td>
<td>intent(in)</td>
<td></td> <td>

</td>
<td>::</td>
<td><strong>b</strong></td>
<td><strong>cmd_list</strong>(:)</td>
<td>

</td>
Expand All @@ -338,7 +336,7 @@ <h4>
</div>

<div class="card">
<div class="card-header codesum"><span class="anchor" id="proc-seg_in_segment_list"></span> <h3>private pure function <a href='../proc/seg_in_segment_list.html'>seg_in_segment_list</a>(seg, list) result(res)
<div class="card-header codesum"><span class="anchor" id="proc-is_arg_contained_in_flags"></span> <h3>private function <a href='../proc/is_arg_contained_in_flags.html'>is_arg_contained_in_flags</a>(arg, flags) result(res)
</h3></div>
<div class="card-body">

Expand All @@ -357,30 +355,30 @@ <h4>Arguments</h4>
<tbody>
<tr>
<td>
<span class="anchor" id="variable-seg~2"></span>
type(<a href='../type/segment_t.html'>segment_t</a>),
<span class="anchor" id="variable-arg~3"></span>
type(<a href='../type/arg_element_t.html'>arg_element_t</a>),
</td>
<td>intent(in)</td>
<td></td> <td>

</td>
<td>::</td>
<td><strong>seg</strong></td>
<td><strong>arg</strong></td>
<td>

</td>
</tr>
<tr>
<td>
<span class="anchor" id="variable-list"></span>
type(<a href='../type/segment_t.html'>segment_t</a>),
<span class="anchor" id="variable-flags~2"></span>
type(<a href='../type/flag_t.html'>flag_t</a>),
</td>
<td>intent(in)</td>
<td></td> <td>

</td>
<td>::</td>
<td><strong>list</strong>(:)</td>
<td><strong>flags</strong>(:)</td>
<td>

</td>
Expand Down Expand Up @@ -414,7 +412,7 @@ <h4>
<p class="text-end">
Documentation generated by
<a href="https://github.com/Fortran-FOSS-Programmers/ford">FORD</a>
on 2024-08-24 23:55 </p>
on 2024-08-25 05:53 </p>
</div>
</div>
<br>
Expand Down
Loading

0 comments on commit 7c1f659

Please sign in to comment.