Lines Matching defs:component
171 * @param $syntaxComponentName - the name of the dokuwiki syntax component (ie plugin_name)
200 throw new ExceptionRuntimeInternal("The component tag ($componentName) does not exists");
254 * * the component name for a plugin
260 * This is not the fully qualified component name:
298 $component = $pluginDokuData[0];
299 if (!is_array($component)) {
303 $componentNames = explode("_", $component);
312 $tagName = $component;
318 LogUtility::msg("The call (" . print_r($this->call, true) . ") has an array and not a string as component (" . print_r($component, true) . "). Page: " . MarkupPath::createFromRequestedPage(), LogUtility::LVL_MSG_ERROR);
456 function updateToPluginComponent($component, $state, $attributes = array())
465 0 => $component,
481 * because an image is by default a inline component
515 $component = $this->getComponentName();
519 $syntaxPlugin = $DOKU_PLUGINS['syntax'][$component];
872 LogUtility::msg("The call ($this) is a native call and we don't support yet the modification of the component to ($tag)");