Home
last modified time | relevance | path

Searched refs:HTML (Results 226 – 250 of 507) sorted by path

12345678910>>...21

/plugin/dw2pdf/vendor/mpdf/mpdf/
H A DCREDITS.txt14 * HTML2FPDF is a php script to read a HTML text and generate a PDF file. *
24 -Clément Lavoillotte for HTML-oriented FPDF idea
34 -W3SCHOOLS for HTML-related reference info [http://www.w3schools.com/]
H A DREADME.md1 mPDF is a PHP library which generates PDF files from UTF-8 encoded HTML.
109 But beware that a HTML/CSS template tailored for mPDF might be necessary.
111 If you are looking for state of the art CSS support, mirroring existing HTML pages to PDF, use headless Chrome.
/plugin/dw2pdf/vendor/mpdf/mpdf/data/
H A Dmpdf.css6 Need to add the following to do this, but also prevent margins in nested lists as per default HTML in most browsers:
/plugin/dw2pdf/vendor/mpdf/qrcode/
H A DREADME.md3 QR code generating library with HTML/PNG/mPDF output possibilities.
/plugin/eventline/timeline_ajax/
H A Dsimile-ajax-bundle.js2048 SimileAjax.HTML=new Object(); class in SimileAjax
2049 SimileAjax.HTML._e2uHash={};
2050 (function(){var A=SimileAjax.HTML._e2uHash;
2304 SimileAjax.HTML.deEntify=function(C){var D=SimileAjax.HTML._e2uHash;
/plugin/eventline/timeline_js/scripts/
H A Dsources.js412 …this._text = (args.text != null) ? SimileAjax.HTML.deEntify(args.text) : ""; // Change blank title…
417 this._description = SimileAjax.HTML.deEntify(args.description);
/plugin/eventline/timeline_js/
H A Dtimeline-bundle.js2435 this._text=(A.text!=null)?SimileAjax.HTML.deEntify(A.text):"";
2437 }this._description=SimileAjax.HTML.deEntify(A.description);
/plugin/externalembed/
H A DREADME.md41 * Note how you can use standard HTML here to embed Terms Of Service links.
/plugin/exttab1/
H A Dsyntax.php151 @return HTML code
180 @return HTML code
198 @return HTML code
224 @return HTML code
256 @return HTML code
/plugin/facebookwall/
H A Dsyntax.php332 * @return HTML code with linked image.
/plugin/farm/install/animaltemplate/conf/
H A Dacronyms.conf40 HTML HyperText Markup Language
/plugin/farm/install/animaltemplate/data/pages/wiki/
H A Dsyntax.txt363 ===== Embedding HTML and PHP =====
368 This is some <span style="color:red;font-size:150%;">inline HTML</span>
370 <HTML>
371 <p style="border:2px dashed red;">And this is some block HTML</p>
372 </HTML>
376 This is some <span style="color:red;font-size:150%;">inline HTML</span>
378 <HTML>
379 <p style="border:2px dashed red;">And this is some block HTML</p>
380 </HTML>
386 echo '(generated inline HTML)';
[all …]
/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...]
/plugin/fckg/action/entities/utils/
H A Dentities.txt499 Other Entities Supported by HTML
/plugin/fckg/fckeditor/editor/lang/
H A Dlang-template.txt134 AbbrDlgStet : "Create a string literal from text containing HTML and/or DokuWiki Markup character…
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/
H A DChangeLog-4.0.md20 * Updated HTML report assets
32 …de-coverage/issues/432): Change how files with no executable lines are displayed in the HTML report
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Dhelp.phpt19 --coverage-html <dir> Generate code coverage report in HTML format.
31 --testdox-html <file> Write agile documentation in HTML format to file.
H A Dhelp2.phpt20 --coverage-html <dir> Generate code coverage report in HTML format.
32 --testdox-html <file> Write agile documentation in HTML format to file.
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG547 * added escaping strategies for CSS, URL, and HTML attributes
1040 * fixed bug when \ was used in HTML
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dadvanced.rst220 before printing. If your filter acts as an escaper (or explicitly outputs HTML
227 example when adding (safe) HTML tags to originally unsafe output. In such a
396 text to HTML, create a ``markdown`` filter instead:
H A Dadvanced_legacy.rst247 before printing. If your filter acts as an escaper (or explicitly outputs HTML
254 example when adding (safe) HTML tags to originally unsafe output. In such a
H A Dapi.rst127 If set to ``true``, HTML auto-escaping will be enabled by
451 ``escape('html')`` are marked safe for HTML, ``escape('js')`` is marked
457 {{ var|escape('html') }} {# will be escaped for HTML and JavaScript #}
/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.
H A Dnl2br.rst7 The ``nl2br`` filter inserts HTML line breaks before all newlines in a string:
H A Dspaceless.rst8 Use the ``spaceless`` filter to remove whitespace *between HTML tags*, not
9 whitespace within HTML tags or whitespace in plain text:
22 transformation on large amounts of HTML:
34 This tag is not meant to "optimize" the size of the generated HTML content but
35 merely to avoid extra whitespace between HTML tags to avoid browser rendering
46 If you want to optimize the size of the generated HTML content, gzip
52 an HTML string, be warned that this is not as easy as it seems to be

12345678910>>...21