Home
last modified time | relevance | path

Searched refs:getType (Results 1 – 21 of 21) sorted by relevance

/template/argon/
H A Dmain.php92 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 Dpage-icons.php24 $class = $item->getType();
27 if ($item->getType() == 'shareon') {
37 if ($item->getType() == 'shareon') {
/template/twigstarter/vendor/twig/twig/src/Profiler/Dumper/
H A DHtmlDumper.php40 …rofile->getTemplate(), $profile->getType(), isset(self::$colors[$profile->getType()]) ? self::$col…
H A DTextDumper.php28 …return sprintf('%s└ %s::%s(%s)', $prefix, $profile->getTemplate(), $profile->getType(), $profile->…
H A DBlackfireDumper.php49 $name = sprintf('%s::%s(%s)', $p->getTemplate(), $p->getType(), $p->getName());
/template/bootstrap3/compat/inc/Menu/Item/
H A DAbstractItem.php64 $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 Dmain.php58 switch ($action->getType()){
155 if (in_array($action->getType(),$hiddenActions)) continue;
157 switch ($action->getType()){
/template/khum1/
H A Dmain.php115 if ( preg_match('/^childrenpages_/', $item->getType()) ) {
174 if ( ! preg_match('/^childrenpages_/', $item->getType()) ) {
/template/twigstarter/vendor/twig/twig/src/
H A DTokenStream.php78 Token::typeToEnglish($token->getType()),
115 return /* Token::EOF_TYPE */ -1 === $this->tokens[$this->current]->getType();
H A DExpressionParser.php212 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 DParser.php133 switch ($this->getCurrentToken()->getType()) {
150 if (/* Token::NAME_TYPE */ 5 !== $token->getType()) {
H A DToken.php96 public function getType() function in Twig\\Token
/template/mikio/
H A Dmikio.php521 if ($item->getType() !== 'top') {
524 $showItem = $this->getConf('navbarItemShow' . ucfirst($item->getType()));
533 ' ' . $item->getType() . '" href="' . $item->getLink() . '" title="' . $title . '"' . (isset($attr['accesskey']) && $attr['accesskey'] !== '' ? ' accesskey="' . $attr['accesskey'] . '"' : '') . '>';
551 $showItem = $this->getConf('navbarItemShow' . ucfirst($item->getType()));
558 $item->getType() . '" href="' . $item->getLink() . '" title="' . $item->getTitle() . '">';
575 $showItem = $this->getConf('navbarItemShow' . ucfirst($item->getType()));
582 $item->getType() . '" href="' . $item->getLink() . '" title="' . $item->getTitle() . '">';
1009 $classes[] = $item->getType();
1019 $showItem = $this->getConf('pageToolsShow' . ucfirst($item->getType()), 'always');
1026 $html .= '<a href="' . $item->getLink() . '" class="' . $item->getType()
[all...]
H A DREADME.md443 - Floating page tools is now a UL element with classes applied from getType and getLinkAttributes. Fixes popup dialogs initiated from the a page menu [#7](https://github.com/nomadjimbob/mikio/issues/7)
/template/bootstrap3/compat/inc/Menu/
H A DAbstractMenu.php83 $class = ' class="' . $classprefix . $item->getType() . '"';
/template/argon-alt/
H A Dmain.php207 if ($item->getType() != "top") continue;
/template/bootstrap3/
H A DTemplate.php2333 if ($ACT == $item->getType() || ($ACT == 'revisions' && $item->getType() == 'revs') || ($ACT == 'diff' && $item->getType() == 'revs')) {
2337 if ($item->getType() == 'shareon') {
2347 if ($item->getType() == 'shareon') {
2353 $tools_menus[$tool]['menu'][$item->getType()]['object'] = $item;
2354 $tools_menus[$tool]['menu'][$item->getType()]['html'] = $html;
H A DEventHandlers.php127 $type = $element->getType();
146 $type = $element->getType();
/template/twigstarter/vendor/twig/twig/src/Profiler/
H A DProfile.php50 public function getType() function in Twig\\Profiler\\Profile
/template/twigstarter/vendor/twig/twig/src/Node/Expression/
H A DCallExpression.php271 … $isArray = $argument && $argument->hasType() && 'array' === $argument->getType()->getName();
/template/ad-hominem/
H A Dmy_template.php391 $typ = $it->getType();