Home
last modified time | relevance | path

Searched refs:argument (Results 101 – 125 of 219) sorted by last modified time

123456789

/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 …]
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/
H A Dunderscore.js1542 var argument = settings.variable || 'obj';
1543 template.source = 'function(' + argument + '){\n' + source + '}';
/plugin/sequencediagram/bower_components/lodash/lib/fp/template/doc/
H A Dwiki.jst55 // The `lodash/fp/map` iteratee is capped at one argument:
61 Methods that cap iteratees to one argument:<br>
67 The iteratee of `mapKeys` is capped to one argument: `(key)`
115 A fixed arity of two has an argument order of:<br>
118 A fixed arity of three has an argument order of:<br>
121 A fixed arity of four has an argument order of:<br>
126 Methods that accept an array as their last, second to last, or only argument:<br>
129 Methods with unchanged argument orders:<br>
132 Methods with custom argument orders:<br>
138 The iteratee of `reduceRight` has an argument order of: `(b, a)`
[all …]
/plugin/sequencediagram/bower_components/underscore/
H A Dunderscore-min.map1 …text","settings","oldSettings","offset","variable","render","e","data","argument","chain","instanc…
H A Dunderscore.js1465 var argument = settings.variable || 'obj';
1466 template.source = 'function(' + argument + '){\n' + source + '}';
/plugin/findologicxmlexport/vendor/hoa/stream/IStream/
H A DIn.php107 * @param mixed $argument Argument (because the behavior is very
111 public function readArray($argument = null); argument
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Ddate.rst51 ``core`` extension instance. The first argument is the default format for
H A Dsplit.rst15 You can also pass a ``limit`` argument:
31 chunks. Length is set by the ``limit`` argument (one character by default).
50 * ``limit``: The limit argument
/plugin/findologicxmlexport/vendor/twig/twig/doc/functions/
H A Ddate.rst10 Converts an argument to a date to allow date comparison:
18 The argument must be in one of PHP’s supported `date and time formats`_.
20 You can pass a timezone as the second argument:
28 If no argument is passed, the function returns the current date:
H A Dconstant.rst5 constant now accepts object instances as the second argument.
H A Drandom.rst11 The "max" argument was added in Twig 1.38.
H A Dtemplate_from_string.rst27 takes a template as an argument (like the ``embed`` or ``extends`` tags).
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dtemplates.rst229 …{# the first argument is the date format, which defaults to the global date format if null is pass…
232 {# or skip the format value by using a named argument for the time zone #}
501 Support for default argument values was added in Twig 1.12.
H A Dintro.rst68 The ``render()`` method loads the template passed as a first argument and
69 renders it with the variables passed as a second argument.
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DConfiguration.php325 foreach ($node->childNodes as $argument) {
326 if ($argument instanceof DOMElement) {
327 if ($argument->tagName == 'file' ||
328 $argument->tagName == 'directory') {
329 … $arguments[] = $this->toAbsolutePath((string) $argument->textContent);
331 $arguments[] = PHPUnit_Util_XML::xmlToVariable($argument);
/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/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/findologicxmlexport/vendor/twig/extensions/doc/
H A Ddate.rst34 a DateTime instance. Do not set this argument to use current date.
40 as constructor argument. The returned string is formatted as ``diff.ago.XXX``
/plugin/findologicxmlexport/vendor/hoa/consistency/Test/Unit/
H A DXcallable.php273 protected function _get_valid_callback_stream_xxx($argument, $method) argument
278 $arguments = [$argument],
/plugin/findologicxmlexport/vendor/twig/twig/ext/twig/
H A Dtwig.c389 zval *argument; in TWIG_CALL_S() local
393 MAKE_STD_ZVAL(argument); in TWIG_CALL_S()
394 ZVAL_STRING(argument, arg0, 1); in TWIG_CALL_S()
395 args[0] = &argument; in TWIG_CALL_S()
415 zval_ptr_dtor(&argument); in TWIG_CALL_S()
419 zval_ptr_dtor(&argument); in TWIG_CALL_S()
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tests/
H A Ddefined_for_blocks_with_template.test2 "defined" support for blocks with a template argument
/plugin/findologicxmlexport/vendor/phpspec/prophecy/
H A DREADME.md157 argument - `'123'` to always return `'value'`. But that's only for this
217 like simple method arguments, in reality they are not. They are argument token
225 Those argument tokens are simple PHP classes, that implement
240 - `ExactValueToken` or `Argument::exact($value)` - checks that the argument matches a specific value
241 - `TypeToken` or `Argument::type($typeOrClass)` - checks that the argument matches a specific type …
243 - `ObjectStateToken` or `Argument::which($method, $value)` - checks that the argument method returns
245 - `CallbackToken` or `Argument::that(callback)` - checks that the argument matches a custom callback
246 - `AnyValueToken` or `Argument::any()` - matches any argument
252 So, let's refactor our initial `{set,get}Name()` logic with argument tokens:
275 That's it. Now our `{set,get}Name()` prophecy will work with any string argument provided to it.
[all …]
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Argument/
H A DArgumentsWildcard.php34 foreach ($arguments as $argument) {
35 if (!$argument instanceof Token\TokenInterface) {
36 $argument = new Token\ExactValueToken($argument);
39 $this->tokens[] = $argument;
59 $argument = isset($arguments[$i]) ? $arguments[$i] : null;
60 if (1 >= $score = $token->scoreArgument($argument)) {
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Argument/Token/
H A DCallbackToken.php51 public function scoreArgument($argument) argument
53 return call_user_func($this->callback, $argument) ? 7 : false;
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/
H A DClassCodeGenerator.php105 return array_map(function (Node\ArgumentNode $argument) use ($typeHintReference) {
109 $php .= $argument->isNullable() ? '?' : '';
112 if ($hint = $argument->getTypeHint()) {
116 $php .= ' '.($argument->isPassedByReference() ? '&' : '');
118 $php .= $argument->isVariadic() ? '...' : '';
120 $php .= '$'.$argument->getName();
122 if ($argument->isOptional() && !$argument->isVariadic()) {
123 $php .= ' = '.var_export($argument->getDefault(), true);

123456789