Home
last modified time | relevance | path

Searched refs:getType (Results 1026 – 1050 of 1742) sorted by path

1...<<41424344454647484950>>...70

/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
H A DGraphNavigatorTest.php122 $type = $event->getType();
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/
H A DParam.php114 public function getType() function in phpDocumentor\\Reflection\\DocBlock\\Tags\\Param
H A DProperty.php102 public function getType() function in phpDocumentor\\Reflection\\DocBlock\\Tags\\Property
H A DPropertyRead.php102 public function getType() function in phpDocumentor\\Reflection\\DocBlock\\Tags\\PropertyRead
H A DPropertyWrite.php102 public function getType() function in phpDocumentor\\Reflection\\DocBlock\\Tags\\PropertyWrite
H A DReturn_.php63 public function getType() function in phpDocumentor\\Reflection\\DocBlock\\Tags\\Return_
H A DThrows.php63 public function getType() function in phpDocumentor\\Reflection\\DocBlock\\Tags\\Throws
H A DVar_.php102 public function getType() function in phpDocumentor\\Reflection\\DocBlock\\Tags\\Var_
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/
H A DClassMirror.php234 return (string) $parameter->getType();
/plugin/findologicxmlexport/vendor/phpunit/php-token-stream/src/
H A DToken.php258 public function getType() function in PHP_Token_Includes
/plugin/findologicxmlexport/vendor/phpunit/php-token-stream/src/Token/
H A DStream.php311 $this->includes[$token->getType()][] = $token->getName();
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/
H A DGenerator.php1190 if ($this->hasType($parameter) && (string) $parameter->getType() !== 'self') {
1195 $typeDeclaration = (string) $parameter->getType() . ' ';
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
H A DIsInstanceOf.php61 $this->getType(),
75 $this->getType(),
80 private function getType() function in PHPUnit_Framework_Constraint_IsInstanceOf
/plugin/findologicxmlexport/vendor/sebastian/diff/src/
H A DLine.php50 public function getType() function in SebastianBergmann\\Diff\\Line
/plugin/findologicxmlexport/vendor/sebastian/diff/tests/
H A DLineTest.php37 $this->assertEquals(Line::UNCHANGED, $this->line->getType());
H A DParserTest.php111 $this->assertSame(Line::UNCHANGED, $line->getType());
115 $this->assertSame(Line::REMOVED, $line->getType());
/plugin/findologicxmlexport/vendor/twig/extensions/lib/Twig/Extensions/Grammar/
H A DConstant.php37 public function getType() function in Twig_Extensions_Grammar_Constant
H A DOptional.php46 …if (!$this->parser->getStream()->test($this->grammar[0]->getType(), $this->grammar[0]->getName()))…
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DExpressionParser.php157 switch ($token->getType()) {
232 …ntf('Unexpected token "%s" of value "%s".', Token::typeToEnglish($token->getType()), $token->getVa…
323 …s (unexpected token "%s" of value "%s".', Token::typeToEnglish($current->getType()), $current->get…
340 if (Token::PUNCTUATION_TYPE == $token->getType()) {
414 Token::NAME_TYPE == $token->getType()
416 Token::NUMBER_TYPE == $token->getType()
418 … (Token::OPERATOR_TYPE == $token->getType() && preg_match(Lexer::REGEX_NAME, $token->getValue()))
H A DParser.php158 switch ($this->getCurrentToken()->getType()) {
175 if (Token::NAME_TYPE !== $token->getType()) {
H A DToken.php97 public function getType() function in Twig\\Token
/plugin/findologicxmlexport/vendor/twig/twig/src/Profiler/Dumper/
H A DBlackfireDumper.php51 $name = sprintf('%s::%s(%s)', $p->getTemplate(), $p->getType(), $p->getName());
H A DHtmlDumper.php42 …rofile->getTemplate(), $profile->getType(), isset(self::$colors[$profile->getType()]) ? self::$col…
H A DTextDumper.php30 …return sprintf('%s└ %s::%s(%s)', $prefix, $profile->getTemplate(), $profile->getType(), $profile->…
/plugin/findologicxmlexport/vendor/twig/twig/src/Profiler/
H A DProfile.php46 public function getType() function in Twig\\Profiler\\Profile

1...<<41424344454647484950>>...70