| /plugin/deletepageguard/tests/ |
| H A D | test_runner.php | 5 * 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 D | README.md | 74 $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 D | LdapServer.php | 62 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.yml | 126 …$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 D | phpTestActiveDirectory.yml | 22 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/ |
| D | REST.php | 22 use Google\Task\Runner; alias 55 $runner = new Runner( 63 $runner->setRetryMap($retryMap); 66 return $runner->run();
|
| /plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Runner/ |
| D | BaseTestRunnerTest.php | 15 $runner = new MockRunner; 16 $runner->getTest('NonStatic');
|
| /plugin/doxycode/lang/en/ |
| D | settings.php | 4 …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 D | test.yaml | 27 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/ |
| D | php.yml | 28 key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }} 30 ${{ runner.os }}-php-
|
| /plugin/authskautis/.github/workflows/ |
| H A D | main.yml | 36 key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }} 38 ${{ runner.os }}-composer-
|
| /plugin/timezoneco/.github/workflows/ |
| D | phpTestLinux.yml.disabled | 32 echo ::add-matcher::${{ runner.tool_cache }}/php.json 33 echo ::add-matcher::${{ runner.tool_cache }}/phpunit.json
|
| /plugin/authgooglesheets/vendor/google/apiclient/src/ |
| D | aliases.php | 25 'Google\\Task\\Runner' => 'Google_Task_Runner', 63 class Google_Task_Runner extends \Google\Task\Runner {}
|
| /plugin/authgooglesheets/vendor/google/apiclient/src/Task/ |
| D | Runner.php | 24 * 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 D | php-test-reusable.yml | 68 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/ |
| D | tagmanager.php | 249 … // 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/ |
| D | snippet.php | 22 …* 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 D | Lock.php | 121 * 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/ |
| D | action.php | 41 * 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/ |
| D | package.json | 81 "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/ |
| D | phpt-external.phpt | 2 GH-1436: PHPT runner doesn't handle external files.
|
| D | phpt-stdin.phpt | 2 PHPT runner supports STDIN section
|
| D | phpt-args.phpt | 2 PHPT runner supports ARGS section
|
| /plugin/combo/resources/theme/default/pages/partials/ |
| H A D | body-beforeend-partial.hbs | 4 {{{ task-runner-html }}}
|
| /plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/_files/ |
| D | phpt-xfail.phpt | 2 PHPT runner supports XFAIL section
|