Home
last modified time | relevance | path

Searched refs:with (Results 26 – 50 of 2199) sorted by relevance

12345678910>>...88

/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/with/
H A Diterable.test2 "with" tag with an iterable expression
4 {% with vars %}
H A Dnested.test2 nested "with" tags
5 {% with {bar: 'BAZ'} %}
6 {% with {foo: 'FOO'} %}
H A Dwith_only.test2 "with" tag with expression and only
4 {% with {foo: 'foo', bar: 'BAZ'} only %}
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DsfComments.yml10 ex5: foo # comment with tab before
38 test: 'Value starting with a #'
40 'Value starting with a #'
46 test: Document starting with a comment and a separator
70 test: 'Hash key ending with a space and a #'
72 'Hash key ending with a space and a #'
H A DsfCompact.yml4 Compact notation for sets of mappings with single element
33 test: Compact notation combined with inline notation
57 Compact notation for sets of mappings with single element
86 test: Compact notation combined with inline notation
110 Compact notation for sets of mappings with single element
139 test: Compact notation combined with inline notation
H A DYtsNullsAndEmpties.yml5 with an empty inline sequence.
14 with an empty inline mapping.
41 with a pair of quotes.
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/include/
H A Dwith_variables.test4 {% include "foo.twig" with {'foo': 'bar'} %}
5 {% include "foo.twig" with vars1 %}
6 {% include "foo.twig" with vars2 %}
/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
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md15 * The zip release ships with [sabre/vobject 4.1.2][vobj],
281 has resources with no returned properties.
329 with no UID.
479 with public properties.
553 with no UID.
809 * #470: Fixed compatibility with PHP < 5.4.14.
1126 disallowing urls with ampersands (&) in them.
1189 * Fixed: SharingPlugin now plays nicer with other plugins with similar
1295 disallowing urls with ampersands (&) in them.
1824 * Updated: Better compatibility with BitKinex
[all …]
/plugin/indexnumber/
H A DREADME.md3 This DokuWiki syntax plugin creates counters with prefixes, for numbering
4 and labeling images and tables with indexes like "Tab. 1: Types of animals"
8 Individual counters and their prefix can be referenced with the
30 the "#" character. All `idxnum` tags with the same counter name will produce sequential
33 The id can be used for referencing the generated number with the indexreference plugin.
48 This is the second image, with a description. Note that the id is arbitrary
53 Interspersed table with a different counter:
/plugin/markdownextra/
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/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DContainerRuntimeLoaderTest.php22 $container->expects($this->once())->method('has')->with('stdClass')->willReturn(true);
23 … $container->expects($this->once())->method('get')->with('stdClass')->willReturn(new \stdClass());
36 $container->expects($this->once())->method('has')->with('Foo');
/plugin/strata/
H A Dmanual.txt5 * the [[#quick guide]] will get you started with a few examples,
11 The quick guide will get you up and running with some examples of how to enter and query. More advanced uses are discussed in the reference guide.
18 Data entry is done with ''<data>'' tags. The following example is a data block for Jane Doe. The block is meant to add some extra data to the page it is on (we assume it is on the page ''persons:jane_doe''). The example shows you how to add simple values, how to declare a class, and how to use types.
33 The same example, but extended with more features:
52 **Type hints**: You can change how a [[#types|type]] behaves by adding a type hint. Type hints are added by appending them to the type with ''::''. For example ''[page::places]'' uses the page type, and will try to resolve values without an explicit namespace as if they were in the ''places:'' namespace. For a list of types and their hints, see [[#Types]].
54 **Multiple Values**: You can have multiple values with a field. Do this by either putting a ''*'' after the field (or after the type, if it has any), or by simply adding the field multiple times.
56 **Comments** All lines that start with double dashes (i.e., ''%%--%%'') are ignored. Note that your comments can still be read by anyone viewing the source of the wiki page.
71 **Patterns**: You can use variables and literals to describe what data you want to match. The patterns should be written down in lines, with each line formatted like ''subject field: value''.
75 Variables are indicated with the ''?''. You can use a variable in any spot (except types or type hints). For example ''?p ?k [date]: 1982-7-23'' to find out who has what relation to the date 1982-7-23.
77 Literals can be written down verbatim, except for subject literals. These should be enclosed in ''%%[[%%'' and ''%%]]%%''. For example ''%%[[persons:jane_doe]] Address: ?a%%'' to get the address associated with Jan
[all...]
/plugin/findologicxmlexport/vendor/jms/metadata/tests/Driver/
H A DAbstractFileDriverTest.php39 ->with($class, self::$extension)
45 ->with($class, 'Some\Path')
57 ->with($class, self::$extension)
69 ->with(self::$extension)
/plugin/dw2pdf/vendor/setasign/fpdi/
H A DREADME.md19 ## Installation with [Composer](https://packagist.org/packages/setasign/fpdi)
21 Because FPDI can be used with FPDF, TCPDF or tFPDF we haven't added a fixed dependency in the main
25 To use FPDI with FPDF include following in your composer.json file:
75 Version 2 is a complete rewrite from scratch of FPDI which comes with:
82 - Support for documents with "invalid" data before their file-header
92 - Page boundaries beginning with a slash, such as `/MediaBox`, are not supported anymore. Remove
97 - The return value of `getTemplateSize()` had changed to an array with more speaking keys
99 - If you want to use **FPDI with TCPDF** you need to refactor your code to use the class `Tcpdf\Fpdi`
109 // or for usage with TCPDF:
112 // or for usage with tFPD
[all...]
/plugin/bible/bible_douayRheims/
H A D2_Machabees.txt92 …ed to them a horse, with a terrible rider upon him, adorned with a very rich covering: and he ran …
129 …anner by Jason, and the city, and came in with torch lights, and with praises, and from thence he …
238 …But when the young man was not moved with these things, the king called the mother, and counselled…
242 …r, but being made a worthy partner with thy brethren, receive death, that in that mercy I may rece…
292 9:1. At that time Antiochus returned with dishonour out of Persia.
343 … and they that were with him, when he drew near, prayed to the Lord, sprinkling earth upon their h…
348with their arms, and kept him safe; but cast darts and fireballs against the enemy, so that they f…
455 …3:16. And having filled the camp of the enemies with exceeding great fear and tumult, they went of…
482 …14:17. Now Simon, the brother of Judas, had joined battle with Nicanor: but was frightened with th…
536 15:25. But Nicanor, and they that were with him came forward, with trumpets and songs.
[all …]
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DURI.MungeSecretKey.txt
/plugin/ckgedit/
H A DREADME.md2 FCKEditor with the more current CKEditor. Whereas the base directory for fckgLite is named fckg, th…
6 This version of ckgeditor should work with Linux, Windows, and versions of Dokuwiki installed with
/plugin/authsmartcard/
H A DREADME.md8 …ers to dokuwiki by comparing the user's client certificate's CN attribute with the group field for…
10 …oe needs access to the Wiki. John has a client certificate (or smartcard with a certificate on it…
12with his browser configured to use a client certificate (or smartcard), this plugin will authentic…
14 …y Margus Pärt (mxrguspxrt). Much of the plugin structure and API changed with dokuwiki requiring …
44 To log on with your client certificate, follow this link: [[lib/plugins/authsmartcard/auth/|Authent…
/plugin/quizlib/
H A DREADME.md4 …the user answers. Furthermore the plugin provide a simple XML-like syntax with a generic CSS styli…
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)
10 The plugin is tested with:
21with the tag "quizlib". This tag contains as attributes the array with the correct answers ("right…
23with the content of the question and an attribute "type" (text, radio, checkbox). The possible ans…
41 … submit-button. Its first argument is the id of the quiz, the second is the array with the answers.
/plugin/authgooglesheets/vendor/guzzlehttp/promises/
H A DREADME.md27 - Works with any object that has a `then` function.
35 primary way of interacting with a promise is through its `then` method, which
42 Callbacks are registered with the `then` method by providing an optional
63 reject a promise with a *reason*. Resolving a promises triggers callbacks
64 registered with the promises's `then` method. These callbacks are triggered
218 the promise is rejected with the exception and the exception is thrown.
248 …ught exception 'GuzzleHttp\Promise\RejectionException' with message 'The promise was rejected with
345 Fulfills the promise with the given `$value`.
349 Rejects the promise with the given `$reason`.
398 // Create a Guzzle promise that is fulfilled with a React promise.
[all …]
/plugin/abc2/abc-libraries/abc2svg/
H A DLICENSE28 Application with the Library. The particular version of the Library
29 with which the Combined Work was made is also called the "Linked
60 b) under the GNU GPL, with none of the additional permissions of
72 a) Give prominent notice with each copy of the object code that the
76 b) Accompany the object code with a copy of the GNU GPL and this license
87 a) Give prominent notice with each copy of the Combined Work that
91 b) Accompany the Combined Work with a copy of the GNU GPL and this license
104 recombine or relink the Application with a modified version of
109 1) Use a suitable shared library mechanism for linking with the
112 system, and (b) will operate properly with
[all...]
/plugin/jplayer/vendor/james-heinrich/getid3/licenses/
H A Dlicense.lgpl-30.txt28 Application with the Library. The particular version of the Library
29 with which the Combined Work was made is also called the "Linked
60 b) under the GNU GPL, with none of the additional permissions of
72 a) Give prominent notice with each copy of the object code that the
87 a) Give prominent notice with each copy of the Combined Work that
104 recombine or relink the Application with a modified version of
112 system, and (b) will operate properly with a modified version
113 of the Library that is interface-compatible with the Linked
121 Application with a modified version of the Linked Version. (If
131 Library side by side in a single library together with other library
[all …]
/plugin/html5video2/script/
H A DLGPLv3-LICENSE.txt28 Application with the Library. The particular version of the Library
29 with which the Combined Work was made is also called the "Linked
60 b) under the GNU GPL, with none of the additional permissions of
72 a) Give prominent notice with each copy of the object code that the
87 a) Give prominent notice with each copy of the Combined Work that
104 recombine or relink the Application with a modified version of
112 system, and (b) will operate properly with a modified version
113 of the Library that is interface-compatible with the Linked
121 Application with a modified version of the Linked Version. (If
131 Library side by side in a single library together with other library
[all …]

12345678910>>...88