Home
last modified time | relevance | path

Searched refs:FILE_PATH_KEY (Results 1 – 3 of 3) sorted by relevance

/plugin/combo/syntax/
H A Dcode.php40 const FILE_PATH_KEY = "file-path"; define in syntax_plugin_combo_code
129 …Attributes = PluginUtility::getQualifiedTagAttributes($match, true, self::FILE_PATH_KEY, [], true);
225 $filename = $attributes[self::FILE_PATH_KEY];
/plugin/combo/ComboStrap/
H A DPrism.php368 if ($attributes->hasComponentAttribute(syntax_plugin_combo_code::FILE_PATH_KEY)) {
369 $fileSrc = $attributes->getValueAndRemove(syntax_plugin_combo_code::FILE_PATH_KEY);
H A DXmlTagProcessing.php334 $secondBooleanAttribute = syntax_plugin_combo_code::FILE_PATH_KEY;