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

17 define('PREG_PATTERN_VALID_LANGUAGE', '#[^a-zA-Z0-9\-_]#');
49 /** @var array the list of headers used to create unique link ids */
58 * clean out any per-use values
65 $this->headers = [];
66 $this->doc = '';
67 $this->info['cache'] = true;
68 $this->info['toc'] = true;
98 $this->info['cache'] = false;
108 $this->info['toc'] = false;
126 $plugin->render($this->getFormat(), $this, $data);
149 * normally the syntax mode should override this instruction when instantiating Doku_Handler_Nest -
150 * however plugins will not be able to - as their instructions require data.
156 #region Syntax modes - sub classes will need to implement them to fill $doc
342 * Start deleted (strike-through) formatting
349 * Stop deleted (strike-through) formatting
370 * Open an unordered list
377 * Close an unordered list
384 * Open an ordered list
391 * Close an ordered list
398 * Open a list item
408 * Close a list item
415 * Start the content of a list item
422 * Stop the content of a list item
431 * Defaults to $this->cdata()
437 $this->cdata($text);
488 * Uses $this->acronyms
499 * Uses $this->smiley
512 * Uses $this->entities
620 * You may want to use $this->_resolveInterWiki() here
622 * @param string $link original link - probably not much use
632 * Link to file on users OS
652 * Render a linked E-Mail Address
656 * @param string $address Email-Address
874 return sectionID($title, $this->headers);
918 if (isset($this->interwiki[$shortcut])) {
919 $url = $this->interwiki[$shortcut];
920 } elseif (isset($this->interwiki['default'])) {
922 $url = $this->interwiki[$shortcut];
932 $reference = substr($reference, 0, -strlen($hash));