pike.git
/
refdoc
/
keywords.txt
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/refdoc/keywords.txt:254:
XML: <seealso/> ________________________________________________________________________________ ================================================================================ TEXT MARKUP KEYWORDS ================================================================================ Keyword: @array - @endarray Description: Documentation of the layout of an array.
-
Arguments:
-
+
Arguments:
<name>
Children: @elem Groups with: - Examples: @array @elem mixed 0.. All elements are of type mixed. @endarray XML: `@array Foo' => <array name="Foo"> ________________________________________________________________________________
pike.git/refdoc/keywords.txt:351:
Keyword: @image{ ... @} Description: Insert the specified image. Children: The filename of the image file. Examples: @image{chart2.png@} XML: <image>...</image> ________________________________________________________________________________ Keyword: @int - @endint Description: Documentation of the different values an integer may have.
-
Arguments:
-
+
Arguments:
<name>
Children: @value Examples: @int @value 0 Ignore all zonks. @value 1 Transform zonks into flutter. @value -1 Remove all zonks. @value 5..10 Do something.
pike.git/refdoc/keywords.txt:382:
<name> is any string that will be the name of the term. Children: Text (with markup) Groups with: @item Examples: XML: <item name="..."/> ________________________________________________________________________________ Keyword: @mapping - @endmapping Description: Documentation of the layout of a mapping.
-
Arguments:
-
+
Arguments:
<name>
Children: @member Examples: @mapping @member int "ip" The IP# of the host. @member string "address" The name of the host. @endmapping XML: <mapping name="..."/> ________________________________________________________________________________
pike.git/refdoc/keywords.txt:415:
@member int "age" These two entries in the mapping provide personal data. XML: `@member float "foo"' => <member> <type><float/></type> <index>"foo"</index> </member> ________________________________________________________________________________
+
Keyword: @multiset - @endmultiset
+
Description: Documentation of the layout of a multiset.
+
Arguments: <name>
+
Children: @index
+
Examples: @multiset
+
@index "cat"
+
It's raining cats.
+
@index "dog"
+
It's raining dogs
+
@endmultiset
+
+
XML: <multiset name="..."/>
+
________________________________________________________________________________
+
+
Keyword: @index
+
Description: Documentation for a index in a multiset.
+
Only inside @multiset - @endmultiset.
+
Arguments: <index_value>
+
Where:
+
<index_value> is the index value. Can be a string or integer
+
literal, or an identifier.
+
Children: -
+
Groups with: -
+
Examples: @index "cat"
+
@index "dog"
+
If present, these symbols signifies that it is raining animals.
+
+
XML: `@index "foo"' =>
+
<index>"foo"</index>
+
________________________________________________________________________________
+
Keyword: @ol - @endol Description: Creates an ordered list. Children: @item Groups with: - Examples: @ol @item Open the door @item Walk through @item
pike.git/refdoc/keywords.txt:474:
@endsection @section Two - Intrinsics & Details about the Interface ... @endsection XML: <section name=" ... "> ________________________________________________________________________________ Keyword: @string - @endstring Description: Documentation of the layout of a mapping.
-
Arguments:
-
+
Arguments:
<name>
Children: @value Examples: @string @value "GMT" Greenwich Mean Time @value "CET" Central European Time @endstring XML: <string name=" ... "/> ________________________________________________________________________________