Home
last modified time | relevance | path

Searched refs:path (Results 3301 – 3325 of 3342) sorted by last modified time

1...<<131132133134

/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/
H A Dfckindentcommands.js103 var path = new FCKElementPath( startContainer ) ;
104 var firstBlock = path.Block || path.BlockLimit ;
H A Dfckblockquotecommand.js180 var path = new FCKElementPath( FCKSelection.GetBoundaryParentElement( true ) ) ;
181 var firstBlock = path.Block || path.BlockLimit ;
187 for ( var i = 0 ; i < path.Elements.length ; i++ )
189 if ( path.Elements[i].nodeName.IEquals( 'blockquote' ) )
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A Dcf_commands.cfm45 <!--- Map the virtual path to the local server path. --->
134 <!--- Map the virtual path to the local server path --->
159 <!--- Map the virtual path to the local server path --->
208 <!--- Map the virtual path to the local server path of the current folder. --->
H A Dcf5_connector.cfm53 // make sure the user files path is correctly formatted
86 …// Get the base physical path to the web root for this application. The code to determine the path
87 …// the "FCKeditor" directory in the http request path is directly off the web root for the applica…
88 … symbolic link / junction. Use the serverPath config setting to force a physical path if necessary.
117 <!--- Catch: Parameter 1 of function ExpandPath must be a relative path --->
149 <!--- create directories in physical path if they don't already exist --->
185 <!--- we need to know the physical path to the current folder for all commands --->
307 …xmlHeader = xmlHeader & '<CurrentFolder path="#url.currentFolder#" url="#resourceTypeUrl##url.curr…
H A Dcf5_upload.cfm82 // make sure the user files path is correctly formatted
108 …// Get the base physical path to the web root for this application. The code to determine the path
109 …// the "FCKeditor" directory in the http request path is directly off the web root for the applica…
110 … symbolic link / junction. Use the serverPath config setting to force a physical path if necessary.
132 <!--- Catch: Parameter 1 of function ExpandPath must be a relative path --->
147 <!--- Catch: Parameter 1 of function ExpandPath must be a relative path --->
H A Dcf_basexml.cfm40 …<cfoutput><CurrentFolder path="#HTMLEditFormat(ARGUMENTS.currentFolder)#" url="#HTMLEditFormat( Ge…
H A Dcf_io.cfm108 <!--- Return the resource type directory combined with the required path. --->
121 <!--- Ensure the folder path has no double-slashes, or mkdir may fail on certain platforms --->
193 <!--- Ensure the folder path has no double-slashes, or mkdir may fail on certain platforms --->
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/asp/
H A Dcommands.asp26 ' Map the virtual path to the local server path.
54 ' Map the virtual path to the local server path.
104 ' Map the virtual path to the local server path of the current folder.
154 ' Map the virtual path to the local server path.
/plugin/wysiwyg/fckeditor/
H A Dfckeditor.cfc43 * Do not use path names with a "." (dot) in the name. This is a coldfusion
H A Dfckeditor.cfm28 * <cfmodule name="path/to/cfc/fckeditor"
/plugin/wysiwyg/fckeditor/_samples/perl/
H A Dsampleposteddata.cgi46 local($path) = @_;
47 if($path =~ /[\:\/\\]/) { $path =~ s/(.*?)[\/\\][^\/\\]+$/$1/; } else { $path = '.'; }
48 $path;
H A Dsample01.cgi46 local($path) = @_;
47 if($path =~ /[\:\/\\]/) { $path =~ s/(.*?)[\/\\][^\/\\]+$/$1/; } else { $path = '.'; }
48 $path;
H A Dsample02.cgi46 local($path) = @_;
47 if($path =~ /[\:\/\\]/) { $path =~ s/(.*?)[\/\\][^\/\\]+$/$1/; } else { $path = '.'; }
48 $path;
H A Dsample03.cgi46 local($path) = @_;
47 if($path =~ /[\:\/\\]/) { $path =~ s/(.*?)[\/\\][^\/\\]+$/$1/; } else { $path = '.'; }
48 $path;
H A Dsample04.cgi46 local($path) = @_;
47 if($path =~ /[\:\/\\]/) { $path =~ s/(.*?)[\/\\][^\/\\]+$/$1/; } else { $path = '.'; }
48 $path;
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfcktoolbarstylecombo.js98 var path = new FCKElementPath( startElement ) ;
99 var elements = path.Elements ;
131 var path ;
144 path = new FCKElementPath( startElement ) ;
156 …if ( ( path && style.CheckActive( path ) ) || ( !path && style.CheckElementRemovable( startElement…
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckstyles.js79 var path = new FCKElementPath( startElement ) ; variable
89 var state = style.CheckActive( path ) ;
163 var path = new FCKElementPath( startNode ) ; variable
164 var pathElements = path.Elements ;
171 if ( pathElement == path.Block || pathElement == path.BlockLimit )
180 path = new FCKElementPath( endNode ) ; variable
181 pathElements = path.Elements ;
187 if ( pathElement == path.Block || pathElement == path.BlockLimit )
H A Dfckconfig.js154 FCKConfig.Plugins.Add = function( name, langs, path ) argument
156 FCKConfig.Plugins.Items.AddItem( [name, langs, path] ) ;
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/lasso/
H A Dconnector.lasso60 Calculate the path to the current folder.
173 Rename the target path until it is unique.
183 file_copy($NewFile->find('path'), $NewFilePath);
252 <CurrentFolder path="' + $CurrentFolder + '" url="' + $currentFolderURL + '" />
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/php/
H A Dio.php162 function Server_MapPath( $path ) argument
167 $info = apache_lookup_uri( $path ) ;
173 return GetRootPath() . $path ;
/plugin/wysiwyg/fckeditor/_samples/asp/
H A Dsample01.asp45 ' Automatically calculates the editor base path based on the _samples directory.
H A Dsample03.asp70 ' Automatically calculates the editor base path based on the _samples directory.
H A Dsample04.asp76 ' Automatically calculates the editor base path based on the _samples directory.
H A Dsample02.asp82 ' Automatically calculates the editor base path based on the _samples directory.
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/py/
H A Dhtaccess.txt7 …pache Software Foundation\Apache2.2\htdocs\fckeditor\editor\filemanager\connectors\py'] + sys.path"

1...<<131132133134