Searched refs:knownTypes (Results 1 – 11 of 11) sorted by relevance
| /plugin/combo/ComboStrap/ |
| H A D | XmlTagProcessing.php | 296 $knownTypes = []; 307 $knownTypes = [BlockquoteTag::TYPO_TYPE, BlockquoteTag::CARD_TYPE];; 316 $knownTypes = ButtonTag::TYPES; 338 $knownTypes = ContainerTag::CONTAINER_VALUES; 344 $knownTypes = GridTag::KNOWN_TYPES; 349 $knownTypes = HeadingTag::getAllTypes(); 357 $knownTypes = NoteTag::KNOWN_TYPES; 371 $knownTypes = [PageExplorerTag::TYPE_TREE, PageExplorerTag::LIST_TYPE]; 387 …$knownTypes = [TabsTag::ENCLOSED_PILLS_TYPE, TabsTag::ENCLOSED_TABS_TYPE, TabsTag::PILLS_TYPE, Tab… 394 $knownTypes = PermalinkTag::getKnownTypes(); [all …]
|
| H A D | Mime.php | 43 private static ?array $knownTypes; variable in ComboStrap\\Mime 179 if (self::$knownTypes === null) { 180 self::$knownTypes = getMimeTypes(); 182 return array_search($this->mime, self::$knownTypes) !== false;
|
| H A D | PluginUtility.php | 234 …public static function getTagAttributes(string $match, array $knownTypes = [], bool $allowFirstBoo… argument 236 …return self::getQualifiedTagAttributes($match, false, "", $knownTypes, $allowFirstBooleanAttribute… 246 * @param array|null $knownTypes 250 …alifiedTagAttributes($match, $hasThirdValue, $keyThirdArgument, array $knownTypes = [], bool $allo… argument 285 if (!empty($knownTypes) && in_array($possibleTypeLowercase, $knownTypes)) {
|
| H A D | TagAttributes.php | 265 private $knownTypes; variable in ComboStrap\\TagAttributes 307 * @param array $knownTypes - the known types 311 …ction createFromTagMatch($match, array $defaultAttributes = [], array $knownTypes = [], bool $allo… argument 313 …$inlineHtmlAttributes = PluginUtility::getTagAttributes($match, $knownTypes, $allowFirstBooleanAtt… 317 ->setKnownTypes($knownTypes); 521 if ($isset === false && $this->knownTypes === null) { 1420 public function setKnownTypes(?array $knownTypes): TagAttributes argument 1422 $this->knownTypes = $knownTypes;
|
| /plugin/combo/syntax/ |
| H A D | itext.php | 91 $knownTypes = []; 93 … $attributes = TagAttributes::createFromTagMatch($match, $defaultAttributes, $knownTypes);
|
| H A D | toggleexpand.php | 106 $knownTypes = []; 107 … $tagAttributes = TagAttributes::createFromTagMatch($match, $defaultParameters, $knownTypes)
|
| H A D | togglecollapse.php | 106 $knownTypes = []; 107 … $tagAttributes = TagAttributes::createFromTagMatch($match, $defaultParameters, $knownTypes)
|
| H A D | webcode.php | 162 $knownTypes = WebCodeTag::getKnownTypes(); 163 … $tagAttributes = TagAttributes::createFromTagMatch($match, $defaultAttributes, $knownTypes);
|
| H A D | cell.php | 156 $knownTypes = []; 158 …butes = TagAttributes::createFromTagMatch($match, $defaultAttributes, $knownTypes)->toCallStackArr…
|
| H A D | toggle.php | 108 $knownTypes = ButtonTag::TYPES; 109 … $tagAttributes = TagAttributes::createFromTagMatch($match, $defaultParameters, $knownTypes)
|
| H A D | badge.php | 119 …$knownTypes = ["primary", "secondary", "success", "danger", "warning", "info", "tip", "light", "da… 120 … $tagAttributes = TagAttributes::createFromTagMatch($match, $defaultConfValue, $knownTypes);
|