Home
last modified time | relevance | path

Searched refs:setType (Results 1 – 25 of 30) sorted by relevance

12

/template/strap/ComboStrap/
H A DRouter.php83 ->setType(RouterRedirection::REDIRECT_PERMANENT_METHOD)
119 ->setType(RouterRedirection::REDIRECT_PERMANENT_METHOD)
155 ->setType(RouterRedirection::REDIRECT_PERMANENT_METHOD)
162 ->setType(RouterRedirection::REDIRECT_TRANSPARENT_METHOD)
186 $builder->setType(RouterRedirection::REDIRECT_TRANSPARENT_METHOD);
188 $builder->setType(RouterRedirection::REDIRECT_PERMANENT_METHOD);
210 return $builder->setType(RouterRedirection::REDIRECT_PERMANENT_METHOD)->build();
212 … return $builder->setType(RouterRedirection::REDIRECT_TRANSPARENT_METHOD)->build();
215 return $builder->setType(RouterRedirection::REDIRECT_PERMANENT_METHOD)->build();
287 ->setType(RouterRedirection::REDIRECT_PERMANENT_METHOD)
[all …]
H A DRouterRedirectionBuilder.php37 public function setType(string $type): RouterRedirectionBuilder function in ComboStrap\\RouterRedirectionBuilder
H A DGridTag.php155 $attributes->setType(self::TYPE_ROW_TAG);
197 $attributes->setType(self::TYPE_ROW_TAG);
343 $openingCall->setType($type);
H A DCardTag.php97 $actualCall->setType(FetcherSvg::ILLUSTRATION_TYPE);
H A DMessage.php279 public function setType(string $type): Message function in ComboStrap\\Message
H A DMetaManagerForm.php116 ->setType(FormMeta::FORM_NAV_TABS_TYPE);
H A DPrism.php236 $codeAttributes->setType($attributes->getType());
H A DBrandTag.php111 ->setType(self::MARKUP)
H A DBlockquoteTag.php144 $openingTag->setType($context);
H A DPageImageTag.php271 $tagAttributes->setType(self::MARKUP);
H A DHeadingTag.php528 $tagAttributes->setType($type);
H A DCall.php857 function setType($type) function in ComboStrap\\Call
H A DTagAttributes.php1143 function setType($type): TagAttributes function in ComboStrap\\TagAttributes
/template/strap/ComboStrap/Meta/Field/
H A DAliases.php59 $alias->setType($aliasType->getValue());
99 ->setType($type);
191 ->setType(AliasType::REDIRECT);
299 $alias->setType($aliasType);
H A DAlias.php74 function setType(string $type): Alias function in ComboStrap\\Meta\\Field\\Alias
/template/strap/vendor/antlr/antlr4-php-runtime/src/
H A DWritableToken.php11 public function setType(int $ttype) : void; function
H A DCommonToken.php161 public function setType(int $type) : void function in Antlr\\Antlr4\\Runtime\\CommonToken
H A DLexer.php454 public function setType(int $type) : void function in Antlr\\Antlr4\\Runtime\\Lexer
/template/strap/vendor/antlr/antlr4-php-runtime/src/Atn/Actions/
H A DLexerTypeAction.php69 $lexer->setType($this->type);
/template/strap/action/
H A Drouter.php225 ->setType(RouterRedirection::REDIRECT_NOTFOUND_METHOD)
239 ->setType(RouterRedirection::REDIRECT_TRANSPARENT_METHOD)
H A Droutermessage.php207 $message->setType(Message::TYPE_WARNING);
/template/strap/ComboStrap/Tag/
H A DShareTag.php78 ->setType($type)
H A DWebCodeTag.php200 $openingTag->setType(self::INJECT_TYPE);
/template/strap/ComboStrap/Meta/Form/
H A DFormMeta.php115 public function setType(string $type): FormMeta function in ComboStrap\\Meta\\Form\\FormMeta
/template/strap/resources/library/combo/
H A Dcombo.min.js4setType(t){return this.type=t,this}setLabel(t){return this.label=t,this}setUrl(t){return this.url=…

12