[ Index ]

PHP Cross Reference of phpBB-3.2.11-deutsch

title

Body

[close]

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

   1  matches.forEach(function(m)
   2  {
   3      if (HINT.EMOTICONS_NOT_AFTER && config.notAfter && m[0][1] && config.notAfter.test(text[m[0][1] - 1]))
   4      {
   5          return;
   6      }
   7  
   8      addSelfClosingTag(config.tagName, m[0][1], m[0][0].length);
   9  });


Generated: Wed Nov 11 20:33:01 2020 Cross-referenced by PHPXref 0.7.1