~mandel/ubuntuone-windows-installer/fix_null_pointer_start

« back to all changes in this revision

Viewing changes to tools/Nant/doc/help/filters/tabstospaces.html

  • Committer: Manuel de la Pena
  • Date: 2010-07-08 13:22:59 UTC
  • Revision ID: mandel@themacaque.com-20100708132259-y1jgyuyqfe9stt8u
Updated build script to run tests and added all the required tools so far.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
 
2
<html xmlns="http://www.w3.org/1999/xhtml">
 
3
  <!-- Documenting T:NAnt.Core.Filters.TabsToSpaces-->
 
4
  <head>
 
5
    <meta http-equiv="Content-Language" content="en-ca" />
 
6
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 
7
    <link rel="stylesheet" type="text/css" href="../style.css" />
 
8
    <title>&lt;tabstospaces&gt; Filter</title>
 
9
  </head>
 
10
  <body>
 
11
    <table width="100%" border="0" cellspacing="0" cellpadding="2" class="NavBar">
 
12
      <tr>
 
13
        <td class="NavBar-Cell">
 
14
          <a href="http://nant.sourceforge.net">
 
15
            <b>NAnt</b>
 
16
          </a>
 
17
          <img alt="-&gt;" src="../images/arrow.gif" />
 
18
          <a href="../index.html">Help</a>
 
19
          <img alt="-&gt;" src="../images/arrow.gif" />
 
20
          <a href="../filters/index.html">Filter Reference</a>
 
21
          <img alt="-&gt;" src="../images/arrow.gif" /> &lt;tabstospaces&gt;</td>
 
22
        <td class="NavBar-Cell" align="right">
 
23
                        v0.90</td>
 
24
      </tr>
 
25
    </table>
 
26
    <h1>&lt;tabstospaces&gt;</h1>
 
27
    <p> Converts tabs to spaces. </p>
 
28
    <p> The <a href="../filters/tabstospaces.html">&lt;tabstospaces&gt;</a> filter replaces tabs in a text file with spaces. </p>
 
29
    <p> Filters are intended to be used as a element of a <a href="../types/filterchain.html">&lt;filterchain&gt;</a>. </p>
 
30
    <h3>Parameters</h3>
 
31
    <div class="table">
 
32
      <table>
 
33
        <tr>
 
34
          <th>Attribute</th>
 
35
          <th style="text-align: center;">Type</th>
 
36
          <th>Description</th>
 
37
          <th style="text-align: center;">Required</th>
 
38
        </tr>
 
39
        <tr>
 
40
          <td valign="top">tablength</td>
 
41
          <td style="text-align: center;">int</td>
 
42
          <td> The number of spaces used when converting a tab. The default is "8". </td>
 
43
          <td style="text-align: center;">False</td>
 
44
        </tr>
 
45
        <tr>
 
46
          <td valign="top">if</td>
 
47
          <td style="text-align: center;">bool</td>
 
48
          <td> If <b>true</b> then the filter will be used; otherwise, skipped. The default is <b>true</b>. </td>
 
49
          <td style="text-align: center;">False</td>
 
50
        </tr>
 
51
        <tr>
 
52
          <td valign="top">unless</td>
 
53
          <td style="text-align: center;">bool</td>
 
54
          <td> Opposite of <code>if</code>. If <b>false</b> then the filter will be executed; otherwise, skipped. The default is <b>false</b>. </td>
 
55
          <td style="text-align: center;">False</td>
 
56
        </tr>
 
57
      </table>
 
58
    </div>
 
59
    <h3>Examples</h3>
 
60
    <ul class="examples">
 
61
      <li>
 
62
        <p>Replace all tabs with four spaces.</p>
 
63
        <pre class="code">
 
64
&lt;tabtospaces tablength="4" /&gt;
 
65
   </pre>
 
66
      </li>
 
67
    </ul>
 
68
    <h3>Requirements</h3>
 
69
    <div style="margin-left: 20px;">
 
70
      <b>Assembly:</b> NAnt.Core (0.90.3780.0)
 
71
            </div>
 
72
  </body>
 
73
</html>
 
 
b'\\ No newline at end of file'