Home
last modified time | relevance | path

Searched refs:getValueAndRemoveIfPresent (Results 1 – 25 of 27) sorted by relevance

12

/plugin/combo/ComboStrap/
H A DBrandTag.php204 $title = $brandAttributes->getValueAndRemoveIfPresent(syntax_plugin_combo_link::TITLE_ATTRIBUTE);
208 $color = $brandAttributes->getValueAndRemoveIfPresent(ColorRgb::PRIMARY_VALUE);
212 $secondaryColor = $brandAttributes->getValueAndRemoveIfPresent(ColorRgb::SECONDARY_VALUE);
216 $handle = $brandAttributes->getValueAndRemoveIfPresent(Tag\FollowTag::HANDLE_ATTRIBUTE);
233 $url = $tagAttributes->getValueAndRemoveIfPresent($urlAttribute);
H A DCarrouselTag.php100 $control = $tagAttributes->getValueAndRemoveIfPresent(CarrouselTag::CONTROL_ATTRIBUTE);
108 $elementsMin = $tagAttributes->getValueAndRemoveIfPresent(CarrouselTag::ELEMENTS_MIN_ATTRIBUTE, CarrouselTag::ELEMENTS_MIN_DEFAULT);
114 $slideMinimalWidth = $tagAttributes->getValueAndRemoveIfPresent(CarrouselTag::ELEMENT_WIDTH_ATTRIBUTE);
H A DPageImageTag.php86 $zoom = $tagAttributes->getValueAndRemoveIfPresent(Dimension::ZOOM_ATTRIBUTE, self::DEFAULT_ZOOM);
128 $width = $tagAttributes->getValueAndRemoveIfPresent(Dimension::WIDTH_KEY);
129 $height = $tagAttributes->getValueAndRemoveIfPresent(Dimension::HEIGHT_KEY);
130 $ratio = $tagAttributes->getValueAndRemoveIfPresent(Dimension::RATIO_ATTRIBUTE);
299 $default = $tagAttributes->getValueAndRemoveIfPresent(PageImageTag::DEFAULT_ATTRIBUTE);
H A DMediaMarkup.php151 $ref = $tagAttributes->getValueAndRemoveIfPresent(MarkupRef::REF_ATTRIBUTE);
153 $ref = $tagAttributes->getValueAndRemoveIfPresent(MediaMarkup::DOKUWIKI_SRC);
721 $linking = $tagAttributes->getValueAndRemoveIfPresent(self::LINKING_KEY);
725 $label = $tagAttributes->getValueAndRemoveIfPresent(TagAttributes::TITLE_KEY);
729 $align = $tagAttributes->getValueAndRemoveIfPresent(Align::ALIGN_ATTRIBUTE);
733 $lazy = $tagAttributes->getValueAndRemoveIfPresent(LazyLoad::LAZY_LOAD_METHOD);
742 $width = $tagAttributes->getValueAndRemoveIfPresent(Dimension::WIDTH_KEY);
746 $height = $tagAttributes->getValueAndRemoveIfPresent(Dimension::HEIGHT_KEY);
750 $ratio = $tagAttributes->getValueAndRemoveIfPresent(Dimension::RATIO_ATTRIBUTE);
H A DTabsTag.php154 $panel = $liTagAttributes->getValueAndRemoveIfPresent("panel");
156 $panel = $liTagAttributes->getValueAndRemoveIfPresent("id");
228 $skin = $tagAttributes->getValueAndRemoveIfPresent("skin");
H A DDropDownTag.php20 $name = $tagAttributes->getValueAndRemoveIfPresent("name","unknown name");
H A DPermalinkTag.php25 $type = $attributes->getValueAndRemoveIfPresent(TagAttributes::TYPE_KEY);
55 $fragment = $attributes->getValueAndRemoveIfPresent(self::FRAGMENT_ATTRIBUTE);
H A DFetcherPageSearch.php90 $searchTerms = $tagAttributes->getValueAndRemoveIfPresent("q");
H A DFetcherPage.php108 $layout = $tagAttributes->getValueAndRemoveIfPresent(PageTemplateName::PROPERTY_NAME);
115 $tagAttributes->getValueAndRemoveIfPresent(self::PURGE);
H A DFetcherRailBar.php74 $viewPortWidth = $tagAttributes->getValueAndRemoveIfPresent(self::VIEWPORT_WIDTH);
85 $layout = $tagAttributes->getValueAndRemoveIfPresent(self::LAYOUT_ATTRIBUTE);
H A DBrandListTag.php92 $name = $iconAttributes->getValueAndRemoveIfPresent(FetcherSvg::NAME_ATTRIBUTE);
H A DBreadcrumbTag.php96 $requiredDepth = DataType::toInteger($tagAttributes->getValueAndRemoveIfPresent(self::DEPTH_ATTRIBUTE));
H A DIconTag.php131 $tooltip = $tagAttributes->getValueAndRemoveIfPresent(Tooltip::TOOLTIP_ATTRIBUTE);
H A DDimension.php99 $scrollMechanism = $attributes->getValueAndRemoveIfPresent(Dimension::SCROLL);
H A DPanelTag.php38 $selected = $tagAttributes->getValueAndRemoveIfPresent(PanelTag::SELECTED);
H A DGridTag.php479 $gutterAttributeValue = $attributes->getValueAndRemoveIfPresent(GridTag::GUTTER);
/plugin/combo/syntax/
H A Dmenubar.php225 $breakpoint = $tagAttributes->getValueAndRemoveIfPresent(self::BREAKPOINT_ATTRIBUTE);
267 $align = $tagAttributes->getValueAndRemoveIfPresent(self::ALIGN_ATTRIBUTE);
281 $container = $tagAttributes->getValueAndRemoveIfPresent(self::CONTAINER_ATTRIBUTE);
H A Dtoggle.php153 $targetId = $tagAttributes->getValueAndRemoveIfPresent("target-id");
198 $targetLabel = $tagAttributes->getValueAndRemoveIfPresent("targetLabel");
H A Dcontentlist.php319 $numbered = $tagAttributes->getValueAndRemoveIfPresent(self::NUMBERED, self::NUMBERED_DEFAULT);
/plugin/combo/ComboStrap/TagAttribute/
H A DToggle.php106 $targetId = $attributes->getValueAndRemoveIfPresent($collapse);
108 $targetId = $attributes->getValueAndRemoveIfPresent("collapse");
/plugin/combo/ComboStrap/Tag/
H A DMermaidTag.php58 $content = $tagAttributes->getValueAndRemoveIfPresent(self::MARKUP_CONTENT_ATTRIBUTE);
H A DAdTag.php136 $name = $attributes->getValueAndRemoveIfPresent(self::NAME_ATTRIBUTE);
H A DBarTag.php62 $size = $tagAttributes->getValueAndRemoveIfPresent(BarTag::SIZE_ATTRIBUTE);
H A DBackgroundTag.php56 $color = $attributes->getValueAndRemoveIfPresent(ColorRgb::COLOR);
H A DWebCodeTag.php508 $frameBorder = $tagAttributes->getValueAndRemoveIfPresent(WebCodeTag::FRAMEBORDER_ATTRIBUTE);

12