Home
last modified time | relevance | path

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

/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/asp/
Dclass_upload.asp249 Dim sData variable
251 sData = oSourceData.Read( iXSSSize ) ' Byte Array
252 sData = ByteArray2Text( sData ) ' String
255 If SniffHtml( sData ) Then
309 Private Function SniffHtml( sData )
322 If oRE.Test( sData ) Then
/plugin/dokumicrobugtracker/js/
Djquery.dataTables.js721 function ( sData )
724 if ( typeof sData == 'number' )
728 else if ( typeof sData != 'string' )
739 Char = sData.charAt(0);
746 for ( var i=1 ; i<sData.length ; i++ )
748 Char = sData.charAt(i);
774 function ( sData )
776 var iParse = Date.parse(sData);
777 if ( (iParse !== null && !isNaN(iParse)) || (typeof sData == 'string' && sData.length === 0) )
790 function ( sData )
[all …]
/plugin/grensladawritezor/fckeditor/editor/_source/internals/
Dfck_ie.js341 var sData = oDiv.innerHTML ;
344 return sData ;
/plugin/wysiwyg/fckeditor/editor/_source/internals/
Dfck_ie.js349 var sData = oDiv.innerHTML ;
352 return sData ;