| /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/twigstarter/vendor/twig/twig/src/Profiler/Dumper/ |
| D | HtmlDumper.php | 40 …rofile->getTemplate(), $profile->getType(), isset(self::$colors[$profile->getType()]) ? self::$col…
|
| D | TextDumper.php | 28 …return sprintf('%s└ %s::%s(%s)', $prefix, $profile->getTemplate(), $profile->getType(), $profile->…
|
| /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/writr/ |
| D | tpl_functions.php | 142 ….'<a href="'.$item->getLink().'" class="action '.strtolower($item->getType()).'" rel="nofollow" ti… 179 …urn .= '<a href="'.$item->getLink().'" class="action '.strtolower($item->getType()).'" rel="nofoll… 216 ….'<a href="'.$item->getLink().'" class="action '.strtolower($item->getType()).'" rel="nofollow" ti… 227 …urn .= '<a href="'.$item->getLink().'" class="action '.strtolower($item->getType()).'" rel="nofoll…
|
| /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 | BreadcrumbTag.php | 62 $type = $tagAttributes->getType(); 198 if ($tagAttributes->getType() === self::TYPOGRAPHY_TYPE) {
|
| H A D | ResourceCombo.php | 45 function getType(): string; function
|
| /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
|
| H A D | ParserRuleContext.php | 195 if ($child instanceof TerminalNode && $child->getSymbol()->getType() === $ttype) { 218 if ($child instanceof TerminalNode && $child->getSymbol()->getType() === $ttype) {
|
| /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/twigstarter/vendor/twig/twig/src/ |
| D | TokenStream.php | 78 Token::typeToEnglish($token->getType()), 115 return /* Token::EOF_TYPE */ -1 === $this->tokens[$this->current]->getType();
|
| D | ExpressionParser.php | 212 switch ($token->getType()) { 285 …ntf('Unexpected token "%s" of value "%s".', Token::typeToEnglish($token->getType()), $token->getVa… 385 …s (unexpected token "%s" of value "%s".', Token::typeToEnglish($current->getType()), $current->get… 402 if (/* Token::PUNCTUATION_TYPE */ 9 == $token->getType()) { 476 /* Token::NAME_TYPE */ 5 == $token->getType() 478 /* Token::NUMBER_TYPE */ 6 == $token->getType() 480 …(/* Token::OPERATOR_TYPE */ 8 == $token->getType() && preg_match(Lexer::REGEX_NAME, $token->getVal… 491 …alue "%s" of type %s.', $token->getValue(), Token::typeToEnglish($token->getType())), $lineno, $st…
|
| /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();
|
| H A D | toggle.php | 29 function getType(): string function in syntax_plugin_combo_toggle 170 $type = $tagAttributes->getType();
|
| H A D | badge.php | 38 function getType() function in syntax_plugin_combo_badge 127 $type = $tagAttributes->getType();
|
| H A D | analytics.php | 23 function getType() function in syntax_plugin_combo_analytics
|
| /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();
|