Home
last modified time | relevance | path

Searched refs:run (Results 1 – 25 of 29) sorted by relevance

12

/dokuwiki/vendor/splitbrain/slika/
H A DREADME.md19 Simply get an Adapter from the Slika factory, run some operations on it and call `save`.
21 Operations can be chained together. Consider the chain to be one command. Do not reuse the adapter returned by `run()`, it is a single use object. All operations can potentially throw a `\splitbrain\slika\Exception`.
23 Options (see below) can be passed as a second parameter to the `run` factory.
34 Slika::run('input.png', $options)
55 Slika::run('input.jpg')->resize(500,500)->save('output.png', 'png');
58 Slika::run('input.jpg')->resize(500,0)->save('output.png', 'png');
61 Slika::run('input.jpg')->resize(0,500)->save('output.png', 'png');
69 Slika::run('input.jpg')->crop(500,500)->save('output.png', 'png');
86 Slika::run('input.jpg')->rotate(Slika::ROTATE_CW)->save('output.png', 'png');
94 Slika::run('inpu
[all...]
/dokuwiki/lib/plugins/styling/
H A Dadmin.php38 $run = $INPUT->extract('run')->str('run');
39 if (!$run) return;
41 $run = 'run' . ucfirst($run);
42 $this->$run();
101 echo '<button type="submit" name="run[preview]" class="btn_preview primary">' .
104 echo '<button type="submit" name="run[rese
[all...]
/dokuwiki/lib/exe/
H A Dtaskrunner.php20 $taskRunner->run();
/dokuwiki/vendor/splitbrain/slika/src/
H A DSlika.php18 /** these can be overwritten using the options array in run() */
40 public static function run($imagePath, $options = []) function in splitbrain\\slika\\Slika
/dokuwiki/bin/
H A Dplugin.php26 $options->registerArgument('plugin', 'The plugin CLI you want to run. Leave off to see list', false);
32 * Arguments and options have been parsed when this is run
45 $plugin->run();
111 $cli->run();
H A Drender.php45 * Arguments and options have been parsed when this is run
66 $cli->run();
H A Dindexer.php47 * Arguments and options have been parsed when this is run
113 $cli->run();
H A Dstriplangs.php46 * Arguments and options have been parsed when this is run
116 $cli->run();
H A Dwantedpages.php62 * Arguments and options have been parsed when this is run
188 $cli->run();
H A Ddwpage.php149 * Arguments and options have been parsed when this is run
359 $cli->run();
/dokuwiki/inc/
H A Dinit.php305 Or maybe you want to <a href=\"install.php\">run the
615 static $run = 0;
638 if ($run == 0) { // avoid endless recursion when base isn't absolute for some reason
639 $run++;
643 $run = 0;
H A Dparserutils.php189 static $run = null;
190 if (is_null($run)) $run = [];
194 if ($cacheonly || $cache->useCache() || (isset($run[$file]) && !defined('DOKU_UNITTEST'))) {
200 $run[$file] = true; // we won't rebuild these instructions in the same run again
H A DTaskRunner.php23 public function run() function in dokuwiki\\TaskRunner
46 // run one of the jobs
H A Dmedia.php1798 Slika::run($file, $options)
/dokuwiki/
H A DSECURITY.md5 We try to fix vulnerabilites as fast as possible, but please keep in mind that this is a project run by volunteers. Depending on the severity we may release hotfixes for the current stable release or may simply incorporate the fix in the next proper release.
/dokuwiki/vendor/marcusschwarz/lesserphp/
H A DREADME.md
H A DLICENSE
/dokuwiki/vendor/splitbrain/php-cli/src/
H A DBase.php115 * Arguments and options have been parsed when this is run
133 public function run()
136 throw new Exception('This has to be run from the command line');
148 // region run handlers - for easier overriding
87 public function run() global() function in splitbrain\\phpcli\\Base
/dokuwiki/vendor/simplepie/simplepie/
H A DREADME.markdown43 run `php build/compile.php` to generate `SimplePie.compiled.php` yourself.
118 2. In the `simplepie` directory, run `git shortlog -ns`
H A DCHANGELOG.md72 - GH Actions: run tests against PHP 8.2 by @jrfnl in [#739](https://github.com/simplepie/simplepie/pull/739)
188 * Fixed Travis to run `composer install`. [#567](https://github.com/simplepie/simplepie/pull/567)
/dokuwiki/vendor/splitbrain/php-cli/
H A DREADME.md53 $cli->run();
71 - instantiate your class and call ```run()``` on it
/dokuwiki/vendor/simplepie/simplepie/idn/
H A DReadMe.txt110 tables in a serialized format, you can run the file idna_convert.create.npdata.php, which
H A DLICENCE106 linked with the Library has the freedom and the wherewithal to run
113 be combined with the library in order to run.
299 Library. A suitable mechanism is one that (1) uses at run time a
/dokuwiki/inc/Search/
H A DIndexer.php948 $run = 0;
960 } elseif ($run++ == 1000) {
/dokuwiki/vendor/openpsa/universalfeedcreator/
H A DLICENSE107 linked with the Library has the freedom and the wherewithal to run
114 be combined with the library in order to run.
304 Library. A suitable mechanism is one that (1) uses at run time a

12