Home
last modified time | relevance | path

Searched refs:directory (Results 676 – 698 of 698) sorted by last modified time

1...<<2122232425262728

/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A Dconfig.cfm35 // the root of the application or the FCKeditor directory in the URL is a virtual directory
77 // Usefull if you are using a virtual directory, symbolic link or alias.
79 // Attention: The above 'FileTypesPath' must point to the same directory.
91 // Usefull if you are using a virtual directory, symbolic link or alias.
93 // Attention: The above 'QuickUploadPath' must point to the same directory.
H A Dcf_commands.cfm138 <cfdirectory action="list" directory="#sServerDir#" name="qDir" sort="type,name">
163 <cfdirectory action="list" directory="#sServerDir#" name="qDir" sort="type,name">
212 <cfdirectory action="create" directory="#currentFolderPath##sNewFolderName#" mode="755">
H A Dcf5_connector.cfm87 …// the "FCKeditor" directory in the http request path is directly off the web root for the applica…
88 …// virtual directory or a symbolic link / junction. Use the serverPath config setting to force a p…
125 <!--- get rid of double directory separators --->
156 <cfdirectory action="create" directory="#name#" mode="755">
160 <cfdirectory action="create" directory="#currentPath##fs##name#" mode="755">
202 directory="#currentFolderPath#"
228 directory="#currentFolderPath#"
281 directory="#currentFolderPath##newFolderName#"
H A Dcf5_upload.cfm109 …// the "FCKeditor" directory in the http request path is directly off the web root for the applica…
110 …// virtual directory or a symbolic link / junction. Use the serverPath config setting to force a p…
156 <!--- get rid of double directory separators --->
159 <!--- create resource type directory if not exists --->
170 <cfdirectory action="create" directory="#name#" mode="755">
174 <cfdirectory action="create" directory="#currentPath##fs##name#" mode="755">
H A Dcf_io.cfm99 <!--- Get the resource type directory. --->
101 <!--- Ensure that the directory exists. --->
108 <!--- Return the resource type directory combined with the required path. --->
128 <cfdirectory action="create" mode="0755" directory="#ARGUMENTS.folderPath#">
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/lasso/
H A Dconnector.lasso77 List all subdirectories in the 'Current Folder' directory.
90 List both files and folders in the 'Current Folder' directory.
110 Create a directory 'NewFolderName' within the 'Current Folder.'
/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/asp/
H A Dio.asp42 ' Map the "UserFiles" path to a local directory.
49 ' Map the "UserFiles" path to a local directory.
65 ' Get the resource type directory.
68 ' Ensure that the directory exists.
71 ' Return the resource type directory combined with the required path.
/plugin/dokukiwix/
H A DINSTALL6 2: Make sure the directory /lib/tpl/dokukiwix/archive is writable by the webserver.
/plugin/remotescript/lib/JsHttpRequest/
H A Dcompile.bat37 …$comment =~ s/\*\s*\w+[^\r\n]*\s*\*/$& Minimized version: see debug directory for the complete one…
/plugin/wysiwyg/fckeditor/
H A Dlicense.txt991 location (such as a relevant directory) where a user would be likely
/plugin/flowplay/flowplayer/
H A DREADME.txt221 To test cd to 'build' directory and open FlowPlayer.html using a browser.
/plugin/chat/
H A Dreadme.txt40 Unzip ''chat/'' directory into your DokuWiki plugins folder.
45 …-sack.js''. You will have to copy this file over the original file in ''/lib/scripts/'' directory.
75 …s not include {{:dokuwiki:plugin:events.js}}, download it and put it into ''lib/scripts'' directory
128 …ACK 1.6 modified), you have to copy this over file in ''/lib/scripts/'' directory. Original comes …
/plugin/txtconf/lang/fr/
H A Dintro_smileys.txt7 …smiley image file that does exist in your dokuwiki's ''images/smileys'' directory. Unfortunately, …
H A Dintro_interwiki.txt11 …age to use with interwiki links in your dokuwiki's ''images/interwiki'' directory. Unfortunately, …
/plugin/txtconf/lang/en/
H A Dintro_smileys.txt7 …smiley image file that does exist in your dokuwiki's ''images/smileys'' directory. Unfortunately, …
H A Dintro_interwiki.txt11 …age to use with interwiki links in your dokuwiki's ''images/interwiki'' directory. Unfortunately, …
/plugin/zip/pear/File/Archive/Reader/
H A DDirectory.php44 var $directory; variable in File_Archive_Reader_Directory
64 function File_Archive_Reader_Directory($directory, $symbolic='', argument
68 $this->directory = empty($directory) ? '.' : $directory;
96 $this->directoryHandle = opendir($this->directory);
99 "Directory {$this->directory} not found"
119 $current = $this->directory.'/'.$file;
164 $writer = new File_Archive_Writer_Files($this->directory);
193 $writer->basePath = $this->directory;
209 $writer = new File_Archive_Writer_Files($this->directory);
/plugin/bibtex/OSBib/
H A DCHANGELOG46 By default, $pathToOsbibClasses will be the same directory as BIBFORMAT.php is in.
47 …b) $bibformat->bibtexParsePath by default is now a bibtexParse/ directory in the same directory as…
/plugin/bibtex/OSBib/format/
H A DREADME.txt42 This scans the style file directory and returns an alphabetically sorted (on the key) array of avai…
112 By default, $pathToOsbibClasses will be the same directory as BIBFORMAT.php is in.
122 …ceforge.net. By default, this path will be to a bibtexParse/ directory in the same directory as BI…

1...<<2122232425262728