Home
last modified time | relevance | path

Searched refs:suite (Results 1 – 25 of 78) sorted by last modified time

1234

/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js37896 suite = suite.toLowerCase();
37899 if (aesModes[suite]) {
37901 ivLen = aesModes[suite].iv;
37914 suite = suite.toLowerCase();
37917 if (aesModes[suite]) {
37932 suite = suite.toLowerCase();
37933 if (aesModes[suite]) return aes.createCipheriv(suite, key, iv);
37937 mode: suite
37943 suite = suite.toLowerCase();
37944 if (aesModes[suite]) return aes.createDecipheriv(suite, key, iv);
[all …]
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/fr/
H A Dfr.txt124 1. Toute personne a droit à un niveau de vie suffisant pour assurer sa santé, son bien‐être et ceux de sa famille, notamment pour l’alimentation, l’habillement, le logement, les soins médicaux ainsi que pour les services sociaux nécessaires ; elle a droit à la sécurité en cas de chômage, de maladie, d’invalidité, de veuvage, de vieillesse ou dans les autres cas de perte de ses moyens de subsistance par suite de circonstances indépendantes de sa volonté.
/plugin/elasticsearch/vendor/react/promise/
H A DCHANGELOG.md24 * Improve test suite and project setup and report failed assertions.
47 * Improve test suite, use GitHub actions for continuous integration (CI),
75 * Improve test suite, run tests on PHP 7.4 and update PHPUnit test setup.
/plugin/ckgedit/ckeditor/lang/
H A Dfr.js.unc531 …"error": "Il n'a pas été possible de nettoyer les données collées à la suite d'une erreur interne.…
/plugin/davcal/vendor/sabre/vobject/
H A DChangeLog.md54 test-suite.
/plugin/authgooglesheets/vendor/google/apiclient-services/src/MyBusinessLodging/
H A DGuestUnitFeatures.php81 public $suite; variable in Google\\Service\\MyBusinessLodging\\GuestUnitFeatures
298 public function setSuite($suite) argument
300 $this->suite = $suite;
307 return $this->suite;
/plugin/passpolicy/
H A Dwords.txt3504 suite
/plugin/mediathumbnails/
H A Ddokuwiki_plugin_page.wiki98 The plugin will need a properly installed and integrated **ImageMagick** and **Imagick** suite (see…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D3.3.js.map1 …nt/slot \\\"The HTML <slot> element—part of the Web Components technology suite—is a placeholder i…
/plugin/webdav/vendor/sabre/vobject/
H A DCHANGELOG.md320 test-suite.
/plugin/jplayer/vendor/mustache/mustache/
H A DCONTRIBUTING.md10 …3. Run the test suite. We only take pull requests with passing tests, and it's great to know that …
/plugin/latexport/
H A DREADME.md50 PHPUnit test suite included with PHAR.
/plugin/revealjs/
H A Dexample_presentation.dokuwiki9 This is a test suite for the Reveal.js plugin.
/plugin/webdavclient/vendor/sabre/vobject/
H A DChangeLog.md94 test-suite.
/plugin/icons/assets/material-design-icons/css/
H A Dmaterialdesignicons.min.css1 …\F47B"}.mdi-seat-flat-angled::before{content:"\F47C"}.mdi-seat-individual-suite::before{content:"\…
/plugin/findologicxmlexport/vendor/hoa/compiler/
H A DCHANGELOG.md26 * Test: Write `Hoa\Compiler\Llk\Llk` test suite. (Ivan Enderlin, 2016-08-14T17:40:38+02:00)
31 * Test: Write `…r\Llk\Sampler\Exception` test suite. (Ivan Enderlin, 2016-08-14T16:45:12+02:00)
32 * Test: Write `…ption\UnrecognizedToken` test suite. (Ivan Enderlin, 2016-08-14T16:43:06+02:00)
33 * Test: Write `…ception\UnexpectedToken` test suite. (Ivan Enderlin, 2016-08-14T16:42:52+02:00)
34 * Test: Write `…Compiler\Exception\Rule` test suite. (Ivan Enderlin, 2016-08-14T16:42:43+02:00)
35 * Test: Write `…ompiler\Exception\Lexer` test suite. (Ivan Enderlin, 2016-08-14T16:42:31+02:00)
36 * Test: Write `…\Exception\IllegalToken` test suite. (Ivan Enderlin, 2016-08-14T16:42:07+02:00)
37 * Test: Write `…lStateHasNotBeenReached` test suite. (Ivan Enderlin, 2016-08-14T16:41:49+02:00)
59 * Test: JSON soundness test suite has changed. (Ivan Enderlin, 2016-08-08T17:30:20+02:00)
69 * Test: Soundness is an integration test suite. (Ivan Enderlin, 2016-08-08T08:01:45+02:00)
[all …]
/plugin/findologicxmlexport/vendor/hoa/exception/
H A DCHANGELOG.md24 * Test: Write test suite of `Hoa\Exception\Group`. (Ivan Enderlin, 2015-11-18T08:28:04+01:00)
25 * Test: Write test suite of `Hoa\Exception\Error`. (Ivan Enderlin, 2015-11-17T22:30:14+01:00)
26 * Test: Write test suite of `…\Exception\Exception`. (Ivan Enderlin, 2015-11-17T22:03:31+01:00)
27 * Test: Write test suite of `Hoa\Exception\Idle`. (Ivan Enderlin, 2015-11-17T21:41:07+01:00)
/plugin/findologicxmlexport/vendor/hoa/iterator/
H A DCHANGELOG.md16 * Test: Write test suite of `Hoa\Iterator\Buffer`. (Ivan Enderlin, 2016-01-21T01:01:32+01:00)
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestListener.php77 * @param PHPUnit_Framework_TestSuite $suite
79 public function startTestSuite(PHPUnit_Framework_TestSuite $suite); argument
84 * @param PHPUnit_Framework_TestSuite $suite
86 public function endTestSuite(PHPUnit_Framework_TestSuite $suite); argument
H A DTestResult.php350 * @param PHPUnit_Framework_TestSuite $suite
352 public function startTestSuite(PHPUnit_Framework_TestSuite $suite) argument
355 $this->topTestSuite = $suite;
359 $listener->startTestSuite($suite);
366 * @param PHPUnit_Framework_TestSuite $suite
368 public function endTestSuite(PHPUnit_Framework_TestSuite $suite) argument
371 $listener->endTestSuite($suite);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Runner/
H A DBaseTestRunner.php56 $suite = new PHPUnit_Framework_TestSuite($suiteClassName);
57 $suite->addTestFiles($files);
59 return $suite;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Runner/Filter/
H A DGroup.php21 * @param PHPUnit_Framework_TestSuite $suite
23 …unction __construct(RecursiveIterator $iterator, array $groups, PHPUnit_Framework_TestSuite $suite) argument
27 foreach ($suite->getGroupDetails() as $group => $tests) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/TextUI/
H A DCommand.php133 $suite = $this->arguments['test'];
135 $suite = $runner->getTest(
147 $groups = $suite->getGroups();
186 $result = $runner->doRun($suite, $this->arguments, $exit);
H A DResultPrinter.php490 * @param PHPUnit_Framework_TestSuite $suite
492 public function startTestSuite(PHPUnit_Framework_TestSuite $suite) argument
495 $this->numTests = count($suite);
504 * @param PHPUnit_Framework_TestSuite $suite
506 public function endTestSuite(PHPUnit_Framework_TestSuite $suite) argument
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DConfiguration.php847 $suite = new PHPUnit_Framework_TestSuite;
850 $suite->addTestSuite(
855 return $suite;
883 $suite = new PHPUnit_Framework_TestSuite(
887 $suite = new PHPUnit_Framework_TestSuite;
946 $suite->addTestFiles($files);
987 $suite->addTestFile($file);
990 return $suite;

1234