Home
last modified time | relevance | path

Searched refs:calls (Results 101 – 125 of 153) sorted by path

1234567

/plugin/jsonrpc/
H A DIJR_Server.php219 … $result = new IJR_Error(-32600, 'Recursive calls to system.multicall are forbidden');
/plugin/linebreak/
H A Daction.php80 $calls =& $event->data->calls;
83 for ($i=0; $i < count($calls); $i++) {
84 …if ($calls[$i][0] == 'plugin' && $calls[$i][1][0] == 'linebreak' && isset($calls[$i][1][1]['marker…
85 $marker = $calls[$i][1][1]['marker'];
98 for ($i=0; $i < count($calls); $i++) {
99 if ($calls[$i][0] == 'section_edit') {
100 $calls[$i][1][0] = $this->_convert($calls[$i][1][0]);
101 $calls[$i][1][1] = $this->_convert($calls[$i][1][1]);
102 $calls[$i][2] = $this->_convert($calls[$i][2]);
/plugin/mantis/lib/
H A Dchangelog247 - soap_server: allow class and instance method calls for service (thanks Ingo Fischer and Roland Kn…
/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/mediasyntax/
H A DREADME54 2010-08-07: 8 hours: allowed a SpecialPattern (e.g. GB) in the mid of a line, directly followed by a blank, without triggering a preformatted area. Had to reasearch the calls object structure of the parser for this.
H A Daction.php60 $ins =& $event->data->calls;
/plugin/move/helper/
H A Dhandler.php18 public $calls = ''; variable in helper_plugin_move_handler
211 $this->calls .= $match;
215 $this->calls .= "[[$newNS:$match]]";
218 $this->calls .= "[[$newID|$match]]";
255 $this->calls .= $match;
258 $this->calls .= $match;
261 $this->calls .= $match;
264 $this->calls .= $match;
267 $this->calls .= $match;
289 $this->calls
[all...]
/plugin/numberedheadings/
H A Daction.php37 $instructions =& $event->data->calls;
/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/odt/
H A DChangeLog.txt97 …* Bugfix: do not open nested frames in nested calls to _odtDivOpenAsFrameUseCSS/_odtDivOpenAsFrame…
99 Nested calls will be ignored and do not open frames and DO NOT lead to errors.
/plugin/openlayersmap/ol7/
H A Dol.js.map
/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/pgn4web/pgn4web/
H A DREADME.txt90 and optionally any of the other calls listed below.
H A Dpgn-standard.txt1631 For some reason, BOOKUP calls this process "backsolving", but it's really just
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.changelog.txt111 * Bugfix (#909): unnecessary calls of shell commands when cached
527 * Bugfix: [#1439110] Limit fread() calls to 8kB
573 phpThumb.php to allow multiple calls to OutputThumbnail
795 header calls
837 include_once calls to prevent headers getting sent
839 * Bugfix: md5_file and imagecolorallocatealpha calls
904 resource before allowing calls to RenderToFile or
919 (disabled by default) that only allows calls to
926 to generate a hash for calls to phpThumb:
1482 * Added caching to gd_info() calls for minor speedup
/plugin/photogallery/phpThumb/
H A DphpThumb.config.php.default176 …e; // If false will allow standalone calls to phpThumb(). If …
251 // Function for generating hashed calls to phpThumb if 'high_security_enabled'
/plugin/preservefilenames/
H A Daction_anteater.php180 $calls =& $event->data->calls;
186 $last = count($calls) - 1;
192 if (!preg_match('/^(?:in|ex)ternalmedia$/', $calls[$i][$handler_name])) {
196 $inst =& $calls[$i][$instructions];
203 if ($calls[$i][$handler_name] === 'internalmedia') {
/plugin/publistf/
H A DCHANGELOG.md18 * removed pass-by-reference on `handle` and `render` function calls; this is inline
/plugin/qna/
H A Daction.php69 $instructions = count($event->data->calls);
71 $instruction = $event->data->calls[$i];
108 $this->rewriter->apply($event->data->calls);
/plugin/quickstats/GEOIP/vendor/maxmind/web-service-common/
H A DCHANGELOG.md55 * Added extremely basic tests for the curl calls.
/plugin/refnotes/
H A Daction.php77 private $calls; variable in refnotes_instruction_mangler
89 $this->calls = new refnotes_instruction_list($event);
112 $this->calls->applyChanges();
119 $this->calls->applyChanges();
123 $this->calls->applyChanges();
131 foreach ($this->calls as $call) {
294 $this->calls->insert($index, new $instruction($data->getNamespace(), $data->getData()));
309 $this->calls->append(new refnotes_notes_render_instruction('*'));
318 foreach ($this->calls as $call) {
H A Dcore.php83 return $this->callWriter->calls;
H A Ddatabase.php217 $calls = count($call);
219 for ($c = 0; $c < $calls; $c++) {
221 $c = $this->parseTable($call, $calls, $c, $text);
235 private function parseTable($call, $calls, $c, $text) { argument
241 for ( ; $c < $calls; $c++) {

1234567