Home
last modified time | relevance | path

Searched refs:unit (Results 26 – 50 of 348) sorted by last modified time

12345678910>>...14

/plugin/statistics/inc/pchart/
H A DDataDescription.php4 * @brief Holds Metadata for the data set (name, unit, type etc.)
81 public function setXUnit($unit) { argument
82 $this->xUnit = $unit;
89 public function setYUnit($unit) { argument
90 $this->yUnit = $unit;
H A DpChart.php1877 * one unit past the last. If there is missing data then
3343 static private function convertValueForDisplay($value, $format, $unit) { argument
3345 return $value.$unit;
/plugin/odt/ODT/
H A DODTUnits.php64 static public function isValidXSLUnit($unit) { argument
65 return in_array($unit, self::$xsl_units);
165 $unit = self::stripDigits ($value);
166 if ( $unit == 'pt' ) {
176 switch ($unit) {
212 $unit = self::stripDigits ($value);
213 if ( $unit == 'cm' ) {
237 $unit = self::stripDigits ($value);
238 if ( $unit == 'px' ) {
258 $unit = self::stripDigits ($value);
[all …]
H A DODTDocument.php228 $unit = ODTUnits::stripDigits($value);
230 if ( $unit == 'px' ) {
269 if ($unit == '%' || empty($unit)) {
/plugin/odt/ODT/css/
H A Dcssborder.php81 $unit = substr ($values [$index], -2);
83 $unit == 'px' ||
84 $unit == 'pt' ||
85 $unit == 'cm' ) {
H A Dcssimportnew.php1238 $unit = $units->stripDigits($value);
1239 if ($unit == '%' || $unit == 'em') {
/plugin/odt/helper/
H A Dunits.php63 * @param string $unit The unit string, e.g. 'cm'.
66 public static function isValidXSLUnit($unit) { argument
67 return ODTUnits::isValidXSLUnit($unit);
/plugin/barcodes/
H A Dcomposer.lock381 "sebastian/code-unit-reverse-lookup": "^2.0.2",
709 "sebastian/code-unit": "^1.0.6",
836 "name": "sebastian/code-unit",
840 "url": "https://github.com/sebastianbergmann/code-unit.git",
878 "homepage": "https://github.com/sebastianbergmann/code-unit",
880 "issues": "https://github.com/sebastianbergmann/code-unit/issues",
881 "source": "https://github.com/sebastianbergmann/code-unit/tree/1.0.8"
892 "name": "sebastian/code-unit-reverse-lookup",
896 "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
933 "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
[all …]
/plugin/edittable/lib/
H A Dhandsontable.full.js7621 function addUnitAlias (unit, shorthand) {
7622 var lowerCase = unit.toLowerCase();
7649 function addUnitPriority(unit, priority) {
7650 priorities[unit] = priority;
7656 units.push({unit: u, priority: priorities[u]});
7664 function makeGetSet (unit, keepTime) {
7667 set$1(this, unit, value);
7671 return get(this, unit);
7676 function get (mom, unit) {
7681 function set$1 (mom, unit, value) {
[all …]
/plugin/statdisplay/pchart/
H A DDataDescription.php81 public function setXUnit($unit) { argument
82 $this->xUnit = $unit;
89 public function setYUnit($unit) { argument
90 $this->yUnit = $unit;
H A DpChart.php3118 static private function convertValueForDisplay($value, $format, $unit) { argument
3120 return $value . $unit;
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/bi/
H A Dbi.txt83 3. Famili hemi natural mo impoten grup unit blong sosaeti mo hemi gat raet blong sosaeti mo steit i protektem hem.
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DCatNamespace.asciidoc77 $params['bytes'] = (enum) The unit in which to display byte values (Options = b,k,kb,m,mb,g,gb,t,tb,p,pb)
116 $params['bytes'] = (enum) The unit in which to display byte values (Options = b,k,kb,m,mb,g,gb,t,tb,p,pb)
137 $params['time'] = (enum) The unit in which to display time values (Options = d,h,m,s,ms,micros,nanos)
168 $params['bytes'] = (enum) The unit in which to display byte values (Options = b,k,kb,m,mb,g,gb,t,tb,p,pb)
176 $params['time'] = (enum) The unit in which to display time values (Options = d,h,m,s,ms,micros,nanos)
213 $params['bytes'] = (enum) The unit in which to display byte values (Options = b,k,kb,m,mb,g,gb,t,tb,p,pb)
218 $params['time'] = (enum) The unit in which to display time values (Options = d,h,m,s,ms,micros,nanos)
239 $params['time'] = (enum) The unit in which to display time values (Options = d,h,m,s,ms,micros,nanos)
256 $params['bytes'] = (enum) The unit in which to display byte values (Options = b,k,kb,m,mb,g,gb,t,tb,p,pb)
261 $params['time'] = (enum) The unit i
[all...]
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/en/
H A Den.txt85 3. The family is the natural and fundamental group unit of society and is entitled to protection by society and the State.
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md219 * Run unit tests on github action [#1882](https://github.com/ruflin/Elastica/pull/1882)
1573 - Fix unit test errors
1628 - Correct class name for TermTest unit test
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DREADME.md49 - [Unit Testing using Mock a Elastic Client](#unit-testing-using-mock-a-elastic-client)
450 Each PR should include a **unit test** using [PHPUnit](https://phpunit.de/). If you are not familiar with PHPUnit you can have a look at this [reference](https://phpunit.readthedocs.io/en/7.0/).
/plugin/elasticsearch/vendor/react/promise/
H A DREADME.md75 A **Deferred** represents a computation or unit of work that may not have
/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
H A DGeoDistance.php87 * Set the unit of distance measure for this aggregation.
89 * @param string $unit defaults to m
93 public function setUnit(string $unit): self argument
95 return $this->setParam('unit', $unit);
/plugin/elasticsearch/vendor/ezimuel/ringphp/
H A DCHANGELOG.md24 - Updated to PHPUnit 9 and fixed the unit tests for PHP 8
/plugin/achart/assets/
H A Dapexcharts.min.js6unit?i="year":"day"===t.unit?i="month":"hour"===t.unit?i="day":"minute"===t.unit&&(i="hour")})),i=… property in AnonymousFunction1cae5b5135800.AnonymousFunction1cae5b5135900.AnonymousFunction1cae5b5135a00.e
/plugin/ckgedit/ckeditor/lang/
H A Den.4.9.js.beautified70 …ied for the \"%1\" field must be a positive number with or without a valid measurement unit (%2).",
71 …" field must be a positive number with or without a valid CSS measurement unit (px, %, in, cm, mm,…
72 …e \"%1\" field must be a positive number with or without a valid HTML measurement unit (px or %).",
74 …"cssLengthTooltip": "Enter a number for a value in pixels or a number with a valid CSS unit (px, %…
716 "widthUnit": "width unit"
H A Den.js-4.9.merged5unit (%2).","invalidCssLength":"Value specified for the \"%1\" field must be a positive number wit…
H A Den.js.4.95unit (%2).","invalidCssLength":"Value specified for the \"%1\" field must be a positive number wit…
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"

12345678910>>...14