Home
last modified time | relevance | path

Searched refs:name (Results 51 – 75 of 595) sorted by relevance

12345678910>>...24

/template/comicslate/fonts/
H A Dkbluckyclovercyr_optim.svg1name=".notdef" horiz-adv-x="364" d="M66 33h199v600H66V33zM33 0v666h265V0H33z"/><glyph glyph-name="…
/template/twigstarter/vendor/twig/twig/src/Extension/
H A DStringLoaderExtension.php38 * @param string $name An optional name of the template to be used in error messages
42 function twig_template_from_string(Environment $env, $template, string $name = null) argument
44 return $env->createTemplate((string) $template, $name);
H A DCoreExtension.php1274 if ($name instanceof TemplateWrapper || $name instanceof Template) {
1275 $name->unwrap()->checkSecurity();
1301 * @param string $name The template name
1506 $name = substr($method, 3);
1509 $name = substr($method, 2);
1512 $name = substr($method, 3);
1522 if ($name) {
1523 if (!isset($classCache[$name])) {
1524 $classCache[$name] = $method;
1589 * @param mixed $name The column name
[all …]
/template/strap/class/
H A DDomUtility.php46 $name = $attr->name;
48 $node[$name] = $value;
/template/wallpaper/
H A DREADME.md6 The name was inspired by photo wallpapers popular in the seventies
53 …switch off the automatically generated menu and look for a menu file (the name can be configured i…
54 * menu file name: configure the file name for the menu file (without .txt extension) (default: menu…
86 …e named `(page name)_bg.jpg` or `(namespace name)_bg.jpg`. Replace `(page name)` or `(namespace na…
/template/twigstarter/vendor/twig/twig/src/TokenParser/
H A DUseTokenParser.php45 $name = $stream->expect(/* Token::NAME_TYPE */ 5)->getValue();
47 $alias = $name;
52 $targets[$name] = new ConstantExpression($alias, -1);
/template/twigstarter/vendor/twig/twig/src/Node/Expression/
H A DFilterExpression.php27 $name = $this->getNode('filter')->getAttribute('value');
28 $filter = $compiler->getEnvironment()->getFilter($name);
30 $this->setAttribute('name', $name);
H A DTempNameExpression.php18 public function __construct(string $name, int $lineno) argument
20 parent::__construct([], ['name' => $name], $lineno);
H A DParentExpression.php24 public function __construct(string $name, int $lineno, string $tag = null) argument
26 parent::__construct([], ['output' => false, 'name' => $name], $lineno, $tag);
/template/bootie/
H A Dtpl_template_NicoBoot.php43 foreach ($crumbs as $id => $name) {
51 tpl_link(wl($id), hsc($name), 'title="' . $id . '" style="width: 100%;"');
159 $name = noNSorNS($id);
164 $name = $title;
167 return $name;
/template/battlehorse/
H A Dtplfn_sidebar.php87 $name = $id;
90 if ($title) $name = $title;
92 return hsc($name);
/template/a_new_day/
H A Dtplfn_sidebar.php107 $name = $id;
110 if ($title) $name = $title;
112 return hsc($name);
/template/simple_sidebar/
H A D_sidebar.php25 $name = 'Contact'; variable
26 … $email = "<a href=\"mailto:$addr\" class=\"menu_item\" style=\"font-weight:bold;\">$name</a>";
/template/notos/
H A DNotosMenu.php16 public function __construct($name = 'notos') argument
19 $this->view = $name;
/template/twigstarter/vendor/twig/twig/src/Cache/
H A DCacheInterface.php28 * @param string $name The template name
33 public function generateKey($name, $className); argument
/template/congrid/
H A Dtpl_functions.php178 * @param string $name Config-name of the background
181 function tpl_get_background_class($name) { argument
189 if (in_array($name, $backgrounds)) {
190 return str_replace('-', '_', $name);
587 foreach ($todo as $name) {
588 $params = tpl_get_cell_params($layout, $name);
591 print("#dokuwiki__site div.".$name." {\n".$css_props."}\n");
/template/dwsimple/dwsimple/
H A Dsimple.php136 function startElement($parser, $name, $attrs) { argument
138 $this->tag=$name;
139 switch ($name) {
157 function endElement($parser, $name) { argument
158 switch ($name) {
/template/mikio/
H A Dcss.php19 foreach($_SERVER as $name => $value) {
20 if(substr($name, 0, 5) == 'HTTP_') {
21 $headers[str_replace(' ', '-', ucwords(strtolower(str_replace('_', ' ', substr($name, 5)))))] = $value;
/template/twigstarter/
H A DTwigStarterLoader.php16 public function isFresh($name, $time) argument
18 $fresh = parent::isFresh($name, $time);
/template/strap/bootstrap/5.0.1/
H A Dpopper.min.js5name),[].concat(e.requires||[],e.requiresIfExists||[]).forEach((function(e){if(!n.has(e)){var r=t.…
/template/twigstarter/vendor/twig/twig/src/Node/
H A DBlockReferenceNode.php24 public function __construct(string $name, int $lineno, string $tag = null) argument
26 parent::__construct([], ['name' => $name], $lineno, $tag);
H A DBlockNode.php24 public function __construct(string $name, Node $body, int $lineno, string $tag = null) argument
26 parent::__construct(['body' => $body], ['name' => $name], $lineno, $tag);
H A DEmbedNode.php26 …public function __construct(string $name, int $index, ?AbstractExpression $variables, bool $only, … argument
30 $this->setAttribute('name', $name);
/template/twigstarter/vendor/twig/twig/src/Profiler/Node/
H A DEnterProfileNode.php24 public function __construct(string $extensionName, string $type, string $name, string $varName) argument
26 …parent::__construct([], ['extension_name' => $extensionName, 'name' => $name, 'type' => $type, 'va…
/template/twigstarter/vendor/twig/twig/src/Util/
H A DDeprecationCollector.php65 foreach ($iterator as $name => $contents) {
67 $this->twig->parse($this->twig->tokenize(new Source($contents, $name)));

12345678910>>...24