Lines Matching full:tt
14 * <tt>syntax_plugin_deflist.php </tt>- A PHP4 class that implements
15 * a <tt>DokuWiki</tt> plugin for <tt>definition list</tt> elements.
19 * <tt>?? Term :: Term definition !!</tt>
46 * @version <tt>$Id: syntax_plugin_deflist.php,v 1.14 2007/08/15 12:36:20 matthias Exp $</tt>
57 * Convert the specified <tt>$aID</tt> to a valid XHTML
63 * <tt>[A-Za-z][A-Za-z0-9:_.-]*</tt> for valid identifiers. Here
64 * it's slightly reduced to <tt>[A-Za-z][A-Za-z0-9_]+</tt> i.e.
96 * <tt>$aMode</tt> within its own markup.
99 * This method mostly returns <tt>TRUE</tt> since all other types
100 * are allowed within a definition list's <tt>DD</tt> sections.
105 * @return Boolean <tt>TRUE</tt> unless <tt>$aMode</tt>
106 * is <tt>plugin_deflist</tt> (which would result in a
107 * <tt>FALSE</tt> method result).
149 * <tt>YYYY-MM-DD</tt> format</dd>
182 * @return String <tt>'normal'</tt> instead of the (correct) 'block'
195 * @return Integer <tt>18</tt>, an arbitrary value smaller
196 * <tt>Doku_Parser_Mode_preformated</tt> (20).
207 * @return String <tt>'container'</tt>.
219 * The <tt>$aState</tt> parameter gives the type of pattern
224 * <dd>a pattern set by <tt>addEntryPattern()</tt>.</dd>
226 * <dd>a pattern set by <tt>addPattern()</tt> (here: DT data).</dd>
228 * <dd> a pattern set by <tt>addExitPattern()</tt>.</dd>
237 * @return Array Index <tt>[0]</tt> holds the current
238 * <tt>$aState</tt>, index <tt>[1]</tt> the match (as a list of
239 * entries) prepared for the <tt>render()</tt> method.
317 * The method tests the given <tt>$aFormat</tt> returning
318 * <tt>FALSE</tt> if it's not supported. <tt>$aRenderer</tt>
320 * handling the rendering. The contents of <tt>$aData</tt> is the
321 * return value of the <tt>handle()</tt> method.
325 * @param $aData Array The data created by the <tt>handle()</tt>
327 * @return Boolean <tt>TRUE</tt> if rendered successfully, or
328 * <tt>FALSE</tt> otherwise.