Home
last modified time | relevance | path

Searched refs:getConstants (Results 1 – 11 of 11) sorted by relevance

/plugin/findologicxmlexport/vendor/hoa/math/Bin/
H A DCalc.php105 array_keys($visitor->getConstants()->getArrayCopy()),
134 $visitor->getConstants()->getArrayCopy()
/plugin/findologicxmlexport/vendor/hoa/math/Visitor/
H A DArithmetic.php300 public function getConstants() function in Hoa\\Math\\Visitor\\Arithmetic
302 return $this->_context->getConstants();
/plugin/findologicxmlexport/vendor/hoa/zformat/
H A DParameter.php169 public static function getConstants() function in Hoa\\Zformat\\Parameter
536 $constants = Parameter::getConstants();
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/
H A DSignalHandler.php88 … foreach ($pcntl->getConstants() ?: get_defined_constants(true)['Core'] as $name => $value) {
/plugin/findologicxmlexport/vendor/doctrine/lexer/lib/Doctrine/Common/Lexer/
H A DAbstractLexer.php284 $constants = $reflClass->getConstants();
/plugin/findologicxmlexport/vendor/hoa/math/
H A DContext.php131 public function getConstants() function in Hoa\\Math\\Context
/plugin/evesso/phpoauthlib/src/OAuth/
H A DServiceFactory.php185 $constants = $reflClass->getConstants();
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/
H A DServiceFactory.php196 $constants = $reflClass->getConstants();
/plugin/findologicxmlexport/vendor/hoa/math/Test/Unit/
H A DContext.php98 ->when($result = $context->getConstants())
/plugin/evesso/phpoauthlib/src/OAuth/OAuth2/Service/
H A DAbstractService.php234 return in_array($scope, $reflectionClass->getConstants(), true);
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/
H A DAbstractService.php231 return in_array($scope, $reflectionClass->getConstants(), true);