Home
last modified time | relevance | path

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

1234

/plugin/findologicxmlexport/vendor/twig/twig/src/NodeVisitor/
H A DAbstractNodeVisitor.php24 final public function enterNode(\Twig_NodeInterface $node, Environment $env)
33 final public function leaveNode(\Twig_NodeInterface $node, Environment $env)
47 abstract protected function doEnterNode(Node $node, Environment $env);
54 abstract protected function doLeaveNode(Node $node, Environment $env);
H A DEscaperNodeVisitor.php45 protected function doEnterNode(Node $node, Environment $env)
64 protected function doLeaveNode(Node $node, Environment $env)
85 protected function escapePrintNode(PrintNode $node, Environment $env, $type)
105 protected function preEscapeFilterNode(FilterExpression $filter, Environment $env)
124 protected function isSafeFor($type, \Twig_NodeInterface $expression, $env)
142 protected function needEscaping(Environment $env)
H A DOptimizerNodeVisitor.php70 protected function doEnterNode(Node $node, Environment $env)
93 protected function doLeaveNode(Node $node, Environment $env)
126 protected function optimizeVariables(\Twig_NodeInterface $node, Environment $env)
146 protected function optimizePrintNode(\Twig_NodeInterface $node, Environment $env)
170 protected function optimizeRawFilter(\Twig_NodeInterface $node, Environment $env)
182 protected function enterOptimizeFor(\Twig_NodeInterface $node, Environment $env)
246 protected function leaveOptimizeFor(\Twig_NodeInterface $node, Environment $env)
H A DNodeVisitorInterface.php28 public function enterNode(\Twig_NodeInterface $node, Environment $env);
35 public function leaveNode(\Twig_NodeInterface $node, Environment $env);
H A DSafeAnalysisNodeVisitor.php77 protected function doEnterNode(Node $node, Environment $env)
82 protected function doLeaveNode(Node $node, Environment $env)
H A DSandboxNodeVisitor.php42 protected function doEnterNode(Node $node, Environment $env)
100 protected function doLeaveNode(Node $node, Environment $env)
/plugin/findologicxmlexport/vendor/twig/twig/src/Extension/
H A DCoreExtension.php342 function twig_random(Environment $env, $values = null, $max = null)
436 function twig_date_modify_filter(Environment $env, $date, $modifier)
699 function twig_first(Environment $env, $item)
713 function twig_last(Environment $env, $item)
1294 function twig_length_filter(Environment $env, $thing)
1330 function twig_upper_filter(Environment $env, $string)
1346 function twig_lower_filter(Environment $env, $string)
1362 function twig_title_string_filter(Environment $env, $string)
1378 function twig_capitalize_string_filter(Environment $env, $string)
1396 function twig_length_filter(Environment $env, $thing)
[all …]
/plugin/findologicxmlexport/vendor/twig/extensions/lib/Twig/Extensions/Extension/
H A DText.php38 …function twig_truncate_filter(Twig_Environment $env, $value, $length = 30, $preserve = false, $sep…
56 …function twig_wordwrap_filter(Twig_Environment $env, $value, $length = 80, $separator = "\n", $pre…
78 …function twig_truncate_filter(Twig_Environment $env, $value, $length = 30, $preserve = false, $sep…
93 …function twig_wordwrap_filter(Twig_Environment $env, $value, $length = 80, $separator = "\n", $pre…
/plugin/combo/vendor/symfony/process/
H A DPhpProcess.php35 public function __construct(string $script, string $cwd = null, array $env = null, int $timeout = 60, array $php = null) argument
56 public static function fromShellCommandline(string $command, string $cwd = null, array $env = null, $input = null, ?float $timeout = 60) argument
64 public function start(callable $callback = null, array $env = []) argument
H A DProcess.php58 private $env = []; variable in Symfony\\Component\\Process\\Process
143 public function __construct(array $command, string $cwd = null, array $env = null, $input = null, ?float $timeout = 60) argument
192 public static function fromShellCommandline(string $command, string $cwd = null, array $env = null, $input = null, ?float $timeout = 60) argument
250 public function run(callable $callback = null, array $env = []): int argument
269 mustRun(callable $callback = null, array $env = []) global() argument
297 start(callable $callback = null, array $env = []) global() argument
388 restart(callable $callback = null, array $env = []) global() argument
1148 setEnv(array $env) global() argument
1542 prepareWindowsCommandLine(string $cmd, array& $env) global() argument
1634 replacePlaceholders(string $commandline, array $env) global() argument
[all...]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudBuild/
H A DSecretManagerSecret.php25 public $env; variable in Google\\Service\\CloudBuild\\SecretManagerSecret
34 public function setEnv($env)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AIPlatformNotebooks/
H A DVertexAIParameters.php25 public $env; variable in Google\\Service\\AIPlatformNotebooks\\VertexAIParameters
34 public function setEnv($env)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ContainerAnalysis/
H A DContaineranalysisGoogleDevtoolsCloudbuildV1SecretManagerSecret.php25 public $env; variable in Google\\Service\\ContainerAnalysis\\ContaineranalysisGoogleDevtoolsCloudbuildV1SecretManagerSecret
34 public function setEnv($env)
H A DCommand.php34 public $env; variable in Google\\Service\\ContainerAnalysis\\Command
79 public function setEnv($env)
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DNodeTraverser.php27 protected $env; variable in Twig\\NodeTraverser
33 public function __construct(Environment $env, array $visitors = [])
H A DTemplateWrapper.php21 private $env; variable in Twig\\TemplateWrapper
30 public function __construct(Environment $env, Template $template)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1CanaryEvaluationMetricLabels.php28 public $env; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1CanaryEvaluationMetricLabels
41 public function setEnv($env)
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Node/Expression/PHP53/
H A DFilterInclude.php3 $env = new \Twig\Environment(new \Twig\Loader\ArrayLoader([])); variable
H A DFunctionInclude.php3 $env = new \Twig\Environment(new \Twig\Loader\ArrayLoader([])); variable
H A DTestInclude.php3 $env = new \Twig\Environment(new \Twig\Loader\ArrayLoader([])); variable
/plugin/findologicxmlexport/vendor/twig/twig/src/Profiler/NodeVisitor/
H A DProfilerNodeVisitor.php39 protected function doEnterNode(Node $node, Environment $env)
44 protected function doLeaveNode(Node $node, Environment $env)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/OnDemandScanning/
H A DCommand.php34 public $env; variable in Google\\Service\\OnDemandScanning\\Command
79 public function setEnv($env)
/plugin/sequencediagram/bower_components/raphael/
H A Dwebpack.config.js6 module.exports = function (env) { argument
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DEnvironmentTest.php647 public function enterNode(Twig_NodeInterface $node, Environment $env)
652 public function leaveNode(Twig_NodeInterface $node, Environment $env)
665 public function initRuntime(Environment $env)
672 public function initRuntime(Environment $env)
H A DFileCachingTest.php19 private $env; variable in Twig_Tests_FileCachingTest

1234