| /template/strap/.github/workflows/ |
| H A D | scratch-env.yml | 14 …n/actions/managing-workflow-runs/manually-running-a-workflow#configuring-a-workflow-to-run-manually 33 # A list of the jobs that run in the workflow file. 48 # 2 jobs will run, one for each include entry 50 # All configurations under include will run 70 run: | 77 run: | 84 run: echo '${{ toJSON(github) }}' 86 run: echo '${{ toJSON(job) }}' 88 run: echo '${{ toJSON(steps) }}' 90 run: echo '${{ toJSON(runner) }}' [all …]
|
| H A D | php-test-reusable.yml | 20 # Set the default shell for a run 22 run: 25 # A list of the jobs that run in the workflow file. 36 # 2 jobs will run, one for each include entry 38 # All configurations under include will run 49 run: | 68 run: echo "::add-matcher::${{ runner.tool_cache }}/php.json" 70 run: echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json" 92 run: | 111 run: | [all …]
|
| /template/strap/vendor/dragonmantank/cron-expression/src/Cron/ |
| H A D | CronExpression.php | 14 * due to run, the next run date and previous run date of a CRON expression. 15 * The determinations made by this class are accurate if checked run once per 44 * @var int Max iteration count when searching for next run date 60 * `@yearly`, `@annually` - Run once a year, midnight, Jan. 1 - 0 0 1 1 * 61 * `@monthly` - Run once a month, midnight, first of month - 0 0 1 * * 62 * `@weekly` - Run once a week, midnight on Sun - 0 0 * * 0 63 * `@daily` - Run once a day, midnight - 0 0 * * * 64 * `@hourly` - Run once an hour, first minute - 0 * * * * 165 * Set max iteration count for searching next run dates 167 * @param int $maxIterationCount Max iteration count when searching for next run date [all …]
|
| /template/strap/vendor/salesforce/handlebars-php/.github/workflows/ |
| H A D | ci.yml | 7 name: Run tests on ${{ matrix.php }} 24 run: composer install 26 - name: Run Tests 27 run: vendor/bin/phpunit
|
| /template/strap/vendor/dragonmantank/cron-expression/ |
| H A D | README.md | 7 due to run, calculate the next run date of the expression, and calculate the previous 8 run date of the expression. You can calculate dates far into the future or past by 42 // Calculate a run date two iterations into the future 46 // Calculate a run date relative to a specific time 70 - PHPUnit is required to run the unit tests 71 - Composer is required to run the unit tests
|
| /template/strap/vendor/carica/phpcss/.github/workflows/ |
| H A D | ci.yml | 36 run: "git config --global core.autocrlf false" 55 run: "php tools/composer.phar install --prefer-dist" 57 - name: "Run tests with phpunit.phar" 58 run: "php tools/phpunit.phar --coverage-clover=coverage.xml"
|
| /template/strap/.github/ |
| H A D | bootstrap.sh | 9 # The head ref or source branch of the pull request in a workflow run. 10 …# This property is only set when the event that triggers a workflow run is either pull_request or … 13 # The name of the base ref or target branch of the pull request in a workflow run. 14 …# This is only set when the event that triggers a workflow run is either pull_request or pull_requ… 19 # The short ref name of the branch or tag that triggered the workflow run.
|
| /template/strap/resources/snippet/js/ |
| H A D | combo-debounce.js | 18 // Does the previous run has schedule a run 21 // Delete the previous run (if timerId is null, it does nothing)
|
| /template/strap/vendor/symfony/yaml/Resources/bin/ |
| H A D | yaml-lint | 14 throw new Exception('This script must be run from the command line.'); 41 …fwrite(STDERR, 'You need the "symfony/console" component in order to run the Yaml linter.'.PHP_EOL… 48 ->run()
|
| /template/writr/.github/workflows/ |
| D | release.yml | 19 run: echo "TAG_NAME=${GITHUB_REF##*/}" >> $GITHUB_ENV 22 run: zip -r "${{ env.TAG_NAME }}.zip" . 26 run: |
|
| /template/strap/vendor/symfony/process/ |
| H A D | CHANGELOG.md | 9 to run after the main script exited, both on Linux and on Windows 33 * added the `Process::fromShellCommandline()` to run commands in a shell wrapper 50 * added a second `array $env = []` argument to the `start()`, `run()`, 73 * added `$env` argument to `Process::start()`, `run()`, `mustRun()` and `restart()` methods
|
| H A D | PhpProcess.php | 21 * $p->run(); 29 * @param string $script The PHP script to run (as a string)
|
| /template/strap/ComboStrap/ |
| H A D | Lock.php | 11 * because the TaskRunner does not run serially 74 $run = 0; 92 * Old lock ? More than 10 minutes run 99 $run++; 100 if ($run >= $this->timeOut) {
|
| H A D | SlotSystem.php | 11 * A slot should never run in its own path as context path 12 * This function returns the context path in which see should run 53 <p>It returns information as if it was run within the last visited path: $anchorLink</p>
|
| /template/readthedokus/ |
| H A D | script.js | 11 dokus.run({"linkSelector":selector}); 19 dokus.run();
|
| /template/minimal/ |
| H A D | template_plugin.php | 10 // must be run from within DokuWiki 13 // must be run from within DokuWiki
|
| /template/strap/vendor/php-webdriver/webdriver/ |
| H A D | composer.json | 77 "tools/php-cs-fixer/vendor/bin/php-cs-fixer fix --diff --dry-run -vvv --ansi", 88 "@composer normalize --dry-run"
|
| /template/mikio/inc/stemmechanics/lesserphp/ |
| H A D | README.md | 92 output run this: 96 For more help, run `plessc --help`
|
| /template/rtd_suterdev/ |
| D | script.js | 7 dokus.run();
|
| /template/kiwiki/classes/ |
| H A D | kiwiki_go.php | 5 // must be run from within DokuWiki
|
| H A D | kiwiki_page_menu.php | 5 // must be run from within DokuWiki
|
| /template/dokubook2/conf/ |
| D | default.php | 10 $conf['closedwiki'] = false; // set to true if you run a closed wiki
|
| /template/twigstarter/vendor/symfony/polyfill-ctype/ |
| D | README.md | 4 This component provides `ctype_*` functions to users who run php versions without the ctype extensi…
|
| /template/strap/vendor/symfony/polyfill-ctype/ |
| H A D | README.md | 4 This component provides `ctype_*` functions to users who run php versions without the ctype extensi…
|
| /template/bs4simple/ |
| D | tpl_footer.php | 6 // must be run from within DokuWiki
|