Lines Matching full:attributes
132 PluginUtility::ATTRIBUTES => $tagAttributes
146 $data[PluginUtility::ATTRIBUTES] = $tagAttributes;
152 * Tag Attributes are passed
153 * because it's possible to not display a code with the display attributes = none
162 PluginUtility::ATTRIBUTES => $openingTag->getAttributes()
191 …$attributes = TagAttributes::createFromCallStackArray($data[PluginUtility::ATTRIBUTES], self::CODE…
192 Prism::htmlEnter($renderer, $this, $attributes);
197 … $attributes = TagAttributes::createFromCallStackArray($data[PluginUtility::ATTRIBUTES]);
198 $display = $attributes->getValue("display");
208 … $attributes = TagAttributes::createFromCallStackArray($data[PluginUtility::ATTRIBUTES]);
209 Prism::htmlExit($renderer, $attributes);
223 $attributes = $data[PluginUtility::ATTRIBUTES];
225 $filename = $attributes[self::FILE_PATH_KEY];
226 $language = strtolower($attributes["type"]);