Home
last modified time | relevance | path

Searched refs:functionName (Results 1 – 4 of 4) sorted by relevance

/template/twigstarter/vendor/twig/twig/src/Sandbox/
DSecurityNotAllowedFunctionError.php21 private string $functionName; variable in Twig\\Sandbox\\SecurityNotAllowedFunctionError
23 public function __construct(string $message, string $functionName) argument
26 $this->functionName = $functionName;
31 return $this->functionName;
DSecurityNotAllowedFilterError.php23 public function __construct(string $message, string $functionName) argument
26 $this->filterName = $functionName;
/template/strap/vendor/symfony/process/
H A DProcess.php1607 private function requireProcessIsStarted(string $functionName) argument
1610 …throw new LogicException(sprintf('Process must be started before calling "%s()".', $functionName));
1619 private function requireProcessIsTerminated(string $functionName) argument
1622 …ow new LogicException(sprintf('Process must be terminated before calling "%s()".', $functionName));
/template/strap/resources/firebug/
H A Dfirebug-lite-1.4.js2990 this.functionName=null;