Home
last modified time | relevance | path

Searched refs:getValue (Results 1 – 15 of 15) sorted by relevance

/template/twigstarter/vendor/twig/twig/src/
H A DExpressionParser.php73 $op = $this->binaryOperators[$token->getValue()];
76 if ('is not' === $token->getValue()) {
78 } elseif ('is' === $token->getValue()) {
161 $operator = $this->unaryOperators[$token->getValue()];
215 switch ($token->getValue()) {
253 …if (preg_match(Lexer::REGEX_NAME, $token->getValue(), $matches) && $matches[0] == $token->getValue
403 if ('.' == $token->getValue() || '[' == $token->getValue()) {
405 } elseif ('|' == $token->getValue()) {
473 if ('.' == $token->getValue()) {
659 $value = $token->getValue();
[all …]
H A DParser.php136 $rv[] = new TextNode($token->getValue(), $token->getLine());
166 if (!isset($this->handlers[$token->getValue()])) {
168 …$e = new SyntaxError(sprintf('Unexpected "%s" tag', $token->getValue()), $token->getLine(), $this-…
174 …$e = new SyntaxError(sprintf('Unknown "%s" tag.', $token->getValue()), $token->getLine(), $this->s…
175 … $e->addSuggestions($token->getValue(), array_keys($this->env->getTags()));
183 $subparser = $this->handlers[$token->getValue()];
H A DTokenStream.php79 $token->getValue() ? sprintf(' of value "%s"', $token->getValue()) : '',
H A DToken.php104 public function getValue() function in Twig\\Token
/template/twigstarter/vendor/twig/twig/src/TokenParser/
H A DUseTokenParser.php45 $name = $stream->expect(/* Token::NAME_TYPE */ 5)->getValue();
49 $alias = $stream->expect(/* Token::NAME_TYPE */ 5)->getValue();
H A DFromTokenParser.php33 $name = $stream->expect(/* Token::NAME_TYPE */ 5)->getValue();
37 $alias = $stream->expect(/* Token::NAME_TYPE */ 5)->getValue();
H A DMacroTokenParser.php33 $name = $stream->expect(/* Token::NAME_TYPE */ 5)->getValue();
41 $value = $token->getValue();
H A DBlockTokenParser.php36 $name = $stream->expect(/* Token::NAME_TYPE */ 5)->getValue();
47 $value = $token->getValue();
H A DImportTokenParser.php29 …xpression($this->parser->getStream()->expect(/* Token::NAME_TYPE */ 5)->getValue(), $token->getLin…
H A DIfTokenParser.php45 switch ($stream->next()->getValue()) {
H A DForTokenParser.php53 if ('else' == $stream->next()->getValue()) {
/template/a_new_day/js/
H A Dprototype.js1980 var value = element.getValue();
1990 getValue: function(element) { method in Form.Element.Methods
2030 var $F = Form.Element.getValue;
2089 this.lastValue = this.getValue();
2098 var value = this.getValue();
2110 getValue: function() {
2117 getValue: function() {
2130 this.lastValue = this.getValue();
2138 var value = this.getValue();
2166 getValue: function() {
[all …]
/template/battlehorse/js/
H A Dprototype.js1980 var value = element.getValue();
1990 getValue: function(element) { method in Form.Element.Methods
2030 var $F = Form.Element.getValue;
2089 this.lastValue = this.getValue();
2098 var value = this.getValue();
2110 getValue: function() {
2117 getValue: function() {
2130 this.lastValue = this.getValue();
2138 var value = this.getValue();
2166 getValue: function() {
[all …]
/template/bootstrap3/tpl/
H A Dfunctions.php14 return $reflection->getValue($object);
/template/kajukkk/
H A Dscript.js5 if (DokuCookie.getValue('dark')==1)