Lines Matching full:tt
21 * <tt>syntax_plugin_nstoc.php </tt>- A PHP4 class that implements
22 * a <tt>DokuWiki</tt> plugin to generate a
27 * <tt>{{nstoc [namespace [maxdepth]]}}</tt>
44 * @version <tt>$Id: syntax_plugin_nstoc.php,v 1.17 2010/02/21 14:36:27 matthias Exp $</tt>
55 * Callback function for use by the global <tt>search()</tt> function.
63 * HTML special characters to replace in <tt>render()</tt>.
67 * inside the <tt>_doMarkup()</tt> loops.
80 * inside the <tt>_doMarkup()</tt> loops.
111 * Each entry of the given <tt>$aList</tt> (indexed by <em>page ID</em>)
113 * at index <tt>0</tt> (zero) and the headline's text at index
114 * <tt>1</tt> (one) the latter of which is used to construct the
117 * @param $aList Array The list of headlines in <tt>$aID</tt>.
243 * Get a list of the headlines in the given <tt>$aID</tt> page.
247 * respective headline's level at index <tt>0</tt> (zero)
248 * and the headline's text at index <tt>1</tt> (one).
254 * level of the returned entries; either <tt>0</tt> (zero) or <tt>1</tt>.
255 * @return Mixed An array (list) of headlines or <tt>FALSE</tt>
287 * Resolve the given <tt>$aPath</tt> in relation to the specified
288 * <tt>$aNamespace</tt>.
292 * pathnames depending on the given <tt>$aNamespace</tt> value.
296 * It's called by the public <tt>handle()</tt> method where further
299 * @param $aNamespace String The base namespace of <tt>$aPath</tt>:
368 * <tt>$aMode</tt> within its own markup.
371 * @return Boolean <tt>FALSE</tt> always since no nested markup
400 * <tt>YYYY-MM-DD</tt> format</dd>
424 * @return String <tt>"block"</tt> (open paragraphs need to be closed
436 * @return Integer <tt>298</tt>
437 * (smaller <tt>Doku_Parser_Mode_internallink</tt>).
448 * @return String <tt>"substition"</tt> (i.e. <em>substitution</em>).
460 * The <tt>$aState</tt> parameter gives the type of pattern
464 * <dd>a pattern set by <tt>addSpecialPattern()</tt></dd>
466 * Any other <tt>$aState</tt> value results in a no-op.
474 * <tt>[0]</tt> holds the current <tt>$aState</tt>,
475 * <tt>[1]</tt> the base namespace to process (possibly empty),
476 * <tt>[2]</tt> the allowed nesting depth,
477 * <tt>[3]</tt> the initial nesting depth of the given base namespace
478 * and <tt>[4]</tt> a flag indicating whether to start with a file
479 * (<tt>TRUE</tt>) or directory (<tt>FALSE</tt>).
592 * The method checks for the given <tt>$aFormat</tt> and returns
593 * <tt>FALSE</tt> when a format isn't supported.
594 * <tt>$aRenderer</tt> contains a reference to the renderer object
596 * The contents of <tt>$aData</tt> is the return value of the
597 * <tt>handle()</tt> method.
599 * This implementation uses the precomputed values of <tt>$aData</tt>
603 * @param $aRenderer Object Reference to the <tt>Doku_Renderer_xhtml</tt>
606 * <tt>handle()</tt> method.
607 * @return Boolean <tt>TRUE</tt> if rendered successfully, or
608 * <tt>FALSE</tt> otherwise.