Home
last modified time | relevance | path

Searched refs:unit (Results 51 – 75 of 348) sorted by relevance

12345678910>>...14

/plugin/dpicorrect/
H A Daction.php91 $unit = ord(substr($string, $pos, 1));
96 if($unit == 0 || $xdim==0 || $ydim==0) { return $this->NO_RESOLUTION; }
97 if($unit==2) { $x *= 2.54; $y *= 2.54; }
132 $unit = ord(fread($a,1));
136 if($unit != 1 || $xdim==0 || $ydim==0) { return $this->NO_RESOLUTION; }
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Spanner/
H A DMetric.php198 public function setUnit(LocalizedString $unit) argument
200 $this->unit = $unit;
207 return $this->unit;
/plugin/findologicxmlexport/vendor/sebastian/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/diagramsnet/lib/js/diagramly/
H A DmxRuler.js28 this.unit = unit;
180 switch(ruler.unit)
530 mxRuler.prototype.unit = mxConstants.POINTS; method in mxRuler
532 mxRuler.prototype.setUnit = function(unit) argument
534 this.unit = unit;
540 switch(this.unit)
571 function mxDualRuler(editorUi, unit) argument
586 this.vRuler = new mxRuler(editorUi, unit, true);
652 mxDualRuler.prototype.setUnit = function(unit) argument
654 this.vRuler.setUnit(unit);
[all …]
/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/canvas/
H A Dcanvas.php219 $unit = 'px';
225 if (!$matches[2]) $arg['width'].= $unit;
227 if (!$matches[5]) $arg['height'].= $unit;
232 if (!$matches[2]) $arg[$singlekey].= $unit;
235 $arg[$singlekey] = $matches[1].$unit;
/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/advrack/
H A Dscript.js264 function deleteFillerPanels(unit, equipment) { argument
265 var unit_height = unit['height'].match(h_regexp);
268 for (var h = (unit['index']-1); h < (unit['index'] - 1 + unit_height); h++) {
271 equipment[unit['index']-1] = unit;
273 equipment[unit['index']-1] = unit;
278 function setupGlowEffect(unit) { argument
279 unit.hover(function(){ // hover in
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Exception/
H A DUnintentionallyCoveredCodeException.php48 foreach ($this->unintentionallyCoveredUnits as $unit) {
49 $message .= '- ' . $unit . "\n";
/plugin/photogallery/phpThumb/demo/
H A DphpThumb.demo.check.php537 $unit = 'second'.(($seconds > 1) ? 's' : '');
543 $unit = 'minutes';
549 $unit = 'hours';
555 $unit = 'days';
561 $unit = 'months';
567 $unit = 'years';
573 return array($value, $unit);
575 return $value.' '.$unit;
/plugin/combo/action/
H A Dtoolbar.php36 $unit = array(
38 'title' => 'Insert an unit test',
39 'icon' => $imageBase . '/unit-doc-block.png',
40 'open' => '<unit name="default">\n<file lang path>\n</file>\n\t<code lang>',
41 'close' => '\n\t</code>\n\t<console>\n\t</console></unit>\n',
101 'list' => array($frontmatter, $blockquote, $webcode, $twitter, $unit)
/plugin/webcomponent/_test/data/pages/
H A Dwebcomponent.txt23 * [[unit|unit]]
/plugin/svgpureinsert/
H A Dhelper.php76 $unit = (string) $m[3];
90 if(isset($conversions[$unit])) {
91 $digit = $digit * (float) $conversions[$unit];
/plugin/booking/
H A Dhelper.php90 $unit = strtolower($m[2]);
93 if ($unit === 'd') {
95 } elseif ($unit === 'h') {
/plugin/odt/ODT/css/
H A Dcssborder.php81 $unit = substr ($values [$index], -2);
83 $unit == 'px' ||
84 $unit == 'pt' ||
85 $unit == 'cm' ) {
/plugin/html2pdf/html2pdf/html2ps/
H A Dutils_units.php53 $unit = Value::unit_from_string($value);
55 switch ($unit) {
/plugin/jplayer/vendor/happyworm/jplayer/lib/circle-player/js/
H A Djquery.transform2d.js208 i, startVal, endVal, unit;
238 unit = +false;
243 unit = "px";
245 unit || ( unit = "");
248 …nd( (startVal[1][0] + (endVal[1][0] - startVal[1][0]) * pos) * precision ) / precision + unit +","+
249 …d( (startVal[1][1] + (endVal[1][1] - startVal[1][1]) * pos) * precision ) / precision + unit + ")"+
/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/pdfjs/pdfjs/web/locale/sr/
H A Dviewer.properties116 # "{{width}}", "{{height}}", {{unit}}, and {{orientation}} will be replaced by
117 # the size, respectively their unit of measurement and orientation, of the (current) page.
118 document_properties_page_size_dimension_string={{width}} × {{height}} {{unit}} ({{orientation}})
120 # "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by
121 # the size, respectively their unit of measurement, name, and orientation, of the (current) page.
122 document_properties_page_size_dimension_name_string={{width}} × {{height}} {{unit}} ({{name}}, {{or…
/plugin/pdfjs/pdfjs/web/locale/ta/
H A Dviewer.properties102 # "{{width}}", "{{height}}", {{unit}}, and {{orientation}} will be replaced by
103 # the size, respectively their unit of measurement and orientation, of the (current) page.
104 document_properties_page_size_dimension_string={{width}} × {{height}} {{unit}} ({{orientation}})
106 # "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by
107 # the size, respectively their unit of measurement, name, and orientation, of the (current) page.
108 document_properties_page_size_dimension_name_string={{width}} × {{height}} {{unit}} ({{name}}, {{or…
/plugin/pdfjs/pdfjs/web/locale/hy-AM/
H A Dviewer.properties102 # "{{width}}", "{{height}}", {{unit}}, and {{orientation}} will be replaced by
103 # the size, respectively their unit of measurement and orientation, of the (current) page.
104 document_properties_page_size_dimension_string={{width}} × {{height}} {{unit}} ({{orientation}})
106 # "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by
107 # the size, respectively their unit of measurement, name, and orientation, of the (current) page.
108 document_properties_page_size_dimension_name_string={{width}} × {{height}} {{unit}} ({{name}}, {{or…
/plugin/cronojob/pseudo-cron/
H A Dpseudo-cron.inc.php262 function incDate(&$dateArr, $amount, $unit) { argument
264 …02d:%02d by %d %6s ",$dateArr[mday],$dateArr[mon],$dateArr[hours],$dateArr[minutes],$amount,$unit);
265 if ($unit=="mday") {
288 } elseif ($unit=="hour") {
296 } elseif ($unit=="minute") {
H A Dpseudo-cron-image.php305 function incDate(&$dateArr, $amount, $unit) { argument
307 …02d:%02d by %d %6s ",$dateArr[mday],$dateArr[mon],$dateArr[hours],$dateArr[minutes],$amount,$unit);
308 if ($unit=="mday") {
331 } elseif ($unit=="hour") {
339 } elseif ($unit=="minute") {
/plugin/pdfjs/pdfjs/web/locale/si/
H A Dviewer.properties97 # "{{width}}", "{{height}}", {{unit}}, and {{orientation}} will be replaced by
98 # the size, respectively their unit of measurement and orientation, of the (current) page.
99 document_properties_page_size_dimension_string={{width}} × {{height}} {{unit}} ({{orientation}})
101 # "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by
102 # the size, respectively their unit of measurement, name, and orientation, of the (current) page.
103 document_properties_page_size_dimension_name_string={{width}}×{{height}}{{unit}}{{name}}{{orientati…
/plugin/cronojob/
H A Dpseudocron.php244 function incDate(&$dateArr, $amount, $unit) { argument
246 …02d:%02d by %d %6s ",$dateArr[mday],$dateArr[mon],$dateArr[hours],$dateArr[minutes],$amount,$unit);
247 if ($unit=="mday") {
270 } elseif ($unit=="hour") {
278 } elseif ($unit=="minute") {

12345678910>>...14