Changeset 4511 for trunk/manuals
- Timestamp:
- 10/17/08 08:30:34 (3 months ago)
- Location:
- trunk/manuals
- Files:
-
- 9 modified
-
index.html (modified) (1 diff)
-
refman/grammar.html (modified) (4 diffs)
-
refman/index.html (modified) (1 diff)
-
refman/refman.header (modified) (1 diff)
-
userman/categories.html (modified) (2 diffs)
-
userman/index.html (modified) (1 diff)
-
userman/objects.html (modified) (2 diffs)
-
userman/protocols.html (modified) (2 diffs)
-
userman/userman.header (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/manuals/index.html
r4509 r4511 32 32 <div class="copyright"> 33 33 <span>Copyright © <a href="mailto:pmoura@logtalk.org">Paulo Moura</a> — <a href="http://logtalk.org">Logtalk.org</a></span><br/> 34 <span>Last updated on: October 1 6, 2008</span>34 <span>Last updated on: October 17, 2008</span> 35 35 </div> 36 36 <div class="navbottom"> -
trunk/manuals/refman/grammar.html
r4373 r4511 759 759 <h2 id="grammar_entity_properties">Entity properties</h2> 760 760 761 <dl >762 <dt id="grammar_category_property">category_property ::=</dt>761 <dl id="grammar_category_property"> 762 <dt>category_property ::=</dt> 763 763 <dd>"<code>static</code>" |</dd> 764 764 <dd>"<code>dynamic</code>" |</dd> 765 765 <dd>"<code>built_in</code>" |</dd> 766 <dd>"<code>synchronized</code>"</dd> 766 <dd>"<code>synchronized</code>" |</dd> 767 <dd>"<code>file(File)</code>"</dd> 767 768 </dl> 768 769 <dl id="grammar_object_property"> … … 772 773 <dd>"<code>built_in</code>" |</dd> 773 774 <dd>"<code>synchronized</code>" |</dd> 774 <dd>"<code>threaded</code>"</dd> 775 <dd>"<code>threaded</code>" |</dd> 776 <dd>"<code>file(File)</code>"</dd> 775 777 </dl> 776 778 <dl id="grammar_protocol_property"> … … 778 780 <dd>"<code>static</code>" |</dd> 779 781 <dd>"<code>dynamic</code>" |</dd> 780 <dd>"<code>built_in</code>"</dd> 782 <dd>"<code>built_in</code>" |</dd> 783 <dd>"<code>file(File)</code>"</dd> 781 784 </dl> 782 785 … … 803 806 <div class="copyright"> 804 807 <span>Copyright © <a href="mailto:pmoura@logtalk.org">Paulo Moura</a> — <a href="http://logtalk.org">Logtalk.org</a></span><br/> 805 <span>Last updated on: April 18, 2008</span>808 <span>Last updated on: October 17, 2008</span> 806 809 </div> 807 810 <div class="navbottom"> -
trunk/manuals/refman/index.html
r4500 r4511 321 321 <div class="copyright"> 322 322 <span>Copyright © <a href="mailto:pmoura@logtalk.org">Paulo Moura</a> — <a href="http://logtalk.org">Logtalk.org</a></span><br/> 323 <span>Last updated on: October 1 2, 2008</span>323 <span>Last updated on: October 17, 2008</span> 324 324 </div> 325 325 <div class="navbottom"> -
trunk/manuals/refman/refman.header
r4507 r4511 36 36 <span>http://logtalk.org/</span> 37 37 </p> 38 <p class="date">Last updated on October 1 2, 2008</p>38 <p class="date">Last updated on October 17, 2008</p> 39 39 </div> 40 40 -
trunk/manuals/userman/categories.html
r4498 r4511 266 266 <pre>| ?- category_property(Category, Property).</pre> 267 267 <p> 268 A category may have the property <code>static</code>, <code>dynamic</code>, or <code>built_in</code>. Dynamic categories can be abolished in runtime by calling the <a title="Consult reference manual" href="../refman/builtins/abolish_category1.html"><code>abolish_category/1</code></a> built-in predicate. A category may also have the property <code>synchronized</code>, which is related to multi-threading programming. 268 A category may have the property <code>static</code>, <code>dynamic</code>, or <code>built_in</code>. Dynamic categories can be abolished in runtime by calling the <a title="Consult reference manual" href="../refman/builtins/abolish_category1.html"><code>abolish_category/1</code></a> built-in predicate. A category may also have the property <code>synchronized</code>, which is related to multi-threading programming. Depending on the back-end Prolog compiler, a category may have additional properties related to the source file where it is defined. 269 269 </p> 270 270 … … 349 349 <div class="copyright"> 350 350 <span>Copyright © <a href="mailto:pmoura@logtalk.org">Paulo Moura</a> — <a href="http://logtalk.org">Logtalk.org</a></span><br/> 351 <span>Last updated on: October 1 1, 2008</span>351 <span>Last updated on: October 17, 2008</span> 352 352 </div> 353 353 <div class="navbottom"> -
trunk/manuals/userman/index.html
r4509 r4511 304 304 <div class="copyright"> 305 305 <span>Copyright © <a href="mailto:pmoura@logtalk.org">Paulo Moura</a> — <a href="http://logtalk.org">Logtalk.org</a></span><br/> 306 <span>Last updated on: October 1 6, 2008</span>306 <span>Last updated on: October 17, 2008</span> 307 307 </div> 308 308 <div class="navbottom"> -
trunk/manuals/userman/objects.html
r4498 r4511 413 413 <pre>| ?- object_property(Object, Property).</pre> 414 414 <p> 415 An object may have the property <code>static</code>, <code>dynamic</code>, or <code>built_in</code>. Dynamic objects can be abolished in runtime by calling the <a title="Consult reference manual" href="../refman/builtins/abolish_object1.html"><code>abolish_object/1</code></a> built-in predicate. An object may also have the properties <code>synchronized</code> and <code>threaded</code>, which are related to multi-threading programming. 415 An object may have the property <code>static</code>, <code>dynamic</code>, or <code>built_in</code>. Dynamic objects can be abolished in runtime by calling the <a title="Consult reference manual" href="../refman/builtins/abolish_object1.html"><code>abolish_object/1</code></a> built-in predicate. An object may also have the properties <code>synchronized</code> and <code>threaded</code>, which are related to multi-threading programming. Depending on the back-end Prolog compiler, an object may have additional properties related to the source file where it is defined. 416 416 </p> 417 417 … … 443 443 <div class="copyright"> 444 444 <span>Copyright © <a href="mailto:pmoura@logtalk.org">Paulo Moura</a> — <a href="http://logtalk.org">Logtalk.org</a></span><br/> 445 <span>Last updated on: October 1 1, 2008</span>445 <span>Last updated on: October 17, 2008</span> 446 446 </div> 447 447 <div class="navbottom"> -
trunk/manuals/userman/protocols.html
r4498 r4511 170 170 <pre>| ?- protocol_property(Protocol, Property).</pre> 171 171 <p> 172 A protocol may have the property <code>static</code>, <code>dynamic</code>, or <code>built_in</code>. Dynamic protocols can be abolished in runtime by calling the <a title="Consult reference manual" href="../refman/builtins/abolish_protocol1.html"><code>abolish_protocol/1</code></a> built-in predicate. 172 A protocol may have the property <code>static</code>, <code>dynamic</code>, or <code>built_in</code>. Dynamic protocols can be abolished in runtime by calling the <a title="Consult reference manual" href="../refman/builtins/abolish_protocol1.html"><code>abolish_protocol/1</code></a> built-in predicate. Depending on the back-end Prolog compiler, a protocol may have additional properties related to the source file where it is defined. 173 173 </p> 174 174 … … 235 235 <div class="copyright"> 236 236 <span>Copyright © <a href="mailto:pmoura@logtalk.org">Paulo Moura</a> — <a href="http://logtalk.org">Logtalk.org</a></span><br/> 237 <span>Last updated on: October 1 1, 2008</span>237 <span>Last updated on: October 17, 2008</span> 238 238 </div> 239 239 <div class="navbottom"> -
trunk/manuals/userman/userman.header
r4509 r4511 36 36 <span>http://logtalk.org/</span> 37 37 </p> 38 <p class="date">Last updated on October 1 6, 2008</p>38 <p class="date">Last updated on October 17, 2008</p> 39 39 </div> 40 40
