Home
last modified time | relevance | path

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

12

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

12