Home
last modified time | relevance | path

Searched refs:with (Results 1 – 25 of 1815) sorted by relevance

12345678910>>...73

/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/
H A Dends_with.test2 Twig supports the "ends with" operator
4 {{ 'foo' ends with 'o' ? 'OK' : 'KO' }}
5 {{ not ('foo' ends with 'f') ? 'OK' : 'KO' }}
6 {{ not ('foo' ends with 'foowaytoolong') ? 'OK' : 'KO' }}
7 {{ 'foo' ends with '' ? 'OK' : 'KO' }}
8 {{ '1' ends with true ? 'OK' : 'KO' }}
9 {{ 1 ends with true ? 'OK' : 'KO' }}
10 {{ 0 ends with false ? 'OK' : 'KO' }}
11 {{ '' ends with false ? 'OK' : 'KO' }}
12 {{ false ends with false ? 'OK' : 'KO' }}
[all …]
H A Dstarts_with.test2 Twig supports the "starts with" operator
4 {{ 'foo' starts with 'f' ? 'OK' : 'KO' }}
5 {{ not ('foo' starts with 'oo') ? 'OK' : 'KO' }}
6 {{ not ('foo' starts with 'foowaytoolong') ? 'OK' : 'KO' }}
7 {{ 'foo' starts with 'f' ? 'OK' : 'KO' }}
9 with 'f' ? 'OK' : 'KO' }}
10 {{ 'foo' starts with '' ? 'OK' : 'KO' }}
11 {{ '1' starts with true ? 'OK' : 'KO' }}
12 {{ '' starts with false ? 'OK' : 'KO' }}
13 {{ 'a' starts with false ? 'OK' : 'KO' }}
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/autoescape/
H A Dliteral.test9 2. Conditional expression with only literals
12 3. Conditional expression with a variable
15 4. Nested conditionals with only literals
18 5. Nested conditionals with a variable
21 6. Nested conditionals with a variable marked safe
32 2. Conditional expression with only literals
35 3. Conditional expression with a variable
38 4. Nested conditionals with only literals
41 5. Nested conditionals with a variable
44 6. Nested conditionals with a variable marked safe
/plugin/csv/_test/csv/
H A Dc-q-q-escaping.csv4 "line with enclosure","second column"
5 "column with enclosure "", and comma inside text","second column enclosure in text """
6 "columns with
7 new line","columns with tab"
8 "Columns with WINDOWS
10 "column with \n \t \\","second col"
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dwith.rst1 ``with``
5 The ``with`` tag was added in Twig 1.28.
7 Use the ``with`` tag to create a new inner scope. Variables set within this
12 {% with %}
19 hash of variables you want to define in the ``with`` tag; the previous example
24 {% with { foo: 42 } %}
29 {# it works with any expression that resolves to a hash #}
31 {% with vars %}
41 {% with { foo: 42 } only %}
/plugin/sphinxsearch-was/
H A Dchangelog2 * Made the plugin compatible with the latest DokuWiki release.
10 * Fixed issue with php tag stripping
22 * Fixed compatibility problem with version dokuwiki-2010-11-07.tgz "Anteater"
33 * Fixed bug with dokuwiki version 2008-05-05
38 * Fixed bug with search query
39 * Added grouping search results by page with nested subsections
40 * Fixed bug with relevance
41 * Fixed bug with navigations by pages
46 * Fixed bug with invalid characters in XML
47 * Fixed bug with parsing dokuwiki pages
[all …]
/plugin/sphinxsearch/
H A Dchangelog12 * Fixed compatibility problem with version dokuwiki-2010-11-07.tgz "Anteater"
23 * Fixed bug with dokuwiki version 2008-05-05
28 * Fixed bug with search query
29 * Added grouping search results by page with nested subsections
30 * Fixed bug with relevance
31 * Fixed bug with navigations by pages
36 * Fixed bug with invalid characters in XML
37 * Fixed bug with parsing dokuwiki pages
38 * Fixed bug with memory leak, now it requires not more than 7Mb
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Ddataprovider-debug.phpt16 Starting test 'DataProviderDebugTest::testProvider with data set #0 (null, true, 1, 1.0)'.
18 Starting test 'DataProviderDebugTest::testProvider with data set #1 (1.2, resource(%d) of type (str…
20 Starting test 'DataProviderDebugTest::testProvider with data set #2 (array(array(1, 2, 3), array(3,…
22 Starting test 'DataProviderDebugTest::testProvider with data set #3 ('this\nis\na\nvery\nvery\nvery…
24 Starting test 'DataProviderDebugTest::testProvider with data set #4 (stdClass Object (), stdClass O…
26 Starting test 'DataProviderDebugTest::testProvider with data set #5 (Binary String: 0x000102030405,…
28 Starting test 'DataProviderDebugTest::testProvider with data set #6 (Binary String: 0x0009)'.
H A Ddataprovider-log-xml-isolation.phpt21 <testcase name="testAdd with data set #0" assertions="1" time="%f"/>
22 <testcase name="testAdd with data set #1" assertions="1" time="%f"/>
23 <testcase name="testAdd with data set #2" assertions="1" time="%f">
24 …<failure type="PHPUnit_Framework_ExpectationFailedException">DataProviderTest::testAdd with data s…
30 <testcase name="testAdd with data set #3" assertions="1" time="%f"/>
40 1) DataProviderTest::testAdd with data set #2 (1, 1, 3)
H A Ddataprovider-log-xml.phpt20 <testcase name="testAdd with data set #0" assertions="1" time="%f"/>
21 <testcase name="testAdd with data set #1" assertions="1" time="%f"/>
22 <testcase name="testAdd with data set #2" assertions="1" time="%f">
23 …<failure type="PHPUnit_Framework_ExpectationFailedException">DataProviderTest::testAdd with data s…
29 <testcase name="testAdd with data set #3" assertions="1" time="%f"/>
39 1) DataProviderTest::testAdd with data set #2 (1, 1, 3)
H A Ddataprovider-testdox.phpt16 [x] Does something with one
17 [x] Does something with two
18 [x] Does something else with one
19 [x] Does something else with two
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DREADME.md20 Install the latest version with
67 - Monolog `^2.0` works with PHP 7.2 or above, use Monolog `^1.25` for PHP 5.3+ support.
80 can be used very easily with Monolog since it implements the interface.
81 - [Symfony](http://symfony.com) comes out of the box with Monolog.
82 - [Laravel](http://laravel.com/) comes out of the box with Monolog.
83 - [Lumen](http://lumen.laravel.com/) comes out of the box with Monolog.
84 - [PPI](https://github.com/ppi/framework) comes out of the box with Monolog.
87 - [XOOPS 2.6](http://xoops.org/) comes out of the box with Monolog.
91 - [FuelPHP](http://fuelphp.com/) comes out of the box with Monolog.
95 - [SilverStripe 4](https://www.silverstripe.org/) comes out of the box with Monolog.
[all …]
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Exclusion/
H A DDisjunctExclusionStrategyTest.php27 ->with($metadata, $context)
48 ->with($metadata, $context)
53 ->with($metadata, $context)
71 ->with($metadata, $context)
76 ->with($metadata, $context)
94 ->with($metadata, $context)
115 ->with($metadata, $context)
120 ->with($metadata, $context)
138 ->with($metadata, $context)
143 ->with($metadata, $context)
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-ol-start-num-data/
H A Dmd1_ordered_and_unordered_lists.md1 ## Ordered, start's with 4
15 Loose using tabs, start's with 5:
31 Multiple paragraphs, start's with 5:
42 ## Nested, start's with 5
51 Same thing but with paragraphs:
/plugin/findologicxmlexport/vendor/jms/metadata/tests/
H A DMetadataFactoryTest.php22 ->with($this->equalTo(new \ReflectionClass('Metadata\Tests\Fixtures\TestObject')))
30 ->with($this->equalTo(new \ReflectionClass('Metadata\Tests\Fixtures\TestParent')))
50 ->with($this->equalTo(new \ReflectionClass('Metadata\Tests\Fixtures\TestObject')))
58 ->with($this->equalTo(new \ReflectionClass('Metadata\Tests\Fixtures\TestParent')))
128 ->with($this->equalTo('Metadata\Tests\Fixtures\TestObject'))
134 ->with($this->equalTo($metadata))
164 … ->with($this->equalTo(new \ReflectionClass('Metadata\Tests\Fixtures\ComplexHierarchy\SubClassA')))
169 …->with($this->equalTo(new \ReflectionClass('Metadata\Tests\Fixtures\ComplexHierarchy\InterfaceB')))
174 … ->with($this->equalTo(new \ReflectionClass('Metadata\Tests\Fixtures\ComplexHierarchy\BaseClass')))
221 ->with($this->equalTo('Metadata\Tests\Fixtures\TestObject'))
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/with/
H A Dwith_no_hash.test2 "with" tag with an expression that is not a hash
4 {% with vars %}
10 Twig\Error\RuntimeError: Variables passed to the "with" tag must be a hash in "index.twig" at line …
H A Dexpression.test2 "with" tag with expression
4 {% with {foo: 'foo', bar: 'BAZ'} %}
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dmd1_tabs.md2 indented with tabs
5 indented with spaces
18 indented with tabs
21 indented with spaces
/plugin/webcode/_test/data/pages/
H A Dacross_section.txt18 * with an inline style
20 <p style="font-size: 20px">A p element with the font-size defined inline</p>
22 * with a class defined in the sylesheet
24 <p class="sheet">A p element with the font-size defined by a stylesheet</p>
26 ==== Retrieve the elements with Javascript ====
34 console.log("The first p with an inline definition has a fontSize property of "+allP.item(1).style.…
38 console.log("The second p with a stylesheet definition has an undefined fontSize property "+(typeof…
/plugin/bibtex4dw/
H A DCHANGELOG.md3 Manual changelog with some possibly important aspects
22 * Start with sensible messages to users via DokuWiki ``msg()`` function
32 * Optionally, the plugin can use an SQLite db (using the sqlite plugin). This speeds up things, particulary with large bibliography databases, and reduces latencies when rendering pages with references.
37 * Display of PDF files: If a PDF file with a name identical to the BibTeX key of a reference esists in a configurable namespace, a link to this file will be added to the end of the reference, permitted the user has read access to this namespace
42 * Display of "tooltips" adjusted to work with new standard template of DokuWiki; now realised in JavaScript
/plugin/scrape/HTMLPurifier/ConfigSchema/
H A DValidator.php
/plugin/bootnote/
H A DREADME.md5 …or [Dokuwiki](https://www.dokuwiki.org). It display some note inside the wiki with bootstrap style.
19 * "nothing" : display a simple note with info sign : `<bootnote>...Note...</bootnote>`
20 * Web : display a note with an globe sign : `<bootnote web>...Note...</bootnote>`
21 * Question : display a note with question sign : `<bootnote question>...Note...</bootnote>`
22 * Learn : display note with an education sign : ``<bootnote learn>...Note...</bootnote>``
23 * Warning : display a note with a warning sign : ``<bootnote warning>...Note...</bootnote>``
24 * Critical : display a note with a fire sign ``<bootnote critical>...Note...</bootnote>``
40 …n settings but he's deprecated for Dokuwiki theme and only works properly with a bootstrap theme !…
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Extensions/
H A DPhptTestCaseTest.php86 ->with($fileSection)
105 ->with($skipifSection)
124 ->with($skipifSection)
143 ->with($cleanSection);
202 ->with(self::FILE_SECTION)
217 ->with(self::FILE_SECTION)
232 ->with(self::FILE_SECTION)
/plugin/divalign2/
H A DChangeLog12 * Updated with PR #2 by LarsGit223 (ODT support).
13 * Updated with PR #3 by wigyori (PHP 7.x conformance).
37 * action.php: Added file with conditional stack-view fix.
51 * ODT: slightly better compatibility with the renderer
55 * print.css: Added file with CSS for print view.
61 * Text: compatibility with text renderer.
62 * ODT: partial compatibility with renderer.
64 * script.js: Added file with initial toolbar support (via picker).
69 * syntax/justify.php: Added file with justified syntax mode.
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/include/
H A Donly.test6 {% include "foo.twig" with vars1 %}
7 {% include "foo.twig" with vars1 only %}
8 {% include "foo.twig" with vars2 %}
9 {% include "foo.twig" with vars2 only %}

12345678910>>...73