Lines Matching defs:a
36 * Uses just a simple check, but should work pretty well for loading simple
37 * metadata values like the page title and avoids rendering a lot of pages in
176 * Returns the render instructions for a file
178 * Uses and creates a serialized cache file
211 * turns a page into a list of instructions
214 * @return array a list of instruction arrays
238 * returns the metadata of a page
262 // accessed several times. This may catch a few other pages, but that shouldn't be an issue.
302 // store a timestamp in order to make sure that the cachefile is touched
326 * sets metadata elements of a page
330 * @param string $id is the ID of a wiki page
346 // if there is currently a renderer change the data in the renderer instead
384 // these keys, must have subkeys - a legitimate value must be an array
470 * This is the backend function to save a metadata array to a file
491 * renders the metadata of a page
643 * @param array $a
645 * @return int $a is lower/equal/higher than $b
649 function p_sort_modes($a, $b)
651 return $a['sort'] <=> $b['sort'];
655 * Renders a list of instruction to the specified output mode
721 // if requested earlier or a bundled renderer
733 // there is a configuration error!
734 // not bundled, not a valid enabled plugin, use $mode to try to fallback to a bundled renderer
756 * Gets the first heading from a file
818 // we need to use a GeSHi wrapper to avoid <BR> throughout the highlighted text
823 // add a wrapper element if required