Home
last modified time | relevance | path

Searched refs:instructions (Results 76 – 100 of 166) sorted by path

1234567

/plugin/ifauthex/_test/
H A Dgeneral.test.php233 …$instructions = p_get_instructions('<ifauth (nonexistent)>hideme</ifauth><ifauth !(nonexistent)>sh…
234 $xhtml = p_render('xhtml', $instructions, $info);
239 $xhtml = p_render('xhtml', $instructions, $info);
/plugin/include/
H A Dhelper.php232 * Returns the converted instructions of a give page/section
281 * Converts instructions of the included page
283 * The funcion iterates over the given list of instructions and generates
285 * start/end instructions, converts links, and removes unwanted
286 * instructions like tags, comments, linkbacks.
296 // filter instructions if needed
337 // get max level of this instructions set
488 // add instructions entry wrapper
541 * @param array $ins The instructions that shall be adapted
809 * instructions
811 _get_included_pages_from_meta_instructions($instructions) global() argument
[all...]
/plugin/include/syntax/
H A Dinclude.php66 * @return array The instructions of the plugin
115 $renderer->meta['plugin_include']['instructions'][] = compact('mode', 'page', 'sect', 'parent_id', 'flags');
150 $instructions = $this->helper->_get_instructions($id, $sect, $mode, $level, $flags, $root_id, $secids);
157 $renderer->nest($instructions);
/plugin/instructions/
H A DREADME.md1 # dokuwiki-plugin-instructions
4 For details have a look at https://www.dokuwiki.org/plugin:instructions
H A Dmanager.dat1 …adurl=https://github.com/Juergen-aus-Koeln/dokuwiki-plugin-instructions/raw/master/instructions.zip
H A Dplugin.info.txt1 base instructions
5 name instructions plugin
6 desc Special syntax for instructions
7 url http://dokuwiki.org/plugin:instructions
/plugin/jcapture/lib/
H A Dtransform-3.0.2.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jmol2/jmol/
H A DCHANGES.txt3300 # webexport help instructions fix to be consistent for local testing.
4009 # Web Export Dialog changes: new intro tab, new minilog at bottom, instructions converted to
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dchangelog.txt1244 Added instructions for enabling iconv() support under Windows
/plugin/latexport/
H A DREADME.md22 instructions in https://www.dokuwiki.org/devel:git
/plugin/linkfix/
H A Dadmin.php142 $instructions = p_get_instructions($text);
143 $instructions = array_reverse($instructions);
152 foreach($instructions as $instruction) {
/plugin/lms/
H A Dhelper.php206 $instructions = p_cached_instructions(wikiFN($cp), false, $cp);
207 if ($instructions === null) return [];
209 foreach ($instructions as $instruction) {
/plugin/log/
H A Dsyntax.php53 $instructions = p_cached_instructions(wikiFN($logpage),false,$logpage);
56 $max = count($instructions);
64 switch ($instructions[$i][0]) {
68 $type = substr($instructions[$i][0], 4, 1);
74 $instructions = array_slice($instructions, $start, $i - $start + 1);
80 $instructions = array_slice($instructions, $start, $i - $start);
87 $instructions = $empty_list;
90 return array(array_merge($instructions,
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dspecs.md49 like it's been marked up with tags or formatting instructions. While
/plugin/mermaid/
H A Dsyntax.php102 $instructions = $this->p_get_instructions($this->protect_brackets_from_dokuwiki($match));
103 $xhtml = $this->remove_protection_of_brackets_from_dokuwiki($this->p_render($instructions));
117 * Get the parser instructions suitable for the mermaid
170 public function p_render($instructions)
174 // Loop through the instructions
175 foreach ($instructions as $instruction) {
139 p_render($instructions) global() argument
/plugin/metaheaders/
H A DREADME40 Have a look at the plugin website [1] for usage instructions and examples.
/plugin/multiorphan/action/
H A Dmultiorphan.php180 if (!is_array($instructions)) {
186 foreach ($instructions as $ins) {
210 'instructions' => $instructions[1],
212 'entryID' => !empty($instructions[1][0]) ? $instructions[1][0] : null,
213 'syntax' => $instructions[0],
292 $instructions = $this->renderer->instructions;
306 if ( is_null($instructions) ) {
310 if ( !is_null($instructions) ) {
339 $instructions = $event->data['instructions'];
350 …event->data['entryID'] = $this->renderer->_resolveInterWiki($instructions[2], $instructions[3], $e…
[all …]
H A DpluginBlog.php39 $instructions = $event->data['instructions'];
40 …if ( $event->data['syntax'] != 'plugin' || !in_array( $instructions[0], array( 'blog_blog', 'blog_…
44 $data = $this->plugin_blog->getBlog( $instructions[1][0] );
H A DpluginDir.php39 $instructions = $event->data['instructions'];
40 …if ( $event->data['syntax'] != 'plugin' || $instructions[0] != 'dir' || !$this->plugin_dir ) { ret…
42 $data = $this->plugin_dir->handle($instructions[1], null, null, new Doku_Handler());
H A DpluginSiteexport.php39 $instructions = $event->data['instructions'];
40 …if ( $event->data['syntax'] != 'plugin' || $instructions[0] != 'siteexport_toc' || !$this->plugin_…
41 …if ( !is_array($instructions[1]) || array_key_exists('start', $instructions[1]) ) { return false; }
43 $instructions = p_get_instructions($instructions[3]);
46 $this->plugin_orphan->walk_instructions( $links, $event->data['pageID'], $instructions );
/plugin/multiorphan/inc/
H A DMultiOrphanDummyRenderer.php14 public $instructions = array(); variable in MultiOrphanDummyRenderer
20 * @param array $instructions
22 function nest($instructions) { argument
23 $this->instructions = array_merge($this->instructions, $instructions);
33 $this->instructions = array();
/plugin/navbox/
H A Dsyntax.php324 $instructions = $urlParser->parse($item);
328 foreach ($instructions as $instruction) {
/plugin/navi/
H A Dsyntax.php118 if (!$instructions) return [];
121 $max = count($instructions);
131 if ($instructions[$i][0] == 'listu_open') {
135 } elseif ($instructions[$i][0] == 'listu_close') {
139 unset($instructions[$i]);
142 } elseif ($instructions[$i][0] == 'internallink') {
144 $page = $instructions[$i][1][0];
149 'title' => $instructions[$i][1][1],
152 } elseif ($instructions[$i][0] == 'externallink') {
153 $url = $instructions[$i][1][0];
[all …]
/plugin/newsticker/syntax/
H A Dticker.php63 $instructions = p_get_instructions($newsItem);
64 $render = p_render('xhtml',$instructions, $info);
/plugin/nsexport/packer/ziphtml/
H A Dpacker.php62 $instructions = p_cached_instructions(wikiFN($ID,''),false,$ID);
63 foreach ( $instructions as $instruction ) {

1234567