Home
last modified time | relevance | path

Searched refs:html (Results 126 – 150 of 1859) sorted by relevance

12345678910>>...75

/plugin/structcombolookup/types/
H A DNarrowingLookup.php115 $html = "<select $attributes>";
123 $html .= "<option $selected value=\"" . hsc($opt) . "\">" . hsc($val) . '</option>';
125 $html .= '</select>';
127 return $html;
138 $html = $this->parentValueEditor($name, $rawvalue, $htmlID);
149 $html .= "<select $attributes>";
158 …$html .= "<option data-parent=\"" . hsc($parent) . "\" $selected value=\"" . hsc($opt) . "\">" . h…
160 $html .= '</select>';
162 return $html;
/plugin/combo/vendor/salesforce/handlebars-php/
H A DREADME.md59 At the minimum, we are required to have an array model and a template string. Alternatively we can have a file containing handlebars (or html, text, etc) expression.
69 ```html
105 "extension" => "html"
153 ***$template*** : Template can be the name of the file or a string containing the handlebars/html.
208 ```html
216 ```html
224 ```html
232 ```html
238 ```html
246 ```html
[all...]
/plugin/inlinejs/
H A Dhelper.php21 $html = '<script type="text/javascript">'.DOKU_LF.'/*<![CDATA[*/'.DOKU_LF;
22 $html .= $script;
23 $html .= '/*!]]>*/'.DOKU_LF.'</script>'.DOKU_LF;
24 $renderer->doc .= $html;
/plugin/facebookwall/
H A Dsyntax.php301 $html = p_render($mode, p_get_instructions( $content ), $info );
302 $renderer->doc .= $html;
335 $html = '<html><a href="'.$href.'" alt="'.$alt.'" target="'.$conf['target']['extern'].'">';
336 $html .= '<img src="'.$src.'" align="left"';
339 $html .= ' style="';
341 $html .= 'max-width: '.$data[FB_WALL_PICTURE_MAX_WIDTH].'px !important;';
344 $html .= 'max-height: '.$data[FB_WALL_PICTURE_MAX_HEIGHT].'px !important;';
346 $html .= '"';
348 $html .= '/>';
349 $html .= '</a></html>';
[all …]
/plugin/bookcreator/action/
H A Dpagetools.php3 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
28 * Prints html of bookbar (performed before the wikipage content is output)
40 $html = "<div class='bookcreator__bookbar' style='vertical-align:bottom;'>";
43 $html .= '<div class="bookcreator__panel" id="bookcreator__add">
52 $html .= '<div class="bookcreator__panel" id="bookcreator__remove">
61 $html .= '<div class="bookcreator__panel" >
70 $html .= '<div class="bookcreator__panel" style="float:right;">
77 $html .= '</div>';
78 echo $html;
/plugin/pdb/
H A Dsyntax.php147 $html.= '<img src="'.$url.'" alt="PDB image" title="'.$pdbid.'" width="'.$w.'"/>';
148 $html.= '</div></a>';
149 return $html;
162 $html ='<div class="pdb_plugin"><a href="'.$this->rcsb->ExplorerURL($pdbid).'">';
163 $html.='<span class="pdb_plugin_acc">'.$PdbAcc.'</span>';
164 $html.='&nbsp;-&nbsp;'.$PdbClass.'</a>';
166 $html.='<div class="pdb_plugin_text">'.$PdbDescr.'</div>';
168 $html.='<div class="pdb_plugin_ligand">';
171 $html.=$ss.$LigCode.'</div>';
174 $html.='</div>'.NL;
[all …]
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D48.48.js.map1html', '@doctype'],\n [/<!--/, 'comment.html', '@comment'],\n [/(<)(\\w+)(\\…
H A D22.22.js.map1html', '@doctype'],\n [/<!--/, 'comment.html', '@commentHtml'],\n [/(<)(\\w+…
/plugin/combo/resources/theme/default/components/css/
H A Drem.css1 html { selector
7 html { selector
13 html { selector
19 html { selector
/plugin/scrape/HTMLPurifier/Filter/
H A DYouTube.php
/plugin/eventum/
H A Dsyntax.php207 $html = '';
208 $html .= $this->link($format, $data['url'], $link, $data['details']['summary']);
210 $html .= ': '. hsc($data['title']);
214 $html .= ' '. $this->emphasis($format, '('.$data['details']['status'].')');
218 $html = $this->strike($format, $html);
221 $renderer->doc .= $this->html($format, $html);
263 function html($format, $text) { function in syntax_plugin_eventum
/plugin/sentry/
H A Dhelper.php126 $html = '<div style="width:60%; margin: auto; background-color: #fcc;
128 $html .= '<h1>An error occured</h1>';
129 $html .= '<p>' . hsc(get_class($e)) . ': ' . $e->getMessage() . '</p>';
131 $html .= '<p><code>' . hsc($e->getFile()) . ':' . hsc($e->getLine()) . '</code></p>';
132 $html .= '<pre>' . hsc($e->getTraceAsString()) . '</pre>';
134 $html .= '<p>The error has been logged.</p>';
135 $html .= '</div>';
137 return $html;
/plugin/ckgdoku/ckeditor/plugins/fontAssist/
H A Dplugin.js.unc324 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.ui.dialog.html.html
326 type : 'html',
328 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.ui.dialog.html.html#constructor
332 type : 'html',
438 type : 'html',
440 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.ui.dialog.html.html#constructor
445 type : 'html',
447 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.ui.dialog.html.html#constructor
503 type : 'html',
505 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.ui.dialog.html.html#constructor
[all …]
/plugin/ckgedit/ckeditor/plugins/fontAssist/
H A Dplugin.js.unc324 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.ui.dialog.html.html
326 type : 'html',
328 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.ui.dialog.html.html#constructor
332 type : 'html',
438 type : 'html',
440 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.ui.dialog.html.html#constructor
445 type : 'html',
447 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.ui.dialog.html.html#constructor
503 type : 'html',
505 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.ui.dialog.html.html#constructor
[all …]
/plugin/inlinejs/syntax/
H A Dembedcss.php60 $html = '<style type="text/css">'.DOKU_LF.'<!-- ';
61 $html.= $code; // raw write
62 $html.= ' -->'.DOKU_LF.'</style>'.DOKU_LF;
63 $renderer->doc .= $html;
/plugin/evesso/
H A Daction.php309 $html = '';
321 $html = $this->service_html($service);
323 $html .= $this->service_html($service);
332 $form->addHtml($html, ++$pos);
336 $form->insertElement(++$pos, $html);
343 $html = '';
346 $html .= '<div class="eve-sso-login-white-large"></div>';
348 $html .= '<div class="eve-sso-login-white-large"></div>';
356 $html .= $this->getLang('loginButton');
358 $html .= '</a> ';
[all …]
/plugin/combo/ComboStrap/
H A DPageExplorerTag.php63 * * ie the button (in a collapsible menu) http://localhost:63342/bootstrap-5.0.1-examples/sidebars/index.html
90 * @param string $html
95 public static function treeProcessLeaf(string &$html, MarkupPath $page, array $data, string $type) argument
139 $html .= "{$listItemEnterTag}{$listItemContent}</li>";
651 * @param string $html - the callstack
657 function treeProcessTree(string &$html, PathTreeNode $pathTreeNode, array $data) argument
708 PageExplorerTag::treeProcessLeaf($html, $homePage, $data, PageExplorerTag::HOME_TYPE);
738 $html .= "<li>";
747 $html .= TagAttributes::createEmpty()
763 $html
[all...]
H A DIconTag.php73 $html = "<span class=\"text-danger $errorClass\">" . hsc(trim($message)) . "</span>";
75 return $html;
132 $html = "";
142 $html .= $tooltipTag->toHtmlEnterTag("span");
147 $html .= IconTag::renderEmptyTag($tagAttributes);
152 $html .= "</span>";
154 return $html;
/plugin/currentlyreading/
H A Dsyntax.php101 …$html = '<div class="plugin_currentlyreading'.$float.'" style="max-width: '.$width.'px;"><span cla…
105 return $html;
111 * @param string $html HTML to render
114 public function render($mode, Doku_Renderer $renderer, $html) { argument
115 if ($html === false) return false;
118 $renderer->doc .= $html;
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfcktoolbarstylecombo.js167 var html = [] ;
170 html.push( '<div class="BaseFont">' ) ;
178 html = [ '<', elementName ] ;
186 html.push( ' ', att, '="', style.GetFinalAttributeValue( att ), '"' ) ;
192 html.push( ' style="', style.GetFinalStyleValue(), '"' ) ;
194 html.push( '>', caption, '</', elementName, '>' ) ;
197 html.push( '</div>' ) ;
199 return html.join( '' ) ;
/plugin/fckg/fckeditor/editor/skins/default/
H A Dfck_dialog.css11 * http://www.gnu.org/licenses/gpl.html
14 * http://www.gnu.org/licenses/lgpl.html
17 * http://www.mozilla.org/MPL/MPL-1.1.html
24 html, body selector
182 * html .tl, * html .tr, * html .tc, * html .bl, * html .br, * html .bc
194 * html .ml, * html .mr
206 * html .rtl .ml, * html .rtl .mr
306 * html .blocker
341 * html #closeButton
/plugin/fckg/fckeditor/editor/skins/silver/
H A Dfck_dialog.css11 * http://www.gnu.org/licenses/gpl.html
14 * http://www.gnu.org/licenses/lgpl.html
17 * http://www.mozilla.org/MPL/MPL-1.1.html
24 html, body selector
182 * html .tl, * html .tr, * html .tc, * html .bl, * html .br, * html .bc
194 * html .ml, * html .mr
206 * html .rtl .ml, * html .rtl .mr
306 * html .blocker
341 * html #closeButton
/plugin/eventline/
H A Daction.php111 $html = iconv('UTF-8', 'ASCII//TRANSLIT', pullInXmlData($ID, $wikihtml));
112 $html = str_ireplace("'", "&#039;", $html);
114 $html = pullInXmlData($ID, $wikihtml);
119 fwrite($fp, $html);
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/Xml/Property/
H A DSupportedPrivilegeSet.php91 * @param HtmlOutputHelper $html
94 function toHtml(HtmlOutputHelper $html) { argument
96 $traverse = function($priv) use (&$traverse, $html) {
98 echo $html->xmlName($priv['privilege']);
103 echo " " . $html->h($priv['description']);
/plugin/jirainfo/
H A Dscript.js298 let html = '<div class="ji-popup-content-body">';
300 html += obj.summary ? '<p class="ji-summary">' + obj.summary + "</p>" : "";
302 html += obj.status ? '<div class="ji-status"><span class="color-' + obj.status.color + '">'
305html += obj.issuetype ? '<img src="' + obj.issuetype.iconUrl + '" class="ji-issuetype" title="' +
308 html += obj.priority ? '<img src="' + obj.priority.iconUrl + '" class="ji-issuetype" title="' +
311 html += obj.totalComments ? '<div class="ji-comment-circle"><span class="total-comments">' +
314html += obj.issueUrl ? '<a href="' + obj.issueUrl + '"class="ji-key-link">' + obj.key + "</a>" : "…
315 html += '</div>';
317 this.updContent(html);
320 jiPopup.prototype.updContent = function(html) { argument
[all …]

12345678910>>...75