Lines Matching refs:call

155     private $call;  variable in ComboStrap\\Call
167 public function __construct(&$call, $key = "") argument
169 $this->call = &$call;
209 $call = [
219 return new Call($call);
231 $call = [
236 return new Call($call);
245 * @param Call $call
248 public static function createFromCall(Call $call): Call argument
250 return self::createFromInstruction($call->toCallArray());
275 $mode = $this->call[0];
281 $dokuWikiNodeName = $this->call[0];
294 $pluginDokuData = $this->call[1];
324 …LogUtility::msg("The call (" . print_r($this->call, true) . ") has an array and not a string as co…
339 $mode = $this->call[0];
348 $mode = $this->call[0];
367 $returnedArray = $this->call[1];
383 $data = &$this->call[1][1];
397 $caller = $this->call[0];
400 return $this->call[1][3];
402 return '[[' . $this->call[1][0] . '|' . $this->call[1][1] . ']]';
407 return $this->call[1][0];
409 if (isset($this->call[1][0]) && is_string($this->call[1][0])) {
410 return $this->call[1][0];
427 return $this->call[1];
464 if ($this->call[0] == "plugin") {
465 $match = $this->call[1][3];
467 $this->call[0] = "plugin";
470 $this->call[1] = array(
494 return isset($this->call[1][1][PluginUtility::DISPLAY]);
507 return $this->call[1][1][PluginUtility::DISPLAY];
518 $mode = $this->call[0];
584 $mode = $this->call[0];
586 $pluginDokuData = $this->call[1];
596 $mode = $this->call[0];
600 $this->call[0] = "cdata";
601 $this->call[1] = array(
611 $mode = $this->call[0];
613 $this->call[1][1][PluginUtility::ATTRIBUTES][$key] = $value;
615 return $this->call[1][1][PluginUtility::ATTRIBUTES][$key];
626 $mode = $this->call[0];
628 return $this->call[1][1][PluginUtility::CONTEXT] ?? null;
642 return $this->call;
694 $mode = $this->call[0];
696 return $this->call[1][1][PluginUtility::PAYLOAD];
706 $this->call[1][1][PluginUtility::CONTEXT] = $value;
728 return $this->call[0] === "plugin";
743 return $this->call;
749 if ($this->call[0] == "plugin") {
751 $this->call[1][2] = $state;
753 if (isset($this->call[1][1][PluginUtility::STATE])) {
754 $this->call[1][1][PluginUtility::STATE] = $state;
770 return $this->call[2];
837 $this->call[1][1][PluginUtility::PAYLOAD] = $text;
860 $this->call[1][1][PluginUtility::ATTRIBUTES][TagAttributes::TYPE_KEY] = $type;
882 $this->call[1][0] = PluginUtility::getComponentName($tag);
895 $this->call[1][0] = $content;
911 $this->call[1][1][PluginUtility::DISPLAY] = $display;
926 return $this->call[0];
946 $mode = $this->call[0];
948 $value = $this->call[1][1][PluginUtility::EXIT_CODE] ?? null;