Home
last modified time | relevance | path

Searched refs:getType (Results 1251 – 1275 of 1742) sorted by last modified time

1...<<51525354555657585960>>...70

/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/
H A DProfile.php46 public function getType() function in Twig\\Profiler\\Profile
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/
H A DReturn_.php63 public function getType() function in phpDocumentor\\Reflection\\DocBlock\\Tags\\Return_
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
/plugin/findologicxmlexport/vendor/phpunit/php-token-stream/src/Token/
H A DStream.php311 $this->includes[$token->getType()][] = $token->getName();
/plugin/findologicxmlexport/vendor/phpunit/php-token-stream/src/
H A DToken.php258 public function getType() function in PHP_Token_Includes
/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/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DDocLexer.php115 protected function getType(&$value) function in Doctrine\\Common\\Annotations\\DocLexer
/plugin/findologicxmlexport/vendor/doctrine/lexer/lib/Doctrine/Common/Lexer/
H A DAbstractLexer.php209 return $this->getType($value) === $token;
263 $type = $this->getType($match[0]);
326 abstract protected function getType(&$value); function in Doctrine\\Common\\Lexer\\AbstractLexer
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/Data/
H A DImage.php63 public function getType() function in FINDOLOGIC\\Export\\Data\\Image
/plugin/findologicxmlexport/vendor/hoa/file/
H A DFinder.php607 return in_array($current->getType(), $types);
/plugin/findologicxmlexport/vendor/hoa/stream/
H A DBucket.php100 if (self::IS_A_BRIGADE === $this->getType()) {
169 public function getType() function in Hoa\\Stream\\Bucket
262 if (null === $this->_bucket && self::IS_A_BRIGADE === $this->getType()) {
/plugin/findologicxmlexport/vendor/jms/serializer/src/EventDispatcher/
H A DEvent.php43 public function getType(): array function in JMS\\Serializer\\EventDispatcher\\Event
/plugin/findologicxmlexport/vendor/jms/serializer/src/EventDispatcher/Subscriber/
H A DDoctrineProxySubscriber.php37 $type = $event->getType();
80 $type = $event->getType();
97 $newType = $newEvent->getType();
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Unit/
H A DBucket.php67 ->boolean($result->getType())
83 ->boolean($result->getType())
/plugin/findologicxmlexport/vendor/jms/serializer/src/GraphNavigator/
H A DSerializationGraphNavigator.php185 $type = $event->getType();
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/EventDispatcher/Subscriber/
H A DDoctrineProxySubscriberTest.php36 self::assertEquals(['name' => get_parent_class($obj), 'params' => []], $event->getType());
45 self::assertEquals(['name' => 'FakedName', 'params' => []], $event->getType());
63 self::assertEquals(['name' => SimpleObjectProxy::class, 'params' => []], $event->getType());
74 self::assertEquals(['name' => 'FakedName', 'params' => []], $event->getType());
125 self::assertSame(['name' => 'foo', 'params' => ['bar']], $event->getType());
135 self::assertSame(['name' => 'foo', 'params' => []], $event->getType());
146 self::assertSame(['name' => SimpleObject::class, 'params' => ['baz']], $event->getType());
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
H A DGraphNavigatorTest.php122 $type = $event->getType();
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/
H A DClassMirror.php234 return (string) $parameter->getType();
/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() . ' ';

1...<<51525354555657585960>>...70