Home
last modified time | relevance | path

Searched refs:getValue (Results 801 – 825 of 1088) sorted by path

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

/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/doc/
H A Dadvanced.rst474 $name = $stream->expect(\Twig\Token::NAME_TYPE)->getValue();
H A Dadvanced_legacy.rst413 $name = $this->parser->getStream()->expect(\Twig\Token::NAME_TYPE)->getValue();
H A Drecipes.rst431 if (false === $source = $this->getValue('source', $name)) {
441 if (false === $source = $this->getValue('source', $name)) {
451 return $name === $this->getValue('name', $name);
461 if (false === $lastModified = $this->getValue('last_modified', $name)) {
468 protected function getValue($column, $name)
/plugin/findologicxmlexport/vendor/twig/twig/src/
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
H A DTokenStream.php102 Token::typeToEnglish($token->getType()), $token->getValue(),
/plugin/findologicxmlexport/vendor/twig/twig/src/TokenParser/
H A DAutoEscapeTokenParser.php66 $value = $stream->next()->getValue();
H A DBlockTokenParser.php38 $name = $stream->expect(Token::NAME_TYPE)->getValue();
49 $value = $token->getValue();
H A DForTokenParser.php52 if ('else' == $stream->next()->getValue()) {
H A DFromTokenParser.php36 $name = $stream->expect(Token::NAME_TYPE)->getValue();
40 $alias = $stream->expect(Token::NAME_TYPE)->getValue();
H A DIfTokenParser.php47 switch ($stream->next()->getValue()) {
H A DImportTokenParser.php31 …ignNameExpression($this->parser->getStream()->expect(Token::NAME_TYPE)->getValue(), $token->getLin…
H A DMacroTokenParser.php34 $name = $stream->expect(Token::NAME_TYPE)->getValue();
42 $value = $token->getValue();
H A DUseTokenParser.php47 $name = $stream->expect(Token::NAME_TYPE)->getValue();
51 $alias = $stream->expect(Token::NAME_TYPE)->getValue();
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DLexerTest.php38 $this->assertSame('§', $stream->expect(Token::NAME_TYPE)->getValue());
49 $this->assertSame('§', $stream->expect(Token::NAME_TYPE)->getValue());
69 if (null === $value || $value === $token->getValue()) {
174 $this->assertEquals('922337203685477580700', $node->getValue());
H A DTokenStreamTest.php52 $repr[] = $token->getValue();
/plugin/freechat/phpfreechat/data/public/js/
H A Dprototype.js3505 var value = element.getValue();
3515 getValue: function(element) { method in Form.Element.Methods
3565 var $F = Form.Element.Methods.getValue;
3638 this.lastValue = this.getValue();
3642 var value = this.getValue();
3652 getValue: function() {
3658 getValue: function() {
3670 this.lastValue = this.getValue();
3678 var value = this.getValue();
3705 getValue: function() {
[all …]
/plugin/gtime/gtlib/asn1/
H A DASN1BitString.php61 public function getValue() { function in ASN1BitString
H A DASN1Boolean.php60 public function getValue() { function in ASN1Boolean
H A DASN1Integer.php61 public function getValue() { function in ASN1Integer
62 return $this->value->getValue();
H A DASN1ObjectId.php75 public function getValue() { function in ASN1ObjectId
121 $this->append($bytes, (int) $integer->bitAnd($mask2)->getValue());
124 … $this->append($bytes, (int) $integer->shiftRight($i)->bitAnd($mask2)->bitOr($mask1)->getValue());
168 $current = (int) $current->getValue();
191 $this->value .= $current->getValue();
H A DASN1OctetString.php56 public function getValue() { function in ASN1OctetString
H A DASN1String.php86 public function getValue() { function in ASN1String

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