Home
last modified time | relevance | path

Searched refs:getValueAndRemove (Results 1 – 25 of 45) sorted by relevance

12

/plugin/combo/ComboStrap/
H A DFetcherTraitWikiPath.php50 $id = $tagAttributes->getValueAndRemove(MediaMarkup::$MEDIA_QUERY_PARAMETER);
53 $id = $tagAttributes->getValueAndRemove(FetcherRawLocalPath::SRC_QUERY_PARAMETER);
56 $id = $tagAttributes->getValueAndRemove(DokuwikiId::DOKUWIKI_ID_ATTRIBUTE);
62 $drive = $tagAttributes->getValueAndRemove(WikiPath::DRIVE_ATTRIBUTE, $defaultDrive);
63 $rev = $tagAttributes->getValueAndRemove(WikiPath::REV_ATTRIBUTE);
H A DPrism.php194 $display = $attributes->getValueAndRemove("display");
297 $attributes->addOutputAttributeValue("data-prompt", $attributes->getValueAndRemove("prompt"));
330 $fileSrc = $attributes->getValueAndRemove(syntax_plugin_combo_code::FILE_PATH_KEY);
362 $display = $attributes->getValueAndRemove("display");
H A DFetcherImage.php136 $requestedWidth = $tagAttributes->getValueAndRemove(Dimension::WIDTH_KEY);
138 $requestedWidth = $tagAttributes->getValueAndRemove(Dimension::WIDTH_KEY_SHORT);
149 $requestedHeight = $tagAttributes->getValueAndRemove(Dimension::HEIGHT_KEY);
151 $requestedHeight = $tagAttributes->getValueAndRemove(Dimension::HEIGHT_KEY_SHORT);
162 $requestedRatio = $tagAttributes->getValueAndRemove(Dimension::RATIO_ATTRIBUTE);
H A DPosition.php38 $sticky = strtolower($attributes->getValueAndRemove(self::STICKY_ATTRIBUTE));
71 $position = strtolower($attributes->getValueAndRemove(self::POSITION_ATTRIBUTE));
H A DOpacity.php26 $value = $tagAttributes->getValueAndRemove(self::OPACITY_ATTRIBUTE);
H A DFetcherMarkupWebcode.php70 $markup = $tagAttributes->getValueAndRemove($markupProperty);
75 $title = $tagAttributes->getValueAndRemove(self::TITLE_PROPERTY);
H A DDisplay.php17 $display = $tagAttributes->getValueAndRemove(self::DISPLAY);
H A DLineSpacing.php33 $lineSpacingValue = trim(strtolower($attributes->getValueAndRemove($lineSpacing)));
H A DFontSize.php39 $value = $tagAttributes->getValueAndRemove(self::FONT_SIZE);
H A DFloatAttribute.php28 $floatValue = $attributes->getValueAndRemove($float);
H A DNoteTag.php63 $rounded = $tagAttributes->getValueAndRemove(NoteTag::ATTRIBUTE_ROUNDED);
H A DTextColor.php39 $colorValue = $attributes->getValueAndRemove($colorAttribute);
H A DHover.php31 $hover = strtolower($attributes->getValueAndRemove(self::ON_HOVER_ATTRIBUTE));
H A DTooltip.php22 $tooltip = $tagAttributes->getValueAndRemove(self::TOOLTIP_ATTRIBUTE);
H A DSpacing.php22 $spacingValue = $attributes->getValueAndRemove($spacing);
H A DFetcherSvg.php1396 $value = $tagAttributes->getValueAndRemove($svgAttribute);
1410 $value = $tagAttributes->getValueAndRemove($svgAttribute);
1420 $value = $tagAttributes->getValueAndRemove($svgAttribute);
1434 $value = $tagAttributes->getValueAndRemove($svgAttribute);
1443 $value = $tagAttributes->getValueAndRemove($svgAttribute);
1447 $value = $tagAttributes->getValueAndRemove($svgAttribute);
1451 $value = $tagAttributes->getValueAndRemove($svgAttribute);
/plugin/combo/ComboStrap/TagAttribute/
H A DBackgroundAttribute.php71 $backgrounds = $tagAttributes->getValueAndRemove(self::BACKGROUNDS);
142 $backgroundImageValue = $tagAttributes->getValueAndRemove(self::BACKGROUND_IMAGE);
147 $backgroundImageStyleValue = $tagAttributes->getValueAndRemove(self::BACKGROUND_IMAGE);
156 $backgroundFill = $tagAttributes->getValueAndRemove(self::BACKGROUND_FILL, "cover");
218 $opacity = $tagAttributes->getValueAndRemove(Opacity::OPACITY_ATTRIBUTE);
248 $colorValue = $tagAttributes->getValueAndRemove(self::BACKGROUND_COLOR);
315 $patternValue = strtolower($tagAttributes->getValueAndRemove(self::PATTERN_ATTRIBUTE));
350 $patternColor = $tagAttributes->getValueAndRemove(self::PATTERN_COLOR_ATTRIBUTE);
H A DShadow.php49 $elevationValue = $attributes->getValueAndRemove(self::ELEVATION_ATT);
52 $elevationValue = $attributes->getValueAndRemove(self::SHADOW_ATT);
H A DToggle.php42 $value = $attributes->getValueAndRemove(self::TOGGLE_STATE);
133 $value = $attributes->getValueAndRemove($collapsed);
H A DHero.php21 $hero = $attributes->getValueAndRemove(self::ATTRIBUTE);
H A DBoldness.php27 $value = $tagAttributes->getValueAndRemove(self::BOLDNESS_ATTRIBUTE);
H A DAnimation.php42 $onView = $attributes->getValueAndRemove(self::ON_VIEW_ATTRIBUTE);
/plugin/combo/ComboStrap/Tag/
H A DBoxTag.php115 $htmlTagName = $tagAttributes->getValueAndRemove(self::HTML_TAG_ATTRIBUTE, self::DEFAULT_HTML_TAG);
116 $logicalTag = $tagAttributes->getValueAndRemove(self::LOGICAL_TAG_ATTRIBUTE);
126 $tagName = $tagAttributes->getValueAndRemove(self::HTML_TAG_ATTRIBUTE, self::DEFAULT_HTML_TAG);
H A DSubscribeTag.php48 $data['list-value'] = $attributes->getValueAndRemove(self::LIST_ID_ATTRIBUTE);
/plugin/combo/syntax/
H A Dmenubar.php230 $position = $tagAttributes->getValueAndRemove(self::POSITION);
260 $theme = $tagAttributes->getValueAndRemove(self::THEME_ATTRIBUTE);

12