Lines Matching refs:mode

275         $mode = $this->call[0];
276 if ($mode != "plugin") {
339 $mode = $this->call[0];
340 if ($mode !== "plugin") {
348 $mode = $this->call[0];
349 $lastPositionSepName = strrpos($mode, "_");
350 $closeOrOpen = substr($mode, $lastPositionSepName + 1);
504 $mode = $this->getMode();
505 if ($mode == "plugin") {
518 $mode = $this->call[0];
519 if ($mode == "plugin") {
544 if ($mode == "eol") {
552 return $mode;
555 if (in_array($mode, self::INLINE_DOKUWIKI_COMPONENTS)) {
559 if (in_array($mode, self::BLOCK_MARKUP_DOKUWIKI_COMPONENTS)) {
563 if (in_array($mode, self::TABLE_MARKUP)) {
567 … LogUtility::warning("The display of the call with the mode (" . $mode . ") is unknown");
584 $mode = $this->call[0];
585 if ($mode == "plugin") {
589 return $mode;
596 $mode = $this->call[0];
597 if ($mode != "eol") {
598 …LogUtility::msg("You can't update a " . $mode . " to a space. It should be a eol", LogUtility::LVL…
611 $mode = $this->call[0];
612 if ($mode == "plugin") {
617 …LogUtility::msg("You can't add an attribute to the non plugin call mode (" . $mode . ")", LogUtili…
626 $mode = $this->call[0];
627 if ($mode === "plugin") {
630 …LogUtility::msg("You can't ask for a context from a non plugin call mode (" . $mode . ")", LogUtil…
694 $mode = $this->call[0];
695 if ($mode == "plugin") {
698 …LogUtility::msg("You can't ask for a payload from a non plugin call mode (" . $mode . ").", LogUti…
909 $mode = $this->getMode();
910 if ($mode == "plugin") {
913 …LogUtility::msg("You can't set a display on a non plugin call mode (" . $mode . ")", LogUtility::L…
946 $mode = $this->call[0];
947 if ($mode == "plugin") {
954 …LogUtility::msg("You can't ask for the exit code from a non plugin call mode (" . $mode . ").", Lo…