Home
last modified time | relevance | path

Searched refs:read (Results 476 – 500 of 842) sorted by path

1...<<11121314151617181920>>...34

/plugin/freechat/phpfreechat/data/public/js/
H A Dprototype.js1777 var t = Element._attributeTranslations.read;
2291 read: { class in Element._attributeTranslations
2325 }, Element._attributeTranslations.read.names),
2374 })(Element._attributeTranslations.read.values);
/plugin/freechat/phpfreechat/lib/csstidy-1.2/
H A Dcss_optimiser.php25 while (false !== $entry = $dir->read()) {
/plugin/freechat/phpfreechat/src/commands/
H A Dgetnewmsg.class.php72 $new_msg = $container->read($recipient, $from_id);
/plugin/freechat/phpfreechat/src/
H A Dpfccontainer.class.php411 function read($chan, $from_id) function in pfcContainer
H A Dpfcinfo.class.php95 $lastmsg_raw = $ct->read($channel, $lastmsg_id-$nb);
H A Dpfctools.php192 while (false !== $entry = $dir->read())
/plugin/gallery2/dwgallery/
H A Ddwgallery.php405 while ($file = $dir->read()) {
/plugin/gdpr/helper/
H A Dutils.php17 while (false !== ($entry = $dir->read())) {
/plugin/gemini/
H A DREADME3 Expose your wiki as a read-only gemini server
H A Dplugin.info.txt6 desc Expose your wiki as a read-only gemini server
/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/Adapter/
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
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));
/plugin/geophp/vendor/funiq/geophp/src/Geometry/
H A DGeometry.php510 $this->geos = $reader->read($this->out('wkb'));
/plugin/googlemaps3/
H A DLICENSE673 Public License instead of this License. But first, please read
/plugin/gplusone/
H A DCOPYING673 Public License instead of this License. But first, please read

1...<<11121314151617181920>>...34