| /dokuwiki/vendor/splitbrain/slika/ |
| H A D | README.md | 19 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 D | admin.php | 38 $run = $INPUT->extract('run')->str('run'); 39 if (!$run) return; 41 $run = 'run' . ucfirst($run); 42 $this->$run();
|
| /dokuwiki/lib/exe/ |
| H A D | taskrunner.php | 20 $taskRunner->run();
|
| /dokuwiki/_test/ |
| H A D | README | 15 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 D | Slika.php | 40 public static function run($imagePath, $options = []) function in splitbrain\\slika\\Slika
|
| /dokuwiki/bin/ |
| H A D | plugin.php | 45 $plugin->run(); 111 $cli->run();
|
| H A D | render.php | 66 $cli->run();
|
| H A D | striplangs.php | 116 $cli->run();
|
| H A D | indexer.php | 118 $cli->run();
|
| H A D | wantedpages.php | 188 $cli->run();
|
| H A D | dwpage.php | 363 $cli->run();
|
| /dokuwiki/inc/ |
| H A D | init.php | 588 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 D | parserutils.php | 189 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 D | TaskRunner.php | 23 public function run() function in dokuwiki\\TaskRunner
|
| /dokuwiki/ |
| H A D | SECURITY.md | 5 …ilites as fast as possible, but please keep in mind that this is a project run by volunteers. Depe…
|
| /dokuwiki/.github/ |
| H A D | release.php | 188 (new Release())->run();
|
| /dokuwiki/vendor/splitbrain/php-cli/src/ |
| H A D | Base.php | 133 public function run() function in splitbrain\\phpcli\\Base
|
| /dokuwiki/vendor/simplepie/simplepie/ |
| H A D | README.markdown | 59 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 D | README.md | 92 php-cs-fixer fix --config=build/php-cs-fixer.php --diff --dry-run --using-cache=no
|
| /dokuwiki/vendor/splitbrain/php-cli/ |
| H A D | README.md | 53 $cli->run(); 71 - instantiate your class and call ```run()``` on it
|
| /dokuwiki/vendor/simplepie/simplepie/idn/ |
| H A D | ReadMe.txt | 110 tables in a serialized format, you can run the file idna_convert.create.npdata.php, which
|
| H A D | LICENCE | 106 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 D | LICENSE | 91 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 D | Indexer.php | 948 $run = 0; 960 } elseif ($run++ == 1000) {
|
| /dokuwiki/vendor/openpsa/universalfeedcreator/ |
| H A D | LICENSE | 106 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
|