mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-04-03 01:38:55 +00:00
107 lines
2.4 KiB
XML
107 lines
2.4 KiB
XML
![]() |
<?xml version='1.0' encoding='iso-8859-1'?>
|
||
|
<!-- $Revision: 1.1 $ -->
|
||
|
<section xml:id="bbcode.constants" xmlns="http://docbook.org/ns/docbook">
|
||
|
&reftitle.constants;
|
||
|
&extension.constants;
|
||
|
<variablelist>
|
||
|
<varlistentry>
|
||
|
<term>
|
||
|
<constant>BBCODE_TYPE_NOARG</constant>
|
||
|
(<type>integer</type>)
|
||
|
</term>
|
||
|
<listitem>
|
||
|
<simpara>
|
||
|
This BBCode tag does not accept arguments.
|
||
|
</simpara>
|
||
|
</listitem>
|
||
|
</varlistentry>
|
||
|
<varlistentry>
|
||
|
<term>
|
||
|
<constant>BBCODE_TYPE_SINGLE</constant>
|
||
|
(<type>integer</type>)
|
||
|
</term>
|
||
|
<listitem>
|
||
|
<simpara>
|
||
|
This BBCode tag does not have corresponding close tag.
|
||
|
</simpara>
|
||
|
</listitem>
|
||
|
</varlistentry>
|
||
|
<varlistentry>
|
||
|
<term>
|
||
|
<constant>BBCODE_TYPE_ARG</constant>
|
||
|
(<type>integer</type>)
|
||
|
</term>
|
||
|
<listitem>
|
||
|
<simpara>
|
||
|
This BBCode tag need an argument.
|
||
|
</simpara>
|
||
|
</listitem>
|
||
|
</varlistentry>
|
||
|
<varlistentry>
|
||
|
<term>
|
||
|
<constant>BBCODE_TYPE_OPTARG</constant>
|
||
|
(<type>integer</type>)
|
||
|
</term>
|
||
|
<listitem>
|
||
|
<simpara>
|
||
|
This BBCode tag accepts an optional argument.
|
||
|
</simpara>
|
||
|
</listitem>
|
||
|
</varlistentry>
|
||
|
<varlistentry>
|
||
|
<term>
|
||
|
<constant>BBCODE_TYPE_ROOT</constant>
|
||
|
(<type>integer</type>)
|
||
|
</term>
|
||
|
<listitem>
|
||
|
<simpara>
|
||
|
This BBCode tag is the special tag root (nesting level 0).
|
||
|
</simpara>
|
||
|
</listitem>
|
||
|
</varlistentry>
|
||
|
<varlistentry>
|
||
|
<term>
|
||
|
<constant>BBCODE_FLAGS_ARG_PARSING</constant>
|
||
|
(<type>integer</type>)
|
||
|
</term>
|
||
|
<listitem>
|
||
|
<simpara>
|
||
|
This BBCode tag require argument subparsing (the argument is reparsed by the BBCode extension).
|
||
|
</simpara>
|
||
|
</listitem>
|
||
|
</varlistentry>
|
||
|
<varlistentry>
|
||
|
<term>
|
||
|
<constant>BBCODE_FLAGS_CDATA_NOT_ALLOWED</constant>
|
||
|
(<type>integer</type>)
|
||
|
</term>
|
||
|
<listitem>
|
||
|
<simpara>
|
||
|
This BBCode Tag does not accept content (it voids it automaticaly).
|
||
|
</simpara>
|
||
|
</listitem>
|
||
|
</varlistentry>
|
||
|
</variablelist>
|
||
|
</section>
|
||
|
|
||
|
<!-- Keep this comment at the end of the file
|
||
|
Local variables:
|
||
|
mode: sgml
|
||
|
sgml-omittag:t
|
||
|
sgml-shorttag:t
|
||
|
sgml-minimize-attributes:nil
|
||
|
sgml-always-quote-attributes:t
|
||
|
sgml-indent-step:1
|
||
|
sgml-indent-data:t
|
||
|
indent-tabs-mode:nil
|
||
|
sgml-parent-document:nil
|
||
|
sgml-default-dtd-file:"../../../../manual.ced"
|
||
|
sgml-exposed-tags:nil
|
||
|
sgml-local-catalogs:nil
|
||
|
sgml-local-ecat-files:nil
|
||
|
End:
|
||
|
vim600: syn=xml fen fdm=syntax fdl=2 si
|
||
|
vim: et tw=78 syn=sgml
|
||
|
vi: ts=1 sw=1
|
||
|
-->
|