Home
last modified time | relevance | path

Searched refs:with (Results 1401 – 1425 of 2327) sorted by path

1...<<51525354555657585960>>...94

/plugin/mapillary/scss/
H A Dstyle.scss5 // purpose with or without fee is hereby granted, provided that the above
/plugin/mark2memorize/
H A DLICENSE39 We protect your rights with two steps: (1) copyright the software, and
68 either verbatim or with modifications and/or translated into another
85 along with the Program.
130 with the Program (or with a work based on the Program) on a volume of
138 a) Accompany it with the complete corresponding machine-readable
142 b) Accompany it with a written offer, valid for at least three
149 c) Accompany it with the information you received as to the offer
152 received the program in object code or executable form with such
153 an offer, in accord with Subsection b above.)
162 form) with the major components (compiler, kernel, and so on) of the
[all …]
/plugin/markdownextra/
H A DLicense.text11 Redistribution and use in source and binary forms, with or without
20 documentation and/or other materials provided with the distribution.
H A DREADME.md24 If the page name ends with ''.md'' suffix, it gets automatically parsed using PHP Markdown Extra. T…
52 Front matter is a text block at the top of dokuwiki page with .md suffix. It begins and ends with '…
60 …plugin](https://www.dokuwiki.org/plugin:tag) too, but I can't use it with page with .md suffix as …
/plugin/markdownextra/lib/meltdown-tweaks/
H A Dmeltdown-tweaks.css1 /* Disabling tools that are incompatible with the markdown editor */
/plugin/masciimath/
H A DREADME.txt10 * Create a wikipage with the following ASCIIMathML code in it: `x_(1,2)=(-b+-sqrt(b^2-4a c))/(2a)`
11 * View your wiki using Firefox (the only browser with a complete MathML implementation).
/plugin/math2/phpmathpublisher/
H A DCOPYING39 We protect your rights with two steps: (1) copyright the software, and
68 either verbatim or with modifications and/or translated into another
85 along with the Program.
130 with the Program (or with a work based on the Program) on a volume of
138 a) Accompany it with the complete corresponding machine-readable
142 b) Accompany it with a written offer, valid for at least three
149 c) Accompany it with the information you received as to the offer
152 received the program in object code or executable form with such
153 an offer, in accord with Subsection b above.)
162 form) with the major components (compiler, kernel, and so on) of the
[all …]
/plugin/mathjax/lang/en/
H A Dsettings.php5 …e.g. conf/mathjax.js or data/pages/mathjaxconf.txt), and separate multiple files with semicolons.';
/plugin/matomo/
H A DLICENSE39 We protect your rights with two steps: (1) copyright the software, and
68 either verbatim or with modifications and/or translated into another
85 along with the Program.
130 with the Program (or with a work based on the Program) on a volume of
138 a) Accompany it with the complete corresponding machine-readable
142 b) Accompany it with a written offer, valid for at least three
149 c) Accompany it with the information you received as to the offer
152 received the program in object code or executable form with such
153 an offer, in accord with Subsection b above.)
162 form) with the major components (compiler, kernel, and so on) of the
[all …]
H A DREADME.md4 …editable tracking code or image into DokuWiki pages to track user actions with Matomo (see https:/…
45 * PHP with mysql support (now PHP7 ready)
54 … enabled and you should see the trackingcode in the rendered html on wiki pages (f.e. with firebug)
/plugin/mcitem/
H A DREADME.md2 Adds Minecraft item link with icon
28 …ft:redstone' which will result in a link to your wiki page about redstone with redstone icon prepe…
H A Dplugin.info.txt6 desc Adds Minecraft item link with icon
/plugin/mdpage/
H A DLICENSE.Apache-2.04 you may not use this file except in compliance with the License.
H A DLICENSE.GPL-2.0-or-later39 We protect your rights with two steps: (1) copyright the software, and
68 either verbatim or with modifications and/or translated into another
85 along with the Program.
130 with the Program (or with a work based on the Program) on a volume of
138 a) Accompany it with the complete corresponding machine-readable
142 b) Accompany it with a written offer, valid for at least three
149 c) Accompany it with the information you received as to the offer
152 received the program in object code or executable form with such
153 an offer, in accord with Subsection b above.)
162 form) with the major components (compiler, kernel, and so on) of the
[all …]
H A DREADME.md29 …itbrain/dokuwiki/blob/master/COPYING). This license cannot be compatible with the Apache 2.0 Lice…
/plugin/mdpage/vendor/cebe/markdown/
H A DCHANGELOG.md7 - Improved handling of inline HTML with URL and email tags.
8 - Improved handling of custom syntax with `[[`, references should not use `[` as the first characte…
21 - #151 Fixed table rendering for lines begining with | for GFM (@GenaBitu)
45 - improve compatibility with github flavored markdown
46 - #64 fixed some rendering issue with emph and strong
48 - fixed various issues with table rendering
57 - Fixed the `bin/markdown` script to work with composer autoloader (c497bada0e15f61873ba6b2e29f4bb8…
65 …nternal representation of the parsed text which allows extensions to work with the parsed Markdown…
83 …This not only fixes some issues with nested block elements but also allows manipulation of the mar…
90 - #27 Fixed some rendering problems with block elements not separated by newlines
[all …]
H A DCONTRIBUTING.md10 - I am following a code style that is basically [PSR-2](http://www.php-fig.org/psr/2/) but with TAB…
27 The Markdown parser classes are tested with [PHPUnit](https://phpunit.de/). For each test case ther…
28 the subfolders of the `/tests` folder. The result of the parser is tested with an input and an outp…
31 You can run the tests after initializing the lib with composer(`composer install`) with the followi…
35 To create a new test case, create a `.md` file a`.html` with the same base name in the subfolders of
H A DREADME.md20 Extending the Markdown language with new elements is as simple as adding a new method to the class …
73 > Note: If you have configured PHP with opcache you need to enable the
163 Render a file with original markdown:
223 // if a line starts with at least 3 backticks it is identified as a fenced code block
405 In general, just adding the trait with `use` is enough, however in some cases some fine tuning is d…
408 by renaming the identification function. This is what is done with renaming `identifyHr` to `identi…
429 * @var array these are "escapeable" characters. When using one of these prefixed with a
471 While reviewing PHP markdown parsers for choosing one to use bundled with the [Yii framework 2.0][]
473 of doing real parsing. This way extending them with new language elements is quite hard
474 as you have to come up with a complex regex, that matches your addition but does not mess
[all …]
/plugin/mdpage/vendor/cebe/markdown/tests/extra-data/
H A Dfenced-code.md9 fenced with tildes
/plugin/mdpage/vendor/cebe/markdown/tests/github-data/
H A Ddel.md5 a line with ~~ in it ...
H A Dgithub-code-in-numbered-list.md2 2. Item two with some code:
8 3. Item three with code:
H A Dgithub-sample.md16 Oh, and one thing I cannot stand is the mangling of words with multiple underscores in them like pe…
52 1. This is a list item with two paragraphs. Lorem ipsum dolor
128 > the midst of this press conference, with all the pressure of trying to
129 > come up with answer, but it hadn't yet...
134 > as I should be in coming up with one.
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A DREADME1 All tests prefixed with `md1_` are taken from http://daringfireball.net/projects/downloads/Markdown…
H A Dhtml-block.md23 alt="some alt aligned with src attribute" title="some text" />
45 alt="some alt aligned with src attribute"
50 alt="some alt aligned with src attribute"
H A Dinline-html.md11 this line ends with <
13 this line ends with &

1...<<51525354555657585960>>...94