Home
last modified time | relevance | path

Searched full:runner (Results 1 – 25 of 85) sorted by relevance

1234

/plugin/deletepageguard/tests/
H A Dtest_runner.php5 * This is a standalone test runner for developers to verify the plugin's
63 // Initialize test runner
64 $runner = new TestRunner(); variable
67 $runner->addTest('Pattern Validation - Valid Simple Pattern', function() {
73 $runner->addTest('Pattern Validation - Valid Complex Pattern', function() {
79 $runner->addTest('Pattern Validation - Valid Namespace Pattern', function() {
86 $runner->addTest('Pattern Validation - Invalid Syntax', function() {
92 $runner->addTest('Pattern Validation - ReDoS Protection', function() {
98 $runner->addTest('Pattern Validation - Another ReDoS Pattern', function() {
104 $runner->addTest('Pattern Validation - ReDoS Simple Plus Pattern', function() {
[all …]
H A DREADME.md74 $runner->addTest('Test Description', function() {
88 The runner exits with code 0 on success, 1 on failure (suitable for CI/CD).
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/
H A DLdapServer.php62 protected $runner; variable in FreeDSx\\Ldap\\LdapServer
77 $this->runner = $serverRunner;
81 … * Runs the LDAP server. Binds the socket on the request IP/port and sends it to the server runner.
102 $this->runner()->run($socketServer);
167 * Note: This is only intended to work with the PCNTL server runner.
192 private function runner(): ServerRunnerInterface function in FreeDSx\\Ldap\\LdapServer
194 if (!$this->runner) {
195 $this->runner = new PcntlServerRunner($this->options);
198 return $this->runner;
/plugin/sequencediagram/bower_components/lodash/
D.travis.yml126 …$BIN ./test/saucelabs.js name="lodash tests" runner="test/index.html?build=../dist/lodash.js&n…
127 …$BIN ./test/saucelabs.js name="lodash tests" runner="test/index.html?build=../dist/lodash.min.…
128 …$BIN ./test/saucelabs.js name="lodash-fp tests" runner="test/fp.html?noglobals=true" …
129 …$BIN ./test/saucelabs.js name="underscore tests" runner="test/underscore.html?build=../dist/lodash…
130 …$BIN ./test/saucelabs.js name="underscore tests" runner="test/underscore.html?build=../dist/lodash…
131 …$BIN ./test/saucelabs.js name="backbone tests" runner="test/backbone.html?build=../dist/lodash.j…
132 …$BIN ./test/saucelabs.js name="backbone tests" runner="test/backbone.html?build=../dist/lodash.m…
133 …$BIN ./test/saucelabs.js name="backbone tests" runner="test/backbone.html?build=../dist/lodash.c…
134 …$BIN ./test/saucelabs.js name="backbone tests" runner="test/backbone.html?build=../dist/lodash.c…
/plugin/pureldap/.github/workflows/
H A DphpTestActiveDirectory.yml22 key: ${{ runner.os }}-vagrant-${{ hashFiles('Vagrantfile') }}
24 ${{ runner.os }}-vagrant-
46 echo ::add-matcher::${{ runner.tool_cache }}/php.json
47 echo ::add-matcher::${{ runner.tool_cache }}/phpunit.json
/plugin/authgooglesheets/vendor/google/apiclient/src/Http/
DREST.php22 use Google\Task\Runner; alias
55 $runner = new Runner(
63 $runner->setRetryMap($retryMap);
66 return $runner->run();
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Runner/
DBaseTestRunnerTest.php15 $runner = new MockRunner;
16 $runner->getTest('NonStatic');
/plugin/doxycode/lang/en/
Dsettings.php4 …xecution_time'] = 'Maximum execution time for a doxygen process executed through the task runner.';
5 $lang['runner_max_tasks'] = 'Maximum amount of tasks to run in one task runner instance. This setti…
/plugin/farmer/vendor/splitbrain/php-ico/.github/workflows/
H A Dtest.yaml27 echo ::add-matcher::${{ runner.tool_cache }}/php.json
28 echo ::add-matcher::${{ runner.tool_cache }}/phpunit.json
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/.github/workflows/
Dphp.yml28 key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
30 ${{ runner.os }}-php-
/plugin/authskautis/.github/workflows/
H A Dmain.yml36 key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
38 ${{ runner.os }}-composer-
/plugin/timezoneco/.github/workflows/
DphpTestLinux.yml.disabled32 echo ::add-matcher::${{ runner.tool_cache }}/php.json
33 echo ::add-matcher::${{ runner.tool_cache }}/phpunit.json
/plugin/authgooglesheets/vendor/google/apiclient/src/
Daliases.php25 'Google\\Task\\Runner' => 'Google_Task_Runner',
63 class Google_Task_Runner extends \Google\Task\Runner {}
/plugin/authgooglesheets/vendor/google/apiclient/src/Task/
DRunner.php24 * A task runner with exponential backoff support.
28 class Runner class
89 * Creates a new task runner with exponential backoff support.
91 * @param array $config The task runner config
/plugin/combo/.github/workflows/
H A Dphp-test-reusable.yml68 run: echo "::add-matcher::${{ runner.tool_cache }}/php.json"
70 run: echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
81 # Cloning this repository to the runner
/plugin/doxycode/helper/
Dtagmanager.php249 … // otherwise we could simply fall back to the default update period in the task runner action
258 * Check if a tag file configuration has the force runner flag enabled.
261 * We want to build the doxygen code snippet through the dokuwiki task runner in those cases.
266 * @return bool Is this the force runner flag enabled?
/plugin/doxycode/syntax/
Dsnippet.php22 …* If the sqlite plugin is installed it builds the XML through task runner jobs/task if enabled by …
28 …* If a snippet is build through the task runner a marker is placed in the code snippet for dynamic…
259 // 'task runner' -> is doxygen task runner available for this page?
307 // task runner not available (missing sqlite?)
320 // task runner not available (missing sqlite?)
/plugin/combo/ComboStrap/
H A DLock.php121 * The lock are created in the `before` of the the task runner event
122 * and deleted in the `after` of the task runner event
124 * is not deleted and there is no task runner anymore for 5 minutes.
/plugin/doxycode/
Daction.php41 * This task runner hook gets the tag file configuration for remote tag files and checks
78 // only process one thing per task runner run
84 … // on connection failures, we don't want to run the task runner constantly on failures!
140 … // TODO: we should implement a maximum amount of tasks to run in one task runner instance!
149 // if we couldn't build abort the task runner
/plugin/asciidocjs/node_modules/nunjucks/
Dpackage.json81 "test:runner": "cross-env NODE_ENV=test NODE_PATH=tests/test-node-pkgs scripts/testrunner.js",
82 "test": "npm run lint && npm run test:instrument && npm run test:runner"
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
Dphpt-external.phpt2 GH-1436: PHPT runner doesn't handle external files.
Dphpt-stdin.phpt2 PHPT runner supports STDIN section
Dphpt-args.phpt2 PHPT runner supports ARGS section
/plugin/combo/resources/theme/default/pages/partials/
H A Dbody-beforeend-partial.hbs4 {{{ task-runner-html }}}
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/_files/
Dphpt-xfail.phpt2 PHPT runner supports XFAIL section

1234