Lines Matching full:tt
13 * <tt>syntax_plugin_bomfix.php </tt>- A PHP4 class that implements
14 * a <tt>DokuWiki</tt> plugin for <tt>UTF8 "magic" bytes</tt>.
32 * Actually that is the recommended approach <em>if</em> (i.e. <tt>if</tt>)
39 * presented to the end user (reader). Enter <tt>syntax_plugin_bomfix</tt>.
65 * @version <tt>$Id: syntax_plugin_bomfix.php,v 1.6 2010/02/22 10:49:59 matthias Exp $</tt>
77 * <tt>$aMode</tt> within its own markup.
80 * @return Boolean <tt>FALSE</tt> always since no nested markup
109 * <tt>YYYY-MM-DD</tt> format</dd>
132 * @return Integer <tt>380</tt> (doesn't really matter).
143 * @return String <tt>'substition'</tt> (i.e. 'substitution').
155 * The <tt>$aState</tt> parameter gives the type of pattern
160 * <dd>a pattern set by <tt>addEntryPattern()</tt></dd>
162 * <dd>a pattern set by <tt>addPattern()</tt></dd>
164 * <dd> a pattern set by <tt>addExitPattern()</tt></dd>
166 * <dd>a pattern set by <tt>addSpecialPattern()</tt></dd>
172 * and just returns the given <tt>$aState</tt>.
191 * The method checks for the given <tt>$aFormat</tt> and returns
192 * <tt>FALSE</tt> when a format isn't supported.
193 * <tt>$aRenderer</tt> contains a reference to the renderer object
195 * The contents of <tt>$aData</tt> is the return value of the
196 * <tt>handle()</tt> method.
200 * <tt>TRUE</tt>.
205 * <tt>handle()</tt> method.
206 * @return Boolean <tt>TRUE</tt> always since there's no actual