Home
last modified time | relevance | path

Searched refs:renderAttributes (Results 1 – 5 of 5) sorted by relevance

/plugin/mdpage/vendor/cebe/markdown/
H A DMarkdownExtra.php132 $attributes = $this->renderAttributes($block);
150 $attributes = $this->renderAttributes($block);
154 protected function renderAttributes($block) function in cebe\\markdown\\MarkdownExtra
232 $attributes = $this->renderAttributes($block);
250 $attributes = $this->renderAttributes($block);
/plugin/bugzillaint/syntax/
H A Dlist.php84 $attrs = $render->renderAttributes( $data['list'] );
H A Dlink.php83 $attrs = $render->renderAttributes( $data['link'] );
H A Dtree.php85 $attrs = $render->renderAttributes( $data['tree'] );
/plugin/bugzillaint/helper/
H A Drender.php11 public function renderAttributes( $dataAttrs ) { function in helper_plugin_bugzillaint_render