Home
last modified time | relevance | path

Searched refs:PREVIEW_ACTION (Results 1 – 7 of 7) sorted by relevance

/plugin/combo/ComboStrap/
H A DFetcherAppPages.php110 case ExecutionContext::PREVIEW_ACTION:
113 if ($ACT === ExecutionContext::PREVIEW_ACTION && $markupPath->isSlot()) {
214 case ExecutionContext::PREVIEW_ACTION:
254 case ExecutionContext::PREVIEW_ACTION:
H A DParser.php28 $ACT = ExecutionContext::PREVIEW_ACTION;
H A DExecutionContext.php66 const PREVIEW_ACTION = "preview"; define in ComboStrap\\ExecutionContext
82 self::PREVIEW_ACTION,
787 if (!$markupHandler->isPathExecution() && $oldAct !== ExecutionContext::PREVIEW_ACTION) {
945 if ($ACT === ExecutionContext::PREVIEW_ACTION) {
H A DFetcherMarkup.php219 …y::isDevOrTest() && $executionContext->getExecutingAction() !== ExecutionContext::PREVIEW_ACTION) {
405 … (!in_array($executingAction, [ExecutionContext::EDIT_ACTION, ExecutionContext::PREVIEW_ACTION])) {
942 …utionContext::getActualOrCreateFromEnv()->getExecutingAction() !== ExecutionContext::PREVIEW_ACTION
H A DFetcherSvg.php590 if (PluginUtility::isDev() && $ACT === ExecutionContext::PREVIEW_ACTION) {
/plugin/combo/action/
H A Dinstructionspostprocessing.php109 if ($executionContext->getExecutingAction() !== ExecutionContext::PREVIEW_ACTION) {
H A Ddocustom.php156 case ExecutionContext::PREVIEW_ACTION: