Lines Matching full:tt
39 * @return String <tt>'substition'</tt> (i.e. 'substitution').
52 * @return Integer <tt>6</tt>.
85 * The <tt>$aState</tt> parameter gives the type of pattern
90 * <dd>a pattern set by <tt>addEntryPattern()</tt></dd>
92 * <dd>a pattern set by <tt>addPattern()</tt></dd>
94 * <dd> a pattern set by <tt>addExitPattern()</tt></dd>
96 * <dd>a pattern set by <tt>addSpecialPattern()</tt></dd>
132 * The method checks for the given <tt>$aFormat</tt> and returns
133 * <tt>FALSE</tt> when a format isn't supported. <tt>$aRenderer</tt>
135 * handling the rendering. The contents of <tt>$aData</tt> is the
136 * return value of the <tt>handle()</tt> method.
140 * @param $aData Array The data created by the <tt>handle()</tt>
142 * @return Boolean <tt>TRUE</tt> if rendered successfully, or
143 * <tt>FALSE</tt> otherwise.