/plugin/asciidocjs/node_modules/@asciidoctor/core/ |
D | package.json | 29 "test:node": "mocha spec/*/*.spec.cjs && npm run test:node:esm", 31 "test:browser": "node spec/browser/run.cjs", 33 …": "node tasks/test/unsupported-features.cjs && npm run test:node && npm run test:browser && npm r… 34 "build": "node tasks/build.cjs && npm run test && npm run lint", 35 "build:quick": "node tasks/build.cjs && npm run test:node && npm run code:lint", 36 "clean": "npm run clean:all", 42 "lint": "npm run code:lint", 44 …"package": "cross-env MINIFY=1 COPY_DIST=1 node tasks/build.cjs && cross-env MINIFY=1 npm run test… 51 "docs": "npm run docs:lint && npm run docs:build", 52 …"travis": "npm run lint && npm run package && npm run docs && npm run examples && npm run test:gra…
|
/plugin/sequencediagram/bower_components/lodash/ |
D | package.json | 11 "build": "npm run build:main && npm run build:fp", 16 "doc": "node lib/main/build-doc github && npm run test:doc", 19 …"doc:sitehtml": "optional-dev-dependency marky-markdown@^9.0.1 && npm run doc:site && node lib/mai… 20 "pretest": "npm run build", 21 "style": "npm run style:main && npm run style:fp && npm run style:perf && npm run style:test", 26 "test": "npm run test:main && npm run test:fp", 30 "validate": "npm run style && npm run test"
|
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/.ci/ |
D | Dockerfile | 7 RUN apt-get update && \ 11 RUN apt-get install -y \ 18 RUN pecl channel-update pecl.php.net 19 RUN pecl install yaml && docker-php-ext-enable yaml 22 RUN php -v 25 RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=com… 28 RUN composer --version 33 RUN composer install
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/ |
D | SuiteTest.php | 67 $suite->run($this->result); 78 $suite->run($this->result); 90 $suite->run($this->result); 110 $suite->run($this->result); 141 $suite->run($this->result); 155 $suite->run($this->result); 167 $suite->run($this->result); 169 …reClassAndAfterClassTest::$beforeClassWasRun, '@beforeClass method was not run once for the whole … 170 …foreClassAndAfterClassTest::$afterClassWasRun, '@afterClass method was not run once for the whole … 180 $suite->run($this->result); [all …]
|
D | TestCaseTest.php | 45 $result = $test->run(); 57 $result = $test->run(); 69 $result = $test->run(); 81 $result = $test->run(); 94 $result = $test->run(); 107 $result = $test->run(); 119 $result = $test->run(); 131 $result = $test->run(); 143 $result = $test->run(); 155 $result = $test->run(); [all …]
|
/plugin/asciidocjs/node_modules/babylon/ |
D | package.json | 49 "build": "npm run clean && rollup -c", 54 "prepublish": "cross-env BABEL_ENV=production npm run build", 55 "preversion": "npm run test && npm run changelog", 56 "test": "npm run lint && npm run flow && npm run build -- -m && npm run test-only", 58 "test-ci": "nyc npm run test-only", 60 "watch": "npm run clean && rollup -c --watch"
|
/plugin/git/lib/ |
D | Git.php | 124 else $repo->run('init'); 164 if ($_init) $this->run('init'); 177 if ($_init) $this->run('init'); 213 * Run a command in the git repository 215 * Accepts a shell command to run 218 * @param string command to run 243 * Run a git command in the git repository 245 * Accepts a git command to run 248 * @param string command to run 251 public function run($command) { function in GitRepo [all …]
|
/plugin/combo/.github/workflows/ |
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 …]
|
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 …]
|
/plugin/authgooglesheets/vendor/guzzlehttp/promises/src/ |
D | TaskQueue.php | 10 * by calling the `run()` function of the global task queue in an event loop. 12 * GuzzleHttp\Promise\Utils::queue()->run(); 24 // Only run the tasks if an E_ERROR didn't occur. 27 $this->run(); 44 public function run() function in GuzzleHttp\\Promise\\TaskQueue 53 * The task queue will be run and exhausted by default when the process 58 * MUST either run the task queue (as a result of running your event loop 59 * or manually using the run() method) or wait on each outstanding promise.
|
/plugin/pureldap/.github/workflows/ |
D | phpTestActiveDirectory.yml | 27 run: | 45 run: | 50 run: wget https://raw.github.com/splitbrain/dokuwiki-travis/master/travis.sh 52 - name: Run DokuWiki Test-setup 56 run: sh travis.sh 59 run: | 63 - name: Run PHPUnit 64 run: |
|
/plugin/matrixnotifierwas/vendor/guzzlehttp/promises/src/ |
D | TaskQueue.php | 12 * by calling the `run()` function of the global task queue in an event loop. 14 * GuzzleHttp\Promise\Utils::queue()->run(); 28 // Only run the tasks if an E_ERROR didn't occur. 31 $this->run(); 48 public function run(): void function in GuzzleHttp\\Promise\\TaskQueue 57 * The task queue will be run and exhausted by default when the process 62 * MUST either run the task queue (as a result of running your event loop 63 * or manually using the run() method) or wait on each outstanding promise.
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRun/Resource/ |
D | NamespacesServices.php | 38 * For Cloud Run (fully managed), replace {namespace_id} with the project ID or 59 * @param string $name The name of the service to delete. For Cloud Run (fully 63 * @opt_param string apiVersion Cloud Run currently ignores this parameter. 67 * @opt_param string kind Cloud Run currently ignores this parameter. 69 * delete. Cloud Run currently ignores this setting, and deletes in the 83 * @param string $name The name of the service to retrieve. For Cloud Run (fully 98 * For Cloud Run (fully managed), replace {namespace_id} with the project ID or 105 * 'metadata.name%3Dlorem'. Not currently used by Cloud Run. 106 * @opt_param bool includeUninitialized Not currently used by Cloud Run. 112 * the list or watch operation should start. Not currently used by Cloud Run. [all …]
|
D | NamespacesRevisions.php | 37 * @param string $name The name of the revision to delete. For Cloud Run (fully 41 * @opt_param string apiVersion Cloud Run currently ignores this parameter. 45 * @opt_param string kind Cloud Run currently ignores this parameter. 47 * delete. Cloud Run currently ignores this setting, and deletes in the 61 * @param string $name The name of the revision to retrieve. For Cloud Run 76 * listed. For Cloud Run (fully managed), replace {namespace_id} with the 83 * 'metadata.name%3Dlorem'. Not currently used by Cloud Run. 84 * @opt_param bool includeUninitialized Not currently used by Cloud Run. 90 * the list or watch operation should start. Not currently used by Cloud Run. 92 * this resource as well. Not currently used by Cloud Run.
|
D | ProjectsLocationsRevisions.php | 37 * @param string $name The name of the revision to delete. For Cloud Run (fully 41 * @opt_param string apiVersion Cloud Run currently ignores this parameter. 45 * @opt_param string kind Cloud Run currently ignores this parameter. 47 * delete. Cloud Run currently ignores this setting, and deletes in the 61 * @param string $name The name of the revision to retrieve. For Cloud Run 76 * listed. For Cloud Run (fully managed), replace {namespace_id} with the 83 * 'metadata.name%3Dlorem'. Not currently used by Cloud Run. 84 * @opt_param bool includeUninitialized Not currently used by Cloud Run. 90 * the list or watch operation should start. Not currently used by Cloud Run. 92 * this resource as well. Not currently used by Cloud Run.
|
D | NamespacesDomainmappings.php | 38 * created. For Cloud Run (fully managed), replace {namespace_id} with the 57 * @param string $name The name of the domain mapping to delete. For Cloud Run 61 * @opt_param string apiVersion Cloud Run currently ignores this parameter. 65 * @opt_param string kind Cloud Run currently ignores this parameter. 67 * delete. Cloud Run currently ignores this setting, and deletes in the 81 * @param string $name The name of the domain mapping to retrieve. For Cloud Run 96 * listed. For Cloud Run (fully managed), replace {namespace_id} with the 103 * 'metadata.name%3Dlorem'. Not currently used by Cloud Run. 104 * @opt_param bool includeUninitialized Not currently used by Cloud Run. 110 * the list or watch operation should start. Not currently used by Cloud Run. [all …]
|
D | ProjectsLocationsDomainmappings.php | 38 * created. For Cloud Run (fully managed), replace {namespace_id} with the 57 * @param string $name The name of the domain mapping to delete. For Cloud Run 61 * @opt_param string apiVersion Cloud Run currently ignores this parameter. 65 * @opt_param string kind Cloud Run currently ignores this parameter. 67 * delete. Cloud Run currently ignores this setting, and deletes in the 81 * @param string $name The name of the domain mapping to retrieve. For Cloud Run 96 * listed. For Cloud Run (fully managed), replace {namespace_id} with the 103 * 'metadata.name%3Dlorem'. Not currently used by Cloud Run. 104 * @opt_param bool includeUninitialized Not currently used by Cloud Run. 110 * the list or watch operation should start. Not currently used by Cloud Run. [all …]
|
/plugin/bpmnio/vendor/bpmn-js/ |
D | package.json | 16 "all": "run-s lint test generate-types distro test:distro", 18 "format": "run-s format:markdown 'lint -- --fix'", 20 "start": "cross-env SINGLE_START=modeler npm run dev", 21 "start:viewer": "cross-env SINGLE_START=viewer npm run dev", 22 "start:navigated-viewer": "cross-env SINGLE_START=navigated-viewer npm run dev", 23 "dev": "npm test -- --auto-watch --no-single-run", 27 "generate-types": "run-s generate-types:*", 31 "postversion": "run-s distro test:distro", 32 "prepare": "run-s distro", 33 "prepublishOnly": "run-s generate-types" [all …]
|
/plugin/combo/vendor/dragonmantank/cron-expression/src/Cron/ |
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 …]
|
/plugin/cleanup/ |
D | admin.php | 9 // must be run within Dokuwiki 43 if(empty($_REQUEST['run'])) { 47 $form->addHidden('run', 'dry'); 51 if($_REQUEST['run'] == 'real') { 52 $this->helper->run(true); 54 $this->helper->run(); 64 if($_REQUEST['run'] == 'dry') { 68 $form->addHidden('run', 'real');
|
/plugin/clearhistory/ |
D | action.php | 15 protected $run = false; variable in action_plugin_clearhistory 25 if ($this->getConf('autoclearenabled') == 0) $this->run = true; 27 // check if a runfile exists - if not -> there is no last run 30 // check last run 33 if ($get + (60 * 60 * 24) > time()) $this->run = true; 51 if ($this->run) return; 52 $this->run = true;
|
/plugin/gitbacked/lib/ |
D | Git.php | 175 $repo->run('init'); 230 $this->run('init'); 244 if ($_init) $this->run('init'); 290 * Run a command in the git repository 292 * Accepts a shell command to run 295 * @param string command to run 311 * single PHP request run only. These variables 342 * Run a git command in the git repository 344 * Accepts a git command to run 347 * @param string command to run [all …]
|
/plugin/asciidocjs/node_modules/has-tostringtag/ |
D | package.json | 29 "prepublish": "not-in-publish || npm run prepublishOnly", 30 "pretest": "npm run --silent lint", 31 "test": "npm run tests-only", 33 "tests-only": "npm run test:stock && npm run test:staging && npm run test:shams", 36 …"test:shams": "npm run --silent test:shams:getownpropertysymbols && npm run --silent test:shams:co…
|
/plugin/asciidocjs/node_modules/acorn/ |
D | package.json | 30 "test": "node test/run.js", 31 "pretest": "npm run build", 32 "build": "npm run build:main && npm run build:walk && npm run build:loose && npm run build:bin",
|
/plugin/asciidocjs/node_modules/with/node_modules/acorn/ |
D | package.json | 30 "test": "node test/run.js", 31 "pretest": "npm run build", 32 "build": "npm run build:main && npm run build:walk && npm run build:loose && npm run build:bin",
|