Home
last modified time | relevance | path

Searched full:run (Results 1 – 25 of 870) sorted by relevance

12345678910>>...35

/template/strap/.github/workflows/
H A Dscratch-env.yml14 …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 Dphp-test-reusable.yml20 # 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 DCronExpression.php14 * 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 Dci.yml7 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 DREADME.md7 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 Dci.yml36 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 Dbootstrap.sh9 # 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 Dcombo-debounce.js18 // 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 Dyaml-lint14 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/
Drelease.yml19 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 DCHANGELOG.md9 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 DPhpProcess.php21 * $p->run();
29 * @param string $script The PHP script to run (as a string)
/template/strap/ComboStrap/
H A DLock.php11 * 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 DSlotSystem.php11 * 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 Dscript.js11 dokus.run({"linkSelector":selector});
19 dokus.run();
/template/minimal/
H A Dtemplate_plugin.php10 // must be run from within DokuWiki
13 // must be run from within DokuWiki
/template/strap/vendor/php-webdriver/webdriver/
H A Dcomposer.json77 "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 DREADME.md92 output run this:
96 For more help, run `plessc --help`
/template/rtd_suterdev/
Dscript.js7 dokus.run();
/template/kiwiki/classes/
H A Dkiwiki_go.php5 // must be run from within DokuWiki
H A Dkiwiki_page_menu.php5 // must be run from within DokuWiki
/template/dokubook2/conf/
Ddefault.php10 $conf['closedwiki'] = false; // set to true if you run a closed wiki
/template/twigstarter/vendor/symfony/polyfill-ctype/
DREADME.md4 This component provides `ctype_*` functions to users who run php versions without the ctype extensi…
/template/strap/vendor/symfony/polyfill-ctype/
H A DREADME.md4 This component provides `ctype_*` functions to users who run php versions without the ctype extensi…
/template/bs4simple/
Dtpl_footer.php6 // must be run from within DokuWiki

12345678910>>...35