CasperSecurity

Current Path : /var/www/ubschool.org.in/limsysuim/js/datatables/src/ext/
Upload File :
Current File : /var/www/ubschool.org.in/limsysuim/js/datatables/src/ext/ext.types.js


// Built in type detection. See model.ext.aTypes for information about
// what is required from this methods.
$.extend( DataTable.ext.aTypes, [
	// Numeric data type
	function ( data )
	{
		return data==='' || data==='-' || (!isNaN( parseFloat(data) ) && isFinite( data )) ?
			'numeric' : null;
	},
	
	// Dates (only those recognised by the browser's Date.parse)
	function ( data )
	{
		var parsed = Date.parse(data);
		return (parsed !== null && !isNaN(parsed)) || (typeof data==='string' && data.length===0) ?
			'date' : null;
	},
	
	// HTML
	function ( data )
	{
		return typeof data === 'string' && data.indexOf('<') != -1 && data.indexOf('>') != -1 ?
			'html' : null;
	}
] );

Hacker Blog, Shell İndir, Sql İnjection, XSS Attacks, LFI Attacks, Social Hacking, Exploit Bot, Proxy Tools, Web Shell, PHP Shell, Alfa Shell İndir, Hacking Training Set, DDoS Script, Denial Of Service, Botnet, RFI Attacks, Encryption
Telegram @BIBIL_0DAY