Home
last modified time | relevance | path

Searched refs:write (Results 701 – 725 of 1185) sorted by path

1...<<21222324252627282930>>...48

/plugin/freechat/phpfreechat/src/commands/
H A Dnotice.class.php25 $res = $ct->write($recipient, $nick, "notice", $msg);
H A Dsend.class.php68 $msgid = $ct->write($recipient, $nick, "send", $text);
/plugin/freechat/phpfreechat/src/
H A Dpfccontainer.class.php378 function write($chan, $nick, $cmd, $param) function in pfcContainer
/plugin/freesync/
H A Dscript.js35 diff_window.document.write('<html><head>'+
40 diff_window.document.write(data);
41 diff_window.document.write('</body></html>');
/plugin/fullscreenmode/
H A DLICENSE251 programs whose distribution conditions are different, write to the author
253 Software Foundation, write to the Free Software Foundation; we sometimes
307 with this program; if not, write to the Free Software Foundation, Inc.,
/plugin/gdpr/
H A DLICENSE251 programs whose distribution conditions are different, write to the author
253 Software Foundation, write to the Free Software Foundation; we sometimes
307 with this program; if not, write to the Free Software Foundation, Inc.,
/plugin/gemini/
H A DLICENSE251 programs whose distribution conditions are different, write to the author
253 Software Foundation, write to the Free Software Foundation; we sometimes
307 with this program; if not, write to the Free Software Foundation, Inc.,
/plugin/geogebrembed/
H A DLICENSE251 programs whose distribution conditions are different, write to the author
253 Software Foundation, write to the Free Software Foundation; we sometimes
307 with this program; if not, write to the Free Software Foundation, Inc.,
/plugin/geonav/js/
H A DgetLocation.js12 …document.write('<script src="http://maps.google.com/maps?file=api&amp;v=2&amp;sensor=false&amp;" t…
/plugin/geonav/tpl/startermap/
H A DCOPYING251 programs whose distribution conditions are different, write to the author
253 Software Foundation, write to the Free Software Foundation; we sometimes
307 with this program; if not, write to the Free Software Foundation, Inc.,
/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 DLICENSE282 programs whose distribution conditions are different, write to the author
284 Software Foundation, write to the Free Software Foundation; we sometimes
338 with this program; if not, write to the Free Software Foundation, Inc.,
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,
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DEWKB.php13 public function write(Geometry $geometry, $writeAsHex = false, $bigEndian = false) function in geoPHP\\Adapter\\EWKB
17 return parent::write($geometry, $writeAsHex, $bigEndian);
H A DEWKT.php20 public function write(Geometry $geometry) function in geoPHP\\Adapter\\EWKT
H A DGPX.php317 public function write(Geometry $geometry, $namespace = null, $allowedElements = null) function in geoPHP\\Adapter\\GPX
402 if ($isTrack) { // write as <trk>
416 } else { // write as <rte>
H A DGeoAdapter.php37 public function write(Geometry $geometry); function
H A DGeoHash.php115 public function write(Geometry $geometry, $precision = null) function in geoPHP\\Adapter\\GeoHash
H A DGeoJSON.php220 public function write(Geometry $geometry, $returnAsArray = false) function in geoPHP\\Adapter\\GeoJSON
H A DGeoRSS.php55 public function write(Geometry $geometry, $namespace = false) function in geoPHP\\Adapter\\GeoRSS
H A DGoogleGeocode.php123 public function write(Geometry $geometry, $apiKey = null, $returnType = 'string', $language = null) function in geoPHP\\Adapter\\GoogleGeocode
H A DKML.php244 public function write(Geometry $geometry, $namespace = false) function in geoPHP\\Adapter\\KML
356 $str .= $subAdapter->write($component);
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
334 public function write(Geometry $geometry, $writeAsHex = false, $decimalDigitsXY = null, $decimalDigitsZ = null, $decimalDigitsM = null, $includeSizes = false, $includeBoundingBoxes = false) function in geoPHP\\Adapter\\TWKB
519 $func = 'write' . $component->geometryType();
H A DWKB.php273 public function write(Geometry $geometry, $writeAsHex = false, $bigEndian = false) function in geoPHP\\Adapter\\WKB
H A DWKT.php271 public function write(Geometry $geometry) function in geoPHP\\Adapter\\WKT
273 // If geos is installed, then we take a shortcut and let it write the WKT
282 return $writer->write($geometry->getGeos());

1...<<21222324252627282930>>...48