Home
last modified time | relevance | path

Searched refs:buildAttributes (Results 26 – 50 of 75) sorted by relevance

123

/plugin/blockquote/syntax/
H A Dcite.php85 $attr = $wrap->buildAttributes($data, $pluginClass);
H A Dblockquote.php91 $attr = $wrap->buildAttributes($data, $pluginClass);
H A Dq.php87 $attr = $wrap->buildAttributes($data, $pluginClass);
/plugin/mediathumbnails/
H A Dsyntax.php107 $iatt = buildAttributes($i);
/plugin/userpage/
H A Daction.php65 $link = '<li><a '.buildAttributes($data['attr']).'><span>'.$data['text'].'</span></a></li>';
/plugin/struct/types/
H A DDate.php59 $attributes = buildAttributes($params, true);
/plugin/bootswrapper/syntax/
H A Dtext.php106 $text_attributes = $this->buildAttributes(array(
H A Dcallout.php125 $markup = '<div ' . $this->buildAttributes($html_attributes) . '>';
H A Dmodal.php124 …. $fade . '" id="' . $id . '" role="dialog" tabindex="-1" ' . $this->buildAttributes($html5_attrib…
/plugin/svgpureinsert/
H A Dsyntax.php121 $renderer->doc .= '<iframe '.buildAttributes($attr).'></iframe>';
H A Dhelper.php138 $svg = '<svg ' . buildAttributes($attributes) . '>';
/plugin/iframe/
H A Dsyntax.php92 $params = buildAttributes($opts);
/plugin/diagramsnet/
H A Dsyntax.php118 $renderer->doc .= '<img '.buildAttributes($attr).'/>';
/plugin/issuelinks/action/
H A Dajax.php164 $html .= '<span ' . buildAttributes($spanAttributes, true) . '></span>';
170 $html .= '<button ' . buildAttributes($buttonAttributes, true) . ">$importSVG</button>";
/plugin/syntaxhighlightjs/syntax/
H A Dsxh.php113 $attr = $helper->buildAttributes($data);
/plugin/statdisplay/
H A Dsyntax.php82 $renderer->doc .= '<img ' . buildAttributes($img) . '/>';
/plugin/querychangelog/
H A Dadmin.php389 $att = buildAttributes($p);
400 $att = buildAttributes($p);
/plugin/toctweak/syntax/
H A Dsidetoc.php80 $html.= '<div '.buildAttributes($attr).'>';
/plugin/wrap/syntax/
H A Dspan.php71 $attr = $wrap->buildAttributes($data);
/plugin/lms/syntax/
H A Dlms.php106 return '<a ' . buildAttributes($attr) . '>' . $span . $svg . '</a>';
/plugin/data/Form/
H A DDropdownElement.php135 $html = '<select ' . buildAttributes($attr) . '>';
/plugin/magnifier/
H A Dsyntax.php77 $p2 = buildAttributes($p);
/plugin/imageshack/
H A Daction.php128 $att = buildAttributes($p);
/plugin/iframeinterwiki/
H A Dsyntax.php118 $params = buildAttributes($opts);
/plugin/structstatus/
H A Dsyntax.php129 $html = '<div ' . buildAttributes($args) . '>';

123