Lines Matching +full:page -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang)

35  * Render metadata when the page is really newer or the metadata doesn't exist.
37 * metadata values like the page title and avoids rendering a lot of pages in
40 * does depend e.g. on pages that are included in the current page using
41 * the include plugin (this is very likely the case for the page title, but
51 * which means that when the metadata for the page is requested that actually needs
70 * @param string $id page id
99 //check if the page once existed
117 * @param string $id page id
141 * @param string $id page id
182 * @param string $id page id
211 * turns a page into a list of instructions
238 * returns the metadata of a page
240 * @param string $id The id of the page the metadata should be returned from
243 * @param int $render If the page should be rendererd - possible values:
256 // track pages that have already been rendered in order to avoid rendering the same page
260 // cache the current page
261 // Benchmarking shows the current page's metadata is generally the only page metadata
326 * sets metadata elements of a page
330 * @param string $id is the ID of a wiki page
332 * @param boolean $render whether or not the page metadata should be generated with the renderer
351 // cache the current page
419 * used on page deletion
421 * @param string $id page id
443 * @param string $id absolute wiki page id
472 * @param string $id absolute wiki page id
491 * renders the metadata of a page
493 * @param string $id page id
515 // add an extra key for the event - to tell event handlers the page whose metadata this is
516 $orig['page'] = $id;
758 * @param string $id dokuwiki page id