/plugin/diagrams/syntax/ |
H A D | mediafile.php | 121 $renderer->doc .= '<img ' . buildAttributes($imageAttributes) . '/>'; 142 $image = sprintf('<object %s><span class="diagrams-alt">' . hsc($wrapperAttributes['title']) . '</span></object>', buildAttributes($imageAttributes, true)); 145 $wrapper = sprintf('<div %s>%s%s</div>', buildAttributes($wrapperAttributes, true), $image, $actionButtons);
|
/plugin/farmer/action/ |
H A D | ajax.php | 200 $attr = buildAttributes($attrs); 242 echo '<input ' . buildAttributes($attr) . ' />'; 260 echo '<input ' . buildAttributes($attr) . ' />'; 274 echo '<input ' . buildAttributes($attr) . ' />';
|
/plugin/aichat/ |
H A D | syntax.php |
|
/plugin/structgeohash/types/ |
H A D | GeoHash.php | 76 $attributes = buildAttributes($params, true); 77 $attributes_div = buildAttributes($params_div, true);
|
/plugin/struct/types/ |
H A D | Checkbox.php | 50 $attributes = buildAttributes($params, true); 83 $attributes = buildAttributes($params, true);
|
H A D | Dropdown.php | 40 $attributes = buildAttributes($params, true); 74 $attributes = buildAttributes($params, true);
|
H A D | LongText.php | 68 $attributes = buildAttributes($params, true);
|
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/CSV/ |
H A D | CSVItem.php | 42 $attributes = $this->buildAttributes(); 78 private function buildAttributes() function in FINDOLOGIC\\Export\\CSV\\CSVItem
|
/plugin/rrdgraph/ |
H A D | syntax.php | 336 $newDoc .= '<div ' . buildAttributes($mainDivAttributes) . '>'; 340 …$newDoc .= '<a ' . buildAttributes($linkAttributes) . '><img ' . buildAttributes($imageAttributes)… 376 $newDoc .= '<img ' . buildAttributes($imageAttributes) . '/>';
|
/plugin/userhistory/ |
H A D | admin.php | 115 $att = buildAttributes ( $p );
120 $att = buildAttributes ( $p );
|
/plugin/folded/ |
H A D | MenuItemFolded.php | 59 * @see buildAttributes()
|
/plugin/structsection/types/ |
H A D | Section.php | 39 $attributes = buildAttributes($params, true);
|
/plugin/structcombolookup/types/ |
H A D | NarrowingLookup.php | 114 $attributes = buildAttributes($params, true); 148 $attributes = buildAttributes($params, true);
|
/plugin/quicksubscribe/ |
H A D | helper.php | 45 $attr = buildAttributes($link);
|
/plugin/bootswrapper/syntax/ |
H A D | accordion.php | 55 $markup_attributes = $this->buildAttributes($html_attributes);
|
H A D | wrapper.php | 53 … $wrapper_attributes = $this->buildAttributes($attributes, array('class' => $wrap_classes));
|
H A D | alert.php | 64 $markup = '<div ' . $this->buildAttributes($html_attributes) . '>';
|
H A D | button.php | 87 $markup = '<span ' . $this->buildAttributes($html_attributes) . '>';
|
/plugin/data/Form/ |
H A D | OptGroup.php | 40 $attrs = buildAttributes($val['attrs']);
|
/plugin/xfortune/ |
H A D | syntax.php | 78 $renderer->doc .= '<div ' . buildAttributes($attr) . '>';
|
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/XML/ |
H A D | XMLItem.php | 45 $itemElem->appendChild($this->buildAttributes($document)); 84 private function buildAttributes(\DOMDocument $document) function in FINDOLOGIC\\Export\\XML\\XMLItem
|
/plugin/talkpage/ |
H A D | action.php | 38 …$link = '<li><a ' . buildAttributes($data['attr']) . '><span>' . $data['text'] . '</span></a></li>…
|
H A D | syntax.php | 51 $renderer->doc .= '<a ' . buildAttributes($data['attr']) . '>' . $data['text'] . '</a>';
|
/plugin/jquotes/ |
H A D | syntax.php | 83 $renderer->doc .= '<figure '.buildAttributes($attr).' onClick="copy_quote()">';
|
/plugin/syntaxhighlightjs/ |
H A D | helper.php | 56 function buildAttributes($data, $addClass='', $mode='xhtml') { function in helper_plugin_syntaxhighlightjs
|