Home
last modified time | relevance | path

Searched refs:test (Results 1226 – 1250 of 1253) sorted by last modified time

1...<<4142434445464748495051

/plugin/wysiwyg/fckeditor/
H A Dfckeditor.js142 if ( (/fcksource=true/i).test( window.top.location.search ) )
/plugin/wysiwyg/fckeditor/editor/js/
H A Dfckeditorcode_gecko.js26 ….length;if (D>C) return false;if (B){var E=new RegExp(A+'$','i');return E.test(this);}else return …
27 …(/gecko\/(\d+)/)[1];A.IsGecko10=((B<20051111)||(/rv:1\.7/.test(s)));A.IsGecko19=/rv:1\.9/.test(s);…
30test(A)) A='<body>'+A+'</body>';if (!FCKRegexLib.HtmlOpener.test(A)) A='<html dir="'+FCKConfig.Con…
44 …{if (D.StartsWith('fck:')) D=D.Remove(0,4);};if (!FCKRegexLib.ElementName.test(D)) return false;if…
46 …is.Regex.DecreaseIndent.test(E)) C=C.replace(this.Regex.FormatIndentatorRemove,'');B+=C+E+'\n';if …
48 …H[1];if (FCKBrowserInfo.IsGecko&&(I.length==0||FCKRegexLib.EmptyParagraph.test(I))) I='<br type="_…
51test(FCKDomTools.GetAttributeValue(A,H))) return true;}}};return false;},CheckActive:function(A){s…
52test(H.nodeName)) FCKDomTools.BreakParent(C,H,A);};F=new FCKElementPath(D);G=F.Elements;for (var i…
57 …firstChild;continue;};K=true;}}else if (H.nodeType==3){if (/^[\r\n\t ]+$/.test(H.nodeValue)) K=fal…
60test(J)) I=this.Window.document.createElement(A);else{I=FCKDomTools.CloneElement(E);this._Recreate…
[all …]
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckstyle.js471 attValue.test( FCKDomTools.GetAttributeValue( element, attName ) ) )
620 ( attValue.test && attValue.test( FCKDomTools.GetAttributeValue( element, attName ) ) ) ||
1110 if ( stylesText.length > 0 && !( /#\(/.test( stylesText ) ) )
H A Dfckenterkey.js435 if ( this._HasShift || (/^H[1-6]$/).test( sPreviousBlockTag ) )
506 if ( !bHasShift && bIsEndOfBlock && (/^H[1-6]$/).test( sStartBlockTag ) )
H A Dfckdomrangeiterator.js152 if ( /^[\r\n\t ]+$/.test( currentNode.nodeValue ) )
H A Dfckeditingarea.js97 … if ( FCKBrowserInfo.IsGecko && ( sBody.length == 0 || FCKRegexLib.EmptyParagraph.test( sBody ) ) )
H A Dfckdataprocessor.js56 if ( !FCKRegexLib.HasBodyTag.test( data ) )
60 if ( !FCKRegexLib.HtmlOpener.test( data ) )
64 if ( !FCKRegexLib.HeadOpener.test( data ) )
79 …if ( FCKBrowserInfo.IsIE && FCKConfig.DocType.length > 0 && !FCKRegexLib.Html4DocType.test( FCKCon…
104 if ( ignoreIfEmptyParagraph && FCKRegexLib.EmptyOutParagraph.test( data ) )
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfck.js368 if ( FCK.TempBaseTag.length > 0 && !FCKRegexLib.HasBaseTag.test( data ) )
H A Dfckxhtml.js228 if ( !FCKRegexLib.ElementName.test( sNodeName ) )
H A Dfck_ie.js237 if ( re.test( sHTML ) )
H A Dfckcommands.js142 if ( FCKRegexLib.NamedCommands.test( commandName ) )
H A Dfckbrowserinfo.js54 browserInfo.IsGecko10 = ( ( geckoVersion < 20051111 ) || ( /rv:1\.7/.test(s) ) ) ;
55 browserInfo.IsGecko19 = /rv:1\.9/.test(s) ;
H A Dfckstyles.js175 if ( tagsRegex.test( pathElement.nodeName ) )
193 if ( tagsRegex.test( pathElement.nodeName ) )
211 if ( tagsRegex.test( currentNode.nodeName ) )
H A Dfckconfig.js124 if ( (/fckdebug=true/i).test( window.top.location.search ) )
H A Dfckcodeformatter.js83 if ( this.Regex.DecreaseIndent.test( sLine ) )
88 if ( this.Regex.IncreaseIndent.test( sLine ) )
/plugin/wysiwyg/fckeditor/editor/dialog/fck_image/
H A Dfck_image.js484 …if ( ( FCKConfig.ImageUploadAllowedExtensions.length > 0 && !oUploadAllowedExtRegex.test( sFile ) …
485 ( FCKConfig.ImageUploadDeniedExtensions.length > 0 && oUploadDeniedExtRegex.test( sFile ) ) )
/plugin/wysiwyg/fckeditor/editor/dialog/fck_link/
H A Dfck_link.js291 if ( oRegex.ReserveTarget.test( sTarget ) )
389 else if ( oRegex.UrlOnChangeTestOther.test( sUrl ) )
402 else if ( oRegex.ReserveTarget.test( sFrame ) )
578 if( oRegex.OnClickPopup.test( onclick ) )
684 …if ( ( FCKConfig.LinkUploadAllowedExtensions.length > 0 && !oUploadAllowedExtRegex.test( sFile ) )…
685 ( FCKConfig.LinkUploadDeniedExtensions.length > 0 && oUploadDeniedExtRegex.test( sFile ) ) )
/plugin/wysiwyg/fckeditor/editor/_source/
H A Dfckscriptloader.js35 FCKScriptLoader._IsIE = (/msie/).test( navigator.userAgent.toLowerCase() ) ;
H A Dfckjscoreextensions.js95 return oRegex.test( this ) ;
/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/
H A Dfckshowblocks.js58 if ( /FCK__ShowBlocks(?:\s|$)/.test( FCK.EditorDocument.body.className ) )
/plugin/wysiwyg/fckeditor/editor/dialog/fck_flash/
H A Dfck_flash.js277 …if ( ( FCKConfig.FlashUploadAllowedExtensions.length > 0 && !oUploadAllowedExtRegex.test( sFile ) …
278 ( FCKConfig.FlashUploadDeniedExtensions.length > 0 && oUploadDeniedExtRegex.test( sFile ) ) )
/plugin/wysiwyg/fckeditor/editor/plugins/placeholder/
H A Dfckplugin.js169 if ( /\[\[[^\[\]]+\]\]/.test( node.nodeValue ) )
/plugin/flowplay/flowplayer/
H A DREADME.txt221 To test cd to 'build' directory and open FlowPlayer.html using a browser.
/plugin/virtualkeyboard/vk/extensions/dom/
H A Dselectbox.js163 if ( reg.test(options[i].text) ) {
528 if (isUndefined(ids) || (isRegExp(ids) && ids.test(options[i].value))) {
/plugin/chat/
H A Dreadme.txt8 Though the code base is probably not yet ready for public deployment, you can already test its
21 to test the technology and to learn something new.
29 If anybody wish to test this under own DokuWiki installation, feel free to {{:dokuwiki:plugin:dokuw…

1...<<4142434445464748495051