Home
last modified time | relevance | path

Searched refs:marginheight (Results 1 – 25 of 328) sorted by relevance

12345678910>>...14

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ua/org.eclipse.help.webapp/advanced/
H A Dindex.jsp81 …uest)%>" src='<%=data.getBannerURL()%>' tabIndex="3" marginwidth="0" marginheight="0" scrolling="…
85 …lpToolbar.jsp"+UrlUtil.htmlEncode(data.getQuery())%>' marginwidth="0" marginheight="0" scrolling="…
86 …nced/help.jsp"+UrlUtil.htmlEncode(data.getQuery())%>' marginwidth="0" marginheight="0" scrolling="…
90 …"Footer", request)%>" src='<%=data.getFooterURL()%>' marginwidth="0" marginheight="0" scrolling="…
H A Dview.jsp73 …src='<%=data.getAdvancedURL(view,"Toolbar.jsp")%>' marginwidth="0" marginheight="0" scrolling="no…
78 …"?"+UrlUtil.htmlEncode(request.getQueryString())%>' marginwidth="10" marginheight="0" frameborder…
84 …" + UrlUtil.htmlEncode(request.getQueryString())%>' marginwidth="10" marginheight="0" frameborder…
H A Dhelp.jsp125 …="content.jsp"+UrlUtil.htmlEncode(data.getQuery())%>' marginwidth="0" marginheight="0" scrolling="…
126 …='<%="nav.jsp"+UrlUtil.htmlEncode(data.getQuery())%>' marginwidth="0" marginheight="0" scrolling="…
130 …='<%="nav.jsp"+UrlUtil.htmlEncode(data.getQuery())%>' marginwidth="0" marginheight="0" scrolling="…
131 …="content.jsp"+UrlUtil.htmlEncode(data.getQuery())%>' marginwidth="0" marginheight="0" scrolling="…
H A DhelpToolbar.jsp33 …%="search.jsp"+UrlUtil.htmlEncode(data.getQuery())%>' marginwidth="0" marginheight="0" scrolling="…
35 …%="search.jsp"+UrlUtil.htmlEncode(data.getQuery())%>' marginwidth="0" marginheight="0" scrolling="…
H A Dcontent.jsp51 …tToolbar.jsp"+UrlUtil.htmlEncode(data.getQuery())%>' marginwidth="0" marginheight="0" scrolling="…
52 …&& "6.0".compareTo(data.getIEVersion()) <=0)?"scrolling=\"yes\"":""%> marginheight="0" frameborder…
/dports/lang/ghc/ghc-8.10.7/libraries/xhtml/Text/XHtml/Frameset/
H A DAttributes.hs12 marginheight :: Int -> HtmlAttr
13 marginheight = intAttr "marginheight" function
/dports/www/xist/ll-xist-5.34/test/
H A Dtest_xist_htmlspecials.py73 assert str(e.attrs.marginheight) == "0"
76 e = htmlspecials.plainbody(leftmargin=1, topmargin=2, marginheight=3, marginwidth=4).conv()
79 assert str(e.attrs.marginheight) == "3"
/dports/print/hyperlatex/Hyperlatex-2.9a/hlx/
H A Dframes.hlx20 marginheight="5" scrolling="auto" border="0"}
22 marginheight="20"}
/dports/www/tikiwiki/tiki-21.2/lib/wiki-plugins/
H A Dwikiplugin_iframe.php181 if (isset($marginheight)) {
182 $ret .= " marginheight=\"$marginheight\"";
H A Dwikiplugin_googledoc.php249 if (isset($marginheight)) {
250 $ret .= " marginheight=\"$marginheight\"";
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/html/
H A DHTMLFrameElement.cpp36 NS_IMPL_STRING_ATTR(HTMLFrameElement, MarginHeight, marginheight) in NS_IMPL_ISUPPORTS_INHERITED()
66 if (aAttribute == nsGkAtoms::marginheight) { in ParseAttribute()
/dports/textproc/libxml2/libxml2-2.9.12/result/HTML/
H A Ddoc2.htm.sax41 SAX.startElement(frame, marginheight='0', marginwidth='0', name='left', noresize, scrolling='no', s…
44 SAX.startElement(frame, marginheight='0', marginwidth='0', name='rtop', noresize, scrolling='no', s…
53 …80', vlink='#000080', alink='#000080', topmargin='0', leftmargin='0', marginheight='0', marginwidt…
/dports/textproc/py-libxml2/libxml2-2.9.12/result/HTML/
H A Ddoc2.htm.sax41 SAX.startElement(frame, marginheight='0', marginwidth='0', name='left', noresize, scrolling='no', s…
44 SAX.startElement(frame, marginheight='0', marginwidth='0', name='rtop', noresize, scrolling='no', s…
53 …80', vlink='#000080', alink='#000080', topmargin='0', leftmargin='0', marginheight='0', marginwidt…
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/
H A DSWTFactory.java267 …ateScrolledComposite(Composite parent, int columns, int hspan, int marginwidth, int marginheight) { in createScrolledComposite() argument
268 …eScrolledComposite(parent, SWT.V_SCROLL | SWT.H_SCROLL, columns, hspan, marginwidth, marginheight); in createScrolledComposite()
282 …Composite(Composite parent, int style, int columns, int hspan, int marginwidth, int marginheight) { in createScrolledComposite() argument
285 layout.marginHeight = marginheight; in createScrolledComposite()
517 …eComposite(Composite parent, int columns, int hspan, int fill, int marginwidth, int marginheight) { in createComposite() argument
521 layout.marginHeight = marginheight; in createComposite()
/dports/www/tikiwiki/tiki-21.2/templates/wizard/
H A Dchanges_doc_page_iframe.tpl20 … to Tiki 21" width="100%" height="300" align="middle" frameborder="1" marginheight="0" marginwidth…
30 … to Tiki 21" width="100%" height="300" align="middle" frameborder="1" marginheight="0" marginwidth…
40 …or Upgrades" width="100%" height="300" align="middle" frameborder="1" marginheight="0" marginwidth…
/dports/www/firefox-esr/firefox-91.8.0/dom/html/
H A DHTMLFrameElement.h54 GetHTMLAttr(nsGkAtoms::marginheight, aMarginHeight); in GetMarginHeight()
57 SetHTMLAttr(nsGkAtoms::marginheight, aMarginHeight, aError); in SetMarginHeight()
H A DHTMLBodyElement.cpp52 aAttribute == nsGkAtoms::marginheight || in NS_IMPL_ELEMENT_CLONE()
98 value = aAttributes->GetAttr(nsGkAtoms::marginheight); in MapAttributesIntoRule()
238 {nsGkAtoms::marginheight}, in NS_IMETHODIMP_()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/html/
H A DHTMLFrameElement.h54 GetHTMLAttr(nsGkAtoms::marginheight, aMarginHeight); in GetMarginHeight()
57 SetHTMLAttr(nsGkAtoms::marginheight, aMarginHeight, aError); in SetMarginHeight()
H A DHTMLBodyElement.cpp52 aAttribute == nsGkAtoms::marginheight || in NS_IMPL_ELEMENT_CLONE()
98 value = aAttributes->GetAttr(nsGkAtoms::marginheight); in MapAttributesIntoRule()
238 {nsGkAtoms::marginheight}, in NS_IMETHODIMP_()
/dports/www/firefox/firefox-99.0/dom/html/
H A DHTMLFrameElement.h54 GetHTMLAttr(nsGkAtoms::marginheight, aMarginHeight); in GetMarginHeight()
57 SetHTMLAttr(nsGkAtoms::marginheight, aMarginHeight, aError); in SetMarginHeight()
H A DHTMLBodyElement.cpp52 aAttribute == nsGkAtoms::marginheight || in NS_IMPL_ELEMENT_CLONE()
98 value = aAttributes->GetAttr(nsGkAtoms::marginheight); in MapAttributesIntoRule()
238 {nsGkAtoms::marginheight}, in NS_IMETHODIMP_()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/html/
H A DHTMLFrameElement.h54 GetHTMLAttr(nsGkAtoms::marginheight, aMarginHeight); in GetMarginHeight()
57 SetHTMLAttr(nsGkAtoms::marginheight, aMarginHeight, aError); in SetMarginHeight()
H A DHTMLBodyElement.cpp52 aAttribute == nsGkAtoms::marginheight || in NS_IMPL_ELEMENT_CLONE()
98 value = aAttributes->GetAttr(nsGkAtoms::marginheight); in MapAttributesIntoRule()
238 {nsGkAtoms::marginheight}, in NS_IMETHODIMP_()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/html/
H A DHTMLFrameElement.h54 GetHTMLAttr(nsGkAtoms::marginheight, aMarginHeight); in GetMarginHeight()
57 SetHTMLAttr(nsGkAtoms::marginheight, aMarginHeight, aError); in SetMarginHeight()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/
H A DSWTFactory.java559 …Composite parent, Font font, int columns, int hspan, int fill, int marginwidth, int marginheight) { in createComposite() argument
563 layout.marginHeight = marginheight; in createComposite()
584 …orm(Composite parent, int style, int cols, int span, int fill, int marginwidth, int marginheight) { in createViewform() argument
589 layout.marginHeight = marginheight; in createViewform()
610 …arent, Font font, int style, int columns, int hspan, int fill, int marginwidth, int marginheight) { in createComposite() argument
614 layout.marginHeight = marginheight; in createComposite()

12345678910>>...14