Home
last modified time | relevance | path

Searched refs:getPluginData (Results 1 – 10 of 10) sorted by relevance

/plugin/refnotes/
H A Daction.php166 switch ($call->getPluginData(0)) {
190 if (($call->getName() == 'plugin_refnotes_references') && ($call->getPluginData(0) == 'render')) {
236 if ($call->getPluginData(0) == 'render') {
251 if (($call->getName() == 'plugin_refnotes_notes') && ($call->getPluginData(0) == 'split')) {
252 $this->core->addStyle($call->getRefnotesAttribute('ns'), $call->getPluginData(2));
330 if (($call->getName() == 'plugin_refnotes_notes') && ($call->getPluginData(0) == 'style')) {
331 $this->core->styleNamespace($call->getRefnotesAttribute('ns'), $call->getPluginData(2));
339 if (($call->getName() == 'plugin_refnotes_notes') && ($call->getPluginData(0) == 'map')) {
340 $this->core->setNamespaceMapping($call->getRefnotesAttribute('ns'), $call->getPluginData(2));
348 if (($call->getName() == 'plugin_refnotes_references') && ($call->getPluginData(
[all...]
H A Dinstructions.php156 public function getPluginData($index) {
145 public function getPluginData($index) { global() function in refnotes_instruction_reference
/plugin/combo/ComboStrap/
H A DCall.php374 function &getPluginData($attribute = null) function in ComboStrap\\Call
423 $data = &$this->getPluginData();
446 $data = &$this->getPluginData();
803 $data = &$this->getPluginData();
948 $this->getPluginData()[PluginUtility::ATTRIBUTES][$name] = $value;
955 $this->getPluginData()[$name] = $value;
H A DCarrouselTag.php77 $templateCallStackInstructions = $templateEndCall->getPluginData(FragmentTag::CALLSTACK);
H A DPanelTag.php163 $startPosition = $openingTag->getPluginData(PluginUtility::POSITION);
H A DGridTag.php275 $templateInstructions = $fragmentEndTag->getPluginData(FragmentTag::CALLSTACK);
/plugin/elasticsearch/action/
H A Dindexing.php266 $pluginData = $this->getPluginData($data['uri']);
317 protected function getPluginData($id): array function in action_plugin_elasticsearch_indexing
/plugin/combo/ComboStrap/Tag/
H A DBarTag.php79 $htmlTag = $openingTag->getPluginData(BarTag::HTML_TAG_ATTRIBUTES);
H A DWebCodeTag.php159 $codeContent = $actualTag->getPluginData()[PluginUtility::PAYLOAD];
/plugin/combo/syntax/
H A Diterator.php274 $templateStack = $actualCall->getPluginData(FragmentTag::CALLSTACK);