Lines Matching full:tt
13 * <tt>syntax_plugin_tip.php </tt>- A PHP4 class that implements
14 * a <tt>DokuWiki</tt> plugin for <tt>small notes/tips fragments</tt>.
18 * <tt><tip [c|l|r] [u|e|d] [h|i|n|w]>some text</tip></tt>
35 * @version <tt>$Id: syntax_plugin_tip.php,v 1.5 2007/08/15 12:36:19 matthias Exp $</tt>
46 * HTML special characters to replace in <tt>render()</tt>.
69 * <tt>$aMode</tt> within its own markup.
72 * @return Boolean <tt>TRUE</tt> unless <tt>$aMode</tt> is
73 * <tt>'plugin_tip'</tt> (which would result in a <tt>FALSE</tt>
124 * <tt>YYYY-MM-DD</tt> format</dd>
158 * @return String <tt>"normal"</tt> instead of the (correct) "block"
171 * @return Integer <tt>415</tt> (not really important here).
182 * @return String <tt>"container"</tt>.
194 * The <tt>$aState</tt> parameter gives the type of pattern
199 * <dd>a pattern set by <tt>addEntryPattern()</tt></dd>
201 * <dd> a pattern set by <tt>addExitPattern()</tt></dd>
210 * @return Array Index <tt>[0]</tt> holds the current
211 * <tt>$aState</tt>, index <tt>[1]</tt> the match prepared for
212 * the <tt>render()</tt> method.
272 * The method checks for the given <tt>$aFormat</tt> and returns
273 * <tt>FALSE</tt> when a format isn't supported. <tt>$aRenderer</tt>
275 * handling the rendering. The contents of <tt>$aData</tt> is
276 * the return value of the <tt>handle()</tt> method.
281 * <tt>handle()</tt> method.
282 * @return Boolean <tt>TRUE</tt> if rendered successfully,
283 * or <tt>FALSE</tt> otherwise.