Home
last modified time | relevance | path

Searched refs:multiple (Results 226 – 250 of 316) sorted by last modified time

12345678910>>...13

/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dinstallation.rst4 You have multiple ways to install Twig.
H A Dadvanced_legacy.rst383 multiple assignments by default (cf. the template designers chapter for
H A Dadvanced.rst442 multiple assignments by default (cf. the template designers chapter for
H A Dapi.rst18 useful to have multiple environments side by side, if different configurations
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dif.rst40 For multiple conditions, ``and`` and ``or`` can be used:
48 For multiple branches ``elseif`` and ``else`` can be used like in PHP. You can
H A Dset.rst5 the ``set`` tag and can have multiple targets.
H A Dembed.rst35 Imagine a base template shared by multiple HTML pages, defining a single block
H A Dextends.rst8 Like PHP, Twig does not support multiple inheritance. So you can only have
72 You can't define multiple ``block`` tags with the same name in the same
79 If you want to print a block multiple times you can however use the
/plugin/findologicxmlexport/vendor/phpspec/prophecy/
H A DREADME.md101 it should implement some interface. Obviously, objects in PHP can implement multiple
/plugin/findologicxmlexport/vendor/findologic/libflexport/
H A DREADME.md24 * Using multiple usergroups per product
/plugin/findologicxmlexport/vendor/doctrine/annotations/
H A DCHANGELOG.md21 …at you can't shoot yourself in the foot by calling ```registerLoader``` multiple times and a few t…
25 - [145: Memory leak in AnnotationRegistry::registerLoader() when called multiple times](https://git…
29 - [161: Prevent loading class_exists multiple times](https://github.com/doctrine/annotations/pu…
48 - [137: #135 optimise multiple class load attempts in AnnotationRegistry](https://github.com/doctri…
/plugin/findologicxmlexport/vendor/doctrine/annotations/docs/en/
H A Dindex.rst61 containing them. There are multiple reader-classes implementing the
79 A reader has multiple methods to access the annotations
/plugin/findologicxmlexport/vendor/hoa/compiler/
H A DREADME.md129 * `(…)` to group multiple declarations;
/plugin/findologicxmlexport/vendor/hoa/iterator/
H A DREADME.md257 $multiple = new Hoa\Iterator\Multiple(
261 $multiple->attachIterator($foobar, 'one', '!');
262 $multiple->attachIterator($baz, 'two', '?');
264 foreach ($multiple as $iterators) {
286 $multiple = new Hoa\Iterator\Multiple();
287 $multiple->attachIterator($counter);
288 $multiple->attachIterator(clone $counter);
290 $multiple,
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DCHANGELOG.md479 - "Can't pop from an empty datastructure" error when multiple serializer calls [\#319](https://gith…
772 - Fix multiple handler callbacks in YamlDriver [\#515](https://github.com/schmittjoh/serializer/pul…
1006 - Support for multiple exclusion strategies [\#39](https://github.com/schmittjoh/serializer/issues/…
/plugin/findologicxmlexport/vendor/twig/twig/doc/functions/
H A Dblock.rst10 When a template uses inheritance and if you want to print a block multiple
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/Trac/
H A D783.phpt2 #783: Tests getting executed twice when using multiple groups
/plugin/findologicxmlexport/vendor/symfony/yaml/
H A DCHANGELOG.md7 * added support for multiple files or directories in `LintCommand`
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DYtsSpecificationExamples.yml1227 multiple paragraphs: >2
1274 'multiple paragraphs' => "\nAn empty line, either at the start or in the value:\n".
1590 - # Merge multiple maps
H A DYtsTypeTransfers.yml118 Unquoted strings may also span multiple lines, if they
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/filter/
H A Dmultiple.test2 "filter" tags accept multiple chained filters
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/css/
H A Dbootstrap.min.css5multiple],select[size]{height:auto}input[type=file]:focus,input[type=checkbox]:focus,input[type=ra…
/plugin/findologicxmlexport/vendor/phpunit/phpunit/
H A DChangeLog-5.7.md201 * Merged [#2223](https://github.com/sebastianbergmann/phpunit/pull/2223): Add support for multiple
/plugin/feedback/lang/en/
H A Dintro.txt5 Assigned e-mail addresses are used for sub-namespaces automatically. You can specify multiple addre…
/plugin/metaeditor/
H A Djstree.js378 multiple : true,
503 if(this.settings.core.multiple) {
2803 …if(!this.settings.core.multiple || (!e.metaKey && !e.ctrlKey && !e.shiftKey) || (e.shiftKey && (!t…
2804 …if(!this.settings.core.multiple && (e.metaKey || e.ctrlKey || e.shiftKey) && this.is_selected(obj)…

12345678910>>...13