Home
last modified time | relevance | path

Searched refs:with (Results 1451 – 1475 of 2327) sorted by last modified time

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

/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/
H A D765.phpt2 GH-765: Fatal error triggered in PHPUnit when exception is thrown in data provider of a test with a…
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
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/findologicxmlexport/vendor/sebastian/diff/
H A D.php_cs8 file that was distributed with this source code.
/plugin/findologicxmlexport/vendor/sebastian/environment/
H A DREADME.md42 with Xdebug v2.2.3, Copyright (c) 2002-2013, by Derick Rethans
/plugin/findologicxmlexport/vendor/sebastian/exporter/
H A DLICENSE6 Redistribution and use in source and binary forms, with or without
15 the documentation and/or other materials provided with the
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DYtsAnchorAlias.yml6 string, starting with an ampersand. The item may then
H A DYtsBasicTests.yml5 member of the list on a new line with an opening
17 member of the list on a new line with an opening
29 member of the list on a new line with an opening
68 Sequences can be nested even deeper, with each
83 list on a new line, with a colon separating the key
186 the value associated with the merge key is a mapping, each of its key/value
H A DYtsBlockMapping.yml4 A mapping with one key/value pair
H A DYtsDocumentSeparator.yml6 with a string of three dashes.
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dadvanced_legacy.rst12 itself with node visitors.
18 share them with others, you should then create an extension as described
88 Last but not the least, you can also use a *global* object with a method able
134 Defining a filter is as easy as associating the filter name with a PHP
142 associated with the ``lower`` filter. The ``lower`` filter is a built-in Twig
305 associated with the ``constant`` function. The ``constant`` function is a built-in Twig
609 Now, with this information in mind, let's create the most basic extension
761 Here, we override the ``date`` filter with a custom one. Using this extension
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Exclusion/
H A DExpressionLanguageExclusionStrategyTest.php44 ->with('foo', [
/plugin/findologicxmlexport/vendor/doctrine/annotations/
H A DCHANGELOG.md9 Any annotation with `@name-*` format will now silently be ignored,
10 allowing vendor-specific annotations to be prefixed with the tool
53 …ome annotations could be not loaded if the namespace in the use statement started with a backslash.
56 - [115: Missing annotations with the latest composer version](https://github.com/doctrine/annotatio…
57 - [120: Missing annotations with the latest composer version](https://github.com/doctrine/annotatio…
68 This release fixes an issue with ignored annotations that were already
138 - [43: Exclude files from distribution with .gitattributes](https://github.com/doctrine/annotations…
/plugin/findologicxmlexport/vendor/doctrine/annotations/docs/en/
H A Dannotations.rst56 To anticipate the configuration section, making the above PHP class work with Doctrine Annotations …
70 The second block with the annotation registry calls registers all the three different annotation na…
87 This creates a simple annotation reader with no caching other than in memory (in php arrays).
123 The debug flag is used here as well to invalidate the cache files when the PHP class with annotatio…
133 annotations requested again, this time with all annotations
136 By default the annotation reader returns a list of annotations with numeric indexes. If you want yo…
149 …the cache with indexed or numeric keys, otherwise your code may experience failures due to caching…
H A Dindex.rst29 You can install the Annotation component with composer:
/plugin/findologicxmlexport/vendor/findologic/libflexport/
H A D.travis.yml26 # Run style fixer in test mode on all source files. Will exit with a non-zero
/plugin/findologicxmlexport/vendor/hoa/compiler/Bin/
H A DPp.php268 Compile and visit languages with grammars.
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/
H A DLlk.pp11 // Redistribution and use in source and binary forms, with or without
17 // documentation and/or other materials provided with the distribution.
/plugin/findologicxmlexport/vendor/hoa/compiler/
H A DREADME.md71 declares tokens with the following construction:
78 [PCRE](http://pcre.org/). We can skip tokens with the `%skip` construction.
195 This library proposes a script to parse and apply a visitor on a data with a
233 only one example with the coverage-based generation algorithm that will activate
/plugin/findologicxmlexport/vendor/hoa/exception/
H A DREADME.md29 to exceptions handler and group of exceptions (with transactions).
82 The exception message will be: `Hello world!`. The “raise” message (with all
133 to add more exceptions in the group with the following methods:
/plugin/findologicxmlexport/vendor/hoa/iterator/
H A DREADME.md26 This library provides a set of useful iterator (compatible with PHP iterators).
337 Also, the `Hoa\Iterator\Glob` allows to iterator with the glob strategy. It
422 iterator. This is very useful when combined with other iterators, for instance
423 with `Hoa\Iterator\Limit`:
/plugin/findologicxmlexport/vendor/hoa/stream/
H A DREADME.md96 library, working with streams. It ensures the stream is typed and
104 * `Bufferable`, for streams with at least one internal buffer,
255 “deferred opening”. We can control the opening time with the third
273 an example with an HTTP stream:
366 `cloud://`. Any stream wrapper can be used with native standard PHP
417 A stream is like a pipe, with an input, and an output. This is
431 name, with the `append` or `prepend` methods. You might guess that
491 A filter is a low-level stream API. It integrates with all kind of
509 This is also possible to auto-apply a filter with… a wrapper! For
511 being opened with the `stream_open` method (from the
[all …]
/plugin/findologicxmlexport/vendor/jms/metadata/
H A DCHANGELOG.md48 - Adaption for complying with SPDX identifiers [\#51](https://github.com/schmittjoh/metadata/pull/5…
73 - Error in Symfony2's production environment \(only\) caused with version \>= 1.4.0 [\#32](https://…
97 - install version 1.0.0 with composer [\#9](https://github.com/schmittjoh/metadata/issues/9)
H A DCONTRIBUTING.md14 Your Pull-Request must be compliant with the said standard.
/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/jms/serializer/doc/
H A DLICENSE7 …rformance or phonogram, the synchronization of the Work in timed-relation with a moving image ("sy…
8 …s, in which the Work is included in its entirety in unmodified form along with one or more other c…
12 …a choreographic work or entertainment in dumb show; a musical composition with or without words; a…
13 …er this License who has not previously violated the terms of this License with respect to the Work…
17 …rising from limitations or exceptions that are provided for in connection with the copyright prote…
28with every copy of the Work You Distribute or Publicly Perform. You may not offer or impose any te…
29 …, provided there is no payment of any monetary compensation in connection with the exchange of cop…
30with the Work, unless such URI does not refer to the copyright notice or licensing information for…
46 …erminated provided such individuals or entities remain in full compliance with those licenses. Sec…
53 …iver or consent shall be in writing and signed by the party to be charged with such waiver or cons…
[all …]

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