Home
last modified time | relevance | path

Searched refs:nested (Results 126 – 142 of 142) sorted by last modified time

123456

/plugin/html2pdf/html2pdf/html2ps/
H A DChangeLog147 * Fixed: nested inline elements inside pre caused extra line
299 * Fixed: nested ordered lists were numbered incorrectly
383 * Fixed: tables nested in other tables could overflow containing
671 * Fixed: fixed-positioned blocks nested in other fixed-positioned
947 * Fixed: TABLE tag without nested TD tags caused an PHP error
991 * Fixed: nested mixed percentage-width and constant-width
1109 * Fixed: nested elements having font-size measured in em/ex units
1310 * Fixed borders of nested inline element could be duplicated
1312 * Fixed no background was rendered in nested inline elements
1510 incorrect content alignment in nested tables
H A Ddefault.css476 /* nested lists have no top/bottom margins */
H A Dxhtml.autoclose.inc.php4 function autoclose_tag(&$sample_html, $offset, $tags, $nested, $close) { argument
17 if (isset($nested[$tag])) {
18 $offset = $nested[$tag]($sample_html, $tag_end);
45 function autoclose_tag_cleanup(&$sample_html, $offset, $tags_raw, $nested, $close) { argument
59 if (isset($nested[$tag])) {
60 $offset = $nested[$tag]($sample_html, $tag_end);
/plugin/mantis/lib/
H A Dchangelog83 > Changes for the multiple/nested imports from the wsdl file. This builds an
327 - xmlschema: correctly parse nested complexType definitions
/plugin/dokumicrobugtracker/css/
H A Ddemo_table.css80 /* Pagination nested */
H A Ddemo_table_jui.css151 /* Pagination nested */
/plugin/dokumicrobugtracker/
H A Dstyle.css80 /* Pagination nested */
690 /* Pagination nested */
/plugin/exttab2/
H A DREADME.md15 2006-11-06 0.2.0 support nested table and many more ...
/plugin/sphinxsearch/
H A Dchangelog29 * Added grouping search results by page with nested subsections
/plugin/editsections/
H A Dplugin.info.txt6 …section buttons up to the heading they originated from. Configurable for nested (hierarchical) or …
/plugin/jmol2/jmol/
H A DCHANGES.txt650 # nested ( ... ? ... : ... ) phrases ready for testing.
4733 # bug fix: nested ifs can cause last endif to throw error
/plugin/boxwh/boxwh/
H A Dstyle_custom.css299 /* nested blue */
330 /* nested red */
360 /* nested green */
H A Dstyle.css165 /* nested blue */
196 /* nested red */
226 /* nested green */
H A Dprint.css167 /* nested blue */
198 /* nested red */
228 /* nested green */
/plugin/hide/
H A Dstyle.css23 * This rule will try to hide the effects of nested syntax modes
/plugin/tip/
H A Dsyntax.php160 * nested paragraphs.
/plugin/gcalendar/inc/
H A Dgcal_read.php277 function expand_ns($page_list,$nested=false) { argument
295 }elseif($nested && is_dir($dir.$file)){
309 $subNS = expand_ns($subNS,$nested,false);

123456