Home
last modified time | relevance | path

Searched refs:marginwidth (Results 1 – 25 of 338) 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 …ing("Banner", request)%>" src='<%=data.getBannerURL()%>' tabIndex="3" marginwidth="0" marginheigh…
85 …='<%="advanced/helpToolbar.jsp"+UrlUtil.htmlEncode(data.getQuery())%>' marginwidth="0" marginheigh…
86 …%>" src='<%="advanced/help.jsp"+UrlUtil.htmlEncode(data.getQuery())%>' marginwidth="0" marginheigh…
90 …ources.getString("Footer", request)%>" src='<%=data.getFooterURL()%>' marginwidth="0" marginheigh…
H A Dview.jsp73 …src='<%=data.getAdvancedURL(view,"Toolbar.jsp")%>' marginwidth="0" marginheight="0" scrolling="no…
78 …(view,"View.jsp")+"?"+UrlUtil.htmlEncode(request.getQueryString())%>' marginwidth="10" marginheig…
84 …w,"View.jsp") + "?" + UrlUtil.htmlEncode(request.getQueryString())%>' marginwidth="10" marginheig…
H A Dhelp.jsp125 …"content" src='<%="content.jsp"+UrlUtil.htmlEncode(data.getQuery())%>' marginwidth="0" marginheigh…
126 …, request)%>" src='<%="nav.jsp"+UrlUtil.htmlEncode(data.getQuery())%>' marginwidth="0" marginheigh…
130 …, request)%>" src='<%="nav.jsp"+UrlUtil.htmlEncode(data.getQuery())%>' marginwidth="0" marginheigh…
131 …"content" src='<%="content.jsp"+UrlUtil.htmlEncode(data.getQuery())%>' marginwidth="0" marginheigh…
H A DhelpToolbar.jsp33 …equest)%>" src='<%="search.jsp"+UrlUtil.htmlEncode(data.getQuery())%>' marginwidth="0" marginheigh…
35 …equest)%>" src='<%="search.jsp"+UrlUtil.htmlEncode(data.getQuery())%>' marginwidth="0" marginheigh…
H A Dcontent.jsp51 …" src='<%="contentToolbar.jsp"+UrlUtil.htmlEncode(data.getQuery())%>' marginwidth="0" marginheigh…
52 …iew", request)%>" src='<%=UrlUtil.htmlEncode(data.getContentURL())%>' marginwidth="10"<%=(data.is…
/dports/lang/ghc/ghc-8.10.7/libraries/xhtml/Text/XHtml/Frameset/
H A DAttributes.hs15 marginwidth :: Int -> HtmlAttr
16 marginwidth = intAttr "marginwidth" function
/dports/www/xist/ll-xist-5.34/test/
H A Dtest_xist_htmlspecials.py74 assert str(e.attrs.marginwidth) == "0"
76 e = htmlspecials.plainbody(leftmargin=1, topmargin=2, marginheight=3, marginwidth=4).conv()
80 assert str(e.attrs.marginwidth) == "4"
/dports/print/hyperlatex/Hyperlatex-2.9a/hlx/
H A Dframes.hlx19 \xml{frame src="#1_toc#2" name="contents" marginwidth="5"
21 \xml{frame src="#1_0#2" name="main" marginwidth="20"
/dports/www/tikiwiki/tiki-21.2/lib/wiki-plugins/
H A Dwikiplugin_iframe.php184 if (isset($marginwidth)) {
185 $ret .= " marginwidth=\"$marginwidth\"";
H A Dwikiplugin_googledoc.php252 if (isset($marginwidth)) {
253 $ret .= " marginwidth=\"$marginwidth\"";
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/html/
H A DHTMLFrameElement.cpp37 NS_IMPL_STRING_ATTR(HTMLFrameElement, MarginWidth, marginwidth) in NS_IMPL_ISUPPORTS_INHERITED()
63 if (aAttribute == nsGkAtoms::marginwidth) { 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 …vlink='#000080', alink='#000080', topmargin='0', leftmargin='0', marginheight='0', marginwidth='0')
/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 …vlink='#000080', alink='#000080', topmargin='0', leftmargin='0', marginheight='0', marginwidth='0')
/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 … createScrolledComposite(Composite parent, int columns, int hspan, int marginwidth, int marginheig… in createScrolledComposite() argument
268 …return createScrolledComposite(parent, SWT.V_SCROLL | SWT.H_SCROLL, columns, hspan, marginwidth, m… in createScrolledComposite()
282 …lledComposite(Composite parent, int style, int columns, int hspan, int marginwidth, int marginheig… in createScrolledComposite() argument
286 layout.marginWidth = marginwidth; in createScrolledComposite()
517 …reateComposite(Composite parent, int columns, int hspan, int fill, int marginwidth, int marginheig… in createComposite() argument
520 layout.marginWidth = marginwidth; in createComposite()
/dports/www/tikiwiki/tiki-21.2/templates/wizard/
H A Dchanges_doc_page_iframe.tpl20 …th="100%" height="300" align="middle" frameborder="1" marginheight="0" marginwidth="0" scrolling="…
30 …th="100%" height="300" align="middle" frameborder="1" marginheight="0" marginwidth="0" scrolling="…
40 …th="100%" height="300" align="middle" frameborder="1" marginheight="0" marginwidth="0" scrolling="…
/dports/www/firefox-esr/firefox-91.8.0/dom/html/
H A DHTMLFrameElement.h61 GetHTMLAttr(nsGkAtoms::marginwidth, aMarginWidth); in GetMarginWidth()
64 SetHTMLAttr(nsGkAtoms::marginwidth, aMarginWidth, aError); in SetMarginWidth()
H A DHTMLBodyElement.cpp51 if (aAttribute == nsGkAtoms::marginwidth || in NS_IMPL_ELEMENT_CLONE()
86 value = aAttributes->GetAttr(nsGkAtoms::marginwidth); in MapAttributesIntoRule()
237 {nsGkAtoms::marginwidth}, in NS_IMETHODIMP_()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/html/
H A DHTMLFrameElement.h61 GetHTMLAttr(nsGkAtoms::marginwidth, aMarginWidth); in GetMarginWidth()
64 SetHTMLAttr(nsGkAtoms::marginwidth, aMarginWidth, aError); in SetMarginWidth()
H A DHTMLBodyElement.cpp51 if (aAttribute == nsGkAtoms::marginwidth || in NS_IMPL_ELEMENT_CLONE()
86 value = aAttributes->GetAttr(nsGkAtoms::marginwidth); in MapAttributesIntoRule()
237 {nsGkAtoms::marginwidth}, in NS_IMETHODIMP_()
/dports/www/firefox/firefox-99.0/dom/html/
H A DHTMLFrameElement.h61 GetHTMLAttr(nsGkAtoms::marginwidth, aMarginWidth); in GetMarginWidth()
64 SetHTMLAttr(nsGkAtoms::marginwidth, aMarginWidth, aError); in SetMarginWidth()
H A DHTMLBodyElement.cpp51 if (aAttribute == nsGkAtoms::marginwidth || in NS_IMPL_ELEMENT_CLONE()
86 value = aAttributes->GetAttr(nsGkAtoms::marginwidth); in MapAttributesIntoRule()
237 {nsGkAtoms::marginwidth}, in NS_IMETHODIMP_()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/html/
H A DHTMLFrameElement.h61 GetHTMLAttr(nsGkAtoms::marginwidth, aMarginWidth); in GetMarginWidth()
64 SetHTMLAttr(nsGkAtoms::marginwidth, aMarginWidth, aError); in SetMarginWidth()
H A DHTMLBodyElement.cpp51 if (aAttribute == nsGkAtoms::marginwidth || in NS_IMPL_ELEMENT_CLONE()
86 value = aAttributes->GetAttr(nsGkAtoms::marginwidth); in MapAttributesIntoRule()
237 {nsGkAtoms::marginwidth}, in NS_IMETHODIMP_()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/html/
H A DHTMLFrameElement.h61 GetHTMLAttr(nsGkAtoms::marginwidth, aMarginWidth); in GetMarginWidth()
64 SetHTMLAttr(nsGkAtoms::marginwidth, aMarginWidth, aError); in SetMarginWidth()
/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 …ite(Composite parent, Font font, int columns, int hspan, int fill, int marginwidth, int marginheig… in createComposite() argument
562 layout.marginWidth = marginwidth; in createComposite()
584 …iewform(Composite parent, int style, int cols, int span, int fill, int marginwidth, int marginheig… in createViewform() argument
588 layout.marginWidth = marginwidth; in createViewform()
610 …te parent, Font font, int style, int columns, int hspan, int fill, int marginwidth, int marginheig… in createComposite() argument
613 layout.marginWidth = marginwidth; in createComposite()

12345678910>>...14