Home
last modified time | relevance | path

Searched refs:Left (Results 151 – 159 of 159) sorted by path

1234567

/plugin/wysiwyg/fckeditor/_samples/cfm/
H A Dsample03_mx.cfm76 basePath = Left( cgi.script_name, FindNoCase( '_samples', cgi.script_name ) - 1 ) ;
H A Dsample04.cfm76 <cfset basePath = Left( cgi.script_name, FindNoCase( '_samples', cgi.script_name ) - 1 )>
H A Dsample04_mx.cfm82 basePath = Left( cgi.script_name, FindNoCase( '_samples', cgi.script_name ) - 1 ) ;
/plugin/wysiwyg/fckeditor/editor/dialog/common/
H A Dfck_dialog_common.js64 Left : 37, property in KeyIdentifierMap
/plugin/wysiwyg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/
H A Dspellchecker.cfm74 <cfset leftChar = Left(aspell_line, 1)>
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/asp/
H A Dio.asp60 RemoveExtension = Left( fileName, InStrRev( fileName, "." ) - 1 )
172 If ( Left( sCurrentFolder, 1 ) <> "/" ) Then sCurrentFolder = "/" & sCurrentFolder
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A Dconnector.cfm26 <cfset REQUEST.CFVersion = Left( SERVER.COLDFUSION.PRODUCTVERSION, Find( ",", SERVER.COLDFUSION.PRO…
H A Dupload.cfm26 <cfset REQUEST.CFVersion = Left( SERVER.COLDFUSION.PRODUCTVERSION, Find( ",", SERVER.COLDFUSION.PRO…
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs18507 if(!isNaN(+pagemargins.Left)) cursheet['!margins'].left = +pagemargins.Left;
18913 'x:Left': ws['!margins'].left || "0.7",

1234567