| /plugin/latexport/examples/ |
| D | simplest.tex | 3 \usepackage{import} % To import an external document. 4 \usepackage[french]{babel} % To help with hyphenation. 5 \usepackage{soul} % To provide nice hyphenation. 6 \usepackage{hyperref} % To have hyperlinks to internet. 7 \usepackage{array} % To have better presentation in tables. 8 \usepackage{csquotes} % To display quotes. 9 \usepackage{multirow} % To have rowspan in tables. 10 \usepackage{makecell} % To have colspan in tables. 11 \usepackage{tabulary} % To make tables. 12 \usepackage{fontspec} % To use local system fonts. [all …]
|
| D | example.tex | 3 \usepackage{import} % To import an external document. 4 \usepackage[french]{babel} % To help with hyphenation. 5 \usepackage{soul} % To provide nice hyphenation. 6 \usepackage{hyperref} % To have hyperlinks to internet. 7 \usepackage{csquotes} % To display quotes. 8 \usepackage{array} % To have better presentation in tables. 9 \usepackage{multirow} % To have rowspan in tables. 10 \usepackage{makecell} % To have colspan in tables. 11 \usepackage{tabulary} % To make tables. 31 \usepackage{fontspec} % To use local system fonts. [all …]
|
| /plugin/asciidocjs/node_modules/regenerator-runtime/ |
| D | README.md | 7 To import the runtime as a module (recommended), either of the following 17 To ensure that `regeneratorRuntime` is defined globally, either of the 27 To get the absolute file system path of `runtime.js`, evaluate the
|
| /plugin/upgrade/vendor/splitbrain/php-archive/ |
| D | README.md | 7 To keep things simple, the modification (adding or removing files) of existing archives is not supp… 30 // To list the contents of an existing TAR archive, open() it and use 37 // To extract the contents of an existing TAR archive, open() it and use 43 // To create a new TAR archive directly on the filesystem (low memory 52 // To create a TAR archive directly in memory, create() it, add*()
|
| /plugin/advanced/lang/en/config/ |
| D | main.txt | 5 …ault" values of the system. To customize it, you should edit the file ''conf/local.php'' or create…
|
| /plugin/userhomepage/lang/en/ |
| D | userhomepage_private.default | 3 …* To create a page inside this private space, simply use the standard link syntax __without any na… 6 * To create a sub-namespace, simply indicate the new page's full position :
|
| D | userhomepage_publicspace.default | 5 …* To create a page inside this public space, simply use the standard link syntax __without any nam… 8 * To create a sub-namespace, simply indicate the new page's full position :
|
| /plugin/emoji/ |
| D | README | 6 To insert a smiling face, you can: 11 To avoid unintended substitution, short names and emoticons should be separated
|
| /plugin/quickstats/GEOIP/vendor/composer/ca-bundle/ |
| D | README.md | 39 #### To use with curl 54 #### To use with php streams 74 #### To use with Guzzle
|
| /plugin/zwidoku/ |
| H A D | README.md | 12 To install this plugin, go tto the DokuWiki install directory: 22 To configure this plugin, edit getEncyc.php after the line that starts as "start configuration".
|
| /plugin/combo/vendor/salesforce/handlebars-php/ |
| H A D | README.md | 39 To install with composer, add the following in the require key in your **composer.json** file 501 To format string to uppercase 508 To format string to lowercase 516 To capitalize the first letter 523 To capitalize each words in a string 530 To reverse the order of string 537 To format date: `{{#format_date date '$format'}}` 544 To singularize or plurialize words based on count `{{#inflect count $singular $plurial}}` 551 To truncate a string: `{{#truncate title $length $ellipsis}}` 558 To use a default value if the string is empty: `{{#default title $defaultValue}}` [all …]
|
| /plugin/cosmocode/lang/en/ |
| D | support.txt | 6 To learn more about how we can enhance your DokuWiki experience, visit our [[https://www.cosmocode.… 7 To contact us, please email us at <dokuwiki+support@cosmocode.de> and we will get back to you as so…
|
| /plugin/twcheckliste/ |
| D | README.md | 17 - H2 = Section (contains Areas). To adapt checklist before generating print-view 18 - H3 = Area (contains checkpoints). To adapt checklist before generating print-view
|
| /plugin/todo/ |
| H A D | README.md | 9 To prepare a new release: 23 To update local tags to match remote tags (i.e. reflect a move of the 'latest' tag) you need to
|
| /plugin/diagramsnet/lib/js/orgchart/ |
| D | mxOrgChartLayout.js | 462 edge.To.X += offsetx; 463 var fx = edge.From.X, fy = edge.From.Y, tx = edge.To.X, ty = edge.To.Y; 468 edge.From = edge.To; 469 edge.To = tmp; 477 var fx = edge.From.X, fy = edge.From.Y, tx = edge.To.X, ty = edge.To.Y; 510 var fx2 = e2.From.X, fy2 = e2.From.Y, tx2 = e2.To.X, ty2 = e2.To.Y;
|
| D | OrgChart.Layout.min.js | 1 …To,y.To))},getDefaultValue:function(){return new OrgChart.Layout.Dimensions}},From:0,To:0,$ctor1:f… property
|
| /plugin/givemeyouremail/ |
| D | README.txt | 21 To insert the form in your page, just write the following tag : <givemeyouremail> , and save your p… 27 To collect all the email adresses, you can download the adresses.txt file located on the plugin ins…
|
| /plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/ |
| H A D | IMipPluginTest.php | 123 'Reply-To: Sender <sender@example.org>', 165 'Reply-To: Sender <sender@example.org>',
|
| /plugin/ipban/ip-lib/ |
| D | README.md | 46 To parse an IPv4 address: 52 To parse an IPv6 address: 58 To parse an address in any format (IPv4 or IPv6): 79 To parse a subnet (CIDR) range: 86 To parse a pattern (asterisk notation) range: 93 To parse an andress as a range: 100 To parse a range in any format: 266 To save a range, you need to store the address type (for IPv4 it's `4`, for IPv6 it's `6`), as well…
|
| /plugin/findologicxmlexport/vendor/jms/serializer/ |
| D | CONTRIBUTING.md | 15 To check your code you can run `vendor/bin/phpcs`. This command will give you a list of violations … 36 To test doc rendering before submitting your PR, you will need [Sphinx](http://www.sphinx-doc.org/e… 38 To install `Sphinx` just run: 59 To create a new issue, you can use the GitHub issue tracking system.
|
| /plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/ |
| D | AutoFormat.AutoParagraph.txt | 23 To prevent auto-paragraphing as a content-producer, refrain from using 26 tags like <code>pre</code>, so this should not be difficult.) To prevent
|
| /plugin/medialist/ |
| D | README.md | 23 To list media files linked in the current page use: 27 To list media files stored in the current namespace use: 31 To list media files stored in the current namespace and its sub-namesapces use:
|
| /plugin/file2dw/ |
| D | README.md | 37 …Java application) so I decided to run the soffice conversion using `sudo`. To make it work, I had … 49 …st in one of them). I hope you will find usefull the comments on the file. To prevent errors, you … 64 To run this, execute: 79 To run this, execute:
|
| /plugin/fckg/fckeditor/ |
| D | Install_README | 15 To use the above you must create three Windows junctions as opposed to unix links. But 26 To do this go to the file fckeditor/fckskin.js and follow the instructions;
|
| /plugin/dw2pdf/vendor/setasign/fpdi/ |
| D | SECURITY.md | 3 To report a security vulnerability, please use the
|