Home
last modified time | relevance | path

Searched refs:argument (Results 101 – 125 of 219) sorted by relevance

123456789

/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG11 * allowed Traversable objects to be used in the "with" argument of the "include" and "embed" tags
47 * fixed using a Twig_TemplateWrapper instance as an argument to extends
51 * added a second argument to the join filter (last separator configuration)
142 * added `side` argument to `trim` to allow left or right trimming only.
174 * fixed block() function when used with a template argument
349 * fixed some error messages where the line was wrong (unknown variables or argument names)
370 * fixed macros when using an argument named like a PHP super global (like GET or POST)
444 * added support for object instances as the second argument of the constant test
472 * added support for object instances as the second argument of the constant function
672 * added missing preserveKeys argument to the reverse filter
[all …]
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D21.21.js.map1argument names\n [\n /[a-z_][\\w$]*/,\n {\n …
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/
H A DStream.php782 foreach ($arguments as $i => $argument) {
783 var_export($argument);
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dapi.rst39 Notice that the second argument of the environment is an array of options.
85 options as the constructor second argument::
202 specify the namespace as the second argument (when not specified, these
221 When not passing the root path as a second argument, Twig uses ``getcwd()``
496 The policy object is the first argument of the sandbox constructor::
510 You can sandbox all templates by passing ``true`` as the second argument of
H A Dadvanced.rst69 generate (so, ``40`` is an argument of the filter, not the value we want to
148 The first argument passed to the ``\Twig\TwigFilter`` constructor is the name
166 (before the pipe ``|``) as the first argument and the extra arguments passed
182 argument::
191 environment as the first argument to the filter call::
205 the first argument to the filter call (or the second one if
241 last argument to the filter call as an array::
/plugin/findologicxmlexport/vendor/sebastian/version/
H A DREADME.md36 When a new release is prepared, the string that is passed to the constructor as the first argument
/plugin/elasticsearch/vendor/nyholm/dsn/
H A DREADME.md139 a `name`, `argument` and may have `parameters`. An argument is either a `DsnFunction`
/plugin/elasticsearch/vendor/react/promise/
H A DREADME.md109 The constructor of the `Deferred` accepts an optional `$canceller` argument.
193 the result as the first argument.
195 reason as the first argument.
197 triggers progress notifications and passed a single argument (whatever it
264 Additionally, you can type hint the `$reason` argument of `$onRejected` to catch
572 The map function receives each item as argument, where item is a fully resolved
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Ddate.rst51 ``core`` extension instance. The first argument is the default format for
/plugin/codemirror/dist/modes/
H A Dmumps.min.js.map1 …or argument context.\n\n // Examine each character and update a mode variable whose interpret…
H A Dstex.min.js.map1argument","openBracket","plugins","setState","f","normal","source","match","cmdName","current","sl…
/plugin/highlightjs/highlight/
H A Dreadme.rus.txt210 argument аргумент фильтра
H A Dreadme.eng.txt205 argument filter argument
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/
H A DCHANGELOG.rst30 argument. They now accept an associative array of options, including the
/plugin/davcal/vendor/sabre/xml/
H A DCHANGELOG.md67 * Added `$elementMap` argument to parseInnerTree, for quickly overriding
/plugin/commonmark/vendor/league/commonmark/
H A DCHANGELOG-0.x.md
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/
H A DMockObjectTest.php1026 ->with($this->callback(function ($argument) use (&$callCount) {
1027 return $argument === 'call_' . $callCount++;
/plugin/findologicxmlexport/vendor/hoa/consistency/
H A DREADME.md227 argument is of kind `Hoa\Event\Bucket`, then the method name will be deduced
236 The `attach` method on `Hoa\Event\Event` transforms its argument as an
/plugin/socialshareprivacy2/JC/
H A DREADME.md65 … for each call to `$.cookie()` by passing a plain object to the options argument. Per-call options…
/plugin/webcode/
H A DREADME.md89 * Added a `renderingMode` argument to be able to show only the result
/plugin/quizlib/
H A DREADME.md41 … callback function for the onlick-event in the submit-button. Its first argument is the id of the …
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md319 * Fixed example files to no longer use now-deprecated realm argument.
441 its second argument, and no longer receives seperate properties and
657 next major sabredav version. Every argument that is now deprecated can now
693 argument.
900 * BC Break: XML property classes now receive an extra argument in their
1452 * Changed: beforeCreateFile event now passes data argument by reference.
1717 * BC break: In order to fix Issue 99, a new argument had to be added to
1768 * Changed: Almost all HTTP method implementations now take a uri argument,
1962 * Changed: default argument for Sabre_DAV_Locks_Backend_FS. This means a
2123 Sabre_DAV_Server as their first argument in serialize()
[all …]
/plugin/pureldap/vendor/freedsx/ldap/
H A DREADME.md112 # Optionally pass an array of attributes to select as the second argument.
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md47 * Changed `Settings::setMergePolicy` signature to allow to pass `int` and `string` as argument 2, if you are overriding this method you must update the signature removing the `string` type-hint by @franmomu [#2085](https://github.com/ruflin/Elastica/pull/2085)
66 * Passing anything else than a boolean as 1st argument to `Reindex::setWaitForCompletion`, pass a boolean instead by @franmomu [#2070](https://github.com/ruflin/Elastica/pull/2070)
67 * Deprecated passing a `string` as 1st argument to `Search::addIndex()` and `Search::hasIndex()`, pass an Index instance instead by @franmomu [#2103](https://github.com/ruflin/Elastica/pull/2103)
68 * Deprecated passing an array of `string` as 1st argument to `Search::addIndices()`, use an array of Index instances by @franmomu [#2103](https://github.com/ruflin/Elastica/pull/2103)
124 * Deprecated passing an `int` as 1st argument to `Elastica\Search::setOptionsAndQuery()`, pass an array with the key `size` instead by @deguif [#2010](https://github.com/ruflin/Elastica/pull/2010)
188 * Removed type-hint to `Elastica\Aggregation\Percentiles::setMissing()` argument [#1875](https://github.com/ruflin/Elastica/pull/1875)
240 * Deprecated passing `bool` or `null` as 2nd argument to `Elastica\Index::create()` [#1828](https://github.com/ruflin/Elastica/pull/1828)
370 * Removed `\Elastica\Client::_log`, `\Elastica\Log` and the `log` configuration option. Use the `Psr\Log\LoggerInterface $logger` client argument to customize logging.
390 * Support string DSN in `\Elastica\Client` constructor for config argument [#1640](https://github.com/ruflin/Elastica/issues/1640)
634 - `\Elastica\Script\AbstractScript` added the script language as constructor argument an
[all...]
/plugin/sequencediagram/bower_components/lodash/doc/
H A DREADME.md2321 argument: *(value)*.
2502 iteratee is invoked with one argument: *(value)*.
2988 iteratee is invoked with one argument: *(value)*.
3120 invoked with one argument: *(value)*.
4225 provided as the first argument, the argument value at the second index is
4226 provided as the second argument, and so on.
6580 The iteratee is invoked with one argument: *(value)*.
7702 with one argument: *(value)*.
8386 is invoked with one argument: *(value)*.
10350 This method returns the first argument it receives.
[all …]

123456789