Home
last modified time | relevance | path

Searched refs:DetectHtml (Results 1 – 11 of 11) sorted by path

/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Dcommands.php646 ( $detectHtml = DetectHtml( $oFile['tmp_name'] ) ) === true )
734 else if ( isset( $detectHtml ) && $detectHtml === -1 && DetectHtml( $sFilePath ) === true )
H A Dutil.php116 function DetectHtml( $filePath ) function
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dcommands.php641 ( $detectHtml = DetectHtml( $oFile['tmp_name'] ) ) === true )
729 else if ( isset( $detectHtml ) && $detectHtml === -1 && DetectHtml( $sFilePath ) === true )
H A Dutil.php116 function DetectHtml( $filePath ) function
/plugin/fckg/
H A DChanges132 rejected (function: DetectHtml) them because they contained a <title> tag.
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A Dcommands.php630 ( $detectHtml = DetectHtml( $oFile['tmp_name'] ) ) === true )
715 else if ( isset( $detectHtml ) && $detectHtml === -1 && DetectHtml( $sFilePath ) === true )
H A Dutil.php116 function DetectHtml( $filePath ) function
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A Dcf_commands.cfm63 <cfif DetectHtml( sTempFilePath )>
H A Dcf_util.cfm54 2 = use DetectHtml for images
93 <cffunction name="DetectHtml" output="false" returntype="boolean">
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/php/
H A Dcommands.php195 …if ( !IsHtmlExtension( $sExtension, $Config['HtmlExtensions'] ) && DetectHtml( $oFile['tmp_name'] …
H A Dutil.php87 function DetectHtml( $filePath ) function