Home
last modified time | relevance | path

Searched refs:asHTML (Results 1 – 25 of 35) sorted by relevance

12

/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/core/client/command/
H A DAppMenuBar.java46 …public MenuItem addItem(String text, boolean asHTML, MenuitemRole role, boolean checked, Scheduled… in addItem() argument
48 if (vertical_ && !asHTML) in addItem()
64 public MenuItem addItem(String text, boolean asHTML, MenuBar popup) in addItem() argument
66 if (!asHTML) in addItem()
/dports/net-mgmt/phpweathermap/weathermap/
H A DHTML_ImageMap.class.php51 function asHTML() function in HTML_ImageMap_Area_Polygon
191 function asHTML() function in HTML_ImageMap_Area_Rectangle
213 function asHTML() function in HTML_ImageMap_Area_Circle
352 function asHTML() function in HTML_ImageMap
362 $html .= $shape->asHTML()."\n";
413 $html = $shape->asHTML()."\n".$html;
417 $html .= $shape->asHTML()."\n";
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/mime/src/
H A DnsSimpleMimeConverterStub.cpp87 nsCString asHTML; in EndGather() local
89 nsDependentCString(obj->content_type), *ssobj->buffer, asHTML); in EndGather()
97 status = MimeObject_write(obj, asHTML.get(), asHTML.Length(), true); in EndGather()
/dports/www/tdom/tdom-0.9.1/tests/
H A Dhtmlreader.test130 $doc asHTML
149 $doc asHTML
171 $doc asHTML
192 $doc asHTML
215 set result [$doc asHTML]
222 set result [$doc asHTML]
229 set result [$doc asHTML]
H A Dhtml5reader.test118 $doc asHTML
137 $doc asHTML
159 $doc asHTML
180 $doc asHTML
H A DdomDoc.test7 # domDoc-1.*: asXML, asHTML
59 test domDoc-1.3 {asHTML -escapeNonASCII -htmlEntities} {need_i18n} {
61 set result [$doc asHTML -escapeNonASCII -htmlEntities]
141 test domDoc-1.13 {asHTML -doctypeDeclaration} {
143 set result [$doc asHTML -doctypeDeclaration 1]
149 test domDoc-1.14 {asHTML -doctypeDeclaration} {
154 set result [$doc asHTML -doctypeDeclaration 1]
174 test domDoc-1.17 {asHTML - content of script/style tags} {
178 set result [$doc asHTML]
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/wx/lib/
H A Diewin.py88 def GetStringSelection(self, asHTML=True): argument
100 if asHTML:
106 def GetText(self, asHTML=True): argument
115 if not asHTML:
H A Diewin_old.py143 def GetStringSelection(self, asHTML=True): argument
148 return wx.activex.IEHtmlWindowBase.GetStringSelection(self, asHTML)
151 def GetText(self, asHTML=True): argument
155 return wx.activex.IEHtmlWindowBase.GetText(self, asHTML)
/dports/www/tdom/tdom-0.9.1/apps/
H A Dxslt.tcl106 asHTML -
108 puts [$resultDoc asHTML -escapeNonASCII -htmlEntities \
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/wxSmithIExplore/
H A DIEHtmlWin.h84 wxString GetStringSelection(bool asHTML = false);
85 wxString GetText(bool asHTML = false);
H A DIEHtmlWin.cpp545 wxString wxIEHtmlWin::GetStringSelection(bool asHTML) in GetStringSelection() argument
554 if (asHTML) in GetStringSelection()
567 wxString wxIEHtmlWin::GetText(bool asHTML) in GetText() argument
596 if (asHTML) in GetText()
/dports/www/moinmoin/moin-1.9.11/MoinMoin/userform/
H A Dlogin.py32 def asHTML(self): member in Login
117 return Login(request).asHTML()
/dports/biology/p5-AcePerl/AcePerl-1.92/acebrowser/cgi-bin/generic/
H A Dtree50 print $obj->asHTML(sub { pre(shift) });
53 print $obj->asHTML(\&to_href) || strong('No more text information
H A Dmodel34 print $obj->asHTML(\&to_href)
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/
H A Dqgsproviderregistry.cpp351 QString QgsProviderRegistry::pluginList( bool asHTML ) const in pluginList()
360 if ( asHTML ) in pluginList()
365 if ( asHTML ) in pluginList()
370 if ( asHTML ) in pluginList()
378 if ( asHTML ) in pluginList()
/dports/converters/p5-Boulder/Boulder-1.30/eg/
H A Dgenbank2.pl11 print $s->asHTML(\&wrap_long_lines);
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/cn3d/
H A Dsequence_viewer.hpp82 asHTML, // HTML, like text but with color enumerator
H A Dsequence_viewer.cpp526 else if (type == asHTML) { extension = ".html"; wildcard = "HTML Files (*.html)|*.html"; } in ExportAlignment()
565 } else if (type == asText || type == asHTML) { in ExportAlignment()
567 DumpText((type == asHTML), alignmentManager->GetCurrentMultipleAlignment(), in ExportAlignment()
/dports/science/jmol/jmol-14.32.7/src/org/openscience/jmol/app/jmolpanel/
H A DGaussianDialog.java405 output.write(asHTML(s, false)); in save()
475 editArea.setText(asHTML(c + m + p + route + "\n\n" in getCommand()
491 protected String asHTML(String s, boolean toHTML) { in asHTML() method in GaussianDialog
548 String s = asHTML(editArea.getText(), false); in mouseClicked()
/dports/graphics/qgis/qgis-3.22.3/src/core/providers/
H A Dqgsproviderregistry.cpp465 QString QgsProviderRegistry::pluginList( bool asHTML ) const in pluginList()
474 if ( asHTML ) in pluginList()
479 if ( asHTML ) in pluginList()
484 if ( asHTML ) in pluginList()
492 if ( asHTML ) in pluginList()
/dports/www/tdom/tdom-0.9.1/extensions/tdomhtml/
H A Dtdomhtml.tcl213 [$doc documentElement] asHTML -channel $chan
/dports/www/wt/wt-4.6.1/src/web/
H A DDomElement.C309 child->asHTML(childrenHtml_, javaScript_, timeouts_); in addChild()
768 void DomElement::asHTML(EscapeOStream& out, in asHTML() function
1091 childrenToAdd_[i].child->asHTML(out, javaScript, timeouts); in asHTML()
1251 asHTML(out, dummy, timeouts, true); in createElement()
1493 childrenToAdd_[i].child->asHTML(out, js, timeouts); in renderInnerHtmlJS()
H A DDomElement.h415 void asHTML(EStream& out, EStream& javaScript,
/dports/converters/p5-Boulder/Boulder-1.30/
H A DStone.pm830 sub asHTML { subroutine
/dports/www/wt/wt-4.6.1/src/Wt/
H A DWWidget.C284 element->asHTML(sout, js, timeouts); in htmlText()

12