Home
last modified time | relevance | path

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

123456

/template/twigstarter/vendor/twig/twig/src/Util/
DCallableArgumentsExtractor.php50 …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/
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/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/strap/ComboStrap/
H A DRouterRedirection.php63 public function getType(): string function in ComboStrap\\RouterRedirection
65 return $this->routerBuilder->getType();
H A DResourceCombo.php45 function getType(): string; function
H A DBreadcrumbTag.php62 $type = $tagAttributes->getType();
198 if ($tagAttributes->getType() === self::TYPOGRAPHY_TYPE) {
/template/writr/
H A Dtpl_functions.php162 ….'<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/
DHtmlDumper.php45 …efix, self::escape($profile->getTemplate()), $profile->getType(), self::$colors[$profile->getType(…
DTextDumper.php28 …return \sprintf('%s└ %s::%s(%s)', $prefix, $profile->getTemplate(), $profile->getType(), $profile-…
/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
/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/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();
/template/twigstarter/vendor/twig/twig/src/ExpressionParser/
DExpressionParserType.php22 public static function getType(object $object): ExpressionParserType function
DAbstractExpressionParser.php18 return \sprintf('%s(%s)', ExpressionParserType::getType($this)->value, $this->getName());
/template/navigator/navigator/navigatorlabels/
H A Dsyntax.php31 public function getType() { function in syntax_plugin_navigatorlabels
/template/twigstarter/vendor/twig/twig/src/
DTwigCallableInterface.php23 public function getType(): string; function
DTwigTest.php38 public function getType(): string function in Twig\\TwigTest
/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