Home
last modified time | relevance | path

Searched refs:_constants (Results 1 – 3 of 3) sorted by relevance

/plugin/findologicxmlexport/vendor/hoa/math/
H A DContext.php59 protected $_constants = null; variable in Hoa\\Math\\Context
93 if (true === $this->_constants->offsetExists($name)) {
101 $this->_constants[$name] = $value;
115 if (false === $this->_constants->offsetExists($name)) {
123 return $this->_constants[$name];
133 return $this->_constants;
244 static $_constants = null;
246 if (null === $_constants) {
247 $_constants = new \ArrayObject([
269 $this->_constants = $_constants;
/plugin/findologicxmlexport/vendor/hoa/zformat/
H A DParameter.php75 protected static $_constants = null; variable in Hoa\\Zformat\\Parameter
138 self::$_constants = [
171 return self::$_constants;
496 if (null === self::$_constants) {
/plugin/xref/
H A Dphpxref-0.7-javascriptfix.patch