Home
last modified time | relevance | path

Searched refs:HTML (Results 51 – 75 of 507) sorted by relevance

12345678910>>...21

/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/
H A Dnl2br.test7 return ['text' => "If you have some <strong>HTML</strong>\nit will be escaped."]
13 If you have some &lt;strong&gt;HTML&lt;/strong&gt;<br />
H A Dtrim.test14 return ['text' => " If you have some <strong>HTML</strong> it will be escaped. "]
17 If you have some &lt;strong&gt;HTML&lt;/strong&gt; it will be escaped.
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DHTML.SafeEmbed.txt
H A DFilter.YouTube.txt
H A DHTML.MaxImgLength.txt
H A DHTML.DefinitionRev.txt
H A DURI.Base.txt
H A DHTML.AllowedModules.txt
/plugin/webcode/
H A DREADME.md1 # Webcode component (Render HTML, Javascript and CSS)
8 * HTML
79 * The output on the console log is now escaped for HTML entities and can then render HTML
104 …ernalAttributes Resources in the action bar in place of include, Xml was not replaced by HTML code)
108 …er not consistent. Solution: More than one resources will be then added in the HTML script element.
112 * XML is now seen as HTML
/plugin/quizlib/
H A DREADME.md4 …er. The library offers functions to parse quizzes written in well-defined HTML syntax and to evalu…
5 * XML syntax with generic styling and generic evaluation function (only one quiz per HTML page)
6 * HTML syntax with individual styling and generic evaluation function (only one quiz per HTML page)
7 * HTML syntax and individual evaluation function for total freedom
38 ### HTML style
85 Like HTML style but you have to write your own evaluation function.
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Descape.rst15 By default, it uses the HTML escaping strategy:
27 The ``escape`` filter can also be used in other contexts than HTML thanks to
45 * ``html``: escapes a string for the **HTML body** context.
56 * ``html_attr``: escapes a string for the **HTML attribute** context.
61 for the HTML escaping strategy.
/plugin/wysiwyg/fckeditor/_samples/lasso/
H A Dsample01.lasso25 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
35 This sample displays a normal HTML form with an FCKeditor with full features
/plugin/latexit/tests/dw_orig_test_files/
H A Dtest10.txt34 <HTML>
36 </HTML>
/plugin/quizlib/scripts/
H A DREADME.md2 A simple JavaScript library for creating HTML quizzes.
8 - Simple to implement, just add the provided classes to your HTML and follow the flexible structure
/plugin/confmanager/lang/de/
H A Dentities.txt2 … genutzt werden. Dies schließt HTML ein. Allerdings sollten Sie beachten, dass dieser Vorgang in K…
H A Dmime.txt5HTML upload für ungeschützte Wikis**, da dies Cross Site Scripting-Schwachstellen durch JavaScript…
/plugin/wysiwyg/fckeditor/_samples/cfm/
H A Dsample01.cfm26 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
37 This sample displays a normal HTML form with a FCKeditor with full features enabled.
H A Dsample01_mx.cfm26 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
37 This sample displays a normal HTML form with a FCKeditor with full features enabled.
/plugin/confmanager/lang/en/
H A Dentities.txt13 …ur pages. This includes HTML. However you should be aware that doing so is bound to break when use…
H A Dmime.txt5HTML upload for unprotected wikis**, as this opens Cross Site Scripting vulnerabilities through Ja…
/plugin/wysiwyg/fckeditor/_samples/afp/
H A Dsampleposteddata.afp24 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
52 lcWert=STRTRAN(lcWert,">","&gt;") && ... if wanted remove/translate HTML Chars ...
/plugin/confmanager/lang/nl/
H A Dentities.txt12 … Inclusief HTML. Hoewel je bewust moet zijn dat dit beperkt is doordat het stuk gaat als het wordt…
/plugin/codeprettify/code-prettify/
H A DCHANGES.md64 * Changed HTML lexer to use the same embedded source mechanism as the wiki
82 * Fixed prettifying of XML/HTML tags that contain uppercase letters.
111 **Caveat**: `prettyPrintOne` injects the HTML passed to it into a `<pre>` element.
112 If the HTML comes from a trusted source, this may allow XSS. Do not do this.
114 rewrite the HTML and then inject it, so anyone doing that with untrusted HTML
115 already has an XSS vulnerability. If you sanitize and prettify HTML from an
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dautoescape.rst11 using the HTML strategy
16 using the HTML strategy
36 using the HTML strategy
/plugin/farmer/_animal/data/pages/wiki/
H A Dsyntax.txt60 Linking to a specific section is possible, too. Just add the section name behind a hash character as known from HTML. This links to [[syntax#internal|this Section]].
194 DokuWiki can convert certain pre-defined characters or strings into images or other text or HTML.
196 The text to image conversion is mainly done for smileys. And the text to HTML conversion is used for typography replacements, but can be configured to use other HTML as well.
223 ==== Text to HTML Conversions ====
235 The same can be done to produce any kind of HTML, it just needs to be added to the [[doku>entities|pattern file]].
404 ===== Embedding HTML and PHP =====
406 You can embed raw HTML or PHP code into your documents by using the ''%%<html>%%'' or ''%%<php>%%'' tags. (Use uppercase tags if you need to enclose block level elements.)
408 HTML example:
412 This is some <span style="color:red;font-size:150%;">inline HTML</spa
[all...]

12345678910>>...21