Home
last modified time | relevance | path

Searched refs:process (Results 1 – 10 of 10) sorted by relevance

/dokuwiki/inc/Parsing/Handler/
H A DPreformatted.php16 $this->process();
22 public function process()
23 public function process() global() function in dokuwiki\\Parsing\\Handler\\Preformatted
H A DReWriterInterface.php7 * the process method is called and control is given back to the original writer.
29 public function process(); function
H A DNest.php46 $this->process();
52 public function process() function in dokuwiki\\Parsing\\Handler\\Nest
H A DQuote.php15 $this->process();
21 public function process() function in dokuwiki\\Parsing\\Handler\\Quote
H A DLists.php20 $this->process();
26 public function process() function in dokuwiki\\Parsing\\Handler\\Lists
H A DTable.php23 $this->process();
29 public function process()
30 public function process() global() function in dokuwiki\\Parsing\\Handler\\Table
H A DBlock.php136 public function process($calls)
144 public function process($calls) global() function in dokuwiki\\Parsing\\Handler\\Block
/dokuwiki/inc/lang/en/
H A Ddraft.txt5 Please decide if you want to //recover// your lost edit session, //delete// the autosaved draft or //cancel// the editing process.
/dokuwiki/vendor/splitbrain/php-cli/src/
H A DTableFormatter.php98 $process = proc_open('tput cols', array(
103 proc_close($process);
/dokuwiki/inc/parser/
H A Dhandler.php144 $this->calls = $B->process($this->calls);
524 $this->callWriter = $reWriter->process();
550 $this->callWriter = $reWriter->process();
593 $this->callWriter = $reWriter->process();
625 $this->callWriter = $reWriter->process();
1031 $this->callWriter = $reWriter->process();