Lines Matching full:tt
13 * <tt>syntax_plugin_shy.php </tt>- A PHP4 class that implements
14 * a <tt>DokuWiki</tt> plugin for so-called 'soft hyphens'.
18 * <tt>\\-</tt><br>
37 * @version <tt>$Id: syntax_plugin_shy.php,v 1.4 2010/02/22 10:49:59 matthias Exp $</tt>
49 * <tt>$aMode</tt> within its own markup.
52 * @return Boolean <tt>FALSE</tt> always.
82 * <tt>YYYY-MM-DD</tt> format</dd>
105 * @return Integer <tt>176</tt>.
116 * @return String <tt>'substition'</tt> (i.e. 'substitution').
128 * The <tt>$aState</tt> parameter gives the type of pattern
135 * @return Integer The given <tt>$aState</tt> value.
148 * The method checks for the given <tt>$aFormat</tt> and returns
149 * <tt>FALSE</tt> when a format isn't supported. <tt>$aRenderer</tt>
151 * handling the rendering. The contents of <tt>$aData</tt> is the
152 * return value of the <tt>handle()</tt> method.
156 * @param $aData Integer The state value returned by <tt>handle()</tt>.
157 * @return Boolean <tt>TRUE</tt> always.