manual/html/The_TaskJuggler_Syntax.html in taskjuggler-3.6.0 vs manual/html/The_TaskJuggler_Syntax.html in taskjuggler-3.7.1

- old
+ new

@@ -1,7 +1,7 @@ <!DOCTYPE html> -<!-- This file has been generated by tj3man v3.6.0 --> +<!-- This file has been generated by tj3man v3.7.1 --> <html lang="en" xml:lang="en"> <head> <title>The_TaskJuggler_Syntax</title> <meta content="text/html; charset=utf-8" http-equiv="Content-Type"/> <meta content="IE=9" http-equiv="X-UA-Compatible"/> @@ -33,22 +33,22 @@ <div class="manual" codesection="1"><pre class="manual" codesection="1">keyword &lt;name&gt; </pre></div> <p class="manual">List of predefined options are enclosed in brackets, the options separated by a vertical bar.</p> <div class="manual" codesection="1"><pre class="manual" codesection="1">keyword ( foo | bar | foobar ) </pre></div> - <p class="manual">Some keywords take one or more arguments. These are known as list attributes. The arguments are comma separated. The tree dots in the syntax description mean that the sequence before the dots can be repeated if needed. Inheritable list attributes will append the new list values to the inherited list. Use can use the <a href="purge.html">purge</a> attribute to clear the list before assigning new values to the list attribute.</p> + <p class="manual">Some keywords take one or more arguments. These are known as list attributes. The arguments are comma separated. The three dots in the syntax description mean that the sequence before the dots can be repeated if needed. Inheritable list attributes will append the new list values to the inherited list. Use can use the <a href="purge.html">purge</a> attribute to clear the list before assigning new values to the list attribute.</p> <div class="manual" codesection="1"><pre class="manual" codesection="1">keyword arg1 [, arg2 ... ] </pre></div> <p class="manual">Variable arguments are further described in the <i>Arguments</i> section of the keyword syntax table. The name is listed immediately followed by the type of the variable argument. The supported types and their meaning is described in the following sections.</p> <h3 class="manual" id="ABSOLUTEID">5.1.1 ABSOLUTE_ID</h3> <p class="manual">An absolute identifier is composed of identifiers that are concatenated by dots, e. g. <code class="manual">foo.bar</code>. It is used to reference a TaskJuggler property that lives in a hierarchical name space. Accounts, Tasks, Reports are examples for such hierarchical name spaces. To reference the sub-task <code class="manual">bar</code> of task <code class="manual">foo</code> the absolute ID <code class="manual">foo.bar</code> is used.</p> <h3 class="manual" id="ID">5.1.2 ID</h3> <p class="manual">An identifier is composed of the letters <code class="manual">a</code> to <code class="manual">z</code>, <code class="manual">A</code> to <code class="manual">Z</code>, the underscore and the digits <code class="manual">0</code> to <code class="manual">9</code>. There are no limits for the number of characters, but it may not begin with a digit.</p> <h3 class="manual" id="INTEGER">5.1.3 INTEGER</h3> <p class="manual">An integer is any natural number, e. g. <code class="manual">0</code>, <code class="manual">1</code>, <code class="manual">2</code> and so on.</p> <h3 class="manual" id="STRING">5.1.4 STRING</h3> - <p class="manual">Strings are character sequences that are enclosed by special character marks. There are three different marks supported. For short strings that fit on one lines, you can either use single or double quotes.</p> + <p class="manual">Strings are character sequences that are enclosed by special character marks. There are three different marks supported. For short strings that fit on one line, you can either use single or double quotes.</p> <div class="manual" codesection="1"><pre class="manual" codesection="1">'This is a single quoted string.' "This is a double quoted string." </pre></div> <p class="manual">Single quoted strings may contain double quotes and vice versa. Alternatively, you can prefix the quote mark with a backslash to use it within a string.</p> <div class="manual" codesection="1"><pre class="manual" codesection="1">'It\'s a string with a quote included.' @@ -62,11 +62,11 @@ multi-line string. -&gt;8- </pre></div> <h2 class="manual" id="Predefined_Macros">5.2 Predefined Macros</h2> - <p class="manual">TaskJuggler supports a few predefined macros. These are available after the project header. They values correspond to the values provided in the project header.</p> + <p class="manual">TaskJuggler supports a few predefined macros. These are available after the project header. Their values correspond to the values provided in the project header.</p> <ul> <li> <code class="manual">projectstart</code> The start date of the project.</li> <li> <code class="manual">projectend</code> The end date of the project.</li> @@ -74,19 +74,19 @@ <code class="manual">now</code> The current date. If the user does not provide a date with the <a href="now.html">now</a> keyword, the moment of the processing of the file will be inserted. Keep in mind that this will change every time you process your project. The current setting of <a href="timeformat.html">timeformat</a> has no impact on the expansion of the macro.</li> <li> <code class="manual">today</code> Identical to <code class="manual">now</code> but formatted according to the <a href="timeformat.html">timeformat</a> setting of the current context.</li> </ul> <h2 class="manual" id="Environment_Variable_Expansions">5.3 Environment Variable Expansions</h2> - <p class="manual">By using the $(VAR) syntax, you can insert the value of the environment variable name VAR. The name of the variable must consists only of uppercase ASCII letters, underscore or decimal digits.</p> + <p class="manual">By using the $(VAR) syntax, you can insert the value of the environment variable name VAR. The name of the variable must consist only of uppercase ASCII letters, underscores or decimal digits.</p> </div></div> <br/> <hr/> <table style="width:90%; margin-left:5%; margin-right:5%"><tr> <td style="text-align:left; width:35%;">&lt;&lt; <a href="Tutorial.html">Tutorial</a> &lt;&lt;</td> <td style="text-align:center; width:30%;"><a href="toc.html">Table Of Contents</a></td> <td style="text-align:right; width:35%;">&gt;&gt; <a href="Rich_Text_Attributes.html">Rich_Text_Attributes</a> &gt;&gt;</td> </tr></table> <hr/> <br/> - <div align="center" style="font-size:10px;">Copyright (c) 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016 by Chris Schlaeger &lt;cs@taskjuggler.org&gt;.<a href="http://www.taskjuggler.org">TaskJuggler</a> is a trademark of Chris Schlaeger.</div> + <div align="center" style="font-size:10px;">Copyright (c) 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020 by Chris Schlaeger &lt;cs@taskjuggler.org&gt;.<a href="http://www.taskjuggler.org">TaskJuggler</a> is a trademark of Chris Schlaeger.</div> </body> </html>