Home
last modified time | relevance | path

Searched refs:PAYLOAD (Results 1 – 15 of 15) sorted by relevance

/plugin/combo/syntax/
H A Dhighlightmd.php116 PluginUtility::PAYLOAD => $content,
138 $renderer->doc .= syntax_plugin_combo_highlightwiki::getOpenTagHighlight(self::TAG) . $data[PluginUtility::PAYLOAD];
156 $renderer->doc .= $data[PluginUtility::PAYLOAD];
H A Dpreformatted.php162 PluginUtility::PAYLOAD => $match
180 PluginUtility::PAYLOAD => $text
216 $text = trim($data[PluginUtility::PAYLOAD], "\n\r");
H A Dstrong.php121 PluginUtility::PAYLOAD => $beforeSpaces
145 $renderer->doc .= $data[PluginUtility::PAYLOAD] . "<strong>";
H A Dcodemarkdown.php194 $payload = trim($data[PluginUtility::PAYLOAD], "\n\r");
215 $text = $data[PluginUtility::PAYLOAD];
H A Drailroad.php144 PluginUtility::PAYLOAD => $bnfCode
181 $bnfCode = $data[PluginUtility::PAYLOAD];
H A Dcode.php202 $payload = trim($data[PluginUtility::PAYLOAD], "\n\r");
224 $text = $data[PluginUtility::PAYLOAD];
H A Dcomment.php142 $content = $data[PluginUtility::PAYLOAD] ?? null;
H A Dcontentlistitem.php136 PluginUtility::PAYLOAD=>$tag
H A Dlink.php337 $data[PluginUtility::PAYLOAD] = substr($match, 1);
381 PluginUtility::PAYLOAD => $linkLabel,
506 $renderer->doc .= $data[PluginUtility::PAYLOAD] ?? '';
H A Dheader.php87 PluginUtility::PAYLOAD => $match);
/plugin/combo/ComboStrap/
H A DCacheTag.php23 PluginUtility::PAYLOAD => $cronExpression
59 $returnedArray[PluginUtility::PAYLOAD] = $cronExpression;
79 $cronExpression = $data[PluginUtility::PAYLOAD];
H A DPipelineTag.php44 $openingCall->addAttribute(PluginUtility::PAYLOAD, $script);
51 $pipelineWithPossibleVariableExpression = $tagAttributes->getValue(PluginUtility::PAYLOAD);
H A DPluginUtility.php26 const PAYLOAD = "payload"; // The html or text define in ComboStrap\\PluginUtility
844 $payload = $data[self::PAYLOAD] ?? null;
858 $payload = $data[self::PAYLOAD];
886 PluginUtility::PAYLOAD => $match,
H A DCall.php189 $data[PluginUtility::PAYLOAD] = $payload;
682 return $this->call[1][1][PluginUtility::PAYLOAD];
823 $this->call[1][1][PluginUtility::PAYLOAD] = $text;
/plugin/combo/ComboStrap/Tag/
H A DWebCodeTag.php159 $codeContent = $actualTag->getPluginData()[PluginUtility::PAYLOAD];