-
Notifications
You must be signed in to change notification settings - Fork 100
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deploying to gh-pages from @ 39fdc09 🚀
- Loading branch information
Showing
340 changed files
with
3,477 additions
and
2,725 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,321 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<meta name="description" content="Fortran Package Manager"> | ||
<meta name="author" content="fortran-lang/fpm contributors" > | ||
<link rel="icon" href="../favicon.png"> | ||
|
||
<title>operator(==) – Fortran-lang/fpm</title> | ||
|
||
<link href="../css/bootstrap.min.css" rel="stylesheet"> | ||
<link href="../css/pygments.css" rel="stylesheet"> | ||
<link href="../css/font-awesome.min.css" rel="stylesheet"> | ||
<link href="../css/local.css" rel="stylesheet"> | ||
<link href="../tipuesearch/tipuesearch.css" rel="stylesheet"> | ||
|
||
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --> | ||
<!--[if lt IE 9]> | ||
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> | ||
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> | ||
<![endif]--> | ||
|
||
<script src="../js/jquery-2.1.3.min.js"></script> | ||
<script src="../js/svg-pan-zoom.min.js"></script> | ||
|
||
</head> | ||
|
||
<body> | ||
|
||
<!-- Fixed navbar --> | ||
<nav class="navbar navbar-inverse navbar-fixed-top"> | ||
<div class="container"> | ||
<div class="navbar-header"> | ||
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar"> | ||
<span class="sr-only">Toggle navigation</span> | ||
<span class="icon-bar"></span> | ||
<span class="icon-bar"></span> | ||
<span class="icon-bar"></span> | ||
</button> | ||
<a class="navbar-brand" href="../index.html">Fortran-lang/fpm </a> | ||
</div> | ||
<div id="navbar" class="navbar-collapse collapse"> | ||
<ul class="nav navbar-nav"> | ||
<li><a href='../page/index.html'>Packaging and contributing</a></li> | ||
<li class="dropdown hidden-xs visible-sm visible-md hidden-lg"> | ||
<a href="#" class="dropdown-toggle" | ||
data-toggle="dropdown" role="button" | ||
aria-haspopup="true" | ||
aria-expanded="false"> | ||
Contents <span class="caret"></span> | ||
</a> | ||
<ul class="dropdown-menu"> | ||
<li><a href="../lists/files.html">Source Files</a></li> | ||
<li><a href="../lists/modules.html">Modules</a></li> | ||
<li><a href="../lists/procedures.html">Procedures</a></li> | ||
<li><a href="../lists/types.html">Derived Types</a></li> | ||
<li><a href="../program/main.html">Program</a></li> | ||
</ul> | ||
</li> | ||
<li class="visible-xs hidden-sm visible-lg"> | ||
<a href="../lists/files.html">Source Files</a> | ||
</li> | ||
<li class="visible-xs hidden-sm visible-lg"> | ||
<a href="../lists/modules.html">Modules</a> | ||
</li> | ||
<li class="visible-xs hidden-sm visible-lg"> | ||
<a href="../lists/procedures.html">Procedures</a> | ||
</li> | ||
<li class="visible-xs hidden-sm visible-lg"> | ||
<a href="../lists/types.html">Derived Types</a> | ||
</li> | ||
<li class="visible-xs hidden-sm visible-lg"> | ||
<a href="../program/main.html">Program</a> | ||
</li> | ||
</ul> | ||
<form action="../search.html" class="navbar-form navbar-right" role="search"> | ||
<div class="form-group"> | ||
<input type="text" class="form-control" placeholder="Search" name="q" id="tipue_search_input" autocomplete="off" required> | ||
</div> | ||
<!-- | ||
<button type="submit" class="btn btn-default">Submit</button> | ||
--> | ||
</form> | ||
</div><!--/.nav-collapse --> | ||
</div> | ||
</nav> | ||
|
||
<div class="container"> | ||
<div class="row"> | ||
<h1>operator(==) | ||
<small>Interface</small> | ||
|
||
</h1> | ||
<div class="row" id="info-bar"> | ||
<div class="col-lg-12"> | ||
<div class="well well-sm"> | ||
<ul class="list-inline" style="margin-bottom:0px;display:inline"> | ||
|
||
<li id="statements"><i class="fa fa-list-ol"></i> | ||
<a data-toggle="tooltip" | ||
data-placement="bottom" data-html="true" | ||
title="<p> 0.1% of total for procedures.</p>Including implementation: 37 statements, 0.7% of total for procedures.">3 statements</a> | ||
</li> | ||
|
||
<li id="source-file"> | ||
<i class="fa fa-code"></i> | ||
<a href="../src/preprocess.f90"> Source File</a> | ||
</li> | ||
</ul> | ||
<ol class="breadcrumb in-well text-right"> | ||
<li><a href='../sourcefile/preprocess.f90.html'>preprocess.f90</a></li> | ||
<li><a href='../module/fpm_manifest_preprocess.html'>fpm_manifest_preprocess</a></li> | ||
<li class="active">operator(==)</li> | ||
</ol> | ||
</div> | ||
</div> | ||
</div> | ||
<script> | ||
$(function () { | ||
$('[data-toggle="tooltip"]').tooltip() | ||
}) | ||
</script> | ||
|
||
</div> | ||
|
||
<div class="row"> | ||
<div class="col-md-3 hidden-xs hidden-sm visible-md visible-lg"> | ||
<div id="sidebar"> | ||
<h3>Contents</h3> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<div class="panel panel-primary"> | ||
<div class="panel-heading text-left"> | ||
<h3 class="panel-title"> | ||
<a data-toggle="collapse" href="#modprocs-0">Module Procedures</a> | ||
</h3> | ||
</div> | ||
<div id="modprocs-0" class="panel-collapse collapse"> | ||
<div class="list-group"> | ||
<a class="list-group-item" href="../interface/operator%28%3D%3D%29~2.html#moduleprocedure-preprocess_is_same">preprocess_is_same</a> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
|
||
|
||
</div> | ||
|
||
</div> | ||
|
||
<div class="col-md-9" id='text'> | ||
<h2>public interface operator(==)</h2> | ||
|
||
|
||
<section class="visible-xs visible-sm hidden-md"> | ||
<h3>Contents</h3> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<div class="panel panel-primary"> | ||
<div class="panel-heading text-left"> | ||
<h3 class="panel-title"> | ||
<a data-toggle="collapse" href="#modprocs-1">Module Procedures</a> | ||
</h3> | ||
</div> | ||
<div id="modprocs-1" class="panel-collapse collapse"> | ||
<div class="list-group"> | ||
<a class="list-group-item" href="../interface/operator%28%3D%3D%29~2.html#moduleprocedure-preprocess_is_same">preprocess_is_same</a> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
|
||
|
||
</section> | ||
<br class="visible-xs visible-sm hidden-md"> | ||
|
||
|
||
|
||
<h2>Module Procedures</h2> | ||
<div class="panel panel-default"> | ||
<div class="panel-heading codesum"><span class="anchor" id="proc-preprocess_is_same"></span><h3>private function preprocess_is_same(this, that) | ||
</h3></div> | ||
<div class="panel-body"> | ||
<p>All checks passed!</p> | ||
|
||
<h4>Arguments</h4> | ||
<table class="table table-striped varlist"> | ||
<thead> | ||
<tr> | ||
<th>Type</th> | ||
<th>Intent</th><th>Optional</th> <th>Attributes</th> | ||
<th></th> | ||
<th>Name</th> | ||
<th></th> | ||
</thead> | ||
<tbody> | ||
<tr> | ||
<td> | ||
<span class="anchor" ></span> | ||
class(<a href='../type/preprocess_config_t.html'>preprocess_config_t</a>), | ||
</td> | ||
<td>intent(in)</td> | ||
<td></td> <td> | ||
|
||
</td> | ||
<td>::</td> | ||
<td><strong>this</strong></td> | ||
<td> | ||
|
||
</td> | ||
</tr> | ||
<tr> | ||
<td> | ||
<span class="anchor" ></span> | ||
class(<a href='../type/preprocess_config_t.html'>preprocess_config_t</a>), | ||
</td> | ||
<td>intent(in)</td> | ||
<td></td> <td> | ||
|
||
</td> | ||
<td>::</td> | ||
<td><strong>that</strong></td> | ||
<td> | ||
|
||
</td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
|
||
<h4> | ||
Return Value | ||
<small>logical</small> | ||
</h4> | ||
|
||
|
||
</div> | ||
</div> | ||
|
||
</div> | ||
</div> | ||
<hr> | ||
</div> <!-- /container --> | ||
<footer> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="col-xs-6 col-md-6"><p>Fortran-lang/fpm was developed by fortran-lang/fpm contributors<br>© 2023 | ||
</p> | ||
</div> | ||
<div class="col-xs-6 col-md-6"> | ||
<p class="text-right"> | ||
Documentation generated by | ||
<a href="https://github.com/Fortran-FOSS-Programmers/ford">FORD</a> | ||
on 2023-07-10 06:33 </p> | ||
</div> | ||
</div> | ||
<br> | ||
</div> <!-- /container --> | ||
</footer> | ||
|
||
<!-- Bootstrap core JavaScript | ||
================================================== --> | ||
<!-- Placed at the end of the document so the pages load faster --> | ||
<!-- | ||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> | ||
--> | ||
<script src="../js/bootstrap.min.js"></script> | ||
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug --> | ||
<script src="../js/ie10-viewport-bug-workaround.js"></script> | ||
|
||
<!-- MathJax JavaScript | ||
================================================== --> | ||
<!-- Placed at the end of the document so the pages load faster --> | ||
<script type="text/x-mathjax-config"> | ||
MathJax.Hub.Config({ | ||
TeX: { extensions: ['AMSmath.js','AMSsymbols.js','noErrors.js','noUndefined.js'], equationNumbers: { autoNumber: 'AMS' } }, | ||
jax: ['input/TeX','input/MathML','output/HTML-CSS'], | ||
extensions: ['tex2jax.js','mml2jax.js','MathMenu.js','MathZoom.js'] | ||
}); | ||
</script> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script> | ||
|
||
<script src="../tipuesearch/tipuesearch_content.js"></script> | ||
<script src="../tipuesearch/tipuesearch_set.js"></script> | ||
<script src="../tipuesearch/tipuesearch.js"></script> | ||
|
||
</body> | ||
</html> |
Oops, something went wrong.