Home
last modified time | relevance | path

Searched defs:env (Results 1 – 25 of 28) sorted by relevance

12

/template/twigstarter/vendor/twig/twig/src/Resources/
Dcore.php35 function twig_random(Environment $env, $values = null, $max = null)
47 function twig_date_format_filter(Environment $env, $date, $format = null, $timezone = null)
59 function twig_date_modify_filter(Environment $env, $date, $modifier)
83 function twig_date_converter(Environment $env, $date = null, $timezone = null)
119 function twig_number_format_filter(Environment $env, $number, $decimal = null, $decimalPoint = null…
155 function twig_slice(Environment $env, $item, $start, $length = null, $preserveKeys = false)
167 function twig_first(Environment $env, $item)
179 function twig_last(Environment $env, $item)
203 function twig_split_filter(Environment $env, $value, $delimiter, $limit = null)
227 function twig_reverse_filter(Environment $env, $item, $preserveKeys = false)
[all …]
Ddebug.php20 function twig_var_dump(Environment $env, $context, ...$vars)
Dstring_loader.php21 function twig_template_from_string(Environment $env, $template, ?string $name = null): TemplateWrap…
Descaper.php34 function twig_escape_filter(Environment $env, $string, $strategy = 'html', $charset = null, $autoes…
/template/twigstarter/vendor/twig/twig/src/NodeVisitor/
DAbstractNodeVisitor.php26 final public function enterNode(Node $node, Environment $env): Node
31 final public function leaveNode(Node $node, Environment $env): ?Node
41 abstract protected function doEnterNode(Node $node, Environment $env);
48 abstract protected function doLeaveNode(Node $node, Environment $env);
DEscaperNodeVisitor.php49 public function enterNode(Node $node, Environment $env): Node
68 public function leaveNode(Node $node, Environment $env): ?Node
99 private function escapeConditional($expression, Environment $env, string $type): void
112 …private function escapeExpression(AbstractExpression $expression, Environment $env, string $type):…
117 … private function preEscapeFilterNode(FilterExpression $filter, Environment $env): FilterExpression
142 private function isSafeFor(string $type, AbstractExpression $expression, Environment $env): bool
172 …private function getEscaperFilter(Environment $env, string $type, AbstractExpression $node): Filte…
DNodeVisitorInterface.php29 public function enterNode(Node $node, Environment $env): Node;
36 public function leaveNode(Node $node, Environment $env): ?Node;
DYieldNotReadyNodeVisitor.php31 public function enterNode(Node $node, Environment $env): Node
50 public function leaveNode(Node $node, Environment $env): ?Node
DSandboxNodeVisitor.php46 public function enterNode(Node $node, Environment $env): Node
96 public function leaveNode(Node $node, Environment $env): ?Node
DSafeAnalysisNodeVisitor.php88 public function enterNode(Node $node, Environment $env): Node
93 public function leaveNode(Node $node, Environment $env): ?Node
DOptimizerNodeVisitor.php70 public function enterNode(Node $node, Environment $env): Node
79 public function leaveNode(Node $node, Environment $env): ?Node
/template/strap/vendor/symfony/process/
H A DPhpProcess.php35 …public function __construct(string $script, ?string $cwd = null, ?array $env = null, int $timeout …
56 …public static function fromShellCommandline(string $command, ?string $cwd = null, ?array $env = nu…
64 public function start(?callable $callback = null, array $env = [])
H A DProcess.php58 private $env = []; variable in Symfony\\Component\\Process\\Process
144 …public function __construct(array $command, ?string $cwd = null, ?array $env = null, $input = null…
193 …public static function fromShellCommandline(string $command, ?string $cwd = null, ?array $env = nu…
251 public function run(?callable $callback = null, array $env = []): int
270 public function mustRun(?callable $callback = null, array $env = []): self
298 public function start(?callable $callback = null, array $env = [])
389 public function restart(?callable $callback = null, array $env = []): self
1149 public function setEnv(array $env)
1556 private function prepareWindowsCommandLine(string $cmd, array &$env): string
1648 private function replacePlaceholders(string $commandline, array $env)
/template/twigstarter/vendor/twig/twig/src/
DNodeTraverser.php26 private $env; variable in Twig\\NodeTraverser
32 public function __construct(Environment $env, array $visitors = [])
DLexer.php33 private $env; variable in Twig\\Lexer
73 public function __construct(Environment $env, array $options = [])
DTemplateWrapper.php28 private Environment $env,
DExpressionParser.php54 private Environment $env,
DCompiler.php33 private Environment $env,
DTemplate.php46 protected Environment $env,
DParser.php63 private Environment $env,
/template/twigstarter/vendor/twig/twig/src/Profiler/NodeVisitor/
DProfilerNodeVisitor.php39 public function enterNode(Node $node, Environment $env): Node
44 public function leaveNode(Node $node, Environment $env): ?Node
/template/twigstarter/vendor/twig/twig/src/Extension/
DCoreExtension.php564 …public static function dateConverter(Environment $env, $date, $format = null, $timezone = null): s…
1047 public static function sort(Environment $env, bool $isSandboxed, $array, $arrow = null): array
1495 …public static function include(Environment $env, $context, $template, $variables = [], $withContex…
1538 public static function source(Environment $env, $name, $ignoreMissing = false): string
1682 …public static function getAttribute(Environment $env, Source $source, $object, $item, array $argum…
1948 …public static function column(Environment $env, bool $isSandboxed, $array, $name, $index = null): …
1981 public static function filter(Environment $env, bool $isSandboxed, $array, $arrow)
2002 public static function find(Environment $env, bool $isSandboxed, $array, $arrow)
2024 public static function map(Environment $env, bool $isSandboxed, $array, $arrow)
2045 …public static function reduce(Environment $env, bool $isSandboxed, $array, $arrow, $initial = null)
[all …]
DStringLoaderExtension.php39 …public static function templateFromString(Environment $env, string|\Stringable $template, ?string …
DDebugExtension.php39 public static function dump(Environment $env, $context, ...$vars)
/template/icke/
D.eslintrc.js44 'env': { property

12