/plugin/wysiwyg/fckeditor/editor/_source/internals/ |
H A D | fckselection_ie.js | 25 FCKSelection.GetType = function() function 50 if ( this.GetType() == 'Control' ) 62 switch ( this.GetType() ) 78 switch ( this.GetType() ) 125 if ( this.GetType() == 'Text' )
|
H A D | fckselection_gecko.js | 25 FCKSelection.GetType = function() function 79 if ( this.GetType() == 'Control' ) 124 if ( this.GetType() == 'Control' )
|
H A D | fcktablehandler_ie.js | 26 if ( FCKSelection.GetType() == 'Control' )
|
H A D | fckstyles.js | 36 if ( style.GetType() == FCK_STYLE_OBJECT ) 363 if ( style.GetType() == FCK_STYLE_OBJECT )
|
H A D | fck_ie.js | 367 if (FCKSelection.GetType() == 'Control')
|
/plugin/wysiwyg/fckeditor/editor/_source/classes/ |
H A D | fcktoolbarstylecombo.js | 79 var caption = style.GetType() == FCK_STYLE_OBJECT ? 136 if ( selection.GetType() == 'Control' ) 152 …if ( ( tagName && style.Element == tagName ) || ( !tagName && style.GetType() != FCK_STYLE_OBJECT … 166 var styleType = style.GetType() ;
|
H A D | fckstyle.js | 63 GetType : function() method in FCKStyle 102 switch ( this.GetType() ) 486 switch ( this.GetType() )
|
/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/ |
H A D | fckstylecommand.js | 51 if ( FCKSelection.GetType() == 'Control' )
|
H A D | fck_othercommands.js | 405 if (FCK.Selection.GetType() == 'Control')
|
/plugin/fckg/fckeditor/editor/plugins/fonts/ |
H A D | fckplugin.js | 98 switch ( this.GetType() ) {
|
/plugin/fckg/fckeditor/editor/plugins/plugintool/ |
H A D | fckplugin.js | 114 switch ( this.GetType() ) {
|
/plugin/codeprettify/code-prettify/src/ |
H A D | lang-vb.js | 51 [PR['PR_KEYWORD'], /^(?:AddHandler|AddressOf|Alias|And|AndAlso|Ansi|As|Assembly|Auto|Boolean|ByRef|Byte|ByVal|Call|Case|Catch|CBool|CByte|CChar|CDate|CDbl|CDec|Char|CInt|Class|CLng|CObj|Const|CShort|CSng|CStr|CType|Date|Decimal|Declare|Default|Delegate|Dim|DirectCast|Do|Double|Each|Else|ElseIf|End|EndIf|Enum|Erase|Error|Event|Exit|Finally|For|Friend|Function|Get|GetType|GoSub|GoTo|Handles|If|Implements|Imports|In|Inherits|Integer|Interface|Is|Let|Lib|Like|Long|Loop|Me|Mod|Module|MustInherit|MustOverride|MyBase|MyClass|Namespace|New|Next|Not|NotInheritable|NotOverridable|Object|On|Option|Optional|Or|OrElse|Overloads|Overridable|Overrides|ParamArray|Preserve|Private|Property|Protected|Public|RaiseEvent|ReadOnly|ReDim|RemoveHandler|Resume|Return|Select|Set|Shadows|Shared|Short|Single|Static|Step|Stop|String|Structure|Sub|SyncLock|Then|Throw|To|Try|TypeOf|Unicode|Until|Variant|Wend|When|While|With|WithEvents|WriteOnly|Xor|EndIf|GoSub|Let|Variant|Wend)\b/i, null],
|
/plugin/fckg/fckeditor/editor/plugins/geshi/ |
H A D | fckplugin.js | 120 switch ( this.GetType() ) {
|
/plugin/wysiwyg/fckeditor/editor/js/ |
H A D | fckeditorcode_ie.js | 33 …teNamedCommand('Unlink',null,false,!!B);if (A.length>0){if (FCKSelection.GetType()=='Control'){var… 52 …GetType:function(){var A=this.GetType_$;if (A!=undefined) return A;var B=this.Element;if (B=='#'||… method in FCKStyle 53 …GetType()==2) A.ApplyToObject(FCKSelection.GetSelectedElement());else A.ApplyToSelection(FCK.Edito… 64 …GetType=function(){try{var A=FCK.EditorDocument.selection.type;if (A=='Control'||A=='Text') return… function 66 FCKTableHandler.GetSelectedCells=function(){if (FCKSelection.GetType()=='Control'){var A=FCKSelecti… 70 …,GetState:function(){if (!FCK.EditorDocument) return -1;if (FCKSelection.GetType()=='Control'){var… 71 …};FCKAnchorDeleteCommand.prototype={Execute:function(){if (FCK.Selection.GetType()=='Control'){FCK… 92 …GetType()==2?D:FCKToolbarStyleCombo_BuildPreview(E,E.Label||D);var G=A.AddItem(D,F);G.Style=E;};A.…
|
H A D | fckeditorcode_gecko.js | 51 …GetType:function(){var A=this.GetType_$;if (A!=undefined) return A;var B=this.Element;if (B=='#'||… method in FCKStyle 52 …GetType()==2) A.ApplyToObject(FCKSelection.GetSelectedElement());else A.ApplyToSelection(FCK.Edito… 63 …GetType=function(){var A='Text';var B;try { B=FCK.EditorWindow.getSelection();} catch (e) {};if (B… function 69 …,GetState:function(){if (!FCK.EditorDocument) return -1;if (FCKSelection.GetType()=='Control'){var… 70 …};FCKAnchorDeleteCommand.prototype={Execute:function(){if (FCK.Selection.GetType()=='Control'){FCK… 91 …GetType()==2?D:FCKToolbarStyleCombo_BuildPreview(E,E.Label||D);var G=A.AddItem(D,F);G.Style=E;};A.…
|
/plugin/fckg/fckeditor/editor/js/ |
H A D | fckeditorcode_ie.js | 37 …L='';return D;};FCK.CreateLink=function(A,B){var C=[];var D=FCKSelection.GetType()=='Control';var … 66 …GetType:function(){var A=this.GetType_$;if (A!=undefined) return A;var B=this.Element;if (B=='#'||… method in FCKStyle 67 …GetType()==2) A.ApplyToObject(FCKSelection.GetSelectedElement());else A.ApplyToSelection(FCK.Edito… 78 …GetType=function(){try{var A=FCKSelection.GetSelection().type;if (A=='Control'||A=='Text') return … function 80 FCKTableHandler.GetSelectedCells=function(){if (FCKSelection.GetType()=='Control'){var A=FCKSelecti… 84 …n(){if (FCK.EditMode!=0||!FCK.EditorDocument) return -1;if (FCKSelection.GetType()=='Control'){var… 106 …GetType()==2?D:FCKToolbarStyleCombo_BuildPreview(E,E.Label||D);var G=A.AddItem(D,F);G.Style=E;};A.…
|
H A D | fckeditorcode_gecko.js | 62 …GetType:function(){var A=this.GetType_$;if (A!=undefined) return A;var B=this.Element;if (B=='#'||… method in FCKStyle 63 …GetType()==2) A.ApplyToObject(FCKSelection.GetSelectedElement());else A.ApplyToSelection(FCK.Edito… 74 …GetType=function(){var A='Text';var B;try { B=this.GetSelection();} catch (e) {};if (B&&B.rangeCou… function 80 …n(){if (FCK.EditMode!=0||!FCK.EditorDocument) return -1;if (FCKSelection.GetType()=='Control'){var… 105 …GetType()==2?D:FCKToolbarStyleCombo_BuildPreview(E,E.Label||D);var G=A.AddItem(D,F);G.Style=E;};A.…
|
/plugin/dirtylittlehelper/mermaid/editor/docs/ |
H A D | 67.67.js.map | 1 …'For',\n 'Friend',\n 'Function',\n 'Get',\n 'GetType',\n 'GetXM…
|
/plugin/syntaxhighlighter4/dist/ |
H A D | syntaxhighlighter.js.map | 1 …m Erase Error Event Exit False Finally For Friend ' +\n 'Function Get GetType GoSub GoTo Handle…
|