Home
last modified time | relevance | path

Searched refs:names (Results 1 – 25 of 301) sorted by relevance

12345678910>>...13

/template/strap/ComboStrap/
H A DPathAbs.php54 $names = $this->getNames();
55 $sizeof = sizeof($names);
57 return $names;
59 $lastName = $names[$sizeof - 1];
62 return $names;
64 $names[$sizeof - 1] = substr($lastName, 0, $index);
65 return $names;
H A DCanonical.php119 $names = $namesOriginal;
121 unset($names[$i]);
130 $namesLength = sizeof($names);
132 $names = array_slice($names, $namesLength - $canonicalLastNamesCount);
144 $names = array_slice($names, 0, $namesLength - 1);
146 $calculatedCanonical = implode(":", $names);
H A DWikiPath.php779 $names = $this->getNames();
780 $lastName = $names[sizeOf($names) - 1] ?? null;
799 $names = [];
807 $names[] = $name;
811 return $names;
1039 $names = $this->getNames();
1040 switch (sizeof($names)) {
1046 $names = array_slice($names, 0, sizeof($names) - 1);
1047 $path = implode(WikiPath::NAMESPACE_SEPARATOR_DOUBLE_POINT, $names);
H A DLocalPath.php181 $names = $this->getNames();
182 $sizeof = sizeof($names);
186 return $names[$sizeof - 1];
/template/twigstarter/vendor/twig/twig/src/TokenParser/
DSetTokenParser.php34 $names = $this->parser->getExpressionParser()->parseAssignmentExpression();
42 if (\count($names) !== \count($values)) {
48 if (\count($names) > 1) {
58 return new SetNode($capture, $names, $values, $lineno, $this->getTag());
/template/strap/ComboStrap/PageSqlParser/
H A DPageSqlLexer.interp1 token literal names:
73 token symbolic names:
145 rule names:
252 channel names:
256 mode names:
H A DPageSql.interp1 token literal names:
73 token symbolic names:
145 rule names:
/template/twigstarter/vendor/twig/twig/src/Node/Expression/
DArrowFunctionExpression.php24 public function __construct(AbstractExpression $expr, Node $names, $lineno, $tag = null) argument
26 parent::__construct(['expr' => $expr, 'names' => $names], [], $lineno, $tag);
DCallExpression.php151 $names = [];
165 $names[] = $name;
175 …$name, $callType, $callName, implode(', ', $names), \count($missingArguments) > 1 ? 's' : '', impl…
231 …1 ? 's' : '', implode('", "', array_keys($parameters)), $callType, $callName, implode(', ', $names)
/template/twigstarter/vendor/twig/twig/src/
DEnvironment.php491 …* @param string|TemplateWrapper|array $names A template or an array of templates to try consecutiv…
498 public function resolveTemplate($names) argument
500 if (!\is_array($names)) {
501 $names = [$names];
504 $count = \count($names);
505 foreach ($names as $name) {
520 …derError(sprintf('Unable to find one of the following templates: "%s".', implode('", "', $names)));
DTemplate.php301 $names = array_merge(array_keys($blocks), array_keys($this->blocks));
304 $names = array_merge($names, $parent->getBlockNames($context));
307 return array_unique($names);
/template/strap/ComboStrap/Web/
H A DUrl.php658 $names = $this->getNames();
659 $namesCount = count($names);
663 return $names[$namesCount - 1];
690 $names = explode(self::PATH_SEP, $this->getPath());
691 return array_slice($names, 1);
703 $names = $this->getNames();
704 $count = count($names);
708 $parentPath = implode(self::PATH_SEP, array_splice($names, 0, $count - 1));
/template/twigstarter/vendor/twig/twig/src/Node/
DSetNode.php24 …public function __construct(bool $capture, Node $names, Node $values, int $lineno, string $tag = n… argument
26 …parent::__construct(['names' => $names, 'values' => $values], ['capture' => $capture, 'safe' => fa…
/template/breeze/bower_components/modular-scale/
Dmodular-scale.gemspec17 # The names of the author(s) of the extension.
55 # Gem names and versions that are required for your Compass extension.
/template/vector20/lang/nl/
D.htaccess5 # away from indexing files containing version information, names and/or not
/template/prsnl10/lang/ko/
D.htaccess5 # away from indexing files containing version information, names and/or not
/template/vector/lang/pt-br/
D.htaccess5 # away from indexing files containing version information, names and/or not
/template/vector20/lang/ru/
D.htaccess5 # away from indexing files containing version information, names and/or not
/template/vector/lang/ko/
D.htaccess5 # away from indexing files containing version information, names and/or not
/template/mnml-blog/lang/de-informal/
D.htaccess5 # away from indexing files containing version information, names and/or not
/template/monobook/lang/ko/
D.htaccess5 # away from indexing files containing version information, names and/or not
/template/monobook/lang/eo/
D.htaccess5 # away from indexing files containing version information, names and/or not
/template/vector/lang/
D.htaccess5 # away from indexing files containing version information, names and/or not
/template/vector/lang/he/
D.htaccess5 # away from indexing files containing version information, names and/or not
/template/monobook/lang/fr/
D.htaccess5 # away from indexing files containing version information, names and/or not

12345678910>>...13