Home
last modified time | relevance | path

Searched refs:run (Results 1 – 25 of 31) 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 …onsider the chain to be one command. Do not reuse the adapter returned by `run()`, it is a single …
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('input.jpg')->autorotate()->save('output.png', 'png');
[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();
/dokuwiki/lib/exe/
H A Dtaskrunner.php20 $taskRunner->run();
/dokuwiki/_test/
H A DREADME15 The composer configuration contains a number of scripts to run the various tools on all of DokuWiki.
19 composer run test
23 composer run check
27 composer run autofix
/dokuwiki/vendor/splitbrain/slika/src/
H A DSlika.php40 public static function run($imagePath, $options = []) function in splitbrain\\slika\\Slika
/dokuwiki/bin/
H A Dplugin.php45 $plugin->run();
111 $cli->run();
H A Drender.php66 $cli->run();
H A Dstriplangs.php116 $cli->run();
H A Dindexer.php118 $cli->run();
H A Dwantedpages.php188 $cli->run();
H A Ddwpage.php363 $cli->run();
/dokuwiki/inc/
H A Dinit.php588 static $run = 0;
611 if ($run == 0) { // avoid endless recursion when base isn't absolute for some reason
612 $run++;
616 $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
/dokuwiki/
H A DSECURITY.md5 …ilites as fast as possible, but please keep in mind that this is a project run by volunteers. Depe…
/dokuwiki/.github/
H A Drelease.php188 (new Release())->run();
/dokuwiki/vendor/splitbrain/php-cli/src/
H A DBase.php133 public function run() function in splitbrain\\phpcli\\Base
/dokuwiki/vendor/simplepie/simplepie/
H A DREADME.markdown59 run `php build/compile.php` to generate `SimplePie.compiled.php` yourself.
134 2. In the `simplepie` directory, run `git shortlog -ns`
/dokuwiki/vendor/phpseclib/phpseclib/
H A DREADME.md92 php-cs-fixer fix --config=build/php-cs-fixer.php --diff --dry-run --using-cache=no
/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/vendor/splitbrain/lesserphp/
H A DLICENSE91 Some devices are designed to deny users access to install or run
173 produce the work, or an object code interpreter used to run it.
177 work) run the object code and to modify the work, including scripts to
200 permission to run the unmodified Program. The output from running a
205 You may make, run and propagate covered works that you do not
479 run a copy of the Program. Ancillary propagation of a covered work
490 receives a license from the original licensors, to run, modify and
530 make, use, sell, offer for sale, import and otherwise run, modify and
/dokuwiki/inc/Search/
H A DIndexer.php948 $run = 0;
960 } elseif ($run++ == 1000) {
/dokuwiki/vendor/openpsa/universalfeedcreator/
H A DLICENSE106 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

12