[ Index ]

PHP Cross Reference of phpBB-3.3.14-deutsch

title

Body

[close]

/vendor/s9e/text-formatter/src/Plugins/MediaEmbed/ -> Parser.js (source)

   1  matches.forEach(function(m)
   2  {
   3      var tagName = config.tagName,
   4          url     = m[0][0],
   5          pos     = m[0][1],
   6          len     = url.length;
   7  
   8      // Give that tag priority over other tags such as Autolink's
   9      addSelfClosingTag(tagName, pos, len, -10).setAttribute('url', url);
  10  });


Generated: Mon Nov 25 19:05:08 2024 Cross-referenced by PHPXref 0.7.1