Home
last modified time | relevance | path

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

1234567891011

/plugin/diagrams/script/
H A Dembed-toolbar.js13 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 = document.getElementById(edid);
50 const selection = selectDiagram(area);
[all …]
/plugin/geophp/vendor/funiq/geophp/src/Geometry/
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;
DPolygon.php71 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)];
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/
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/
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/aimg/
Dscript.js673 var area = node;
675 var note = area.firstChild;
725 var area = node;
726 if (fnActionVerb == 'del') fnDelNote(area);
729 var note = area.firstChild;
794 if (show) dragresize.select(area, area);
797 area.className = show ? 'fn-area-editing' : 'fn-area';
878 area: newArea, property
893 var area = null;
897 area = note.parentNode;
[all …]
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/authgooglesheets/vendor/google/apiclient-services/src/SemanticTile/
DExtrudedArea.php30 public function setArea(Area $area) argument
32 $this->area = $area;
39 return $this->area;
/plugin/imapmarkers/
DREADME.md7 …erset of the *dokuwiki-plugin-imagemap* plugin, simply use no references and omit area-identifiers.
29 "area-fillColor": "ff0000",
30 "area-fillOpacity": 0.2
54 … here](https://www.w3schools.com/html/html_images_imagemap.asp), with this special area definition:
62 If the area or marker is clicked, this link is opened.
63 If the identifier is blank or omited and you click the area, the area is shown until you click it a…
65 ```IDENTIFIER``` is a page-unique identifier for this area.
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 …
[all …]
Djquery.imagemapster.js2136 function queueMouseEvent(me, delay, area, deferred) { argument
2151 if (area.owner.currentAction || delay) {
2155 queueMouseEvent(me, 0, area, deferred);
2157 })(area),
2161 cbFinal(area.areaId);
2257 ar.area = null;
2335 var elHref = $(ar.area).attr('href'),
2340 target: useEl ? $(ar.area).attr('target') : ar.hrefTarget
2377 $(ar.area).attr('href')
2563 getAllDataForArea: function (area, atMost) { argument
[all …]
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/matrixnotifierwas/vendor/guzzlehttp/guzzle/src/
DUtils.php232 foreach ($noProxyArray as $area) {
234 if ($area === '*') {
238 if (empty($area)) {
243 if ($area === $host) {
249 $area = '.'.\ltrim($area, '.');
250 if (\substr($host, -\strlen($area)) === $area) {
/plugin/imagemapping/
DImageMappingEditor.js45 const area = this.selection.obj; // the editor text area
65 this.header = '{{map>' + area.value.substring(img.start, img.end) + "}}\n";
67 this.imgurl = this.constructImgUrl(area.value.substring(img.start, img.end));
73 …this.imgurl = this.constructImgUrl(area.value.substring(map.start, area.value.indexOf('}}', map.st…
82 this.syntax = area.value.substring(link.start, link.end);
116 const area = this.selection.obj; // the editor text area
118 if (max === undefined) max = area.value.length;
121 const start = area.value.lastIndexOf(open, this.selection.start);
122 const end = area.value.indexOf(close, this.selection.start);
125 const prev = area.value.lastIndexOf(close, this.selection.start - close.length);
[all …]
Dscript.js33 const area = document.getElementById(edid);
34 const sel = DWgetSelection(area);
/plugin/jsontable/
Dall.css41area{z-index:8}.handsontable .wtBorder.fill{z-index:6}.handsontable td.area,.handsontable td.area-…
49area][class*=highlight]:not([class*=fullySelectedMergedCell]):before{opacity:0}.handsontable tbody… selector
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
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/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/outliner/
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/
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/
DREADME.md7 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/flowplay2/flowplayer/
DREADME.txt141 …videoHeight does not have any effect in full screen mode any more, now resizes to fit the full area
153 …- Changed the background of the video area to be black. Now the player does not show the video (sh…
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
356 - Possibility to disable pause/resume behavior associated to clicking the video area. This is done
[all …]
/plugin/flowplay/flowplayer/
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/aclplusregex/conf/
Daclplusregex.conf.example4 test:area:$1:* @(\d{6})_.* 4

1234567891011