Home
last modified time | relevance | path

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

1...<<131132133134

/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/py/
H A Dfckcommands.py49 if os.path.isdir(someObjectPath):
68 if os.path.isdir(someObjectPath):
72 elif os.path.isfile(someObjectPath):
73 size = os.path.getsize(someObjectPath)
76 os.path.getsize(someObjectPath)
154 newFilePath = os.path.join (currentFolderPath,newFileName)
155 if os.path.exists(newFilePath):
170 if os.path.exists ( newFilePath ):
H A Dconnector.py80 if not os.path.exists(self.userFilesFolder):
H A Dfckutil.py73 newFileName = os.path.basename (newFileName) # strip directories
114 realPath = os.path.realpath( './' )
117 selfPath = selfPath.replace( '/', os.path.sep)
H A Dupload.py64 if not os.path.exists(self.userFilesFolder):
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/perl/
H A Dcommands.pl138 ($path,$BaseName,$ext) = &RemoveExtension($sOriginalFileName);
H A Dconnector.cgi50 local($path) = @_;
51 if($path =~ /[\:\/\\]/) { $path =~ s/(.*?)[\/\\][^\/\\]+$/$1/; } else { $path = '.'; }
52 $path;
H A Dio.pl39 local($path, $base, $ext);
47 $path = $1;
50 return($path,$base,$ext);
H A Dupload.cgi50 local($path) = @_;
51 if($path =~ /[\:\/\\]/) { $path =~ s/(.*?)[\/\\][^\/\\]+$/$1/; } else { $path = '.'; }
52 $path;
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/asp/
H A Dio.asp42 ' Map the "UserFiles" path to a local directory.
49 ' Map the "UserFiles" path to a local directory.
71 ' Return the resource type directory combined with the required path.
H A Dbasexml.asp45 …Response.Write "<CurrentFolder path=""" & ConvertToXmlAttribute( currentFolder ) & """ url=""" & C…
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/lasso/
H A Dupload.lasso50 Calculate the path to the current folder.
120 Rename the target path until it is unique.
131 file_copy($NewFile->find('path'), $NewFilePath);
/plugin/darcs/
H A Ddarcs.php16 function set_repository($path) { argument
17 if (!is_dir($path)) {
21 $this->repos_dir=$path;
/plugin/gallery2/dwgallery/
H A Ddwgallery.php400 $path = $gallery['dir'].'/';
403 $dir = dir($path);
409 $image[] = $path.$filename;
410 $thumbnail[] = $path.'thumb_'.$filename;
415 $image[] = $path.$filename;
416 $thumbnail[] = $path.'thumb_'.$filename;
421 $image[] = $path.$filename;
422 $thumbnail[] = $path.'thumb_'.$filename;
427 $image[] = $path.$filename;
428 $thumbnail[] = $path.'thumb_'.$filename;
/plugin/googlesearch/
H A Dnusoap.php2014 var $path = ''; variable in soap_transport_http
2072 $this->uri = $this->path;
2158 $hostURL .= $this->path;
2952 $path = substr($path, 0, strpos($path, ';'));
2954 $path = '/';
2972 'path' => $path,
3011 $path = preg_quote($cookie['path']);
3012 if (! preg_match("'^$path.*'i", $this->path)) {
4273 $path = $wsdl;
4276 if ($fp = @fopen($path, 'r')) {
[all …]
/plugin/zip/pear/File/Archive/
H A DReader.php92 * @param string $path a valid URL that may contain . or .. and \
95 function getStandardURL($path) argument
97 if ($path == '.') {
100 $std = str_replace("\\", "/", $path);
/plugin/bibtex/OSBib/
H A DCHANGELOG43 2/ Based on modifications suggested by Christian Boulanger, changed path information to make settin…
48 …in. This path is where PARSECREATORS, PARSEMONTH and PARSEPAGE classes can be found if you wish to…
/plugin/bibtex/OSBib/format/
H A DREADME.txt122path where PARSECREATORS, PARSEMONTH and PARSEPAGE can be found. These classes are not part of OS…

1...<<131132133134