Home
last modified time | relevance | path

Searched refs:decodeHtmlEntities (Results 1 – 25 of 26) sorted by relevance

12

/dports/www/phpbb3/phpBB3/vendor/s9e/text-formatter/src/Plugins/Litedown/
H A DConfigurator.php19 public $decodeHtmlEntities = false; variable in s9e\\TextFormatter\\Plugins\\Litedown\\Configurator
187 return ['decodeHtmlEntities' => (bool) $this->decodeHtmlEntities];
195 return ['LITEDOWN_DECODE_HTML_ENTITIES' => (int) $this->decodeHtmlEntities];
H A DParser.php33 $text->decodeHtmlEntities = $this->config['decodeHtmlEntities'];
/dports/www/phpbb3/phpBB3/vendor/s9e/text-formatter/src/Plugins/Litedown/Parser/
H A DParsedText.php15 public $decodeHtmlEntities = false; variable in s9e\\TextFormatter\\Plugins\\Litedown\\Parser\\ParsedText
93 if ($this->decodeHtmlEntities && strpos($str, '&') !== false)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/vinn/third_party/parse5/
H A DCHANGELOG.md11 …* Add: Parser [decodeHtmlEntities](https://github.com/inikulin/parse5#optionsdecodehtmlentities) o…
12 …* Add: SimpleApiParser [decodeHtmlEntities](https://github.com/inikulin/parse5#optionsdecodehtmlen…
H A DREADME.md76 ##### options.decodeHtmlEntities
124 ##### options.decodeHtmlEntities
/dports/www/phpbb3/phpBB3/vendor/s9e/text-formatter/src/Configurator/Bundles/
H A DFatdown.php23 $configurator->Litedown->decodeHtmlEntities = true;
/dports/lang/seed7/seed7/prg/
H A Dchkhent.sd743 decodedContent := decodeHtmlEntities(encodedContent);
/dports/www/dojo/dojo-release-1.12.2/dojox/xmpp/
H A Dutil.js.map7 …l","dojox.xmpp.util.stripHtml","arguments","re","decodeHtmlEntities","dojox.xmpp.util.decodeHtmlEn…
/dports/lang/seed7/seed7/lib/
H A Dhtmldom.s7i158 decodeHtmlEntities(attributeValue);
174 currentText.content := decodeHtmlEntities(rtrim(parserState.symbol));
H A Dhtml_ent.s7i346 const func string: decodeHtmlEntities (in string: stri) is func
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/xml-conduit-1.9.0.0/Text/XML/Stream/
H A DParse.hs86 , decodeHtmlEntities
1221 decodeHtmlEntities :: DecodeEntities
1222 decodeHtmlEntities t = function
/dports/www/hs-DAV/DAV-1.3.4/_cabal_deps/xml-conduit-1.8.0.1/Text/XML/Stream/
H A DParse.hs87 , decodeHtmlEntities
1176 decodeHtmlEntities :: DecodeEntities
1177 decodeHtmlEntities t = function
/dports/devel/hs-ghcprofview/ghcprofview-0.1.0.1/_cabal_deps/xml-conduit-1.9.0.0/Text/XML/Stream/
H A DParse.hs86 , decodeHtmlEntities
1221 decodeHtmlEntities :: DecodeEntities
1222 decodeHtmlEntities t = function
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/xml-conduit-1.9.1.1/src/Text/XML/Stream/
H A DParse.hs87 , decodeHtmlEntities
1307 decodeHtmlEntities :: DecodeEntities
1308 decodeHtmlEntities t = function
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/xml-conduit-1.9.1.0/src/Text/XML/Stream/
H A DParse.hs87 , decodeHtmlEntities
1269 decodeHtmlEntities :: DecodeEntities
1270 decodeHtmlEntities t = function
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/xml-conduit-1.9.0.0/Text/
H A DXML.hs59 , P.decodeHtmlEntities
/dports/devel/hs-ghcprofview/ghcprofview-0.1.0.1/_cabal_deps/xml-conduit-1.9.0.0/Text/
H A DXML.hs59 , P.decodeHtmlEntities
/dports/www/hs-DAV/DAV-1.3.4/_cabal_deps/xml-conduit-1.8.0.1/Text/
H A DXML.hs59 , P.decodeHtmlEntities
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/xml-conduit-1.9.1.0/src/Text/
H A DXML.hs59 , P.decodeHtmlEntities
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/xml-conduit-1.9.1.1/src/Text/
H A DXML.hs59 , P.decodeHtmlEntities
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/xml-conduit-1.9.0.0/test/
H A Dunit.hs690 { P.psDecodeEntities = P.decodeHtmlEntities
/dports/www/hs-DAV/DAV-1.3.4/_cabal_deps/xml-conduit-1.8.0.1/test/
H A Dunit.hs690 { P.psDecodeEntities = P.decodeHtmlEntities
/dports/devel/hs-ghcprofview/ghcprofview-0.1.0.1/_cabal_deps/xml-conduit-1.9.0.0/test/
H A Dunit.hs690 { P.psDecodeEntities = P.decodeHtmlEntities
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/xml-conduit-1.9.1.1/test/
H A Dunit.hs712 { P.psDecodeEntities = P.decodeHtmlEntities
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/xml-conduit-1.9.1.0/test/
H A Dunit.hs697 { P.psDecodeEntities = P.decodeHtmlEntities

12