Lines Matching full:tt
25 * @return String <tt>'substition'</tt> (i.e. 'substitution').
54 * @return String <tt>'block'</tt>.
66 * @return Integer <tt>6</tt>.
97 * The <tt>$aState</tt> parameter gives the type of pattern
102 * <dd>a pattern set by <tt>addEntryPattern()</tt></dd>
104 * <dd>a pattern set by <tt>addPattern()</tt></dd>
106 * <dd> a pattern set by <tt>addExitPattern()</tt></dd>
108 * <dd>a pattern set by <tt>addSpecialPattern()</tt></dd>
142 * The method checks for the given <tt>$aFormat</tt> and returns
143 * <tt>FALSE</tt> when a format isn't supported. <tt>$aRenderer</tt>
145 * handling the rendering. The contents of <tt>$aData</tt> is the
146 * return value of the <tt>handle()</tt> method.
150 * @param $aData Array The data created by the <tt>handle()</tt>
152 * @return Boolean <tt>TRUE</tt> if rendered successfully, or
153 * <tt>FALSE</tt> otherwise.