Lines Matching full:tt
13 * <tt>syntax_plugin_lang.php </tt>- A PHP4 class that implements
14 * a <tt>DokuWiki</tt> plugin to specify an area using a different
19 * <tt>lang 2-letter-lang-code</tt>
37 * @version <tt>$Id: syntax_plugin_lang.php,v 1.4 2007/08/15 12:36:19 matthias Exp $</tt>
49 * <tt>$aMode</tt> within its own markup.
52 * @return Boolean <tt>TRUE</tt> unless <tt>$aMode</tt> is
53 * <tt>plugin_lang</tt> (which would result in a
54 * <tt>FALSE</tt> method result).
87 * <tt>YYYY-MM-DD</tt> format</dd>
110 * @return Integer <tt>498</tt> (doesn't really matter).
121 * @return String <tt>'formatting'</tt>.
133 * The <tt>$aState</tt> parameter gives the type of pattern
138 * <dd>a pattern set by <tt>addEntryPattern()</tt></dd>
140 * <dd>a pattern set by <tt>addPattern()</tt></dd>
142 * <dd> a pattern set by <tt>addExitPattern()</tt></dd>
144 * <dd>a pattern set by <tt>addSpecialPattern()</tt></dd>
153 * @return Array Index <tt>[0]</tt> holds the current
154 * <tt>$aState</tt>, index <tt>[1]</tt> the match prepared for
155 * the <tt>render()</tt> method.
201 * The method checks for the given <tt>$aFormat</tt> and returns
202 * <tt>FALSE</tt> when a format isn't supported. <tt>$aRenderer</tt>
204 * handling the rendering. The contents of <tt>$aData</tt> is the
205 * return value of the <tt>handle()</tt> method.
209 * @param $aData Array The data created by the <tt>handle()</tt>
211 * @return Boolean <tt>TRUE</tt> if rendered successfully, or
212 * <tt>FALSE</tt> otherwise.