Home
last modified time | relevance | path

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

12345678910>>...21

/plugin/ckgedit/ckeditor/lang/
H A Den.js.ckgedit33 …_302: "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.",
H A Den.js.unc5 …ed for the \"%1\" field must be a positive number with or without a valid HTML measurement unit (p…
34 …_302: "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.",
H A Dfr.js.unc78 …r le champ \"%1\" doit être un nombre positif avec ou sans unité de mesure HTML valide (px ou %).",
H A Dlang_array.txt72 …ed for the \"%1\" field must be a positive number with or without a valid HTML measurement unit (p…
694 …_302: "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.",
/plugin/ckgedit/ckeditor/plugins/fontAssist/
H A Dplugin.js.unc323 // Dialog window UI element: HTML code field.
327 // HTML code to be shown inside the field.
439 // HTML code to be shown inside the field.
446 // HTML code to be shown inside the field.
504 // HTML code to be shown inside the field.
511 // HTML code to be shown inside the field.
/plugin/ckgedit/ckeditor/plugins/footnote/
H A Dplugin.js.unc76 // Dialog window UI element: HTML code field.
80 // HTML code to be shown inside the field.
163 // Dialog window UI element: HTML code field.
167 // HTML code to be shown inside the field.
/plugin/ckgedit/ckeditor/plugins/link/dialogs/
H A Dlink.js.unc1546 * Initialize the doku_linkwizard by creating the needed HTML
1554 // create HTML Structure
/plugin/ckgedit/ckeditor/plugins/smiley/dialogs/
H A Dsmiley.js.unc132 // Build the HTML for the smiley images table.
/plugin/ckgedit/lang/
H A Den.4.9.js.beautified72 …ed for the \"%1\" field must be a positive number with or without a valid HTML measurement unit (p…
782 …_302: "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.",
/plugin/codebuttonmod2/
H A Dall.css28 * To use, write HTML like the following:
/plugin/codehighlight/cp/languages/
H A Dhtml.css2 * CodePress color styles for HTML syntax highlighting
H A Dxsl.css2 * CodePress color styles for HTML syntax highlighting
/plugin/codemirror/dist/modes/
H A Ddjango.min.js.map1 …string\n // styling as the default, when using Django templates inside HTML\n // element att…
H A Dhaml.min.js.map1 …;\n }\n }\n\n // donot handle --> as valid ruby, make it HTML close comment inste…
H A Dsas.min.js.map1 …acro variables http://support.sas.com/documentation/cdl/en/mcrolref/61885/HTML/default/viewer.htm#…
H A Dstylus.min.js.map1 …d: \"indent\"\n };\n });\n\n // developer.mozilla.org/en-US/docs/Web/HTML/Element\n var tagK…
/plugin/codemirror/dist/
H A Dscripts.min.js.map1 …rotected',\n entries: [{match: '<HTML>', style: 'tag', lang: 'html'}],\n patterns: […
/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
H A DREADME.md5 An embeddable script that makes source-code snippets in HTML prettier.
7 * Works on HTML pages.
25 ```HTML
38 ```HTML
53 number of languages including C and friends, Java, Python, Bash, SQL, HTML,
104 ```HTML
117 ```HTML
150 ```HTML
166 ```HTML
209 Prettify puts lines into an HTML list element so that line numbers aren't
[all …]
/plugin/color/
H A DREADME.md18 - The resulting HTML is a `<span>` element containing `⟨text⟩`, colorized with the given foreground…
/plugin/combo/ComboStrap/
H A DFetcherAppPages.php143 return Mime::create(Mime::HTML);
H A DFetcherMarkup.php26 * * does not output any full page (HTML document) but only fragment.
643 * Snippets and cache dependencies are only for HTML rendering
647 if (in_array($this->getMime()->toString(), [Mime::XHTML, Mime::HTML])) {
653 * the cache of the HTML page may be stored but not the cache of the snippets
946 if (!in_array($this->getMime()->toString(), [Mime::XHTML, Mime::HTML])) {
947 LogUtility::warning("The execution ($this) is not a HTML execution. The snippet $snippet will not be preserved because they are reserved for XHMTL execution");
H A DFetcherPage.php147 LogUtility::internalError("The cache HTML fragment file was not found", self::NAME);
181 return Mime::create(Mime::HTML);
H A DMessage.php85 return $this->addContent($message, Mime::HTML);
139 * Return an HTML Box (Used when sending message and in the main content)
164 $htmlContent = $this->getContent(Mime::HTML);
H A DMime.php13 public const HTML = "text/html"; define in ComboStrap\\Mime
90 return new Mime(Mime::HTML);

12345678910>>...21