Skip to content

Commit

Permalink
[CI] Add Doctum build
Browse files Browse the repository at this point in the history
  • Loading branch information
weitzman authored and actions-user committed Nov 5, 2023
1 parent 87316aa commit 0e74400
Show file tree
Hide file tree
Showing 9 changed files with 238 additions and 11 deletions.
217 changes: 217 additions & 0 deletions api/Drush/Attributes/Format.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,217 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="robots" content="index, follow, all" />
<title>Drush\Attributes\Format | Drush API %version%</title>

<link rel="stylesheet" type="text/css" href="../../css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="../../css/bootstrap-theme.min.css">
<link rel="stylesheet" type="text/css" href="../../css/doctum.css">
<link rel="stylesheet" type="text/css" href="../../fonts/doctum-font.css">
<script src="../../js/jquery-3.5.1.slim.min.js"></script>
<script async defer src="../../doctum.js"></script>
<script async defer src="../../js/bootstrap.min.js"></script>
<script async defer src="../../js/autocomplete.min.js"></script>
<meta name="MobileOptimized" content="width">
<meta name="HandheldFriendly" content="true">
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1">

</head>

<body id="class" data-name="class:Drush_Attributes_Format" data-root-path="../../" data-search-index-url="../../doctum-search.json">
<div id="content">
<div id="left-column">
<div id="control-panel">
<div class="search-bar hidden" id="search-progress-bar-container">
<div class="progress">
<div class="progress-bar" role="progressbar" id="search-progress-bar"
aria-valuenow="0" aria-valuemin="0" aria-valuemax="100" style="width: 0%"></div>
</div>
</div>
<form id="search-form" action="../../search.html">
<span class="icon icon-search"></span>
<input name="search"
id="doctum-search-auto-complete"
class="typeahead form-control"
type="search"
placeholder="Search"
spellcheck="false"
autocorrect="off"
autocomplete="off"
autocapitalize="off">
<div class="auto-complete-results" id="auto-complete-results"></div>
</form>
</div>

<div id="api-tree"></div>

</div>
<div id="right-column">
<nav id="site-nav" class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-elements">
<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">Drush API %version%</a>
</div>
<div class="collapse navbar-collapse" id="navbar-elements">
<ul class="nav navbar-nav">
<li><a href="../../classes.html">Classes</a></li>
<li><a href="../../namespaces.html">Namespaces</a></li>
<li><a href="../../interfaces.html">Interfaces</a></li>
<li><a href="../../traits.html">Traits</a></li>
<li><a href="../../doc-index.html">Index</a></li>
<li><a href="../../search.html">Search</a></li>
</ul>
</div>
</div>
</nav>

<div class="namespace-breadcrumbs">
<ol class="breadcrumb">
<li><span class="label label-default">class</span></li>
<li><a href="../../Drush.html">Drush</a></li><li class="backslash">\</li><li><a href="../../Drush/Attributes.html">Attributes</a></li><li class="backslash">\</li><li>Format</li>
</ol>
</div>
<div id="page-content">
<div class="page-header">
<h1>Format
</h1>
</div>


<p> class
<strong>Format</strong> (<a href="https://github.com/drush-ops/drush/blob/12.x/src/Attributes/Format.php">View source</a>)
</p>









<h2>Methods</h2>

<div class="container-fluid underlined">
<div class="row">
<div class="col-md-2 type">

</div>
<div class="col-md-8">
<a href="#method___construct">__construct</a>(string|null $listDelimiter, string|null $tableStyle)

<p class="no-description">No description</p>
</div>
<div class="col-md-2"></div>
</div>
<div class="row">
<div class="col-md-2 type">
static&nbsp;
</div>
<div class="col-md-8">
<a href="#method_handle">handle</a>(ReflectionAttribute $attribute, <abbr title="Consolidation\AnnotatedCommand\Parser\CommandInfo">CommandInfo</abbr> $commandInfo)

<p class="no-description">No description</p>
</div>
<div class="col-md-2"></div>
</div>
</div>


<h2>Details</h2>

<div id="method-details">
<div class="method-item">
<h3 id="method___construct">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/12.x/src/Attributes/Format.php#L22">at line 22</a></div>
<code>
<strong>__construct</strong>(string|null $listDelimiter, string|null $tableStyle)
</code>
</h3>
<div class="details">



<div class="method-description">
<p class="no-description">No description</p>

</div>
<div class="tags">
<h4>Parameters</h4>

<table class="table table-condensed">
<tr>
<td>string|null</td>
<td>$listDelimiter</td>
<td><p>The delimiter between fields</p></td>
</tr>
<tr>
<td>string|null</td>
<td>$tableStyle</td>
<td><p>The table style.</p></td>
</tr>
</table>





</div>
</div>

</div>
<div class="method-item">
<h3 id="method_handle">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/12.x/src/Attributes/Format.php#L29">at line 29</a></div>
<code> static
<strong>handle</strong>(ReflectionAttribute $attribute, <abbr title="Consolidation\AnnotatedCommand\Parser\CommandInfo">CommandInfo</abbr> $commandInfo)
</code>
</h3>
<div class="details">



<div class="method-description">
<p class="no-description">No description</p>

</div>
<div class="tags">
<h4>Parameters</h4>

<table class="table table-condensed">
<tr>
<td>ReflectionAttribute</td>
<td>$attribute</td>
<td></td>
</tr>
<tr>
<td><abbr title="Consolidation\AnnotatedCommand\Parser\CommandInfo">CommandInfo</abbr></td>
<td>$commandInfo</td>
<td></td>
</tr>
</table>





</div>
</div>

</div>
</div>


</div><div id="footer">
Generated by <a href="https://github.com/code-lts/doctum">Doctum, a API Documentation generator and fork of Sami</a>.</div></div>
</div>
</body>

</html>
2 changes: 1 addition & 1 deletion api/Drush/Attributes/Obsolete.html
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ <h1>Obsolete

<div class="description">
<p><p>Mark commands as obsolete. These commands are omitted from help list and when
user tries to run one the commmand's description is shown. Example usage at <a href="https://github.com/drush-ops/drush/blob/12.x/src/Commands/LegacyCommands.php">https://github.com/drush-ops/drush/blob/12.x/src/Commands/LegacyCommands.php</a></p></p> </div>
user tries to run one, the command's description is shown. Example usage at <a href="https://github.com/drush-ops/drush/blob/12.x/src/Commands/LegacyCommands.php">https://github.com/drush-ops/drush/blob/12.x/src/Commands/LegacyCommands.php</a></p></p> </div>


<h2>Constants</h2> <table class="table table-condensed">
Expand Down
8 changes: 4 additions & 4 deletions api/Drush/Commands/core/StatusCommands.html
Original file line number Diff line number Diff line change
Expand Up @@ -881,7 +881,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_getPropertyList">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/12.x/src/Commands/core/StatusCommands.php#L92">at line 92</a></div>
<div class="location"><a href="https://github.com/drush-ops/drush/blob/12.x/src/Commands/core/StatusCommands.php#L91">at line 91</a></div>
<code> array
<strong>getPropertyList</strong>($options)
</code>
Expand Down Expand Up @@ -924,7 +924,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_renderStatusCell">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/12.x/src/Commands/core/StatusCommands.php#L173">at line 173</a></div>
<div class="location"><a href="https://github.com/drush-ops/drush/blob/12.x/src/Commands/core/StatusCommands.php#L172">at line 172</a></div>
<code>
<strong>renderStatusCell</strong>($key, $cellData, <abbr title="Consolidation\OutputFormatters\Options\FormatterOptions">FormatterOptions</abbr> $options)
</code>
Expand Down Expand Up @@ -968,7 +968,7 @@ <h4>Parameters</h4>
</div>
<div class="method-item">
<h3 id="method_adjustStatusOptions">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/12.x/src/Commands/core/StatusCommands.php#L184">at line 184</a></div>
<div class="location"><a href="https://github.com/drush-ops/drush/blob/12.x/src/Commands/core/StatusCommands.php#L183">at line 183</a></div>
<code> void
<strong>adjustStatusOptions</strong>(<abbr title="Consolidation\AnnotatedCommand\CommandData">CommandData</abbr> $commandData)
</code>
Expand Down Expand Up @@ -1011,7 +1011,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_pathAliases">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/12.x/src/Commands/core/StatusCommands.php#L198">at line 198</a></div>
<div class="location"><a href="https://github.com/drush-ops/drush/blob/12.x/src/Commands/core/StatusCommands.php#L197">at line 197</a></div>
<code> static array
<strong>pathAliases</strong>(array $options, <a href="../../../Drush/Boot/BootstrapManager.html"><abbr title="Drush\Boot\BootstrapManager">BootstrapManager</abbr></a> $boot_manager, $boot)
</code>
Expand Down
7 changes: 6 additions & 1 deletion api/classes.html
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,11 @@ <h1>Classes</h1>
<div class="col-md-6">
<a href="Drush/Attributes/FilterDefaultField.html"><abbr title="Drush\Attributes\FilterDefaultField">FilterDefaultField</abbr></a> </div>
<div class="col-md-6"></div>
</div>
<div class="row">
<div class="col-md-6">
<a href="Drush/Attributes/Format.html"><abbr title="Drush\Attributes\Format">Format</abbr></a> </div>
<div class="col-md-6"></div>
</div>
<div class="row">
<div class="col-md-6">
Expand Down Expand Up @@ -162,7 +167,7 @@ <h1>Classes</h1>
<div class="col-md-6">
<a href="Drush/Attributes/Obsolete.html"><abbr title="Drush\Attributes\Obsolete">Obsolete</abbr></a> </div>
<div class="col-md-6"><p>Mark commands as obsolete. These commands are omitted from help list and when
user tries to run one the commmand's description is shown. Example usage at <a href="https://github.com/drush-ops/drush/blob/12.x/src/Commands/LegacyCommands.php">https://github.com/drush-ops/drush/blob/12.x/src/Commands/LegacyCommands.php</a></p></div>
user tries to run one, the command's description is shown. Example usage at <a href="https://github.com/drush-ops/drush/blob/12.x/src/Commands/LegacyCommands.php">https://github.com/drush-ops/drush/blob/12.x/src/Commands/LegacyCommands.php</a></p></div>
</div>
<div class="row">
<div class="col-md-6">
Expand Down
7 changes: 6 additions & 1 deletion api/doc-index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1106,6 +1106,7 @@ <h2 id="letterA">A</h2>
<abbr title="Drush\Application">Application</abbr>::find</a>() &mdash; <em>Method in class <a href="Drush/Application.html"><abbr title="Drush\Application">Application</abbr></a></em></dt>
<dd></dd><dt><a href="Drush/Attributes/FieldLabels.html"><abbr title="Drush\Attributes\FieldLabels">FieldLabels</abbr></a> &mdash; <em>Class in namespace <a href="Drush/Attributes.html">Drush\Attributes</a></em></dt>
<dd></dd><dt><a href="Drush/Attributes/FilterDefaultField.html"><abbr title="Drush\Attributes\FilterDefaultField">FilterDefaultField</abbr></a> &mdash; <em>Class in namespace <a href="Drush/Attributes.html">Drush\Attributes</a></em></dt>
<dd></dd><dt><a href="Drush/Attributes/Format.html"><abbr title="Drush\Attributes\Format">Format</abbr></a> &mdash; <em>Class in namespace <a href="Drush/Attributes.html">Drush\Attributes</a></em></dt>
<dd></dd><dt><a href="Drush/Boot/BaseBoot.html#method_findUri">
<abbr title="Drush\Boot\BaseBoot">BaseBoot</abbr>::findUri</a>() &mdash; <em>Method in class <a href="Drush/Boot/BaseBoot.html"><abbr title="Drush\Boot\BaseBoot">BaseBoot</abbr></a></em></dt>
<dd><p>Select the best URI for the provided cwd. Only called
Expand Down Expand Up @@ -1589,6 +1590,8 @@ <h2 id="letterA">A</h2>
<dd><p>Generate a random alphanumeric password. Copied from user.module.</p></dd> </dl><h2 id="letterH">H</h2>
<dl id="indexH"><dt><a href="Drush/Attributes/Bootstrap.html#method_handle">
<abbr title="Drush\Attributes\Bootstrap">Bootstrap</abbr>::handle</a>() &mdash; <em>Method in class <a href="Drush/Attributes/Bootstrap.html"><abbr title="Drush\Attributes\Bootstrap">Bootstrap</abbr></a></em></dt>
<dd></dd><dt><a href="Drush/Attributes/Format.html#method_handle">
<abbr title="Drush\Attributes\Format">Format</abbr>::handle</a>() &mdash; <em>Method in class <a href="Drush/Attributes/Format.html"><abbr title="Drush\Attributes\Format">Format</abbr></a></em></dt>
<dd></dd><dt><a href="Drush/Attributes/HandleRemoteCommands.html"><abbr title="Drush\Attributes\HandleRemoteCommands">HandleRemoteCommands</abbr></a> &mdash; <em>Class in namespace <a href="Drush/Attributes.html">Drush\Attributes</a></em></dt>
<dd></dd><dt><a href="Drush/Attributes/Help.html"><abbr title="Drush\Attributes\Help">Help</abbr></a> &mdash; <em>Class in namespace <a href="Drush/Attributes.html">Drush\Attributes</a></em></dt>
<dd></dd><dt><a href="Drush/Attributes/Hook.html"><abbr title="Drush\Attributes\Hook">Hook</abbr></a> &mdash; <em>Class in namespace <a href="Drush/Attributes.html">Drush\Attributes</a></em></dt>
Expand Down Expand Up @@ -2021,7 +2024,7 @@ <h2 id="letterA">A</h2>
exists and does not begin with a <code>-</code>.</p></dd> </dl><h2 id="letterO">O</h2>
<dl id="indexO"><dt><a href="Drush/Attributes/Obsolete.html"><abbr title="Drush\Attributes\Obsolete">Obsolete</abbr></a> &mdash; <em>Class in namespace <a href="Drush/Attributes.html">Drush\Attributes</a></em></dt>
<dd><p>Mark commands as obsolete. These commands are omitted from help list and when
user tries to run one the commmand's description is shown. Example usage at <a href="https://github.com/drush-ops/drush/blob/12.x/src/Commands/LegacyCommands.php">https://github.com/drush-ops/drush/blob/12.x/src/Commands/LegacyCommands.php</a></p></dd><dt><a href="Drush/Attributes/Option.html"><abbr title="Drush\Attributes\Option">Option</abbr></a> &mdash; <em>Class in namespace <a href="Drush/Attributes.html">Drush\Attributes</a></em></dt>
user tries to run one, the command's description is shown. Example usage at <a href="https://github.com/drush-ops/drush/blob/12.x/src/Commands/LegacyCommands.php">https://github.com/drush-ops/drush/blob/12.x/src/Commands/LegacyCommands.php</a></p></dd><dt><a href="Drush/Attributes/Option.html"><abbr title="Drush\Attributes\Option">Option</abbr></a> &mdash; <em>Class in namespace <a href="Drush/Attributes.html">Drush\Attributes</a></em></dt>
<dd></dd><dt><a href="Drush/Attributes/OptionsetGetEditor.html"><abbr title="Drush\Attributes\OptionsetGetEditor">OptionsetGetEditor</abbr></a> &mdash; <em>Class in namespace <a href="Drush/Attributes.html">Drush\Attributes</a></em></dt>
<dd></dd><dt><a href="Drush/Attributes/OptionsetProcBuild.html"><abbr title="Drush\Attributes\OptionsetProcBuild">OptionsetProcBuild</abbr></a> &mdash; <em>Class in namespace <a href="Drush/Attributes.html">Drush\Attributes</a></em></dt>
<dd></dd><dt><a href="Drush/Attributes/OptionsetSql.html"><abbr title="Drush\Attributes\OptionsetSql">OptionsetSql</abbr></a> &mdash; <em>Class in namespace <a href="Drush/Attributes.html">Drush\Attributes</a></em></dt>
Expand Down Expand Up @@ -2951,6 +2954,8 @@ <h2 id="letterA">A</h2>
need to be expanded.</p></dd> </dl><h2 id="letter_">_</h2>
<dl id="index_"><dt><a href="Drush/Attributes/Bootstrap.html#method___construct">
<abbr title="Drush\Attributes\Bootstrap">Bootstrap</abbr>::__construct</a>() &mdash; <em>Method in class <a href="Drush/Attributes/Bootstrap.html"><abbr title="Drush\Attributes\Bootstrap">Bootstrap</abbr></a></em></dt>
<dd></dd><dt><a href="Drush/Attributes/Format.html#method___construct">
<abbr title="Drush\Attributes\Format">Format</abbr>::__construct</a>() &mdash; <em>Method in class <a href="Drush/Attributes/Format.html"><abbr title="Drush\Attributes\Format">Format</abbr></a></em></dt>
<dd></dd><dt><a href="Drush/Attributes/InteractConfigName.html#method___construct">
<abbr title="Drush\Attributes\InteractConfigName">InteractConfigName</abbr>::__construct</a>() &mdash; <em>Method in class <a href="Drush/Attributes/InteractConfigName.html"><abbr title="Drush\Attributes\InteractConfigName">InteractConfigName</abbr></a></em></dt>
<dd></dd><dt><a href="Drush/Attributes/Kernel.html#method___construct">
Expand Down
2 changes: 1 addition & 1 deletion api/doctum-search.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion api/doctum.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion api/renderer.index

Large diffs are not rendered by default.

Loading

0 comments on commit 0e74400

Please sign in to comment.