Home
last modified time | relevance | path

Searched defs:name (Results 26 – 50 of 83) sorted by relevance

1234

/template/twigstarter/vendor/twig/twig/src/
H A DTwigFilter.php28 private $name; variable in Twig\\TwigFilter
40 public function __construct(string $name, $callable = null, array $options = [])
H A DExpressionParser.php418 public function getFunctionNode($name, $line)
759 private function getFunctionNodeClass(string $name, int $line): string
785 private function getFilterNodeClass(string $name, int $line): string
H A DFileExtensionEscapingStrategy.php34 public static function guess($name)
/template/twigstarter/vendor/twig/twig/src/NodeVisitor/
H A DSandboxNodeVisitor.php115 private function wrapNode(Node $node, string $name)
123 private function wrapArrayNode(Node $node, string $name)
/template/twigstarter/vendor/twig/twig/src/Profiler/
H A DProfile.php27 private $name; variable in Twig\\Profiler\\Profile
33 …public function __construct(string $template = 'main', string $type = self::ROOT, string $name = '…
/template/dwsimple/dwsimple/
H A Dsimple.php136 function startElement($parser, $name, $attrs) {
157 function endElement($parser, $name) {
/template/simple_sidebar/
H A D_sidebar.php25 $name = 'Contact'; variable
/template/breeze/bower_components/gumby-fittext/
H A Dbower.json2 "name": "gumby-fittext", string
/template/breeze/bower_components/gumby/
H A Dbower.json2 "name": "gumby", string
/template/twigstarter/vendor/twig/twig/src/Error/
H A DSyntaxError.php28 public function addSuggestions($name, array $items)
/template/breeze/bower_components/modular-scale/
H A Dsache.json2 "name": "modular-scale", string
H A Dbower.json2 "name": "modular-scale", string
/template/notos/
H A DNotosMenu.php16 public function __construct($name = 'notos')
/template/twigstarter/
H A DTwigStarterLoader.php16 public function isFresh($name, $time)
/template/twigstarter/vendor/twig/twig/src/Node/Expression/
H A DTempNameExpression.php18 public function __construct(string $name, int $lineno)
H A DParentExpression.php24 public function __construct(string $name, int $lineno, string $tag = null)
H A DFunctionExpression.php19 public function __construct(string $name, Node $arguments, int $lineno)
H A DNameExpression.php25 public function __construct(string $name, int $lineno)
H A DTestExpression.php19 public function __construct(Node $node, string $name, ?Node $arguments, int $lineno)
/template/twigstarter/vendor/twig/twig/src/Node/
H A DBlockReferenceNode.php24 public function __construct(string $name, int $lineno, string $tag = null)
H A DBlockNode.php24 public function __construct(string $name, Node $body, int $lineno, string $tag = null)
/template/twigstarter/vendor/twig/twig/src/Extension/
H A DStringLoaderExtension.php42 function twig_template_from_string(Environment $env, $template, string $name = null)
/template/twigstarter/vendor/twig/twig/src/Profiler/Node/
H A DEnterProfileNode.php24 public function __construct(string $extensionName, string $type, string $name, string $varName)
/template/twigstarter/vendor/twig/twig/src/Cache/
H A DNullCache.php21 public function generateKey($name, $className)
H A DCacheInterface.php33 public function generateKey($name, $className);

1234