Home
last modified time | relevance | path

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

123

/plugin/pagenav/
H A Dsyntax.php141 return '<a ' . buildAttributes($attr) . '>' . $img . '</a>';
/plugin/wrap/syntax/
H A Ddiv.php104 $attr = $wrap->buildAttributes($data, 'plugin_wrap');
/plugin/struct/types/
H A DColor.php78 $attributes = buildAttributes($params, true);
H A DMedia.php113 $attributes = buildAttributes($params, true);
H A DDateTime.php57 $attributes = buildAttributes($params, true);
H A DAbstractBaseType.php305 $attributes = buildAttributes($params, true);
/plugin/toctweak/syntax/
H A Dmetatoc.php115 $html.= '<div '.buildAttributes($attr).'>';
/plugin/pagetitle/syntax/
H A Ddecorative.php172 $attr = $wrap->buildAttributes($param, 'pagetitle');
/plugin/move/admin/
H A Dtree.php184 $attr = buildAttributes($params);
/plugin/mathpublish/
H A Dsyntax.php176 $R->doc .= '<img '. buildAttributes([
/plugin/wrap/
H A Dhelper.php126 function buildAttributes($data, $addClass='', $mode='xhtml') {
158 $attr_string = $this->buildAttributes($data);
217 $fullattr = $wrap->buildAttributes($data, 'plugin_wrap');
112 function buildAttributes($data, $addClass='', $mode='xhtml') { global() function in helper_plugin_wrap
/plugin/fksnewsfeed/inc/
H A DAbstractStream.php72 $renderer->doc .= '<div class="stream row" ' . buildAttributes($attributes) . '></div>';
/plugin/adhoctags/
H A Dhelper.php23 'name' => 'buildAttributes',
39 function buildAttributes($data, $myObj, $addClass='', $mode='xhtml') { function in helper_plugin_adhoctags
/plugin/inlinejs/syntax/
H A Dpreloader.php222 $attr = buildAttributes($entry);
/plugin/vshare/syntax/
H A Dvideo.php149 . buildAttributes($attributes)
/plugin/swiftmail/Swift/Message/
H A DHeaders.php475 …if (!empty($this->attributes[$lname])) $this->cached[$lname] .= $this->buildAttributes($this->cach…
489 protected function buildAttributes($header_line, $header_name) function in Swift_Message_Headers
/plugin/adhoctags/syntax/
H A Dabstract.php170 $attr = $wrap->buildAttributes($data, $this);
/plugin/bootswrapper/syntax/
H A Dbootstrap.php310 protected function buildAttributes($attributes, $override_attributes = array()) function in syntax_plugin_bootswrapper_bootstrap
/plugin/popupviewer/syntax/
H A Dviewer.php103 $p2 = buildAttributes($p);
/plugin/oauth/
H A DAdapter.php262 $attr = buildAttributes([
/plugin/gallery/
H A Dsyntax.php
/plugin/photogallery/
H A Dsyntax.php565 $aatt = buildAttributes($a);
574 $iatt = buildAttributes($i);
749 $tatt = buildAttributes($ta);
/plugin/translation/
H A Dhelper.php252 $out .= "<$type " . buildAttributes($attr) . ">$text</$type>";
/plugin/galleryv1.5/inc/
H A Dmagazinelayout.class.php339 $iatt = buildAttributes($i);
363 $aatt = buildAttributes($a);
/plugin/issuelinks/classes/
H A DIssue.php449 …return "<a href=\"$url\" " . buildAttributes($attributes, true) . '>' . $this->getTypeHTML() . "$n…

123