Home
last modified time | relevance | path

Searched refs:read (Results 1 – 25 of 842) sorted by last modified time

12345678910>>...34

/plugin/openlayersmap/admin/
H A Dpurge.php81 while (($sFile = $oDir->read()) !== false) {
/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DGeoHash.php86 public function read($hash, $asGrid = false) function in geoPHP\\Adapter\\GeoHash
H A DGeoJSON.php31 public function read($input) function in geoPHP\\Adapter\\GeoJSON
47 $geometries[] = $this->read($feature);
82 $geometry = $this->read($obj->geometry);
H A DGeoRSS.php43 public function read($georss) function in geoPHP\\Adapter\\GeoRSS
H A DGoogleGeocode.php49 public function read($address, $apiKey = null, $returnType = 'point', $bounds = false, $returnMultiple = false) function in geoPHP\\Adapter\\GoogleGeocode
H A DKML.php51 public function read($kml) function in geoPHP\\Adapter\\KML
H A DTWKB.php40 * - bounding box: can read and write, but don't store readed boxes (API missing)
41 * - size attribute: can read and write size attribute, but seeking is not supported
42 * - ID list: can read and write, but API is completely missing
85 public function read($twkb, $isHexString = false) function in geoPHP\\Adapter\\TWKB
92 throw new \Exception('Cannot read empty TWKB. Found ' . gettype($twkb));
H A DWKB.php83 public function read($wkb, $isHexString = false) function in geoPHP\\Adapter\\WKB
90 throw new \Exception('Cannot read empty WKB geometry. Found ' . gettype($wkb));
H A DWKT.php49 public function read($wkt) function in geoPHP\\Adapter\\WKT
67 $geom = geoPHP::geosToGeometry($reader->read($wkt));
H A DGPX.php50 * @param array|null $allowedElements Which elements can be read from each GPX type
51 * If not specified, every element defined in the GPX specification can be read
57 public function read($gpx, $allowedElements = null) function in geoPHP\\Adapter\\GPX
96 $geom = $this->read($gpx, $allowedElements);
H A DGeoAdapter.php29 public function read($input); function
/plugin/geophp/
H A Dcomposer.lock57 "description": "Open-source native PHP library for doing geometry operations. Can read and write a wide variety of formats: (E)WKT, (E)WKB, TWKB, GeoJSON, KML, GPX, GeoRSS. Works with all Simple-Feature geometries (Point, LineString, Polygon...) and can be used to get centroids, bounding-boxes, area, etc.",
/plugin/geophp/vendor/funiq/geophp/
H A DREADME.md5 It is written entirely in PHP and can therefore run on shared hosts. It can read and write a wide variety of formats: WKT (EWKT), WKB (EWKB), TWKB, GeoJSON,
129 In progress… You can read the doc for original phayes/geoPHP at [geophp.net](https://geophp.net "GeoPHP homepage")
/plugin/geophp/vendor/funiq/geophp/src/Geometry/
H A DGeometry.php510 $this->geos = $reader->read($this->out('wkb'));
/plugin/spatialhelper/helper/
H A Dsearch.php98 $decodedPoint = $_geohashClass->read($geohash);
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.changelog.txt1433 * Eliminated intermediate read-file-to-memory stage if
H A Dphpthumb.faq.txt118 Make sure whatever user the webserver is running as has read
228 phpThumb/PHP has read access to the directory). The other
H A Dphpthumb.readme.txt39 First, read this file.
40 Then read phpthumb.faq.txt
/plugin/photogallery/phpThumb/licenses/
H A Dlicense.gpl-30.txt673 Public License instead of this License. But first, please read
/plugin/photogallery/phpThumb/
H A DphpThumb.config.php.default51 …wed_dirs'] = array(); // array of additional directories to allow source images to be read from
/plugin/batchedit/
H A Djs.cookie.js118 cookie = converter.read ?
119 converter.read(cookie, name) : converter(cookie, name) ||
/plugin/aichat/vendor/erusev/parsedown/
H A DREADME.md72 It tries to read Markdown like a human. First, it looks at the lines. It’s interested in how the lines start. This helps it recognise blocks. It knows, for example, that if a line starts with a `-` then perhaps it belongs to a list. Once it recognises the blocks, it continues to the content. As it reads, it watches out for special characters. This helps it recognise inline elements (or inlines).
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/data/
H A Dvocab.bpe1239 read y
3850 Ġsp read
4450 Ġth read
8255 Ġb read
9427 p read
13868 ĠTh read
14903 Ġd read
16409 th read
16564 Th read
22899 Ġt read
[all...]
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js6704 read: function read(size) {
24487 return read;
39541 if (read(arr, i + j) !== read(val, j)) {
71802 if (typeof options.read === 'function') this._read = options.read;
72214 stream.read(0);
72503 self.read(0);
72535 stream.read(0);
79463 stream.read(0);
79701 stream.read(0);
79945 self.read(0);
[all …]

12345678910>>...34