Home
last modified time | relevance | path

Searched refs:IsEqual (Results 1 – 6 of 6) sorted by relevance

/plugin/grensladawritezor/fckeditor/editor/_source/classes/
Dfckstyledef_gecko.js80 if ( this.IsEqual( oChild ) )
85 FCKStyleDef.prototype.IsEqual = function( e ) method in FCKStyleDef
106 if ( elementToCheck.nodeType == 1 && this.IsEqual( elementToCheck ) )
Dfckstyledef_ie.js82 if ( this.IsEqual( oChild ) )
87 FCKStyleDef.prototype.IsEqual = function( e ) method in FCKStyleDef
120 if ( this.IsEqual( elementToCheck ) )
/plugin/grensladawritezor/fckeditor/editor/_source/commandclasses/
Dfckstylecommand.js91 if ( aStyleGroup[i].IsEqual( element ) )
/plugin/diagramsnet/lib/js/orgchart/
DOrgChart.Layout.min.js1IsEqual(my.Top,th.Top)?OrgChart.Layout.LayoutAlgorithm.IsEqual(my.Bottom,th.Bottom)?(theirWins&&my…
/plugin/grensladawritezor/fckeditor/editor/js/
Dfckeditorcode_gecko.js63IsEqual(B)) FCKTools.RemoveOuterTags(B);}};FCKStyleDef.prototype.IsEqual=function(e){if (e.tagName… method in FCKStyleDef
72 …ader.StyleGroups[A.tagName];if (D){for (var i=0;i<D.length;i++){if (D[i].IsEqual(A)) B[B.length]=D…
Dfckeditorcode_ie.js64IsEqual(B)) FCKTools.RemoveOuterTags(B);}};FCKStyleDef.prototype.IsEqual=function(e){if (e.tagName… method in FCKStyleDef
73 …ader.StyleGroups[A.tagName];if (D){for (var i=0;i<D.length;i++){if (D[i].IsEqual(A)) B[B.length]=D…