Home
last modified time | relevance | path

Searched refs:parent (Results 51 – 75 of 3339) sorted by last modified time

12345678910>>...134

/plugin/struct/types/
H A DDate.php75 $rawvalue = parent::validate($rawvalue);
H A DDateTime.php32 parent::__construct($config, $label, $ismulti, $tid);
H A DDecimal.php101 $rawvalue = parent::validate($rawvalue);
H A DLookup.php34 parent::__construct($config, $label, $ismulti, $tid);
238 parent::select($QB, $tablealias, $colname, $alias);
272 parent::filter($add, $tablealias, $colname, $comp, $value, $op);
303 parent::sort($QB, $tablealias, $colname, $order);
H A DMail.php37 $rawvalue = parent::validate($rawvalue);
H A DMedia.php25 $rawvalue = parent::validate($rawvalue);
H A DPage.php127 parent::select($QB, $tablealias, $colname, $alias);
146 parent::sort($QB, $tablealias, $colname, $order);
200 parent::filter($add, $tablealias, $colname, $comp, $value, $op);
241 * In contrast to parent, this method does not throw away unknown keys.
H A DUrl.php25 $rawvalue = parent::validate($rawvalue);
H A DUser.php29 $rawvalue = parent::validate($rawvalue);
132 parent::select($QB, $tablealias, $colname, $alias);
179 parent::filter($add, $tablealias, $colname, $comp, $value, $op);
/plugin/struct/helper/
H A Dfield.php90 // this is what parent does
106 * Adds replacement for type user to the parent method
122 return parent::getReplacementValue();
126 * Adds handling of type user to the parent method
/plugin/mermaid/
H A Drenderer.php27 $xhtml = parent::internallink($id, $name, $search, true, $linktype);
44 $xhtml = parent::externallink($url, $name, true);
62 $xhtml = parent::internalmedia($src, $title, $align, $width, $height, $cache, $linking, true);
/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/openlayersmap/
H A Dscript.js772 jQuery('#' + _id).parent().parent().find('.olMapHelp').css('max-width', olMapData[_i].mapOpts.width);
775 const _w = jQuery('#' + _id + '-olContainer').parent().innerWidth();
778 jQuery('#' + _id).parent().parent().find('.olMapHelp').width(_w);
792 const _w = jQuery('#' + _id + '-olContainer').parent().innerWidth();
795 jQuery('#' + _id).parent().parent().find('.olMapHelp').width(_w);
/plugin/geophp/vendor/funiq/geophp/src/Geometry/
H A DMultiLineString.php18 parent::__construct($components, true, LineString::class);
H A DMultiPoint.php22 parent::__construct($components, true, Point::class);
H A DMultiPolygon.php18 parent::__construct($components, true, Polygon::class);
H A DMultiSurface.php16 parent::__construct($components, $allowEmptyComponents, $allowedComponentType);
H A DPolygon.php26 parent::__construct($components, null, LineString::class);
H A DSurface.php21 parent::__construct($components, $allowEmptyComponents, $allowedComponentType);
H A DCurve.php23 parent::__construct($components, $allowEmptyComponents, $allowedComponentType);
H A DGeometryCollection.php21 parent::__construct($components, true);
H A DLineString.php33 parent::__construct($points);
518 return parent::distance($geometry);
H A DMultiCurve.php16 parent::__construct($components, $allowEmptyComponents, $allowedComponentType);
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DEWKB.php17 return parent::write($geometry, $writeAsHex, $bigEndian);
22 return parent::writeType($type, true);
/plugin/geophp/vendor/funiq/geophp/src/Exception/
H A DUnsupportedMethodException.php21 parent::__construct($message, $code);

12345678910>>...134