Lines Matching full:tt
27 * @return String <tt>'substition'</tt> (i.e. 'substitution').
39 * @return Integer <tt>999</tt>.
65 * The <tt>$aState</tt> parameter gives the type of pattern
70 * <dd>a pattern set by <tt>addEntryPattern()</tt></dd>
72 * <dd>a pattern set by <tt>addPattern()</tt></dd>
74 * <dd> a pattern set by <tt>addExitPattern()</tt></dd>
76 * <dd>a pattern set by <tt>addSpecialPattern()</tt></dd>
123 * The method checks for the given <tt>$aFormat</tt> and returns
124 * <tt>FALSE</tt> when a format isn't supported. <tt>$aRenderer</tt>
126 * handling the rendering. The contents of <tt>$aData</tt> is the
127 * return value of the <tt>handle()</tt> method.
131 * @param $aData Array The data created by the <tt>handle()</tt>
133 * @return Boolean <tt>TRUE</tt> if rendered successfully, or
134 * <tt>FALSE</tt> otherwise.