Lines Matching full:tt
13 * <tt>syntax_plugin_hr.php </tt>- A PHP4 class that implements
14 * a <tt>DokuWiki</tt> plugin for <tt>horizonal rule</tt> (HR)
20 * <tt>----</tt>
39 * @version <tt>$Id: syntax_plugin_hr.php,v 1.4 2007/08/15 12:36:19 matthias Exp $</tt>
51 * <tt>$aMode</tt> within its own markup.
54 * @return Boolean <tt>TRUE</tt> unless <tt>$aMode</tt> is
55 * <tt>'plugin_hr'</tt> (which would result in a
56 * <tt>FALSE</tt> method result).
86 * <tt>YYYY-MM-DD</tt> format</dd>
119 * @return String <tt>'block'</tt>.
130 * @return Integer <tt>6</tt>.
144 * @return String <tt>'substition'</tt> (i.e. 'substitution').
156 * The <tt>$aState</tt> parameter gives the type of pattern
161 * <dd>a pattern set by <tt>addEntryPattern()</tt></dd>
163 * <dd>a pattern set by <tt>addPattern()</tt></dd>
165 * <dd> a pattern set by <tt>addExitPattern()</tt></dd>
167 * <dd>a pattern set by <tt>addSpecialPattern()</tt></dd>
189 * The method checks for the given <tt>$aFormat</tt> and returns
190 * <tt>FALSE</tt> when a format isn't supported. <tt>$aRenderer</tt>
192 * handling the rendering. The contents of <tt>$aData</tt> is the
193 * return value of the <tt>handle()</tt> method.
197 * @param $aData Array The data created by the <tt>handle()</tt>
199 * @return Boolean <tt>TRUE</tt> if rendered successfully, or
200 * <tt>FALSE</tt> otherwise.