Home
last modified time | relevance | path

Searched refs:getValue (Results 851 – 875 of 1088) sorted by last modified time

1...<<31323334353637383940>>...44

/plugin/findologicxmlexport/vendor/twig/extensions/lib/Twig/Extensions/Grammar/
H A DNumber.php26 return new Twig_Node_Expression_Constant($token->getValue(), $token->getLine());
/plugin/findologicxmlexport/vendor/twig/extensions/lib/Twig/Extensions/TokenParser/
H A DTrans.php30 $next = $stream->next()->getValue();
37 if ('notes' === $stream->next()->getValue()) {
/plugin/findologicxmlexport/vendor/twig/twig/src/TokenParser/
H A DIfTokenParser.php47 switch ($stream->next()->getValue()) {
H A DImportTokenParser.php31 …ignNameExpression($this->parser->getStream()->expect(Token::NAME_TYPE)->getValue(), $token->getLin…
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DTokenStream.php102 Token::typeToEnglish($token->getType()), $token->getValue(),
H A DExpressionParser.php76 $op = $this->binaryOperators[$token->getValue()];
79 if ('is not' === $token->getValue()) {
81 } elseif ('is' === $token->getValue()) {
106 $operator = $this->unaryOperators[$token->getValue()];
160 switch ($token->getValue()) {
198 …if (preg_match(Lexer::REGEX_NAME, $token->getValue(), $matches) && $matches[0] == $token->getValue
341 if ('.' == $token->getValue() || '[' == $token->getValue()) {
343 } elseif ('|' == $token->getValue()) {
411 if ('.' == $token->getValue()) {
590 $value = $token->getValue();
[all …]
H A DParser.php161 $rv[] = new TextNode($token->getValue(), $token->getLine());
191 $subparser = $this->handlers->getTokenParser($token->getValue());
194 …$e = new SyntaxError(sprintf('Unexpected "%s" tag', $token->getValue()), $token->getLine(), $this-…
200 …$e = new SyntaxError(sprintf('Unknown "%s" tag.', $token->getValue()), $token->getLine(), $this->s…
201 … $e->addSuggestions($token->getValue(), array_keys($this->env->getTags()));
H A DToken.php105 public function getValue() function in Twig\\Token
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/src/DeepCopy/
H A DDeepCopy.php232 $propertyValue = $property->getValue($object);
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/src/DeepCopy/Filter/Doctrine/
H A DDoctrineCollectionFilter.php23 $oldCollection = $reflectionProperty->getValue($object);
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/src/DeepCopy/Filter/
H A DReplaceFilter.php35 $value = call_user_func($this->callback, $reflectionProperty->getValue($object));
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/src/DeepCopy/Matcher/
H A DPropertyTypeMatcher.php44 return $reflectionProperty->getValue($object) instanceof $this->propertyType;
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Argument/Token/
H A DArrayEntryToken.php105 public function getValue() function in Prophecy\\Argument\\Token\\ArrayEntryToken
139 $key = $this->key->getValue();
H A DArrayEveryEntryToken.php78 public function getValue() function in Prophecy\\Argument\\Token\\ArrayEveryEntryToken
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DAssert.php2897 $value = $attribute->getValue($object);
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dadvanced_legacy.rst413 $name = $this->parser->getStream()->expect(\Twig\Token::NAME_TYPE)->getValue();
/plugin/findologicxmlexport/vendor/hoa/compiler/Bin/
H A DPp.php190 ', consumed ', $element->getValue(), "\n";
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/
H A DParser.php321 $value !== $trace->getValue()) {
596 'value' => $trace->getValue(),
H A DTreeNode.php160 public function getValue() function in Hoa\\Compiler\\Llk\\TreeNode
/plugin/findologicxmlexport/vendor/jms/serializer/src/Accessor/
H A DAccessorStrategyInterface.php19 …public function getValue(object $object, PropertyMetadata $metadata, SerializationContext $context… function
H A DDefaultAccessorStrategy.php52 …public function getValue(object $object, PropertyMetadata $metadata, SerializationContext $context) function in JMS\\Serializer\\Accessor\\DefaultAccessorStrategy
55 return $metadata->getValue(null);
82 return $ref->getValue($o);
/plugin/findologicxmlexport/vendor/jms/serializer/src/GraphNavigator/
H A DSerializationGraphNavigator.php227 $v = $this->accessor->getValue($data, $propertyMetadata, $this->context);
/plugin/findologicxmlexport/vendor/jms/serializer/src/Metadata/
H A DStaticPropertyMetadata.php33 public function getValue() function in JMS\\Serializer\\Metadata\\StaticPropertyMetadata
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/Rule/
H A DToken.php235 public function getValue() function in Hoa\\Compiler\\Llk\\Rule\\Token
/plugin/findologicxmlexport/vendor/hoa/compiler/Test/Unit/Llk/Rule/
H A DToken.php251 ->when($result = $token->getValue())

1...<<31323334353637383940>>...44