Home
last modified time | relevance | path

Searched refs:calls (Results 1 – 25 of 153) sorted by path

1234567

/plugin/achart/
H A DREADME.md121 …the JavaScript object must be **static**, i.e. it cannot include function calls or function expres…
/plugin/acronym/
H A DREADME34 … by a blank, without triggering a preformatted area. Had to reasearch the calls object structure o…
/plugin/adfs/phpsaml/
H A DCHANGELOG49 * Fix bug on parseRemoteXML and parseFileXML. Internal calls to parseXML missed the desiredNameIdFo…
H A DREADME.md165 namespaces, remember that calls to the class must be done by adding a backslash (`\`) to the
/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
/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/authgooglesheets/vendor/google/apiclient/
H A DREADME.md196 calls return unexpected 401 or 403 errors.
383 It is often very useful to debug your API calls by viewing the raw HTTP request. This library suppo…
396 Now all calls made by this library will appear in the Charles UI.
461 …HPUnit. You can configure an API key and token in BaseTest.php to run all calls, but this will req…
/plugin/authgooglesheets/vendor/google/auth/
H A DREADME.md45 the recommended approach to authorize calls to Cloud APIs, particularly when
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md490 * TransactionIterator now calls rewind on the inner iterator.
1249 * Bug: Fixing magic method command calls on clients
1330 * Added configurable magic method calls to clients and commands. This is off by default.
H A DUPGRADING.md774 … setHeader() first removes the header using unset on a HeaderCollection and then calls addHeader().
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DCHANGELOG.md146 calls to `trigger_error` when deprecated methods are invoked.
H A DREADME.md493 Subsequent read calls will first read from the buffer and then call `next`
/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/c3chart/
H A DREADME.md58 …the JavaScript object must be **static**, i.e. it cannot include function calls or function expres…
/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/codemirror/dist/modes/
H A Dclike.min.js.map1calls when cTypes is being called multiple times during a parse.\n var basicCTypes = words(\"int …
H A Ddylan.min.js.map1 …d-by\", \"virtual\"\n ],\n\n // Condition signaling function calls\n signalingCall…
H A Dverilog.min.js.map1 …f\";\n } else {\n return null;\n }\n }\n // System calls\n if (ch == '$'…
H A Dyacas.min.js.map1 …\n return 'bracket';\n }\n\n // literals looking like function calls\n if (stream.ma…
/plugin/codemirror/dist/
H A Dscripts.min.js.map1calls.)\n function defineMode(name, mode) {\n if (arguments.length > 2)\n { mode.dependen…
/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/columns/
H A Daction.php37 $rewriter->process($event->data->calls);
44 $calls = count($event->data->calls);
45 for ($c = 0; $c < $calls; $c++) {
46 $call =& $event->data->calls[$c];
59 … $this->handleColumns($c, $call[1][1][0], $this->detectSectionEdit($event->data->calls, $c));
82 $calls = count($call);
83 for ($c = $start + 1; $c < $calls; $c++) {
300 $call =& $event->data->calls[$this->column[$c]->getOpenCall()];
/plugin/combo/ComboStrap/
H A DCallStack.php83 * the {@link Doku_Handler::$calls call stack of the handler}
118 * Check the calls property
123 $rp = new \ReflectionProperty($callWriterClass, "calls");
125 LogUtility::msg("$headErrorMessage. The call writer ($callWriterClass) provided cannot manipulate the callstack (ie the calls of the call writer are private).", LogUtility::LVL_MSG_ERROR);
133 * The calls
139 $writerCalls = &$callWriter->calls;
148 * Check the calls property of the handler
152 $rp = new \ReflectionProperty($handlerClass, "calls");
154 LogUtility::msg("$headErrorMessage. The handler ($handlerClass) provided cannot manipulate the callstack (ie the calls of the handler are private).", LogUtility::LVL_MSG_ERROR);
158 LogUtility::msg("$headErrorMessage. The handler ($handlerClass) provided cannot manipulate the callstack (ie the handler does not have any calls propert
187 public $calls = []; global() variable in ComboStrap\\CallStack::createEmpty::AnonymousClassf00c83cd0100
192 public $calls = array(); global() variable in ComboStrap\\CallStack::createEmpty::AnonymousClassf00c83cd0100::getCallWriter::AnonymousClassf00c83cd0200
241 deleteCalls(& $calls, $start, $end) global() argument
254 insertCallStackUpWards(& $calls, $position, $callStackToInsert) global() argument
950 appendInstructionsFromCallObjects($calls) global() argument
1135 appendCallsAtTheEnd(array $calls) global() argument
[all...]
/plugin/combo/action/
H A Dinstructionspostprocessing.php54 * in an enter and exit heading atx calls
132 $handler->calls = Outline::createFromCallStack($callStack, null, true)
148 $handler->calls = $outline->toHtmlSectionOutlineCalls();
151 * $handler->calls = $outline->toDokuWikiTemplateInstructionCalls();

1234567