Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/hoa/math/
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/asciidocjs/node_modules/babel-types/lib/
Dindex.js22 var _constants = require("./constants"); variable
27 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 …]
Dvalidators.js38 var _constants = require("./constants"); variable
177 …return t.isVariableDeclaration(node) && (node.kind !== "var" || node[_constants.BLOCK_SCOPED_SYMBO…
185 return t.isVariableDeclaration(node, { kind: "var" }) && !node[_constants.BLOCK_SCOPED_SYMBOL];
/plugin/findologicxmlexport/vendor/hoa/zformat/
DParameter.php75 protected static $_constants = null; variable in Hoa\\Zformat\\Parameter
138 self::$_constants = [
171 return self::$_constants;
496 if (null === self::$_constants) {
/plugin/asciidocjs/node_modules/babel-types/lib/definitions/
Dcore.js7 var _constants = require("../constants"); variable
49 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)