Home
last modified time | relevance | path

Searched refs:instructions (Results 1 – 6 of 6) sorted by path

/dokuwiki/bin/
H A Dwantedpages.php159 * Parse instructions and add the non-existing links to the result array
166 $instructions = p_get_instructions(file_get_contents($page['file']));
169 foreach ($instructions as $ins) {
/dokuwiki/inc/Cache/
H A DCacheInstructions.php6 * Caching of parser instructions
32 * cache $instructions
34 * @param array $instructions the instruction to be cached
37 public function storeCache($instructions)
43 return io_saveFile($this->cache, serialize($instructions));
38 storeCache($instructions) global() argument
/dokuwiki/inc/lang/la/
H A Dlang.php236 $lang['i_modified'] = 'Hoc scriptum solum cum noua forma Dokuuicis est. Hoc rursum capere in pagina, in qua haec machina capta est, potes aut i ad <a href="https://www.dokuwiki.org/install">Dokuuicis installation instructions</a>';
/dokuwiki/inc/parser/
H A Drenderer.php24 * The renderer transforms the syntax instructions created by the parser and handler into the
27 * $doc field. When all instructions are processed, the $doc field contents will be cached by
131 * handle nested render instructions
134 * @param array $instructions
136 public function nest($instructions)
138 foreach ($instructions as $instruction) {
150 * however plugins will not be able to - as their instructions require data.
129 nest($instructions) global() argument
/dokuwiki/inc/
H A Dparserutils.php176 * Returns the render instructions for a file
200 $run[$file] = true; // we won't rebuild these instructions in the same run again
211 * turns a page into a list of instructions
519 // get instructions
520 $instructions = p_cached_instructions(wikiFN($id), false, $id);
521 if (is_null($instructions)) {
524 return null; // something went wrong with the instructions
532 // loop through the instructions
533 foreach ($instructions as $instruction) {
660 * @param array|null|false $instructions
677 p_render($mode, $instructions, & $info, $date_at = '') global() argument
[all...]
/dokuwiki/vendor/geshi/geshi/
H A DCHANGELOG158 * Addition of MMX/SSE/x86-64 registers and MMX/SSE instructions for
161 already documented x86 architecture instructions (Marat Dukhan)