Home
last modified time | relevance | path

Searched refs:calls (Results 76 – 100 of 153) sorted by last modified time

1234567

/plugin/codemirror/dist/keymaps/
H A Dvim.min.js.map1 …arams.args;\n // Options passed through to the setOption/getOption calls. May be passed in …
/plugin/etherpadlite/
H A DREADME.md30 …i default template. The dokuwiki plugin further adds an ajax handler that calls the etherpad lite …
/plugin/slider/
H A Dsyntax.php82 $lastcall = array_pop($handler->calls);
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js.map1calls once the state becomes errored. Only set when [[state]] is\n // 'erroring' or 'errored'. …
H A Dpdf.worker.js.map1calls once the state becomes errored. Only set when [[state]] is\n // 'erroring' or 'errored'. …
/plugin/pdfjs/pdfjs/web/
H A Dviewer.js.map1calls the appropriate function\n * based on the views state. If the view is already rendered it …
/plugin/numberedheadings/
H A Daction.php37 $instructions =& $event->data->calls;
/plugin/divalign2/
H A DChangeLog35 * syntax/: fixed missing calls to ::getPType() and ::getAllowedTypes()
/plugin/yuriigantt/_test/Drivers/
H A Dembedded.test.php48 $instructions = $handler->calls;
/plugin/yuriigantt/src/Driver/Embedded/
H A DHandler.php42 public $calls = []; variable in dokuwiki\\plugin\\yuriigantt\\src\\Driver\\Embedded\\Handler
48 $this->calls = [];
/plugin/yuriigantt/src/Driver/
H A DEmbedded.php133 foreach ($this->handler->calls as $instruction) {
/plugin/codeprettify/syntax/
H A Dcode.php177 $calls = array_slice(p_get_instructions($title), 1, -1);
179 $calls = null;
198 return $data = [$state, $params, $calls];
214 list($state, $args, $calls) = $data;
218 if (isset($calls)) {
221 $renderer->nest($calls);
/plugin/sequencediagram/bower_components/lodash/doc/
H A DREADME.md3530 1. `n` *(number)*: The number of calls before `func` is invoked.
3587 calls to the created function return the result of the last `func` invocation.
3593 1. `n` *(number)*: The number of calls at which `func` is no longer invoked.
3829 calls to the debounced function return the result of the last `func`
3864 // Invoke `sendMail` when clicked, debouncing subsequent calls.
3870 // Ensure `batchLog` is invoked once after 1 second of debounced calls.
4062 Creates a function that is restricted to invoking `func` once. Repeat calls
4345 throttled function. Subsequent calls to the throttled function return the
8556 Shortcut fusion is an optimization to merge iteratee calls; this avoids
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/test/
H A Dcollection.js1608 var calls = {add: 0, remove: 0}; class in AnonymousFunctionf8dce19ebe00
1614 calls.add++;
1622 calls.remove++;
1634 assert.equal(calls.add, 1);
1635 assert.equal(calls.remove, 1);
/plugin/webcomponent/_test/data/pages/
H A Dteaser.txt4 A teaser is just an alias for [[card|card]]. A teaser in essence is just a card that calls to click…
/plugin/findologicxmlexport/vendor/hoa/compiler/
H A DCHANGELOG.md74 * Parser: Remove calls to `getCurrentToken` method. (Ivan Enderlin, 2016-02-22T11:58:19+01:00)
84 * Grammar: Reduce calls. (Ivan Enderlin, 2016-01-25T10:59:28+01:00)
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dtemplates.rst589 example as arguments to function calls, filters or just to extend or include
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/
H A Darray_call.test2 Twig supports method calls
H A Dmethod_call.test2 Twig supports method calls
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/
H A Dmagic_call.test2 __call calls
H A Dmagic_call53.test2 __staticCall calls
/plugin/findologicxmlexport/vendor/phpspec/prophecy/
H A DREADME.md99 There are 2 interesting calls - `willExtend` and `willImplement`. The first one tells
171 predictions for the same method calls with the same arguments. This means:
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Exception/Prediction/
H A DUnexpectedCallsCountException.php20 public function __construct($message, MethodProphecy $methodProphecy, $count, array $calls) argument
22 parent::__construct($message, $methodProphecy, $calls);
/plugin/findologicxmlexport/vendor/twig/twig/doc/tests/
H A Ddefined.rst24 method calls, be sure that they are all defined first:
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/
H A Dstatic_calls.test2 Filters as static method calls

1234567