Lines Matching full:tt
30 * <tt>YYYY-MM-DD</tt> format</dd>
56 * @return String <tt>'substition'</tt> (i.e. 'substitution').
85 * @return String <tt>'block'</tt>.
97 * @return Integer <tt>6</tt>.
130 * The <tt>$aState</tt> parameter gives the type of pattern
135 * <dd>a pattern set by <tt>addEntryPattern()</tt></dd>
137 * <dd>a pattern set by <tt>addPattern()</tt></dd>
139 * <dd> a pattern set by <tt>addExitPattern()</tt></dd>
141 * <dd>a pattern set by <tt>addSpecialPattern()</tt></dd>
175 * The method checks for the given <tt>$aFormat</tt> and returns
176 * <tt>FALSE</tt> when a format isn't supported. <tt>$aRenderer</tt>
178 * handling the rendering. The contents of <tt>$aData</tt> is the
179 * return value of the <tt>handle()</tt> method.
183 * @param $aData Array The data created by the <tt>handle()</tt>
185 * @return Boolean <tt>TRUE</tt> if rendered successfully, or
186 * <tt>FALSE</tt> otherwise.