/plugin/geophp/vendor/funiq/geophp/src/Geometry/ |
H A D | MultiPolygon.php | 46 $componentArea = $component->area(); 55 public function area() function in geoPHP\\Geometry\\MultiPolygon 60 return $this->getGeos()->area(); 64 $area = 0; 66 $area += $component->area(); 68 return $area;
|
H A D | Polygon.php | 71 public function area($exteriorOnly = false, $signed = false) function in geoPHP\\Geometry\\Polygon 80 return $this->getGeos()->area(); 97 $area = $signed ? ($a / 2) : abs(($a / 2)); 100 return $area; 105 $area -= $innerPoly->area(); 108 return $area; 154 $area = (new Polygon([$ring]))->area(true, true); 158 if ($pointCount === 0 || $area == 0.0) { 169 return ['area' => abs($area), 'x' => $x / (6 * $area), 'y' => $y / (6 * $area)];
|
H A D | MultiGeometry.php | 63 public function area() function in geoPHP\\Geometry\\MultiGeometry 68 return $this->getGeos()->area(); 72 $area = 0; 74 $area += $component->area(); 76 return $area;
|
H A D | Curve.php | 91 public function area() function in geoPHP\\Geometry\\Curve
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Directory/ |
H A D | UserLocation.php | 25 public $area; variable in Google\\Service\\Directory\\UserLocation 54 public function setArea($area) argument 56 $this->area = $area; 63 return $this->area;
|
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/ |
H A D | functions.php | 265 foreach ($noProxyArray as $area) { 267 if ($area === '*') { 269 } elseif (empty($area)) { 272 } elseif ($area === $host) { 278 $area = '.' . ltrim($area, '.'); 279 if (substr($host, -(strlen($area))) === $area) {
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SemanticTile/ |
H A D | ExtrudedArea.php | 30 public function setArea(Area $area) argument 32 $this->area = $area; 39 return $this->area;
|
/plugin/aimg/ |
H A D | script.js | 673 var area = node; 725 var area = node; 794 if (show) dragresize.select(area, area); 878 area: newArea, property in fnAddNote.fnEditingData 893 var area = null; 899 area: area, property in fnEditNote.fnEditingData 906 area = fnEditingData.area; 1038 area.parentNode.removeChild(area); 1061 function fnDelNote(area) argument 1076 area: area, property in fnDelNote.fnEditingData [all …]
|
H A D | style.css | 62 .fn-area { 69 #fn-area-new{ 73 .fn-container-active .fn-area { 77 .fn-container-inactive .fn-area { 82 .fn-area-innerborder-left { 91 .fn-area-innerborder-top { 100 .fn-area-innerborder-right { 109 .fn-area-innerborder-bottom {
|
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/ |
H A D | QRcodeFactory.php | 96 $area = floor(($this->scale->size * $bcd['num_cols']) * 0.2); 97 $emblem['area'] = $area < $min ? $min:$area ; 254 …'<div style="position:absolute; z-index:2; width:'.$emblem->area.'px; height:'.$emblem->area.'px; … 308 …ge, ((imagesx($frame) - $emblem->area) / 2), ((imagesy($frame) - $emblem->area) / 2), 0, 0, $emble… 381 …"'.$emblem->posX.'" y="'.$emblem->posY.'" height="'.$emblem->area.'" width="'.$emblem->area.'"/>'.…
|
/plugin/outliner/ |
H A D | print.css | 30 /* Left marker area */ 50 /* Wedge & title area */ 60 /* Wedge area nearby outline title - expanded wedge */ 66 /* Wedge area nearby outline title - collapsed wedge */
|
/plugin/authucenter/ |
H A D | README.md | 18 * In `Authucenter` settings area, paste App settings generated before. 19 * In `Authentication` settings area, set superuser to your superadmin username in UCenter. Otherwis… 20 * In `Authentication` settings area, change `authtype` to `authucenter`.
|
/plugin/geophp/vendor/funiq/geophp/ |
H A D | README.md | 7 and can be used to get centroids, bounding-boxes, area, and a wide variety of other useful informat… 30 $area = $polygon->getArea(); 35 print "This polygon has an area of ".$area." and a centroid with X=".$centX." and Y=".$centY; 81 echo $geom2->envelope()->area();
|
/plugin/aclplusregex/conf/ |
H A D | aclplusregex.conf.example | 4 test:area:$1:* @(\d{6})_.* 4
|
/plugin/flowplay2/flowplayer/ |
H A D | README.txt | 163 - The embed area is centered horizontally also in full screen mode. 244 - dragging can be now done by clicking anywhere in the progress bar area 245 - clicking on the video area pauses and resumes playback 247 into the video area. 248 - removed the border surrounding the video area 263 - Clicking on the video area did not start playing if splash not used and 280 - Resizing of the video area through a menu 358 - New animation that plays on the progress bar area when the video is buffering 397 - Volume slider sometimes was errorneusly placed on top of the video area 398 - a SWF in a playlist is not loaded on top of the control button area (new the control area [all …]
|
/plugin/loglog/lang/en/ |
H A D | auth_failed.txt | 9 You can investigate the issue by logging into the wiki and checking the logs in the admin area.
|
H A D | auth_success.txt | 9 You can investigate the issue by logging into the wiki and checking the logs in the admin area.
|
/plugin/flowplay/flowplayer/ |
H A D | README.txt | 76 - dragging can be now done by clicking anywhere in the progress bar area 77 - clicking on the video area pauses and resumes playback 79 into the video area. 80 - removed the border surrounding the video area 91 - Clicking on the video area did not start playing if splash not used and 108 - Resizing of the video area through a menu 184 - Possibility to disable pause/resume behavior associated to clicking the video area. This is done 186 - New animation that plays on the progress bar area when the video is buffering
|
/plugin/freechat/phpfreechat/lib/pear/PHPUnit/GUI/ |
H A D | Gtk.php | 709 function _showFailures(&$results, &$area) argument 711 $area->delete_text(0, -1); 713 $area->insert_text($result->toString(), 0);
|
/plugin/wysiwyg/fckeditor/editor/dtd/ |
H A D | fck_xhtml10strict.js | 93 area: {}, 94 map: X({form:1, area:1}, A, C),
|
H A D | fck_xhtml10transitional.js | 103 area: {}, 105 map: X({area:1, form:1, p:1}, A, F, E),
|
/plugin/removeold/lang/en/ |
H A D | help.txt | 6 text area below. Folders, which are empty after remove of outdated files will be
|
/plugin/twcheckliste/ |
H A D | README.md | 11 2. Configure the plugin via the admin area.
|
/plugin/folded/ |
H A D | style.css | 24 /* fold/unfold all button in pagetools area */
|
/plugin/textinsert/lang/en/ |
H A D | intro.txt | 3 You can add up to six macros at a time. The sixth is a text area which will allow for extended tex…
|