| /template/twigstarter/vendor/twig/twig/src/Util/ |
| D | CallableArgumentsExtractor.php | 50 …cannot be used after named arguments for %s "%s".', $this->twigCallable->getType(), $this->twigCal… 62 … argument "%s" is required for %s "%s".', $argName, $this->twigCallable->getType(), $this->twigCal… 70 …f('Named arguments are not supported for %s "%s".', $this->twigCallable->getType(), $this->twigCal… 73 …sitional arguments are not supported for %s "%s".', $this->twigCallable->getType(), $this->twigCal… 97 …efined twice for %s "%s".', $callableParameterName, $this->twigCallable->getType(), $this->twigCal… 103 …$callableParameterName, $this->twigCallable->getType(), $this->twigCallable->getName(), implode(',… 126 …"%s".', $this->toSnakeCase($callableParameterName), $this->twigCallable->getType(), $this->twigCal… 165 …, implode('", "', array_keys($extractedArguments)), $this->twigCallable->getType(), $this->twigCal… 210 … && $argument->hasType() && $argument->getType() instanceof \ReflectionNamedType && 'array' === $a… 217 …lue, eg. "array $arg = []".', $this->rc->getName(), $this->twigCallable->getType(), $this->twigCal…
|
| /template/argon/ |
| D | main.php | 92 echo '<li class="'.$item->getType().'">' 151 echo '<li class="'.$item->getType().'">' 170 echo '<li class="'.$item->getType().'">' 229 echo '<li class="'.$item->getType().'">' 280 echo '<li class="'.$item->getType().'">'
|
| /template/bootstrap3/tpl/ |
| D | page-icons.php | 24 $class = $item->getType(); 27 if ($item->getType() == 'shareon') { 37 if ($item->getType() == 'shareon') {
|
| /template/bootstrap3/compat/inc/Menu/Item/ |
| D | AbstractItem.php | 64 $this->type = $this->getType(); 141 if($classprefix !== false) $attr['class'] = $classprefix . $this->getType(); 178 $this->getType(), 202 public function getType() { function in dokuwiki\\Menu\\Item\\AbstractItem
|
| /template/material/ |
| D | main.php | 58 switch ($action->getType()){ 155 if (in_array($action->getType(),$hiddenActions)) continue; 157 switch ($action->getType()){
|
| /template/strap/ComboStrap/ |
| H A D | RouterRedirection.php | 63 public function getType(): string function in ComboStrap\\RouterRedirection 65 return $this->routerBuilder->getType();
|
| H A D | ResourceCombo.php | 45 function getType(): string; function
|
| H A D | BreadcrumbTag.php | 62 $type = $tagAttributes->getType(); 198 if ($tagAttributes->getType() === self::TYPOGRAPHY_TYPE) {
|
| /template/writr/ |
| H A D | tpl_functions.php | 162 ….'<a href="'.$item->getLink().'" class="action '.strtolower($item->getType()).'" rel="nofollow" ti… 199 …urn .= '<a href="'.$item->getLink().'" class="action '.strtolower($item->getType()).'" rel="nofoll… 236 ….'<a href="'.$item->getLink().'" class="action '.strtolower($item->getType()).'" rel="nofollow" ti… 247 …urn .= '<a href="'.$item->getLink().'" class="action '.strtolower($item->getType()).'" rel="nofoll…
|
| /template/twigstarter/vendor/twig/twig/src/Profiler/Dumper/ |
| D | HtmlDumper.php | 45 …efix, self::escape($profile->getTemplate()), $profile->getType(), self::$colors[$profile->getType(…
|
| D | TextDumper.php | 28 …return \sprintf('%s└ %s::%s(%s)', $prefix, $profile->getTemplate(), $profile->getType(), $profile-…
|
| /template/strap/vendor/antlr/antlr4-php-runtime/src/ |
| H A D | BufferedTokenStream.php | 169 if ($token->getType() === Token::EOF) { 200 return $token === null ? Token::INVALID_TYPE : $token->getType(); 310 if ($t->getType() === Token::EOF) { 314 if ($types === null || $types->contains($t->getType())) { 337 if ($token->getType() === Token::EOF) { 472 if ($t->getType() === Token::EOF) {
|
| H A D | Token.php | 58 public function getType() : int; function
|
| /template/strap/action/ |
| H A D | router.php | 317 switch ($redirection->getType()) { 471 if ($redirection->getType() !== RouterRedirection::REDIRECT_PERMANENT_METHOD) { 506 switch ($redirection->getType()) { 530 … throw new ExceptionCompile("The type ({$redirection->getType()}) is not an http redirection"); 558 "METHOD" => $redirection->getType()
|
| H A D | login.php | 268 $newUserField = new InputElement($userField->getType(), "u"); 294 $newPwdField = new InputElement($pwdField->getType(), "p"); 322 $newRememberField = new InputElement($rememberField->getType(), "r");
|
| /template/khum1/ |
| D | main.php | 115 if ( preg_match('/^childrenpages_/', $item->getType()) ) { 174 if ( ! preg_match('/^childrenpages_/', $item->getType()) ) {
|
| /template/strap/ComboStrap/TagAttribute/ |
| H A D | StyleAttribute.php | 73 if (!empty($tagAttributes->getType())) { 74 …$tagAttributes->addClassName($logicalTag . "-" . $tagAttributes->getType() . "-" . self::COMBOSTRA…
|
| /template/strap/syntax/ |
| H A D | railroad.php | 26 function getType(): string function in syntax_plugin_combo_railroad 128 $actualCodeType = strtolower($actual->getType());
|
| H A D | para.php | 79 function getType(): string function in syntax_plugin_combo_para 198 $class = $tagAttributes->getType();
|
| /template/twigstarter/vendor/twig/twig/src/ExpressionParser/ |
| D | ExpressionParserType.php | 22 public static function getType(object $object): ExpressionParserType function
|
| D | AbstractExpressionParser.php | 18 return \sprintf('%s(%s)', ExpressionParserType::getType($this)->value, $this->getName());
|
| /template/navigator/navigator/navigatorlabels/ |
| H A D | syntax.php | 31 public function getType() { function in syntax_plugin_navigatorlabels
|
| /template/twigstarter/vendor/twig/twig/src/ |
| D | TwigCallableInterface.php | 23 public function getType(): string; function
|
| D | TwigTest.php | 38 public function getType(): string function in Twig\\TwigTest
|
| /template/strap/ComboStrap/Tag/ |
| H A D | WebCodeTag.php | 96 $type = $openingTag->getType(); 138 $actualCodeType = strtolower(trim($actualTag->getType())); 198 && $openingTag->getType() === null 218 $type = $tagAttributes->getType();
|