AnonSec Shell
Server IP : 92.204.138.22  /  Your IP : 3.142.43.151
Web Server : Apache
System : Linux ns1009439.ip-92-204-138.us 4.18.0-553.8.1.el8_10.x86_64 #1 SMP Tue Jul 2 07:26:33 EDT 2024 x86_64
User : internationaljou ( 1019)
PHP Version : 7.4.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /home/internationaljou/public_html/admin/js/BROKY_ADMIN/alfasymlink/root/proc/thread-self/root/usr/share/CUnit/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     

Current File : /home/internationaljou/public_html/admin/js/BROKY_ADMIN/alfasymlink/root/proc/thread-self/root/usr/share/CUnit/Memory-Dump.xsl
<?xml version='1.0'?>
<xsl:stylesheet
	version="1.0"
	xmlns:xsl="http://www.w3.org/1999/XSL/Transform">

	<xsl:template match="MEMORY_DUMP_REPORT">
		<html>
			<head>
				<title> CUnit Memory Debugger Dumper - All Allocation/Deallocation Report. </title>
			</head>

			<body bgcolor="e0e0f0">
				<xsl:apply-templates/>
			</body>
		</html>
	</xsl:template>

	<xsl:template match="MD_HEADER">
		<div align="center">
			<h3>
				<b> CUnit - A Unit testing framework for C. </b> <br/>
				<a href="http://cunit.sourceforge.net/"> http://cunit.sourceforge.net/ </a>
			</h3>
		</div>
	</xsl:template>

	<xsl:template match="MD_RUN_LISTING">
		<div align="center">
			<h2>
				CUnit Memory Debugger Report <br/>
				Memory Allocation/Deallocation Records
			</h2>
			<hr align="center" width="100%" color="maroon" />
		</div>
		<table cols="6" width="95%">
			<th width="10%" align="left">Pointer</th>
			<th width="35%" align="left">Allocation File</th>
			<th width="10%" align="left">Line #</th>
			<th width="35%" align="left">Deallocation File</th>
			<th width="10%" align="left">Line #</th>
			<th width="10%" align="left">Data Size</th>
			<xsl:apply-templates/>
		</table>
	</xsl:template>

	<xsl:template match="MD_RUN_RECORD">
		<xsl:param name="ptr" select="MD_POINTER"/>
		<xsl:for-each select="MD_EVENT_RECORD">
			<tr>
				<td> <xsl:value-of select="$ptr"/> </td>
				<td> <xsl:value-of select="MD_ALLOC_FILE"/> </td>
				<td> <xsl:value-of select="MD_ALLOC_LINE"/> </td>
				<td> <xsl:value-of select="MD_DEALLOC_FILE"/> </td>
				<td> <xsl:value-of select="MD_DEALLOC_LINE"/> </td>
				<td> <xsl:value-of select="MD_SIZE"/> </td>
			</tr>
		</xsl:for-each>
	</xsl:template>

	<xsl:template match="MD_SUMMARY">
		<p/>
		<table width="90%" rows="2" align="center">
			<tr align="center" bgcolor="skyblue">
				<th colspan="5"> Cumulative Summary for Memory Debugger Dumper Run </th>
			</tr>
			<tr>
				<td width="50%" bgcolor="ffffc0" align="center"> Valid Records </td>
				<td bgcolor="#e0f0d0"> <xsl:value-of select="MD_SUMMARY_VALID_RECORDS" /> </td>
			</tr>

			<tr>
				<td width="50%" bgcolor="ffffc0" align="center"> Invalid Records </td>
				<td bgcolor="#e0f0d0"> <xsl:value-of select="MD_SUMMARY_INVALID_RECORDS" /> </td>
			</tr>

			<tr>
				<td width="50%" bgcolor="ffffc0" align="center"> Total Number of Allocation/Deallocation Records </td>
				<td bgcolor="#e0f0d0"> <xsl:value-of select="MD_SUMMARY_TOTAL_RECORDS" /> </td>
			</tr>

		</table>
	</xsl:template>

	<xsl:template match="MD_FOOTER">
		<p/>
		<hr align="center" width="100%" color="maroon" />
		<h5 align="center"> <xsl:apply-templates/> </h5>
	</xsl:template>

</xsl:stylesheet>

Anon7 - 2022
AnonSec Team