Home
last modified time | relevance | path

Searched refs:Equals (Results 1 – 20 of 20) sorted by relevance

/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfcktablehandler_gecko.js46 if ( oRange.startContainer.tagName.Equals( 'TD', 'TH' ) )
51 if ( oCell.tagName.Equals( 'TD', 'TH' ) )
H A Dfcklisthandler.js31 if ( eParent.tagName.toUpperCase().Equals( 'UL','OL' ) )
66 …cessiveLiSibling && eSibling.nodeType == 1 && eSibling.nodeName.toUpperCase().Equals( 'UL','OL' ) )
73 if ( bWellNested || sParentParentTag.Equals( 'UL','OL' ) )
H A Dfcktablehandler_ie.js38 if ( oParent && oParent.tagName.Equals( 'TD', 'TH' ) )
H A Dfck.js905 if ( keystrokeValue.Equals( 'Paste', 'Undo', 'Redo', 'SelectAll', 'Cut' ) )
933 if ( eLinkedField && eLinkedField.tagName.toLowerCase().Equals( 'input', 'textarea' ) )
H A Dfckdomtools.js153 if ( eChild.nodeType == 1 && eChild.tagName.Equals.apply( eChild.tagName, childNames ) )
171 if ( eChild.nodeType == 1 && ( !childNames || eChild.tagName.Equals( childNames ) ) )
/plugin/rdplink/RdpEncrypt/
H A DRdpEncrypt.vb75 If blob.pbData.Equals(IntPtr.Zero) Then
190 If Not (plainTextBlob.pbData.Equals(IntPtr.Zero)) Then
194 If Not (cipherTextBlob.pbData.Equals(IntPtr.Zero)) Then
198 If Not (entropyBlob.pbData.Equals(IntPtr.Zero)) Then
/plugin/wysiwyg/fckeditor/editor/_source/
H A Dfckjscoreextensions.js32 String.prototype.Equals = function() method in String
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D43.43.js.map1Equals',\n 'Comparer.FromCulture',\n 'Comparer.Ordinal',\n 'Comparer.OrdinalI…
H A D35.35.js.map1 …\n 'ENCRYPT',\n 'EndPoint',\n 'Envelope',\n 'Equals',\n 'EXP',\…
H A Djson.worker.js.map1Equals */]: '%3D',\n [32 /* Space */]: '%20',\n};\nfunction encodeURIComponentFast(uriComponent…
H A D4.4.js.map1 …/* Comma */] = '%2C',\n _a[59 /* Semicolon */] = '%3B',\n _a[61 /* Equals */] = '%3D',\n …
H A Deditor.worker.js.map1 … [44 /* Comma */]: '%2C',\n [59 /* Semicolon */]: '%3B',\n [61 /* Equals */]: '%3D',\n […
H A D3.3.js.map1 …/* Comma */] = '%2C',\n _a[59 /* Semicolon */] = '%3B',\n _a[61 /* Equals */] = '%3D',\n …
H A D2.2.js.map1 …/* Comma */] = '%2C',\n _a[59 /* Semicolon */] = '%3B',\n _a[61 /* Equals */] = '%3D',\n …
H A Dbundle.js.map1Equals */]: '%3D',\n [32 /* Space */]: '%20',\n};\nfunction encodeURIComponentFast(uriComponent…
/plugin/wysiwyg/fckeditor/editor/js/
H A Dfckeditorcode_gecko.js26 String.prototype.Contains=function(A){return (this.indexOf(A)>-1);};String.prototype.Equals=functio… method in String
31Equals('Paste','Undo','Redo','SelectAll','Cut')) return false;};var C=FCK.Commands.GetCommand(B);r…
35Equals.apply(C.tagName,B)) return C;C=C.nextSibling;};return null;},GetLastChild:function(A,B){if …
53Equals('UL','OL')){var C=FCKTools.GetElementDocument(A);var D=new FCKDocumentFragment(C);var E=D.R…
65 …tartContainer.tagName.Equals('TD','TH')) E=D.startContainer;else E=D.startContainer.childNodes[D.s…
H A Dfckeditorcode_ie.js26 String.prototype.Contains=function(A){return (this.indexOf(A)>-1);};String.prototype.Equals=functio… method in String
32Equals('Paste','Undo','Redo','SelectAll','Cut')) return false;};var C=FCK.Commands.GetCommand(B);r…
36Equals.apply(C.tagName,B)) return C;C=C.nextSibling;};return null;},GetLastChild:function(A,B){if …
54Equals('UL','OL')){var C=FCKTools.GetElementDocument(A);var D=new FCKDocumentFragment(C);var E=D.R…
66 …ion.createRange();var D=FCKSelection.GetParentElement();if (D&&D.tagName.Equals('TD','TH')) B[0]=D…
/plugin/fckg/fckeditor/editor/js/
H A Dfckeditorcode_gecko.js26 String.prototype.Contains=function(A){return (this.indexOf(A)>-1);};String.prototype.Equals=functio… method in String
31Equals('Paste','Undo','Redo','SelectAll','Cut')) return false;};var C=FCK.Commands.GetCommand(B);i…
38Equals.apply(C.tagName,B)) return C;C=C.nextSibling;};return null;},GetLastChild:function(A,B){if …
64Equals('UL','OL')){var C=FCKTools.GetElementDocument(A);var D=new FCKDocumentFragment(C);var E=D.R…
76 …tartContainer.tagName.Equals('TD','TH')) E=D.startContainer;else E=D.startContainer.childNodes[D.s…
H A Dfckeditorcode_ie.js26 String.prototype.Contains=function(A){return (this.indexOf(A)>-1);};String.prototype.Equals=functio… method in String
36Equals('Paste','Undo','Redo','SelectAll','Cut')) return false;};var C=FCK.Commands.GetCommand(B);i…
40Equals.apply(C.tagName,B)) return C;C=C.nextSibling;};return null;},GetLastChild:function(A,B){if …
68Equals('UL','OL')){var C=FCKTools.GetElementDocument(A);var D=new FCKDocumentFragment(C);var E=D.R…
78 …election().createRange();B=oRange.parentElement();}while (B&&!B.nodeName.Equals(A)) B=B.parentNode…
80 …n().createRange();var D=FCKSelection.GetParentElement();if (D&&D.tagName.Equals('TD','TH')) B[0]=D…
/plugin/openlayersmap/ol7/
H A Dol.js.map