Home
last modified time | relevance | path

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

/plugin/combo/ComboStrap/
H A DCacheTag.php35 PluginUtility::EXIT_MESSAGE => $message
45 $returnedArray[PluginUtility::EXIT_MESSAGE] = "The expression ($cronExpression) is not a valid expression";
52 $returnedArray[PluginUtility::EXIT_MESSAGE] = $message;
68 $message = $data[PluginUtility::EXIT_MESSAGE];
H A DPermalinkTag.php131 $returnArray[PluginUtility::EXIT_MESSAGE] = $errorMessage;
185 $errorMessage = $data[PluginUtility::EXIT_MESSAGE] ?? null;
H A DPluginUtility.php43 const EXIT_MESSAGE = "exit_message"; define in ComboStrap\\PluginUtility
/plugin/combo/ComboStrap/Tag/
H A DBackgroundTag.php115 $data[PluginUtility::EXIT_MESSAGE] = "A background should have a parent";
140 if (isset($data[PluginUtility::EXIT_MESSAGE])) {
142 $error = $data[PluginUtility::EXIT_MESSAGE];
H A DBarTag.php119 PluginUtility::EXIT_MESSAGE => $message
/plugin/combo/syntax/
H A Dtooltip.php171 PluginUtility::EXIT_MESSAGE => "A parent is mandatory for a tooltip",
246 $message = $data[PluginUtility::EXIT_MESSAGE] ?? null;
H A Dfrontmatter.php165 $result[PluginUtility::EXIT_MESSAGE] = $match;
224 $json = MetadataFrontmatterStore::stripFrontmatterTag($data[PluginUtility::EXIT_MESSAGE]);