Home
last modified time | relevance | path

Searched refs:int (Results 26 – 50 of 65) sorted by last modified time

123

/template/twigstarter/vendor/twig/twig/src/Node/Expression/
H A DFunctionExpression.php19 public function __construct(string $name, Node $arguments, int $lineno)
H A DGetAttrExpression.php21 …on $node, AbstractExpression $attribute, ?AbstractExpression $arguments, string $type, int $lineno)
H A DMethodCallExpression.php18 …tion __construct(AbstractExpression $node, string $method, ArrayExpression $arguments, int $lineno)
H A DNameExpression.php25 public function __construct(string $name, int $lineno)
H A DNullCoalesceExpression.php23 public function __construct(Node $left, Node $right, int $lineno)
H A DTempNameExpression.php18 public function __construct(string $name, int $lineno)
H A DTestExpression.php19 public function __construct(Node $node, string $name, ?Node $arguments, int $lineno)
H A DParentExpression.php24 public function __construct(string $name, int $lineno, string $tag = null)
/template/twigstarter/vendor/twig/twig/src/Sandbox/
H A DSecurityNotAllowedFilterError.php25 …public function __construct(string $message, string $functionName, int $lineno = -1, string $filen…
H A DSecurityNotAllowedFunctionError.php25 …public function __construct(string $message, string $functionName, int $lineno = -1, string $filen…
H A DSecurityNotAllowedTagError.php25 …public function __construct(string $message, string $tagName, int $lineno = -1, string $filename =…
H A DSecurityNotAllowedMethodError.php26 …public function __construct(string $message, string $className, string $methodName, int $lineno = …
H A DSecurityNotAllowedPropertyError.php26 …public function __construct(string $message, string $className, string $propertyName, int $lineno …
/template/twigstarter/vendor/symfony/polyfill-ctype/
H A DCtype.php207 * @param mixed $int
212 private static function convert_int_to_char_for_ctype($int, $function) argument
214 if (!\is_int($int)) {
215 return $int;
218 if ($int < -128 || $int > 255) {
219 return (string) $int;
226 if ($int < 0) {
227 $int += 256;
230 return \chr($int);
/template/twigstarter/vendor/twig/twig/src/Node/
H A DImportNode.php25 …public function __construct(AbstractExpression $expr, AbstractExpression $var, int $lineno, string…
H A DIncludeNode.php25 …on $expr, ?AbstractExpression $variables, bool $only, bool $ignoreMissing, int $lineno, string $ta…
H A DMacroNode.php26 …public function __construct(string $name, Node $body, Node $arguments, int $lineno, string $tag = …
H A DNode.php39 …public function __construct(array $nodes = [], array $attributes = [], int $lineno = 0, string $ta…
H A DPrintNode.php25 public function __construct(AbstractExpression $expr, int $lineno, string $tag = null)
H A DTextNode.php24 public function __construct(string $data, int $lineno)
H A DWithNode.php23 …public function __construct(Node $body, ?Node $variables, bool $only, int $lineno, string $tag = n…
/template/twigstarter/vendor/twig/twig/src/
H A DTokenStream.php93 public function look(int $number = 1): Token
/template/twigstarter/vendor/twig/twig/src/Error/
H A DError.php58 …public function __construct(string $message, int $lineno = -1, $source = null, \Exception $previou…
/template/twigstarter/vendor/twig/twig/src/Node/Expression/Test/
H A DDefinedTest.php38 public function __construct(Node $node, string $name, ?Node $arguments, int $lineno)
/template/twigstarter/vendor/twig/twig/src/Node/Expression/Unary/
H A DAbstractUnary.php21 public function __construct(Node $node, int $lineno)

123