Home
last modified time | relevance | path

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

123456

/template/argon/
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/
Dpage-icons.php24 $class = $item->getType();
27 if ($item->getType() == 'shareon') {
37 if ($item->getType() == 'shareon') {
/template/twigstarter/vendor/twig/twig/src/Profiler/Dumper/
DHtmlDumper.php40 …rofile->getTemplate(), $profile->getType(), isset(self::$colors[$profile->getType()]) ? self::$col…
DTextDumper.php28 …return sprintf('%s└ %s::%s(%s)', $prefix, $profile->getTemplate(), $profile->getType(), $profile->…
/template/bootstrap3/compat/inc/Menu/Item/
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/
Dmain.php58 switch ($action->getType()){
155 if (in_array($action->getType(),$hiddenActions)) continue;
157 switch ($action->getType()){
/template/writr/
Dtpl_functions.php142 ….'<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 DRouterRedirection.php63 public function getType(): string function in ComboStrap\\RouterRedirection
65 return $this->routerBuilder->getType();
H A DBreadcrumbTag.php62 $type = $tagAttributes->getType();
198 if ($tagAttributes->getType() === self::TYPOGRAPHY_TYPE) {
H A DResourceCombo.php45 function getType(): string; function
/template/strap/vendor/antlr/antlr4-php-runtime/src/
H A DBufferedTokenStream.php169 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 DToken.php58 public function getType() : int; function
H A DParserRuleContext.php195 if ($child instanceof TerminalNode && $child->getSymbol()->getType() === $ttype) {
218 if ($child instanceof TerminalNode && $child->getSymbol()->getType() === $ttype) {
/template/strap/action/
H A Drouter.php317 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 Dlogin.php268 $newUserField = new InputElement($userField->getType(), "u");
294 $newPwdField = new InputElement($pwdField->getType(), "p");
322 $newRememberField = new InputElement($rememberField->getType(), "r");
/template/khum1/
Dmain.php115 if ( preg_match('/^childrenpages_/', $item->getType()) ) {
174 if ( ! preg_match('/^childrenpages_/', $item->getType()) ) {
/template/strap/ComboStrap/TagAttribute/
H A DStyleAttribute.php73 if (!empty($tagAttributes->getType())) {
74 …$tagAttributes->addClassName($logicalTag . "-" . $tagAttributes->getType() . "-" . self::COMBOSTRA…
/template/twigstarter/vendor/twig/twig/src/
DTokenStream.php78 Token::typeToEnglish($token->getType()),
115 return /* Token::EOF_TYPE */ -1 === $this->tokens[$this->current]->getType();
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…
/template/strap/syntax/
H A Drailroad.php26 function getType(): string function in syntax_plugin_combo_railroad
128 $actualCodeType = strtolower($actual->getType());
H A Dpara.php79 function getType(): string function in syntax_plugin_combo_para
198 $class = $tagAttributes->getType();
H A Dtoggle.php29 function getType(): string function in syntax_plugin_combo_toggle
170 $type = $tagAttributes->getType();
H A Dbadge.php38 function getType() function in syntax_plugin_combo_badge
127 $type = $tagAttributes->getType();
H A Danalytics.php23 function getType() function in syntax_plugin_combo_analytics
/template/strap/ComboStrap/Tag/
H A DWebCodeTag.php96 $type = $openingTag->getType();
138 $actualCodeType = strtolower(trim($actualTag->getType()));
198 && $openingTag->getType() === null
218 $type = $tagAttributes->getType();

123456