Home
last modified time | relevance | path

Searched refs:unit (Results 276 – 300 of 348) sorted by last modified time

1...<<11121314

/plugin/webcomponent/_test/data/pages/
H A Dwebcomponent.txt23 * [[unit|unit]]
/plugin/data-au/
H A DREADME6 (Well - when I get around to doing unit testing and then create a
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DCONTRIBUTING.md26 You can run the unit-tests by calling `vendor/bin/phpunit`.
/plugin/findologicxmlexport/vendor/twig/extensions/doc/
H A Ddate.rst41 or ``diff.in.XXX`` where ``XXX`` can be any valid unit: second, minute, hour, day, month, year.
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
H A Djquery.min.js3unit=j,d.start=k,d.end=e)),e}var fa={};function ga(a){var b,c=a.ownerDocument,d=a.nodeName,e=fa[d]…
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Xml/
H A DFacade.php114 $this->processUnit($unit, $fileReport);
147 if (isset($unit['className'])) {
154 $unit['startLine'],
155 $unit['executableLines'],
156 $unit['executedLines']
159 $unitObject->setCrap($unit['crap']);
162 $unit['package']['fullPackage'],
163 $unit['package']['package'],
164 $unit['package']['subpackage'],
165 $unit['package']['category']
[all …]
/plugin/findologicxmlexport/vendor/sebastian/code-unit-reverse-lookup/
H A DChangeLog.md3 All notable changes to `sebastianbergmann/code-unit-reverse-lookup` are documented in this file usi…
H A DLICENSE1 code-unit-reverse-lookup
H A DREADME.md1 # code-unit-reverse-lookup
9 composer require sebastian/code-unit-reverse-lookup
13 composer require --dev sebastian/code-unit-reverse-lookup
/plugin/findologicxmlexport/vendor/hoa/file/
H A DFinder.php282 $unit = isset($matches[3]) ? $matches[3] : 'b';
285 switch ($unit) {
/plugin/findologicxmlexport/vendor/jms/metadata/
H A DCONTRIBUTING.md22 You can run the unit-tests by calling `vendor/bin/phpunit`.
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/
H A DCodeCoverage.php1049 $unit = explode('::', $unintentionallyCoveredUnits[$k]);
1051 if (count($unit) != 2) {
1055 $class = new \ReflectionClass($unit[0]);
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Exception/
H A DUnintentionallyCoveredCodeException.php48 foreach ($this->unintentionallyCoveredUnits as $unit) {
49 $message .= '- ' . $unit . "\n";
/plugin/findologicxmlexport/vendor/phpunit/php-timer/src/
H A DTimer.php63 foreach (self::$times as $unit => $value) {
67 return $time . ' ' . ($time == 1 ? $unit : $unit . 's');
/plugin/findologicxmlexport/vendor/twig/extensions/lib/Twig/Extensions/Extension/
H A DDate.php72 foreach (self::$units as $attribute => $unit) {
76 return $this->getPluralizedInterval($count, $diff->invert, $unit);
83 protected function getPluralizedInterval($count, $invert, $unit) argument
86 $id = sprintf('diff.%s.%s', $invert ? 'in' : 'ago', $unit);
92 $unit .= 's';
95 return $invert ? "in $count $unit" : "$count $unit ago";
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG933 * added a bunch of unit tests
956 * unit tests are now powered by PHPUnit
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dapi.rst237 This loader is very useful for unit testing. It can also be used for small
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/
H A DChangeLog-3.1.md15 …code-coverage/issues/234): Optionally raise an exception when a specified unit of code is not exec…
H A DChangeLog-3.3.md27 * Added support for whitelisting classes for the unintentionally covered code unit check
/plugin/findologicxmlexport/vendor/phpunit/phpunit/
H A DREADME.md3 …testing framework for PHP. It is an instance of the xUnit architecture for unit testing frameworks.
/plugin/orgapp/editor/
H A Dsample.txt3 <unit name="eIrOcA" link="http://www.eiroca.net">
4 <unit name="eNrIcO" />
5 <unit name="sImOnA" />
6 </unit>
/plugin/ckgdoku/ckeditor/plugins/tabletools/dialogs/
H A DtableCell.js.unc48 // Extra labelling of width unit type.
67 unit = this.getDialog().getValueOf( 'info', 'widthType' );
70 element.setStyle( 'width', value + unit );
/plugin/ckgdoku/ckeditor/lang/
H A Den.js.beautified67 …" field must be a positive number with or without a valid CSS measurement unit (px, %, in, cm, mm,…
68 …the "%1" field must be a positive number with or without a valid HTML measurement unit (px or %).',
70 …cssLengthTooltip: "Enter a number for a value in pixels or a number with a valid CSS unit (px, %, …
635 widthUnit: "width unit"
H A Den.js.unc5unit (px, %, in, cm, mm, em, ex, pt, or pc).","invalidHtmlLength":"Value specified for the \"%1\" …
H A Dfr.js.unc77 …r spécifiée pour le champ \"%1\" doit être un nombre positif avec ou sans unité de mesure CSS vali…
78 …r spécifiée pour le champ \"%1\" doit être un nombre positif avec ou sans unité de mesure HTML val…
80 …"cssLengthTooltip": "Entrer un nombre pour une valeur en pixels ou un nombre avec une unité de mes…
645 "widthUnit": "unité de largeur"

1...<<11121314