Home
last modified time | relevance | path

Searched full:process (Results 1 – 25 of 79) sorted by relevance

1234

/dokuwiki/inc/Parsing/Handler/
H A DReWriterInterface.php7 * the process method is called and control is given back to the original writer.
24 * Process any calls that have been added and add them to the
29 public function process(); function
H A DPreformatted.php16 $this->process();
22 public function process() function in dokuwiki\\Parsing\\Handler\\Preformatted
H A DQuote.php15 $this->process();
21 public function process() function in dokuwiki\\Parsing\\Handler\\Quote
H A DNest.php46 $this->process();
52 public function process() function in dokuwiki\\Parsing\\Handler\\Nest
H A DLists.php20 $this->process();
26 public function process() function in dokuwiki\\Parsing\\Handler\\Lists
/dokuwiki/lib/plugins/revert/lang/en/
H A Dlang.php16 $lang['revstart'] = 'Reversion process started. This can take a long time. If the
19 $lang['revstop'] = 'Reversion process finished successfully.';
/dokuwiki/inc/lang/en/
H A Ddraft.txt5 …recover// your lost edit session, //delete// the autosaved draft or //cancel// the editing process.
/dokuwiki/_test/
H A Dcomposer.json22 "vendor/bin/rector process",
H A DREADME57 ./vendor/bin/rector process
/dokuwiki/vendor/splitbrain/lesserphp/
H A Dcomposer.json47 "rector": "rector process"
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Druby.php100 'Pathname', 'Precision', 'Proc', 'Process', 'Process::GID',
101 'Process::Status', 'Process::Sys', 'Process::UID', 'Queue',
H A Ddcl.php72 'SET PASSWORD', 'SET PREFERRED_PATH', 'SET PREFIX', 'SET PRINTER', 'SET PROCESS',
81 'SHOW NETWORK', 'SHOW PRINTER', 'SHOW PROCESS', 'SHOW PROTECTION', 'SHOW QUEUE',
95 'F$MODE', 'F$MULTIPATH', 'F$PARSE', 'F$PID', 'F$PRIVILEGE', 'F$PROCESS',
H A Drails.php89 'Pathname', 'Precision', 'Proc', 'Process', 'Process::GID',
90 'Process::Status', 'Process::Sys', 'Process::UID', 'Queue',
/dokuwiki/vendor/splitbrain/slika/src/
H A DSlika.php7 * Factory to process an image using an available Adapter
/dokuwiki/inc/TreeBuilder/
H A DPageTreeBuilder.php106 // Process namespaces (subdirectories)
111 // Process pages (files)
118 * Process namespaces (subdirectories) and add them to the hierarchy
173 * Process pages (files) and add them to the hierarchy
/dokuwiki/vendor/splitbrain/lesserphp/src/Utils/
H A DColor.php162 * Helper function for the HSL to RGB conversion process.
168 * @param float $temp1 The first temporary variable used in the conversion process
169 * @param float $temp2 The second temporary variable used in the conversion process
/dokuwiki/.github/workflows/
H A DautoFix.yml38 run: ./_test/vendor/bin/rector process --config _test/rector.php --no-diffs
H A Drelease-preparation.yml83 deployment process will be triggered.
H A Drelease-build.yml37 const {current_version} = process.env;
/dokuwiki/inc/Action/
H A DAbstractAction.php57 * Process data
/dokuwiki/inc/
H A DSafeFN.class.php28 * conversion process
55 * decoding process
/dokuwiki/inc/Extension/
H A DEventHandler.php62 * process the before/after event
H A DSyntaxPlugin.php65 * Handler to prepare matched data for the rendering process
/dokuwiki/_test/tests/inc/
H A Dparserutils_set_metadata_during_rendering.test.php89 …yntax plugin rendering method that tries calling p_set_metadata during the actual rendering process
/dokuwiki/vendor/splitbrain/php-cli/src/
H A DTableFormatter.php98 $process = proc_open('tput cols', array(
103 proc_close($process);

1234