Home
last modified time | relevance | path

Searched refs:toHTML (Results 1 – 25 of 536) sorted by relevance

12345678910>>...22

/dports/math/R/R-4.1.2/src/library/tools/man/
H A DtoHTML.Rd1 % File src/library/tools/man/toHTML.Rd
6 \name{toHTML}
7 \alias{toHTML}
8 \alias{toHTML.packageIQR}
9 \alias{toHTML.news_db}
15 toHTML(x, ...)
16 \S3method{toHTML}{packageIQR}(x, ...)
17 \S3method{toHTML}{news_db}(x, ...)
32 cat(toHTML(demo(package = "base")), sep = "\n")
/dports/math/libRmath/R-4.1.1/src/library/tools/man/
H A DtoHTML.Rd1 % File src/library/tools/man/toHTML.Rd
6 \name{toHTML}
7 \alias{toHTML}
8 \alias{toHTML.packageIQR}
9 \alias{toHTML.news_db}
15 toHTML(x, ...)
16 \S3method{toHTML}{packageIQR}(x, ...)
17 \S3method{toHTML}{news_db}(x, ...)
32 cat(toHTML(demo(package = "base")), sep = "\n")
/dports/www/e107/e107/e107_plugins/list_new/
H A Dlist_shortcodes.php58 return e107::getParser()->toHTML($this->row['date'], true, "");
63 return e107::getParser()->toHTML($this->row['icon'], true, "");
68 return e107::getParser()->toHTML($this->row['heading'], true, "TITLE");
73 return e107::getParser()->toHTML($this->row['author'], true, "");
78 return e107::getParser()->toHTML($this->row['category'], true, "");
83 return e107::getParser()->toHTML($this->row['info'], true, "");
88 return e107::getParser()->toHTML($this->rc->data['caption'], true, "");
104 return e107::getParser()->toHTML($this->list_pref[$this->rc->mode."_welcometext"], true, "");
/dports/www/e107/e107/e107_plugins/download/
H A Ddownload_shortcodes.php104 return $tp->toHTML($this->var['download_category_name'], FALSE, 'TITLE');
110 return $tp->toHTML($this->var['download_category_description'], TRUE, 'DESCRIPTION');
154 return $tp->toHTML($this->dlsubrow['download_category_name'], FALSE, 'TITLE');
167 return $tp->toHTML($this->dlsubrow['download_category_name'], FALSE, 'TITLE');
216 return $tp->toHTML($this->dlsubsubrow['download_category_name'], FALSE, 'TITLE');
326 return $tp->toHTML($this->var['download_name'],TRUE,'LINKTEXT');
331 $agreetext = $tp->toJS($tp->toHTML($pref['agree_text'],FALSE,'DESCRIPTION'));
342 $text .= $tp->toHTML($this->var['download_name'], FALSE, 'TITLE')."</a>";
432 $agreetext = $tp->toJS($tp->toHTML($pref['agree_text'],FALSE,'DESCRIPTION'));
554 $text = $tp -> toHTML($dl['download_category_description'], TRUE,'DESCRIPTION');
[all …]
/dports/www/e107/e107/e107_plugins/forum/
H A De_emailprint.php12 $thread_name = $tp->toHTML($thread_info[0]['thread_name'], TRUE);
15 ".$tp->toHTML($thread_info[0]['thread_thread'], TRUE);
25 ".$tp->toHTML($reply['thread_thread'], TRUE);
41 $thread_name = $tp->toHTML($thread_info[0]['thread_name'], TRUE);
44 ".$tp->toHTML($thread_info[0]['thread_thread'], TRUE);
53 ".$tp->toHTML($reply['thread_thread'], TRUE);
H A De_notify.php149 'post' => e107::getParser()->toHTML($data['post_entry'], true, 'BODY')
175 'post' => e107::getParser()->toHTML($data['post_entry'], true, 'BODY')
253 'post' => e107::getParser()->toHTML($data['post_entry'], true, 'BODY')
292 'post' => e107::getParser()->toHTML($data['post_entry'], true, 'BODY')
316 'post' => e107::getParser()->toHTML($data['post_entry'], true, 'BODY')
332 $entry = e107::getParser()->toHTML($data['post_entry'], true, 'BODY');
/dports/textproc/R-cran-XML/XML/man/
H A DtoHTML.Rd1 \name{toHTML}
2 \alias{toHTML}
3 \alias{toHTML,vector-method}
4 \alias{toHTML,matrix-method}
5 \alias{toHTML,call-method}
18 toHTML(x, context = NULL)
44 cat(as(toHTML(rnorm(10)), "character"))
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/src/lib/php/
H A Dcommon-string.php33 * @param bool $toHTML True to return HTML compatible strings
36 function convertToUTF8($content, $toHTML=true) argument
46 $output1 = $toHTML ? "<Unknown encoding>" : "<b>Unknown encoding</b>";
50 if (! $toHTML) {
/dports/net/icpld/icpld-1.1.5/src/
H A Dwlogs.cpp90 std::ofstream toHTML (htmlFile.c_str(), std::ios::app); in wlogs() local
91 toHTML << endl << "---------------------" << endl; in wlogs()
92 toHTML << "ICPLD started at: " << asctime (tblock); in wlogs()
93 toHTML << "Running on " << u.nodename << endl; in wlogs()
94 toHTML << "Using IPv4 target(s): " << ip << " & " << fbip << endl; in wlogs()
95 toHTML << "---------------------" << endl << endl; in wlogs()
96 toHTML.close (); in wlogs()
H A Dfork.cpp510 std::ofstream toHTML (htmlFile.c_str (), std::ios::app); in main() local
511 toHTML << "IPv4: Connection down: " << in main()
513 toHTML.close (); in main()
624 std::ofstream toHTML (htmlFile.c_str (), std::ios::app); in main() local
625 toHTML << "IPv4: connection up: " << in main()
632 toHTML << "\t\tIPv4 Total: " << setw (2) in main()
639 toHTML.close (); in main()
790 std::ofstream toHTML (htmlFile6.c_str (), ios::app); in main() local
792 toHTML.close (); in main()
888 std::ofstream toHTML (htmlFile6.c_str (), ios::app); in main() local
[all …]
/dports/www/e107/e107/e107_plugins/newsfeed/
H A Dnewsfeed_functions.php319 …$vars['FEEDNAME'] = "<a href='".$url."'>".$tp->toHTML($feed['newsfeed_name'],false,'TITLE')."</a>";
343 $vars['FEEDCOPYRIGHT'] = $tp -> toHTML(vartrue($rss['channel']['copyright']), FALSE);
367 …$vars['FEEDITEMLINK'] = "<a href='".$item['link']."' rel='external'>".$tp -> toHTML($item['t…
370 $vars['FEEDITEMCREATOR'] = $tp -> toHTML(vartrue($item['author']), FALSE);
376 …$vars['FEEDITEMLINK'] = "<a href='#' onclick='expandit(this)'>".$tp -> toHTML($item['title'], FALS…
380 …$vars['FEEDITEMTEXT'] = preg_replace("/&#091;.*]/", "", $tp -> toHTML($item['description'], FALSE)…
386 …$vars['FEEDITEMLINK'] = "<a href='".$item['link']."' rel='external'>".$tp -> toHTML($item['title…
389 $vars['FEEDITEMTEXT'] = $tp -> toHTML($feeditemtext, FALSE)."\n";
/dports/www/p5-pQuery/pQuery-0.24/t/
H A Ddom.t18 is $dom->toHTML, '<p>I <b>Like</b> <ul>Pie</ul>!</p>',
43 is $span->toHTML, '<span id="span1" foo="Bar">Foo</span>',
50 is $span->toHTML, '<span foo="Bar">Foo</span>',
73 is $dom->toHTML, '<div>xxx<!-- yyy -->zzz</div>', 'Comments work in toHTML';
78 is $dom->toHTML, '<div>I <b>Like</b> Pie</div>', 'Setting innerHTML works';
86 is $div->toHTML, '<div id="new-div" class="classy">Foo<!--I am remarkable--></div>',
/dports/cad/digital/Digital-0.27/src/main/java/de/neemann/gui/
H A DLineBreaker.java22 private boolean toHTML = false; field in LineBreaker
112 if (toHTML) { in breakLines()
167 public LineBreaker toHTML() { in toHTML() method in LineBreaker
168 this.toHTML = true; in toHTML()
/dports/www/dokuwiki/dokuwiki-2020-07-29/lib/plugins/extension/helper/
H A Dgui.php58 echo $form->toHTML();
91 echo $form->toHTML();
115 echo $form->toHTML();
143 echo $form->toHTML();
176 echo $form->toHTML();
/dports/cad/digital/Digital-0.27/src/test/java/de/neemann/gui/
H A DLineBreakerTest.java38 …assertEquals("<html>this is a test string</html>", new LineBreaker(60).toHTML().breakLines("this i… in testBreakLinesHTML()
39 …this is a<br>test string</html>", new LineBreaker(60).toHTML().preserveContainedLineBreaks().toHTM… in testBreakLinesHTML()
/dports/www/e107/e107/e107_core/shortcodes/batch/
H A Dnews_shortcodes.php58 $text = e107::getParser()->toHTML($this->news_item['news_title'], TRUE, 'TITLE');
227 <li><a href="'.$url.'">'.e107::getParser()->toHTML($caption,false,'defs').'</a></li>
264 return e107::getParser()->toHTML($this->news_item['category_name'], 'TITLE');
284 return e107::getParser()->toHTML($this->news_item['category_meta_description'], false ,'BODY');
330 return e107::getParser()->toHTML($user['user_signature'], true, 'DESCRIPTION');
573 $category_name = e107::getParser()->toHTML($this->news_item['category_name'], FALSE ,'defs');
745 $news_title = e107::getParser()->toHTML($this->news_item['news_title'], TRUE,'TITLE');
751 $news_title = e107::getParser()->toHTML($this->news_item['news_title'], TRUE,'TITLE');
772 $text = $tp->toHTML($this->news_item['news_body'],true);
1093 $parm['alt'] = e107::getParser()->toHTML($this->news_item['category_name'], FALSE ,'defs');
[all …]
H A Dpage_shortcodes.php96 return e107::getParser()->toHTML($this->var['page_title'], true, 'TITLE');
102 return $subtitle ? e107::getParser()->toHTML($subtitle, true, 'TITLE') : '';
109 return $text ? e107::getParser()->toHTML($text, true, 'BODY') : '';
333 return $tp->toHTML($this->var['menu_title'], true, 'TITLE');
345 return e107::getParser()->toHTML($this->var['menu_text'], true, 'BODY');
470 return $tp->toHTML($row['chapter_name'], false, 'TITLE');
494 return $tp->toHTML($row['chapter_meta_description'], true, 'BODY');
525 return $tp->toHTML($row['chapter_name'], false, 'TITLE');
576 return $tp->toHTML($row['chapter_meta_description'], true, 'BODY');
/dports/www/e107/e107/e107_plugins/news/
H A De_rss.php99 $rss[$i]['category_name'] = $tp->toHTML($value['category_name'],TRUE,'defs');
125 $text = $tp->toHTML($row['news_summary'],true);
130 $text= $tp->toHTML($row['news_body'],true). "<br />".$tp->toHTML($row['news_extended'], true);
/dports/www/e107/e107/e107_plugins/tinymce4/plugins/e107/
H A Dparser.php84 $html = $this->toHTML($_POST['content']);
115 public function toHTML($content) function in e107TinyMceParser
140 $content = $tp->toHTML($content, true, 'WYSIWYG');
174 $content = $tp->toHTML($content, true, 'WYSIWYG');
/dports/www/e107/e107/
H A Dgsitemap.php35 0 => array('text' => $tp->toHTML(GSLAN_Name), 'url'=> null ) // e107::url('gsitemap','index')
50 …$text .= "<li>".$tp->toHTML($nfa['gsitemap_cat'],"","defs").": <a href='".$url."'>".$tp->toHTML($n…
H A Dpage.php255 'BOOK_NAME' => $tp->toHTML($row['chapter_name']),
258 'BOOK_DESCRIPTION' => $tp->toHTML($row['chapter_meta_description'],true,'BODY'),
330 'BOOK_NAME' => $tp->toHTML($brow['chapter_name']),
333 'BOOK_DESCRIPTION' => $tp->toHTML($brow['chapter_meta_description'],true,'BODY'),
360 'BOOK_NAME' => $tp->toHTML($row['book_name']),
363 'BOOK_DESCRIPTION' => $tp->toHTML($row['book_description'],true,'BODY'),
365 'CHAPTER_NAME' => $tp->toHTML($row['chapter_name']),
369 'CHAPTER_DESCRIPTION' => $tp->toHTML($row['chapter_meta_description'],true,'BODY'),
450 'chapter_name' => $tp->toHTML($row['chapter_name']),
468 'CHAPTER_NAME' => $tp->toHTML($row['chapter_name']),
[all …]
/dports/science/jmol/jmol-14.32.7/src/org/jmol/awtjs/swing/
H A DJDialog.java92 html = toHTML(); in setDialog()
106 public String toHTML() { in toHTML() method in JDialog
121 sb.append(contentPane.toHTML()); in toHTML()
H A DJSplitPane.java63 public String toHTML() { in toHTML() method in JSplitPane
77 sb.append(left.getComponents()[0].toHTML()); in toHTML()
82 sb.append(right.getComponents()[0].toHTML()); in toHTML()
/dports/www/e107/e107/e107_core/shortcodes/single/
H A Dwmessage.php72 $wmessage[] = $tp->toHTML($row['gen_chardata'], TRUE, 'BODY, defs', 'admin');
73 $wmessageCaption[] = $tp->toHTML($row['gen_ip'], TRUE, 'TITLE');
76 $wmcaption = $tp->toHTML($row['gen_ip'], TRUE, 'TITLE');
/dports/www/e107/e107/e107_plugins/featurebox/
H A De_shortcode.php178 $ret = $category->toHTML(varset($tmpl[$base.'start']), true);
233 $tmp[] = $node->toHTML($tmpl[$base.'item'], true);
240 ->toHTML($tmpl[$base.'item'], true);
245 $ret .= $category->toHTML(varset($tmpl[$base.'end']), true);
402 ->toHTML($tmp_tmpl_item);
417 ->toHTML($tmpl_item);

12345678910>>...22