Home
last modified time | relevance | path

Searched refs:calls (Results 51 – 75 of 153) sorted by relevance

1234567

/plugin/findologicxmlexport/vendor/twig/twig/doc/tests/
H A Ddefined.rst24 method calls, be sure that they are all defined first:
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/
H A DHarvest.php149 * Return any additional headers always needed for this service implementation's API calls.
/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/siteexport/syntax/
H A Dtoc.php81 $calls = array_reverse($handler->CallWriter->calls);
82 $call = $calls[0];
83 foreach ($calls as $item) {
/plugin/numberedheadings/
H A Daction.php37 $instructions =& $event->data->calls;
/plugin/dokutranslate/
H A Daction.php374 $length = count($event->data->calls);
378 if (in_array($event->data->calls[$i][0], $erase)) {
379 unset($event->data->calls[$i]);
/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/yuriigantt/_test/Drivers/
H A Dembedded.test.php48 $instructions = $handler->calls;
/plugin/fedauth/
H A Daction.php86 * don't work with AJAX calls that eventually hang.
88 * For the time beeing the timeout check is skipped for AJAX calls and the user
/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/slider/
H A Dsyntax.php82 $lastcall = array_pop($handler->calls);
/plugin/jsonrpc/
H A DIJR_Server.php219 … $result = new IJR_Error(-32600, 'Recursive calls to system.multicall are forbidden');
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dhttp-handler.asciidoc12 single curl calls. These are very fast for single requests. When asynchronous
H A Dnamespaces.asciidoc80 Notice how both the `stats` calls and the updateAlias took a variety of
/plugin/copycode/
H A DREADME.md30 - Better writing of jquery elements (using $ instead of repetitive jQuery function calls)
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dcoding_standards.rst70 function calls:
/plugin/quickstats/GEOIP/vendor/maxmind/web-service-common/
H A DCHANGELOG.md55 * Added extremely basic tests for the curl calls.
/plugin/mediasyntax/
H A Daction.php60 $ins =& $event->data->calls;
/plugin/publistf/
H A DCHANGELOG.md18 * removed pass-by-reference on `handle` and `render` function calls; this is inline
/plugin/yuriigantt/src/Driver/
H A DEmbedded.php133 foreach ($this->handler->calls as $instruction) {
/plugin/acronym/
H A DREADME34 … by a blank, without triggering a preformatted area. Had to reasearch the calls object structure o…
/plugin/divalign2/
H A DChangeLog35 * syntax/: fixed missing calls to ::getPType() and ::getAllowedTypes()
/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/amcharts/
H A DREADME.md61 …the JavaScript object must be **static**, i.e. it cannot include function calls or function expres…
/plugin/include/
H A Daction.php150 $ins =& $event->data->calls;

1234567