Home
last modified time | relevance | path

Searched refs:calls (Results 26 – 50 of 153) sorted by relevance

1234567

/plugin/diagram/syntax/
H A Dmain.php143 $calls = p_get_instructions('<'.$this->tag_name_splitter.'>'
146 list($commands, $abbrs) = $this->_genCommandsAndAbbrs($calls);
185 * @param array $calls DokuWiki calls
188 function _genCommandsAndAbbrs ($calls) argument
196 foreach ($calls as $call)
1031 * @param array $calls DokuWiki calls
1034 function _renderWikiCalls ($calls) argument
1036 return p_render('xhtml', $calls, $info);
/plugin/svgpureinsert/_test/
H A Dsyntax.test.php16 $calls = array(
39 $this->assertEquals($calls, array_map('stripbyteindex', $parser_response));
/plugin/struct/action/
H A Doutput.php19 * to the current page by appending the appropriate instruction to the handler calls.
59 $ins = count($event->data->calls);
61 foreach ($event->data->calls as $num => $call) {
78 $event->data->calls,
/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/showif/
H A Dsyntax.php.alternative.version111 // get all calls we intercepted
112 $calls = $handler->CallWriter->calls;
119 return array($state, $calls, $this->conditions);
133 list($state, $calls, $conditions) = $data;
160 foreach($calls as $i){
/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 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++) {
H A Dreference.php187 $calls = refnotes_parser_core::getInstance()->getInstructions($text);
189 $this->call->insertBefore(new refnotes_nest_instruction($calls));
/plugin/structsection/
H A Daction.php69 $last = end($event->data->calls);
74 $event->data->calls[] = array(
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Factory/Loader/
H A DBasePhpFormulaLoader.php57 $calls = array();
77 $calls[] = array($buffer.';', $options);
96 foreach ($calls as $call) {
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DCore.AggressivelyFixLt.txt
/plugin/yuriigantt/src/Driver/Embedded/
H A DHandler.php42 public $calls = []; variable in dokuwiki\\plugin\\yuriigantt\\src\\Driver\\Embedded\\Handler
48 $this->calls = [];
/plugin/structtasks/_test/
H A DNotifiersTest.php307 $calls = count($recipients);
309 $mailer->expects($this->exactly($calls))
312 if ($calls > 0) {
340 $mailer->expects($this->exactly($calls))
349 $mailer->expects($this->exactly($calls))->method('send')->with();
/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();
/plugin/do/syntax/
H A Ddo.php110 array_slice($handler->getCallWriter()->calls, 1),
119 $handler->getCallWriter()->calls[0][1][1]['task'] += $data['task'];
120 $data['task'] += $handler->getCallWriter()->calls[0][1][1]['task'];
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/
H A Dmagic_call.test2 __call calls
H A Dmagic_call53.test2 __staticCall calls
H A Dstatic_calls.test2 Functions as static method calls
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/
H A Dstatic_calls.test2 Filters as static method calls
/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/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/qna/
H A Daction.php69 $instructions = count($event->data->calls);
71 $instruction = $event->data->calls[$i];
108 $this->rewriter->apply($event->data->calls);
/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/phpspec/prophecy/src/Prophecy/Prophecy/
H A DMethodProphecy.php319 $calls = $this->getObjectProphecy()->findProphecyMethodCalls(
325 $prediction->check($calls, $this->getObjectProphecy(), $this);

1234567