Home
last modified time | relevance | path

Searched refs:frameattr (Results 1 – 4 of 4) sorted by relevance

/dports/x11/slop/slop-7.6/src/
H A Dx.cpp41 XWindowAttributes frameattr; in getWindowGeometry() local
42 XGetWindowAttributes( x11->display, win, &frameattr ); in getWindowGeometry()
49 unsigned int border = attr.border_width+frameattr.border_width; in getWindowGeometry()
/dports/textproc/dsssl-docbook-modular/docbook-dsssl-1.79/html/
H A Ddbtable.dsl185 (if (and %html40% frameattr)
187 ((equal? frameattr (normalize "all"))
189 ((equal? frameattr (normalize "bottom"))
191 ((equal? frameattr (normalize "none"))
193 ((equal? frameattr (normalize "sides"))
195 ((equal? frameattr (normalize "top"))
197 ((equal? frameattr (normalize "topbot"))
229 (frameattr (attribute-string (normalize "frame") wrapper))
233 (if (equal? frameattr (normalize "none"))
253 (frameattr (attribute-string (normalize "frame") wrapper))
[all …]
/dports/www/mod_proxy_xml/mod_proxy_xml-0.1/
H A Dmod_proxy_xml.c183 static const char* frameattr[] = { "src", "longdesc", NULL } ; in init_xhtml() local
198 { "frame", frameattr } , in init_xhtml()
199 { "iframe", frameattr } , in init_xhtml()
/dports/graphics/maim/maim-5.7.4/src/
H A Dx.cpp41 XWindowAttributes frameattr; in getWindowGeometry() local
42 XGetWindowAttributes( x11->display, win, &frameattr ); in getWindowGeometry()
49 unsigned int border = attr.border_width+frameattr.border_width; in getWindowGeometry()