Searched refs:_constants (Results 1 – 5 of 5) sorted by relevance
59 protected $_constants = null; variable in Hoa\\Math\\Context93 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;
22 var _constants = require("./constants"); variable27 return _constants.STATEMENT_OR_BLOCK_KEYS;33 return _constants.FLATTENABLE_KEYS;39 return _constants.FOR_INIT_KEYS;45 return _constants.COMMENT_KEYS;51 return _constants.LOGICAL_OPERATORS;57 return _constants.UPDATE_OPERATORS;63 return _constants.BOOLEAN_NUMBER_BINARY_OPERATORS;69 return _constants.EQUALITY_BINARY_OPERATORS;75 return _constants.COMPARISON_BINARY_OPERATORS;[all …]
38 var _constants = require("./constants"); variable177 …return t.isVariableDeclaration(node) && (node.kind !== "var" || node[_constants.BLOCK_SCOPED_SYMBO…185 return t.isVariableDeclaration(node, { kind: "var" }) && !node[_constants.BLOCK_SCOPED_SYMBOL];
75 protected static $_constants = null; variable in Hoa\\Zformat\\Parameter138 self::$_constants = [171 return self::$_constants;496 if (null === self::$_constants) {
7 var _constants = require("../constants"); variable49 validate: _index2.assertOneOf.apply(undefined, _constants.BINARY_OPERATORS)390 validate: _index2.assertOneOf.apply(undefined, _constants.LOGICAL_OPERATORS)626 validate: _index2.assertOneOf.apply(undefined, _constants.UNARY_OPERATORS)643 validate: _index2.assertOneOf.apply(undefined, _constants.UPDATE_OPERATORS)