Home
last modified time | relevance | path

Searched refs:oParser (Results 1 – 2 of 2) sorted by relevance

/plugin/fckg/fckeditor/editor/dialog/fck_link/
H A Dfck_link.js124 var oParser = new Object() ; class
128 oParser.SortNumerical = function(a, b)
133 oParser.ParseEMailParams = function(sParams)
151 oParser.ParseEMailUri = function( sUrl )
172 var oEMailParams = oParser.ParseEMailParams( aParts[2] ) ;
211 pos.sort( oParser.SortNumerical ) ;
250 var oEMailParams = oParser.ParseEMailParams( aMatch[2] ) ;
260 oParser.CreateEMailUri = function( address, subject, body )
576 var oEMailInfo = oParser.ParseEMailUri( sHRef );
882 sUri = oParser.CreateEMailUri(
/plugin/wysiwyg/fckeditor/editor/dialog/fck_link/
H A Dfck_link.js76 var oParser = new Object() ; class
78 oParser.ParseEMailUrl = function( emailUrl )
106 oParser.CreateEMailUri = function( address, subject, body )
260 var oEMailInfo = oParser.ParseEMailUrl( sUrl ) ;
494 sUri = oParser.CreateEMailUri(