Home
last modified time | relevance | path

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

1...<<2122232425262728

/plugin/pagemove/lang/en/
H A Dpagemove.txt8 * For moving a file you also need create permission in the target directory.
/plugin/tline/
H A DREADME.txt21 a directory served by a webserver.
33 b) unzip timeline_source.zip to an install directory
34 c) Open a shell or command prompt to the install directory and type:
62 located in the LICENSE.txt file located in the same directory as this very file
H A DCHANGES.txt72 * Changed example files to refer to Google Simile directory. -- LarryK rev 1643
152 * Revised all examples to use new directory layout.
160 Updated build.xml to include Ajax new styles directory.
/plugin/groupmgr/
H A DREADME11 Unzip into lib/plugins directory
/plugin/dokugitviewer/
H A DREADME33 1) Clone this repository into plugins/ directory in your dokuwiki directory
/plugin/stats/
H A Dsyntax.php767 function getAllChanges($directory='',$first=0,$num=0,$ns='',$flags=0) { argument
793 $this->parseChanges($directory,$first,$num,$ns,$flags);
816 function parseChanges($directory='',$first=0,$num=0,$ns='',$flags=0) { argument
820 if(empty($directory)) {
821 $directory=dirname($conf['changelog']);
830 if ($handle = opendir($directory)) {
831 $sub = substr($directory,strpos($directory,$metapath)+strlen($metapath)+1);
837 if (is_file($directory."/".$file)) {
842 $lines = @file("$directory/$file");
858 } else if (is_dir("$directory/$file")) {
[all …]
/plugin/farm/
H A Dinfos.animal.class.php31 * @return directory disk usage in bytes
/plugin/farm/install/animaltemplate/conf/
H A D.htaccess1 ## no access to the conf directory
/plugin/farm/install/animaltemplate/data/pages/wiki/
H A Ddokuwiki.txt65 …nt which distributed in the download tarball((files inside the ''data'' directory -- eg: ''dokuwik…
H A Dsyntax.txt191 …eir graphical equivalents. More smileys can be placed in the ''smiley'' directory and configured i…
/plugin/jmol2/jmol/
H A DCHANGES.txt1302 # bug fix: Menu File|Open does not honor "start in" directory
1636 # bug fix: spardir within /M... directory
1672 # cd # reports current directory and sets default directory to that
1673 # cd ? # (signed applet and app only) opens a directory
1674 # cd .. # moves up one directory
1676 # cd "" # resets the default directory
2963 # bug fix: Spartan SMOL directory reader doesn't assign bonds
2974 # bug fix: Spartan SMOL directory reader doesn't assign bonds
3172 # a zip directory defaultDirectory
3241 # monster script in run directory tests scripts now uses
[all …]
H A DJmolApplet.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
H A DJmolAppletSigned.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolAppletSigned0.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolApplet0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/obrador/ javax/ ...
H A Djmol.bat2 rem Set JMOL_HOME to the Jmol installation directory.
/plugin/farm/install/
H A Dfarmstructurecreator.php.bak112 …'barn'].$farmconf['animaltemplate'], 0755)) die('Cannot create animal default template directory');
/plugin/highlightjs/highlight/
H A Dreadme.eng.txt65 Highligt.js comes with several style themes located in "styles" directory that
76 To install the plugin copy the whole directory with highlight.js to the
77 WordPress plugins directory. After this you can activate and deactivate it
/plugin/distribute/
H A Daction.php37 msg('['.$p.'] plugin directory does not exist.',-1);
/plugin/givemeyouremail/
H A DREADME.txt27 …il adresses, you can download the adresses.txt file located on the plugin installation directory :
/plugin/prolog/
H A Dattribute_include.php233 * @param string $directory path to the directory
238 function scanDirectory($directory = null, $recursive = false, &$file_list = array()) argument
240 if(substr($directory,-1) == '/' || substr($directory,-1) == '\\')
241 $directory = substr($directory,0,-1);
243 $directory_list = opendir($directory);
249 $path = $directory.'/'.$file;
/plugin/flowplay2/flowplayer/
H A DREADME.txt2 The players are located in the root flowplayer directory in the distribution package.
4 * Sample HTML files + JavaScript for embedding the players are in the html directory.
/plugin/sympaauth/
H A DREADME4 1- untar this package into your dokuwiki_root/lib/plugins directory
5 2- copy sympa.class.php in inc/auth/ directory
12 5- change the login.txt (see examples in lang/en or lang/fr relative to this directory)
/plugin/slideshow/lang/en/
H A Dstart.txt4 Cache files are in the media directory.
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/asp/
H A Dconfig.asp73 ' Usefull if you are using a virtual directory, symbolic link or alias.
75 ' Attention: The above 'FileTypesPath' must point to the same directory.
86 ' Usefull if you are using a virtual directory, symbolic link or alias.
88 ' Attention: The above 'QuickUploadPath' must point to the same directory.

1...<<2122232425262728