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.php23 private $functionName; variable in Twig\\Sandbox\\SecurityNotAllowedFunctionError
25 …public function __construct(string $message, string $functionName, int $lineno = -1, string $filen… argument
37 $this->functionName = $functionName;
42 return $this->functionName;
DSecurityNotAllowedFilterError.php25 …public function __construct(string $message, string $functionName, int $lineno = -1, string $filen… argument
37 $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;