Home
last modified time | relevance | path

Searched refs:line (Results 26 – 50 of 2140) sorted by last modified time

12345678910>>...86

/plugin/openlayersmap/
H A DStaticMap.php700 * Draw a line on the map.
702 * @param LineString $line
706 private function drawLineString($line, $colour)
709 for ($p = 1; $p < $line->numGeometries(); $p++) {
711 $p1 = $line->geometryN($p);
712 $p2 = $line->geometryN($p + 1);
770 drawLineString($line, $colour) global() argument
H A Dstyle.less268 line-height: 19px;
322 line-height: 19px;
355 line-height: 1em !important;
/plugin/openlayersmap/ol7/
H A Dol.js.map
H A Dol.css
/plugin/shell/
H A DLICENSE291 the "copyright" line and a pointer to where the full notice is found.
293 <one line to give the program's name and a brief idea of what it does.>
H A DP0wnyShell.css125 line-height: 30px;
130 line-height: 30px;
/plugin/geophp/vendor/funiq/geophp/src/Geometry/
H A DMultiLineString.php49 foreach ($components as $line) {
50 if ($line->isEmpty()) {
53 $componentCentroid = $line->getCentroidAndLength($componentLength);
72 foreach ($this->components as $line) {
73 if (!$line->isEmpty() && !$line->isClosed()) {
74 $points[] = $line->startPoint();
75 $points[] = $line->endPoint();
H A DMultiCurve.php36 foreach ($this->getComponents() as $line) {
37 if (!$line->isClosed()) {
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DGeoRSS.php135 $lineElements = $this->xmlObject->getElementsByTagName('line');
136 foreach ($lineElements as $line) {
137 $components = $this->getPointsFromCoordinates(trim($line->firstChild->nodeValue));
235 $output = '<' . $this->nss . 'line>';
242 $output .= '</' . $this->nss . 'line>';
H A DWKB.php207 // Return an empty linestring if there is no line-length
348 * @param LineString $line
351 protected function writeLineString($line) argument
353 // Set the number of points in this line
354 $wkb = $this->writer->writeUInt32($line->numPoints());
357 foreach ($line->getComponents() as $i => $point) {
374 foreach ($poly->getComponents() as $line) {
375 $wkb .= $this->writeLineString($line);
H A DGPX.php248 $line = new LineString($components);
249 $line->setData($this->parseNodeProperties($rte, $this->gpxTypes->get('rteType')));
250 $line->setData('gpxType', 'route');
251 $lines[] = $line;
/plugin/geophp/vendor/funiq/geophp/
H A DLICENSE322 the "copyright" line and a pointer to where the full notice is found.
324 <one line to give the program's name and a brief idea of what it does.>
/plugin/webmaster/
H A DLICENSE291 the "copyright" line and a pointer to where the full notice is found.
/plugin/yalist/
H A DLICENSE291 the "copyright" line and a pointer to where the full notice is found.
/plugin/spatialhelper/helper/
H A Dsearch.php141 $line = new LineString(
147 $media [] = ['id' => $id, 'distance' => (int)($line->greatCircleLength()),
153 $line = new LineString(
159 $pages [] = ['id' => $id, 'distance' => (int)($line->greatCircleLength()),
/plugin/acknowledge/
H A DLICENSE291 the "copyright" line and a pointer to where the full notice is found.
293 <one line to give the program's name and a brief idea of what it does.>
/plugin/backlinks/
H A DCOPYING291 the "copyright" line and a pointer to where the full notice is found.
293 <one line to give the program's name and a brief idea of what it does.>
/plugin/dokusioc/
H A DLICENSE291 the "copyright" line and a pointer to where the full notice is found.
293 <one line to give the program's name and a brief idea of what it does.>
/plugin/photogallery/lightGallery/css/
H A Dlightgallery.css18 line-height: 1;
172 line-height: 27px;
354 line-height: 27px;
707 line-height: 1;
717 line-height: 1;
H A Dlightgallery.min.css1line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.lg-actions .lg…
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.changelog.txt50 * [bugfix: G108] add 'line-height' for text in image
117 ¤ Added even more explicit escaping of command line parameters
128 line to run the demo
H A Dphpthumb.faq.txt306 in phpthumb.class.php (around line 2991-3090). If you need
H A Dphpthumb.readme.txt417 <h> is the scale multiplier for line height/spacing
620 where the bottom and/or right line of pixels is set
/plugin/photogallery/phpThumb/licenses/
H A Dlicense.gpl-10.txt204 "copyright" line and a pointer to where the full notice is found.
206 <one line to give the program's name and a brief idea of what it does.>
H A Dlicense.gpl-20.txt291 the "copyright" line and a pointer to where the full notice is found.
293 <one line to give the program's name and a brief idea of what it does.>

12345678910>>...86