Home
last modified time | relevance | path

Searched refs:calls (Results 101 – 125 of 153) sorted by last modified time

1234567

/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/autoescape/
H A Dobjects.test2 "autoescape" tag applies escaping to object method calls
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dadvanced_legacy.rst432 ``Project_Set_Node`` calls creating is explained in the next section).
H A Dadvanced.rst492 ``Project_Set_Node`` calls creating is explained in the next section).
H A Dcoding_standards.rst70 function calls:
/plugin/findologicxmlexport/vendor/doctrine/annotations/docs/en/
H A Dannotations.rst70 The second block with the annotation registry calls registers all the three different annotation na…
/plugin/findologicxmlexport/vendor/hoa/stream/
H A DREADME.md500 calls its public `compute` method when the stream reaches its end. So
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DCHANGELOG.md479 - "Can't pop from an empty datastructure" error when multiple serializer calls [\#319](https://gith…
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Ddefault.rst18 method calls, be sure to use the ``default`` filter whenever a variable can be
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Exception/Prediction/
H A DUnexpectedCallsException.php19 private $calls = array(); variable in Prophecy\\Exception\\Prediction\\UnexpectedCallsException
21 public function __construct($message, MethodProphecy $methodProphecy, array $calls) argument
25 $this->calls = $calls;
30 return $this->calls;
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Prediction/
H A DPredictionInterface.php29 * @param Call[] $calls
36 public function check(array $calls, ObjectProphecy $object, MethodProphecy $method); argument
H A DCallTimesPrediction.php48 * @param Call[] $calls
54 public function check(array $calls, ObjectProphecy $object, MethodProphecy $method) argument
56 if ($this->times == count($calls)) {
65 if (count($calls)) {
75 count($calls),
76 $this->util->stringifyCalls($calls)
105 throw new UnexpectedCallsCountException($message, $method, $this->times, $calls);
H A DCallbackPrediction.php51 * @param Call[] $calls
55 public function check(array $calls, ObjectProphecy $object, MethodProphecy $method) argument
63 call_user_func($callback, $calls, $object, $method);
H A DNoCallsPrediction.php42 * @param Call[] $calls
48 public function check(array $calls, ObjectProphecy $object, MethodProphecy $method) argument
50 if (!count($calls)) {
54 $verb = count($calls) === 1 ? 'was' : 'were';
63 count($calls),
65 $this->util->stringifyCalls($calls)
66 ), $method, $calls);
H A DCallPrediction.php44 * @param Call[] $calls
50 public function check(array $calls, ObjectProphecy $object, MethodProphecy $method) argument
52 if (count($calls)) {
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Util/
H A DStringUtil.php83 * @param Call[] $calls Array of Call instances
87 public function stringifyCalls(array $calls) argument
97 }, $calls));
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/
H A Dstatic_calls.test2 Functions as static method calls
/plugin/findologicxmlexport/vendor/phpspec/prophecy/
H A DCHANGES.md5 * Clearer error message for unexpected method calls (@meridius)
117 * More readable errors for failure when expecting single calls (thanks @dantleech)
189 * Record calls that throw exceptions
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG208 * fixed regression on static calls for functions/filters/tests
517 * fixed macro calls on PHP 5.4
521 * made a speed optimization to macro calls when imported via the "import" tag
539 * optimized macro calls when auto-escaping is on
548 * fixed nested embed tag calls
627 * made a speed optimization to macro calls when imported via the "from" tag
673 * fixed macros containing filter tag calls
744 … a performance optimization in the Optimizer (also helps to lower the number of nested level calls)
1064 * added support for method calls with arguments ({{ foo.bar('a', 43) }})
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Prophecy/
H A DMethodProphecy.php319 $calls = $this->getObjectProphecy()->findProphecyMethodCalls(
325 $prediction->check($calls, $this->getObjectProphecy(), $this);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/
H A DChangeLog-5.7.md171 …s://github.com/sebastianbergmann/phpunit/pull/2404): `assertDirectoryNotIsWriteable()` calls itself
/plugin/mdpage/vendor/cebe/markdown/
H A DREADME.md209 To identify a line as the beginning of a block element it calls all protected class methods who's n…
/plugin/authsplit/
H A DREADME14 method calls among TWO other auth plugins that will do the actual work:
51 authsplit maps DokuWiki's authentication method calls as follows:
58 If known and the password matches, authsplit then calls the internal helper
61 - trustExternal(): this is the method DokuWiki calls if the PRIMARY auth
141 calls to the SECONDARY auth plugin, following the concept that DokuWiki's
148 - addGroup() / retrieveGroups(): authsplit will always route these method calls
153 calls to the PRIMARY auth plugin since that is the one that dictates
159 So to summarize which auth plugins are involved in which method calls:
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.min.js.map1calls before `func` is invoked.\n\t * @param {Function} func The function to restrict.\n\t …
/plugin/amcharts/
H A DREADME.md61 …the JavaScript object must be **static**, i.e. it cannot include function calls or function expres…
/plugin/amcharts/assets/amcharts/plugins/dataloader/
H A Dreadme.md314 * Better default options handling in external calls to AmCharts.loadFile

1234567