Lines Matching full:tt
30 * <tt>YYYY-MM-DD</tt> format</dd>
56 * @return String <tt>'substition'</tt> (i.e. 'substitution').
68 * @return Integer <tt>6</tt>.
93 * The <tt>$aState</tt> parameter gives the type of pattern
98 * <dd>a pattern set by <tt>addEntryPattern()</tt></dd>
100 * <dd>a pattern set by <tt>addPattern()</tt></dd>
102 * <dd> a pattern set by <tt>addExitPattern()</tt></dd>
104 * <dd>a pattern set by <tt>addSpecialPattern()</tt></dd>
126 * The method checks for the given <tt>$aFormat</tt> and returns
127 * <tt>FALSE</tt> when a format isn't supported. <tt>$aRenderer</tt>
129 * handling the rendering. The contents of <tt>$aData</tt> is the
130 * return value of the <tt>handle()</tt> method.
134 * @param $aData Array The data created by the <tt>handle()</tt>
136 * @return Boolean <tt>TRUE</tt> if rendered successfully, or
137 * <tt>FALSE</tt> otherwise.