/template/argon/ |
H A 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/ |
H A 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/ |
H A D | HtmlDumper.php | 40 …rofile->getTemplate(), $profile->getType(), isset(self::$colors[$profile->getType()]) ? self::$col…
|
H A D | TextDumper.php | 28 …return sprintf('%s└ %s::%s(%s)', $prefix, $profile->getTemplate(), $profile->getType(), $profile->…
|
H A D | BlackfireDumper.php | 49 $name = sprintf('%s::%s(%s)', $p->getTemplate(), $p->getType(), $p->getName());
|
/template/bootstrap3/compat/inc/Menu/Item/ |
H A 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/ |
H A D | main.php | 58 switch ($action->getType()){ 155 if (in_array($action->getType(),$hiddenActions)) continue; 157 switch ($action->getType()){
|
/template/khum1/ |
H A D | main.php | 115 if ( preg_match('/^childrenpages_/', $item->getType()) ) { 174 if ( ! preg_match('/^childrenpages_/', $item->getType()) ) {
|
/template/twigstarter/vendor/twig/twig/src/ |
H A D | TokenStream.php | 78 Token::typeToEnglish($token->getType()), 115 return /* Token::EOF_TYPE */ -1 === $this->tokens[$this->current]->getType();
|
H A 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…
|
H A D | Parser.php | 133 switch ($this->getCurrentToken()->getType()) { 150 if (/* Token::NAME_TYPE */ 5 !== $token->getType()) {
|
H A D | Token.php | 96 public function getType() function in Twig\\Token
|
/template/mikio/ |
H A D | mikio.php | 539 if ($item->getType() !== 'top') { 542 $showItem = $this->getConf('navbarItemShow' . ucfirst($item->getType())); 549 … ' ' . $item->getType() . '" href="' . $item->getLink() . '" title="' . $item->getTitle() . '">'; 567 $showItem = $this->getConf('navbarItemShow' . ucfirst($item->getType())); 574 … $item->getType() . '" href="' . $item->getLink() . '" title="' . $item->getTitle() . '">'; 591 $showItem = $this->getConf('navbarItemShow' . ucfirst($item->getType())); 598 … $item->getType() . '" href="' . $item->getLink() . '" title="' . $item->getTitle() . '">'; 1017 $classes[] = $item->getType(); 1026 $showItem = $this->getConf('pageToolsShow' . ucfirst($item->getType())); 1033 … $html .= '<a href="' . $item->getLink() . '" class="' . $item->getType() . '" title="' .
|
H A D | README.md | 337 …- Floating page tools is now a UL element with classes applied from getType and getLinkAttributes.…
|
/template/bootstrap3/compat/inc/Menu/ |
H A D | AbstractMenu.php | 83 $class = ' class="' . $classprefix . $item->getType() . '"';
|
/template/argon-alt/ |
H A D | main.php | 207 if ($item->getType() != "top") continue;
|
/template/bootstrap3/ |
H A D | EventHandlers.php | 127 $type = $element->getType(); 146 $type = $element->getType();
|
H A D | Template.php | 2331 …if ($ACT == $item->getType() || ($ACT == 'revisions' && $item->getType() == 'revs') || ($ACT == 'd… 2335 if ($item->getType() == 'shareon') { 2345 if ($item->getType() == 'shareon') { 2351 $tools_menus[$tool]['menu'][$item->getType()]['object'] = $item; 2352 $tools_menus[$tool]['menu'][$item->getType()]['html'] = $html;
|
/template/twigstarter/vendor/twig/twig/src/Profiler/ |
H A D | Profile.php | 50 public function getType() function in Twig\\Profiler\\Profile
|
/template/twigstarter/vendor/twig/twig/src/Node/Expression/ |
H A D | CallExpression.php | 271 … $isArray = $argument && $argument->hasType() && 'array' === $argument->getType()->getName();
|
/template/ad-hominem/ |
H A D | my_template.php | 391 $typ = $it->getType();
|