Home
last modified time | relevance | path

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

12345678910>>...110

/plugin/asciidocjs/node_modules/with/
DREADME.md1 # with chapter
3 Compile time `with` for strict mode JavaScript
5 [![build status](https://secure.travis-ci.org/pugjs/with.png)](http://travis-ci.org/pugjs/with)
6 [![Dependency Status](https://img.shields.io/david/pugjs/with.svg)](https://david-dm.org/pugjs/with)
7 [![NPM version](https://img.shields.io/npm/v/with.svg)](https://www.npmjs.com/package/with)
11 $ npm install with
16 var addWith = require('with')
40 with (obj) {
45 …though. For starters, assignments to variables will always remain contained within the with block.
51 with ({}) {
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/
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 …]
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 …]
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/autoescape/
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/findologicxmlexport/vendor/twig/twig/doc/tags/
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/csv/_test/csv/
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/sphinxsearch-was/
H A Dchangelog2 * Made the plugin compatible with the latest DokuWiki release.
5 * Used CSS to override the "prev", "next" and "Search help" text-only links with icons.
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
[all …]
/plugin/sphinxsearch/
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/
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)'.
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)
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)
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/
DREADME.md20 Install the latest version with
53 Get supported Monolog and help fund the project with the [Tidelift Subscription](https://tidelift.c…
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.
85 - [CakePHP](http://cakephp.org/) is usable with Monolog via the [cakephp-monolog](https://github.co…
86 - [Slim](http://www.slimframework.com/) is usable with Monolog via the [Slim-Monolog](https://githu…
[all …]
/plugin/matrixnotifierwas/vendor/psr/http-message/docs/
DPSR7-Interfaces.md3 The purpose of this list is to help in finding the methods when working with PSR-7. This can be con…
22 | `withProtocolVersion($version)` | Returns new message instance with given HTTP protocol versio…
24 | `hasHeader($name)` | Checks if HTTP Header with given name exists | |
25 | `getHeader($name)` | Retrieves a array with the values for a single header | |
27 …ge instance with given HTTP Header | if the header existed in the original instance, replaces the …
28 | `withAddedHeader($name, $value)` | Returns new message instance with appended value to given he…
29 | `withoutHeader($name)` | Removes HTTP Header with given name| |
31 | `withBody(StreamInterface $body)` | Returns new message instance with given HTTP Message Body | |
41 | `withRequestTarget($requestTarget)` | Return a new message instance with the specific request-tar…
43 | `withMethod($method)` | Returns a new message instance with the provided HTTP metho…
[all …]
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Exclusion/
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/
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/
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')))
179 …->with($this->equalTo(new \ReflectionClass('Metadata\Tests\Fixtures\ComplexHierarchy\InterfaceA')))
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/with/
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 …
/plugin/webcode/_test/data/pages/
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/bootnote/
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/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/
DValidator.php76 $this->with($id, 'key')
92 $this->with($d, 'description')
96 $this->with($d, 'type')
98 $this->with($d, 'typeAllowsNull')
134 $this->with($d, 'allowed')
159 $this->with($d, 'valueAliases')
192 $this->with($d, 'aliases')
219 protected function with($obj, $member) function in HTMLPurifier_ConfigSchema_Validator
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
Dmd1_tabs.md2 indented with tabs
5 indented with spaces
18 indented with tabs
21 indented with spaces
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Extensions/
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/dokullm/
H A DREADME.md3 A comprehensive DokuWiki plugin that integrates Large Language Model capabilities with semantic sea…
8 - **Content Creation**: Generate reports and documents with AI assistance
10 - **Custom Prompts**: Process text with user-defined instructions
15 - **Intelligent Chunking**: Smart document splitting with metadata preservation
17 - **Direct Retrieval**: Access documents by ID with rich metadata extraction
20 - **Editor Toolbar**: Seamless integration with DokuWiki's editing interface
21 - **Page Templates**: Smart template handling with automatic metadata insertion
22 - **Copy Functionality**: Enhanced page duplication with template awareness
/plugin/divalign2/
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.

12345678910>>...110