Skip to content

Commit

Permalink
Update output targets
Browse files Browse the repository at this point in the history
  • Loading branch information
mrook committed May 25, 2018
1 parent b195153 commit 2af6bb9
Show file tree
Hide file tree
Showing 253 changed files with 1,259 additions and 1,152 deletions.
4 changes: 2 additions & 2 deletions docs/guide/en/output/chunkhtml/AdhocTypedefTask.html
Expand Up @@ -3,11 +3,11 @@
<p>The AdhocTypedefTask allows you to define a datatype within your build file.</p>
<p>Note that you should use &lt;![CDATA[ ... ]]&gt; so that you don't have to quote
entities within your<code class="literal"> &lt;adhoc-type&gt;&lt;/adhoc-type&gt;</code> tags.</p>
<div class="table"><a name="idp2617"></a><p class="formal-object-title"><span class="label">Table B.2: </span><span class="title">Attributes</span></p><div class="table-contents">
<div class="table"><a name="idp2618"></a><p class="formal-object-title"><span class="label">Table B.2: </span><span class="title">Attributes</span></p><div class="table-contents">

<table class="table" summary="Attributes" border="1"><colgroup><col class="name"><col class="type"><col class="description"><col class="default"><col class="required"></colgroup><thead><tr><th>Name</th><th>Type</th><th>Description</th><th>Default</th><th>Required</th></tr></thead><tbody><tr><td><code class="literal">name</code></td><td><code class="literal">String</code></td><td>Name of XML tag that will represent this datatype..</td><td>n/a</td><td>Yes</td></tr></tbody></table>
</div></div><br class="table-break">
<div class="sect2"><div class="titlepage"><div><div><h3 class="title"><a name="idp2641"></a>B.2.1 Example</h3></div></div></div>
<div class="sect2"><div class="titlepage"><div><div><h3 class="title"><a name="idp2642"></a>B.2.1 Example</h3></div></div></div>

<pre class="programlisting">&lt;target name="main"
description="==&gt;test AdhocType"&gt;
Expand Down
8 changes: 4 additions & 4 deletions docs/guide/en/output/chunkhtml/AppendTask.html
Expand Up @@ -7,7 +7,7 @@
<code class="literal">${process.outputfile}</code>. This is a real example from the build file
used to generate this book!</p>

<div class="table"><a name="idp2649"></a><p class="formal-object-title"><span class="label">Table B.3: </span><span class="title">Attributes</span></p><div class="table-contents">
<div class="table"><a name="idp2650"></a><p class="formal-object-title"><span class="label">Table B.3: </span><span class="title">Attributes</span></p><div class="table-contents">

<table class="table" summary="Attributes" border="1"><colgroup><col class="name"><col class="type"><col class="description"><col class="default"><col class="required"></colgroup><thead><tr><th>Name</th><th>Type</th><th>Description</th><th>Default</th><th>Required</th></tr></thead><tbody><tr><td><code class="literal">destFile</code></td><td><code class="literal">File</code></td><td>Path of file to which text should be appended.
If not specified the console will be used instead.</td><td>n/a</td><td>No</td></tr><tr><td><code class="literal">append</code></td><td><code class="literal">String</code></td><td>Specifies whether or not the file specified by 'destfile'
Expand Down Expand Up @@ -35,7 +35,7 @@
For DOS based systems (including Windows), the default is "crlf".
For Mac OS, the default is "cr".</td><td>n/a</td><td>No</td></tr><tr><td><code class="literal">file</code></td><td><code class="literal">File</code></td><td>Path to file that should be appended to destFile.</td><td>n/a</td><td>No</td></tr><tr><td><code class="literal">text</code></td><td><code class="literal">String</code></td><td>Some literal text to append to file.</td><td>n/a</td><td>No</td></tr></tbody></table>
</div></div><br class="table-break">
<div class="sect2"><div class="titlepage"><div><div><h3 class="title"><a name="idp2740"></a>B.3.1 Examples</h3></div></div></div>
<div class="sect2"><div class="titlepage"><div><div><h3 class="title"><a name="idp2741"></a>B.3.1 Examples</h3></div></div></div>

<pre class="programlisting">&lt;append destFile="${process.outputfile}"&gt;
&lt;filterchain&gt;
Expand All @@ -47,7 +47,7 @@
&lt;/append&gt;</pre>
</div>

<div class="sect2"><div class="titlepage"><div><div><h3 class="title"><a name="idp2743"></a>B.3.2 Supported Nested Tags</h3></div></div></div>
<div class="sect2"><div class="titlepage"><div><div><h3 class="title"><a name="idp2744"></a>B.3.2 Supported Nested Tags</h3></div></div></div>

<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem">
<p><code class="literal"><a class="link" href="FileList.html" title="D.3 FileList">filelist</a></code></p>
Expand All @@ -61,7 +61,7 @@
<p><code class="literal">header, footer</code>
Used to prepend or postpend text into the concatenated stream.
The text may be in-line or be in a file.
</p><div class="table"><a name="idp2764"></a><p class="formal-object-title"><span class="label">Table B.4: </span><span class="title">Attributes</span></p><div class="table-contents">
</p><div class="table"><a name="idp2765"></a><p class="formal-object-title"><span class="label">Table B.4: </span><span class="title">Attributes</span></p><div class="table-contents">

<table class="table" summary="Attributes" border="1"><colgroup><col class="name"><col class="type"><col class="description"><col class="default"><col class="required"></colgroup><thead><tr><th>Name</th><th>Type</th><th>Description</th><th>Default</th><th>Required</th></tr></thead><tbody><tr><td><code class="literal">filtering</code></td><td><code class="literal">Boolean</code></td><td>Whether to filter the text provided by this sub element.</td><td>yes</td><td>No</td></tr><tr><td><code class="literal">file</code></td><td><code class="literal">String</code></td><td>A file to place at the head or tail of the concatenated text.</td><td>n/a</td><td>No</td></tr><tr><td><code class="literal">trim</code></td><td><code class="literal">Boolean</code></td><td>Whether to trim the value.</td><td>no</td><td>No</td></tr><tr><td><code class="literal">trimleading</code></td><td><code class="literal">Boolean</code></td><td>Whether to trim leading white space on each line.</td><td>no</td><td>No</td></tr></tbody></table>
</div></div><p><br class="table-break">
Expand Down
8 changes: 4 additions & 4 deletions docs/guide/en/output/chunkhtml/ApplyTask.html
Expand Up @@ -4,7 +4,7 @@
<p>When the os attribute is specified, then the command is only executed when run on one of the specified operating systems.</p>
<p>The files of a number of Resource Collections – including but not restricted to FileSets, FileLists or DirSets – are passed as arguments to the system command.</p>

<div class="table"><a name="idp2816"></a><p class="formal-object-title"><span class="label">Table B.5: </span><span class="title">Attributes</span></p><div class="table-contents">
<div class="table"><a name="idp2817"></a><p class="formal-object-title"><span class="label">Table B.5: </span><span class="title">Attributes</span></p><div class="table-contents">

<table class="table" summary="Attributes" border="1"><colgroup><col class="name"><col class="type"><col class="description"><col class="default"><col class="required"><col class="alias"></colgroup><thead><tr><th>Name</th><th>Type</th><th>Description</th><th>Default</th><th>Required</th><th>Alias</th></tr></thead><tbody><tr><td><code class="literal">executable</code></td><td><code class="literal">String</code></td><td>The command to execute without any command line arguments.</td><td>n/a</td><td>Yes</td><td> </td></tr><tr><td><code class="literal">dir</code></td><td><code class="literal">String</code></td><td>The directory the command is to be executed in.</td><td>n/a</td><td>No</td><td> </td></tr><tr><td><code class="literal">output</code></td><td><code class="literal">String</code></td><td>Where to direct stdout.</td><td>n/a</td><td>No</td><td> </td></tr><tr><td><code class="literal">error</code></td><td><code class="literal">String</code></td><td>Where to direct stderr.</td><td>n/a</td><td>No</td><td> </td></tr><tr><td><code class="literal">os</code></td><td><code class="literal">String</code></td><td>Only execute if the <a class="xref" href="app.factsheet.html" title="Appendix A. Fact Sheet">Appendix A, <i>Fact Sheet</i></a> property
contains specified text.</td><td>n/a</td><td>No</td><td> </td></tr><tr><td><code class="literal">escape</code></td><td><code class="literal">Boolean</code></td><td>Escape shell metacharacters before execution. Setting this to true will enable the escape precaution.</td><td><code class="literal">false</code></td><td>No</td><td> </td></tr><tr><td><code class="literal">passthru</code></td><td><code class="literal">Boolean</code></td><td>Whether to use PHP's passthru() function instead of exec().</td><td><code class="literal">false</code></td><td>No</td><td> </td></tr><tr><td><code class="literal">spawn</code></td><td><code class="literal">Boolean</code></td><td>Whether to spawn unix programs to the background, redirecting stdout (output will
Expand All @@ -18,7 +18,7 @@
system requires other file separator.</td><td><code class="literal">false</code></td><td>No</td><td> </td></tr><tr><td><code class="literal">maxparallel</code></td><td><code class="literal">Integer</code></td><td>Limit the amount of parallelism by passing at most this many sourcefiles at once.
Set it to &lt;= 0 for unlimited.</td><td><code class="literal">0</code></td><td>No</td><td> </td></tr></tbody></table>
</div></div><br class="table-break">
<div class="sect2"><div class="titlepage"><div><div><h3 class="title"><a name="idp2998"></a>B.4.1 Examples</h3></div></div></div>
<div class="sect2"><div class="titlepage"><div><div><h3 class="title"><a name="idp2999"></a>B.4.1 Examples</h3></div></div></div>

<pre class="programlisting">
&lt;!-- Invokes somecommand arg1 SOURCEFILENAME arg2 for each file in /tmp --&gt;
Expand All @@ -39,11 +39,11 @@
&lt;/apply&gt;
</pre>
</div>
<div class="sect2"><div class="titlepage"><div><div><h3 class="title"><a name="idp3001"></a>B.4.2 Supported Nested Tags</h3></div></div></div>
<div class="sect2"><div class="titlepage"><div><div><h3 class="title"><a name="idp3002"></a>B.4.2 Supported Nested Tags</h3></div></div></div>

<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem">
<p><code class="literal">arg</code>
</p><div class="table"><a name="idp3007"></a><p class="formal-object-title"><span class="label">Table B.6: </span><span class="title">Attributes</span></p><div class="table-contents">
</p><div class="table"><a name="idp3008"></a><p class="formal-object-title"><span class="label">Table B.6: </span><span class="title">Attributes</span></p><div class="table-contents">

<table class="table" summary="Attributes" border="1"><colgroup><col class="name"><col class="type"><col class="description"><col class="default"><col class="required"></colgroup><thead><tr><th>Name</th><th>Type</th><th>Description</th><th>Default</th><th>Required</th></tr></thead><tbody><tr><td><code class="literal">value</code></td><td><code class="literal">String</code></td><td>A single command-line argument; can contain space
characters.</td><td>n/a</td><td rowspan="4">One of these</td></tr><tr><td><code class="literal">file</code></td><td><code class="literal">String</code></td><td>The name of a file as a single command-line argument;
Expand Down
6 changes: 3 additions & 3 deletions docs/guide/en/output/chunkhtml/AttribTask.html
Expand Up @@ -11,11 +11,11 @@
If you know for sure that you have a "attrib" executable on your PATH that is command line compatible
with the Windows command, you can use the task's os attribute and set its value to your current os.
</p>
<div class="table"><a name="idp3072"></a><p class="formal-object-title"><span class="label">Table B.7: </span><span class="title">Attributes</span></p><div class="table-contents">
<div class="table"><a name="idp3073"></a><p class="formal-object-title"><span class="label">Table B.7: </span><span class="title">Attributes</span></p><div class="table-contents">

<table class="table" summary="Attributes" border="1"><colgroup><col class="name"><col class="type"><col class="description"><col class="default"><col class="required"></colgroup><thead><tr><th>Name</th><th>Type</th><th>Description</th><th>Default</th><th>Required</th></tr></thead><tbody><tr><td><code class="literal">file</code></td><td><code class="literal">String</code></td><td>The file or directory of which the permissions must be changed.</td><td>n/a</td><td>Yes</td></tr><tr><td><code class="literal">readonly</code></td><td><code class="literal">Boolean</code></td><td>The readonly permission.</td><td>n/a</td><td rowspan="4" valign="middle">at least one of the four.</td></tr><tr><td><code class="literal">archive</code></td><td><code class="literal">Boolean</code></td><td>The archive permission.</td><td>n/a</td></tr><tr><td><code class="literal">system</code></td><td><code class="literal">Boolean</code></td><td>The system permission.</td><td>n/a</td></tr><tr><td><code class="literal">hidden</code></td><td><code class="literal">Boolean</code></td><td>The hidden permission.</td><td>n/a</td></tr><tr><td><code class="literal">verbose</code></td><td><code class="literal">Boolean</code></td><td>Whether to print a summary after execution or not. Defaults to false.</td><td>false</td><td>No</td></tr><tr><td><code class="literal">os</code></td><td><code class="literal">String</code></td><td>List of Operating Systems on which the command may be executed.</td><td>n/a</td><td>No</td></tr></tbody></table>
</div></div><br class="table-break">
<div class="sect2"><div class="titlepage"><div><div><h3 class="title"><a name="idp3141"></a>B.5.1 Example</h3></div></div></div>
<div class="sect2"><div class="titlepage"><div><div><h3 class="title"><a name="idp3142"></a>B.5.1 Example</h3></div></div></div>

<pre class="programlisting">&lt;attrib file="${dist}/run.bat" readonly="true" hidden="true"/&gt;</pre>
<p>makes the "run.bat" file read-only and hidden.
Expand All @@ -27,7 +27,7 @@
</p>
</div>

<div class="sect2"><div class="titlepage"><div><div><h3 class="title"><a name="idp3147"></a>B.5.2 Supported Nested Tags</h3></div></div></div>
<div class="sect2"><div class="titlepage"><div><div><h3 class="title"><a name="idp3148"></a>B.5.2 Supported Nested Tags</h3></div></div></div>

<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem">
<p><code class="literal"><a class="link" href="FileList.html" title="D.3 FileList">filelist</a></code></p>
Expand Down
4 changes: 2 additions & 2 deletions docs/guide/en/output/chunkhtml/AutoloaderTask.html
Expand Up @@ -4,11 +4,11 @@
The AutoloaderTask includes autoload file to bootstrap all necessary components in Phing execution context.
It could be useful if build tools (e.g. phpunit, phploc etc.) are installed as Composer dependencies.
</p>
<div class="table"><a name="idp6900"></a><p class="formal-object-title"><span class="label">Table C.2: </span><span class="title">Attributes</span></p><div class="table-contents">
<div class="table"><a name="idp6912"></a><p class="formal-object-title"><span class="label">Table C.2: </span><span class="title">Attributes</span></p><div class="table-contents">

<table class="table" summary="Attributes" border="1"><colgroup><col class="name"><col class="type"><col class="description"><col class="default"><col class="required"></colgroup><thead><tr><th>Name</th><th>Type</th><th>Description</th><th>Default</th><th>Required</th></tr></thead><tbody><tr><td><code class="literal">autoloaderpath</code></td><td><code class="literal">String</code></td><td>Path to autoloader file</td><td>vendor/autoload.php</td><td>Yes</td></tr></tbody></table>
</div></div><br class="table-break">
<div class="sect2"><div class="titlepage"><div><div><h3 class="title"><a name="idp6924"></a>C.2.1 Example</h3></div></div></div>
<div class="sect2"><div class="titlepage"><div><div><h3 class="title"><a name="idp6936"></a>C.2.1 Example</h3></div></div></div>

<pre class="programlisting">&lt;autoloader autoloaderpath="foo/autoload.php"/&gt;</pre>
</div>
Expand Down
4 changes: 2 additions & 2 deletions docs/guide/en/output/chunkhtml/AvailableTask.html
Expand Up @@ -18,14 +18,14 @@
<p><span class="bold"><strong>NB:</strong></span> the Available task can also be used as a
condition, see <a class="link" href="conditions.html" title="5.8 Conditions">conditions</a>.</p>

<div class="table"><a name="idp3184"></a><p class="formal-object-title"><span class="label">Table B.8: </span><span class="title">Attributes</span></p><div class="table-contents">
<div class="table"><a name="idp3185"></a><p class="formal-object-title"><span class="label">Table B.8: </span><span class="title">Attributes</span></p><div class="table-contents">

<table class="table" summary="Attributes" border="1"><colgroup><col class="name"><col class="type"><col class="description"><col class="default"><col class="required"></colgroup><thead><tr><th>Name</th><th>Type</th><th>Description</th><th>Default</th><th>Required</th></tr></thead><tbody><tr><td><code class="literal">property</code></td><td><code class="literal">String</code></td><td>Name of the property that is to be set.</td><td>n/a</td><td>Yes</td></tr><tr><td><code class="literal">value</code></td><td><code class="literal">String</code></td><td>The value the property is to be set to.</td><td><code class="literal">"true"</code></td><td>No</td></tr><tr><td><code class="literal">file</code></td><td><code class="literal">String</code></td><td>File/directory to check existence.</td><td>n/a</td><td>Yes (or <code class="literal">resource</code> or <code class="literal">extension</code>)</td></tr><tr><td><code class="literal">resource</code></td><td><code class="literal">String</code></td><td>Path of the resource to look for.</td><td>n/a</td><td>Yes (or <code class="literal">file</code> or <code class="literal">extension</code>)</td></tr><tr><td><code class="literal">extension</code></td><td><code class="literal">String</code></td><td>Name of the extension to look for.</td><td>n/a</td><td>Yes (or <code class="literal">file</code> or <code class="literal">resource</code>)</td></tr><tr><td><code class="literal">type</code></td><td><code class="literal">String</code> (file|dir)</td><td>Determines if <code class="literal">AvailableTask</code> should look for a file
or a directory at the position set by <code class="literal">file</code>. If empty,
it checks for either file or directory.</td><td>n/a</td><td>No</td></tr><tr><td><code class="literal">filepath</code></td><td><code class="literal">String</code></td><td>The path to use when looking up <code class="literal">file</code>.</td><td>n/a</td><td>No</td></tr><tr><td><code class="literal">followSymlinks</code></td><td><code class="literal">Boolean</code></td><td>Whether to dereference symbolic links when looking up
<code class="literal">file</code>.</td><td><code class="literal">false</code></td><td>No</td></tr></tbody></table>
</div></div><br class="table-break">
<div class="sect2"><div class="titlepage"><div><div><h3 class="title"><a name="idp3276"></a>B.6.1 Examples</h3></div></div></div>
<div class="sect2"><div class="titlepage"><div><div><h3 class="title"><a name="idp3277"></a>B.6.1 Examples</h3></div></div></div>

<pre class="programlisting">&lt;available file="/tmp/test.txt" property="test_txt_exists" value="Yes"/&gt;

Expand Down

0 comments on commit 2af6bb9

Please sign in to comment.