Home
last modified time | relevance | path

Searched refs:area (Results 1 – 25 of 236) sorted by relevance

12345678910

/plugin/diagrams/script/
H A Dembed-toolbar.js10 * @param area
13 function selectDiagram(area) { argument
14 const selection = DWgetSelection(area);
18 const max = area.value.length;
24 const start = area.value.lastIndexOf(open, selection.start);
25 const end = area.value.indexOf(close, selection.end);
28 const prev = area.value.lastIndexOf(close, selection.start - close.length);
29 const next = area.value.indexOf(open, selection.start + open.length);
38 selection.start = area.value.indexOf('>', start) + 1;
49 const area
[all...]
/plugin/geophp/vendor/funiq/geophp/src/Geometry/
H A DMultiPolygon.php46 $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 DPolygon.php66 * @param bool|false $exteriorOnly Calculate the area of exterior ring only, or the polygon with holes
67 * @param bool|false $signed Usually we want to get positive area, but vertices order (CW or CCW) can be determined from signed area.
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;
[all...]
H A DMultiGeometry.php63 public function area() function in geoPHP\\Geometry\\MultiGeometry
68 return $this->getGeos()->area();
72 $area = 0;
74 $area += $component->area();
76 return $area;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Directory/
H A DUserLocation.php25 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 Dfunctions.php265 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 DExtrudedArea.php30 public function setArea(Area $area) argument
32 $this->area = $area;
39 return $this->area;
/plugin/aimg/
H A Dscript.js673 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 Dstyle.css62 .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/imapmarkers/
H A DREADME.md29 "area-fillColor": "ff0000",
30 "area-fillOpacity": 0.2
63 If the identifier is blank or omited and you click the area, the area is shown until you click it a…
70 ```TITLE``` is the title of the area.
71 If you hover over the area, this title is shown.
117 **"area-fillColor"**: (string) "HTML-COLOR-HEXADECIMAL" -- Set the color of the hoverd area. Don't …
119 Example: ```"area-fillColor": "ff0000"```
121 **"area-fillOpacity"**: (float) ```OPACITY-PERCENT``` -- Set the opacity of the hovered area.
126 Example: ```"area-fillOpacity": 0.3```
135 "area-fillColor": "ff0000",
[all …]
H A Djquery.imagemapster.js2157 })(area),
2257 ar.area = null;
2577 ar.area = area.length ? area[0] : area;
2916 area, variable
2960 $area = $(area);
3307 area: null,
3471 me.area = areaEl;
3488 this.area = null;
4355 target = ad.area
4356 ? ad.area
[all …]
H A Dscript.js88 const area = a_areas[i][j];
89 if (area['id'] == id) {
90 return [i, area['area'], j];
98 const area = a_areas[imap_index][j];
99 if (area['id'] == id) {
100 return [imap_index, area['area'], j];
/plugin/combo/resources/theme/default/pages/templates/
H A Dholy.css17 grid-area: page-side;
21 grid-area: page-main;
35 grid-area: page-main;
70 grid-area: unset;
H A Dindex.css15 grid-area: page-side;
19 grid-area: page-main;
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DQRcodeFactory.php96 $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 Dprint.css30 /* 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 DREADME.md18 * 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 DREADME.md7 and can be used to get centroids, bounding-boxes, area, and a wide variety of other useful information.
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 Daclplusregex.conf.example4 test:area:$1:* @(\d{6})_.* 4
/plugin/flowplay2/flowplayer/
H A DREADME.txt163 - 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/flowplay/flowplayer/
H A DREADME.txt76 - 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 DGtk.php709 function _showFailures(&$results, &$area) argument
711 $area->delete_text(0, -1);
713 $area->insert_text($result->toString(), 0);
/plugin/loglog/lang/en/
H A Dauth_failed.txt9 You can investigate the issue by logging into the wiki and checking the logs in the admin area.
H A Dauth_success.txt9 You can investigate the issue by logging into the wiki and checking the logs in the admin area.
/plugin/wysiwyg/fckeditor/editor/dtd/
H A Dfck_xhtml10strict.js93 area: {},
94 map: X({form:1, area:1}, A, C),

12345678910