Home
last modified time | relevance | path

Searched refs:null (Results 76 – 100 of 5084) sorted by last modified time

12345678910>>...204

/plugin/struct/action/
H A Dmove.php
H A Doutput.php109 $data = $helper->getData($event->data['id'], null, $rev);
H A Dtitle.php61 $page->setTitle(null);
67 $page->setLastRevision(null);
75 $page->setLastEditor(null);
81 $page->setLastSummary(null);
H A Daggregationeditor.php
/plugin/struct/admin/
H A Dassignments.php67 if (@preg_match($assignment['assign'], null) === false) {
/plugin/struct/
H A Dhelper.php43 * @param string|null $schema The schema to use null for all
48 public function getData($page, $schema = null, $time = 0)
163 * @param string|null $schema the schema to query, null for all
167 public static function getSchema($schema = null)
187 * @param string|null $schema limit the result to a given schema
191 public function getPages($schema = null)
210 return json_decode($value, null, 512, JSON_THROW_ON_ERROR);
/plugin/struct/helper/
H A Dfield.php171 static fn($val) => json_encode([$val, null], JSON_THROW_ON_ERROR),
175 $preparedValue = json_encode([$preparedValue, null], JSON_THROW_ON_ERROR);
H A Dimexport.php101 public function importSchema($schemaName, $schemaJSON, $user = null)
/plugin/mermaid/
H A Drenderer.php25 function internallink($id, $name = null, $search = null, $returnonly = false, $linktype = 'content')
42 function externallink($url, $name = null, $returnonly = false)
60 function internalmedia($src, $title = null, $align = null, $width = null, $height = null, $cache = null, $linking = null, $return = false)
/plugin/doi/syntax/
H A Ddoi.php113 $journal .= ' ' . join('/', array_filter([$data['volume'] ?? null, $data['issue'] ?? null]));
164 $journal .= ' ' . join('/', array_filter([$data['volume'] ?? null, $data['issue'] ?? null]));
/plugin/openlayersmap/
H A DStaticMap.php517 $markerShadowImg = null;
/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/openlayersmap/syntax/
H A Dosmlayer.php27 private $dflt = ['id' => 'olmap', 'name' => '', 'url' => '', 'opacity' => 0.8, 'attribution' => '', 'visible' => false, 'cors' => null, 'baselayer' => 'false'];
/plugin/geotag/syntax/
H A Dgeotag.php204 $renderer->_odtAddImage(DOKU_PLUGIN . 'geotag/images/geotag.png', null, null, 'left', '');
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DGeoHash.php112 * @param float|null $precision
113 * @return string the GeoHash or null when the $geometry is not a Point
115 public function write(Geometry $geometry, $precision = null)
152 * @param float|null $precision
156 private function encodePoint($point, $precision = null)
H A DEWKB.php16 $this->hasSRID = $this->SRID !== null;
H A DGeoJSON.php63 * @return string|null
70 return isset($m[1]) ? $m[1] : null;
72 return null;
240 * @param bool|null $isRoot Is geometry the root geometry?
249 if ($component->getData() !== null) {
275 if ($isRoot && $geometry->getData() !== null) {
H A DGeoRSS.php196 * @return string|null
217 return null;
/plugin/geophp/vendor/funiq/geophp/src/Geometry/
H A DMultiLineString.php34 return null;
H A DMultiPoint.php110 return null;
H A DMultiPolygon.php29 return null;
H A DPoint.php15 protected $x = null;
17 protected $y = null;
19 protected $z = null;
21 protected $m = null;
26 * @param int|float|null $x The x coordinate (or longitude)
27 * @param int|float|null $y The y coordinate (or latitude)
28 * @param int|float|null $z The z coordinate (or altitude) - optional
29 * @param int|float|null $m Measure - optional
32 public function __construct($x = null, $y = null,
[all...]
H A DPolygon.php26 parent::__construct($components, null, LineString::class);
69 * @return float|null
89 return null;
159 return ['area' => 0, 'x' => null, 'y' => null];
185 $maxPoint = null;
H A DSurface.php36 return null;
41 return null;
46 return null;
51 return null;
56 return null;
74 public function greatCircleLength($radius = null)
81 return null;
86 return null;
91 return null;
96 return null;
[all...]
/plugin/geophp/vendor/funiq/geophp/src/
H A DgeoPHP.php86 * @var null|string $type Data type. Tries to detect if omitted
87 * @var mixed|null $otherArgs Arguments will be passed to the geo adapter
97 $type = count($args) && @array_key_exists($args[0], self::$adapterMap) ? strtolower(array_shift($args)) : null;
138 public static function geosInstalled($force = null)
140 static $geosInstalled = null;
141 if ($force !== null) {
147 if ($geosInstalled !== null) {
157 * @return Geometry|null
164 return null;
176 return null;
[all...]

12345678910>>...204