Home
last modified time | relevance | path

Searched refs:directory (Results 26 – 50 of 698) sorted by relevance

12345678910>>...28

/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DSprocketsFilter.php49 public function addIncludeDir($directory) argument
51 $this->includeDirs[] = $directory;
81 foreach ($this->includeDirs as $directory) {
82 $more .= 'options[:load_path] << '.var_export($directory, true)."\n";
/plugin/advanced/lang/en/config/
H A Dsmileys.txt3directory and configured in the ''conf/smileys.conf'' file. The local and upgrade-safe directory o…
/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/dw2pdf/vendor/mpdf/mpdf/
H A DREADME.md78 It is recommended to set one's own temporary directory via `tempDir` configuration variable.
79 The directory must have write permissions (mode `775` is recommended) for users using mPDF
82 **Warning:** mPDF will clean up old temporary files in the temporary directory. Choose a path dedicated to mPDF only.
92 By default, the temporary directory will be inside vendor directory and will have write permissions from
95 For more information about custom temporary directory see the note on
138 To get started, run `composer install` from the command line while in the mPDF root directory
141 To execute tests, run `composer test` from the command line while in the mPDF root directory.
144 note that any PHP file located in the `/tests/` directory will be autoloaded when unit testing.
/plugin/diagramsnet/lib/math/jax/output/HTML-CSS/
H A Dconfig.js19directory:MathJax.OutputJax.directory+"/HTML-CSS",extensionDir:MathJax.OutputJax.extensionDir+"/HT…
/plugin/findologicxmlexport/vendor/hoa/iterator/Test/Unit/
H A DDirectory.php138 $directory = new LUT\Recursive\Directory($root),
139 $iterator = new LUT\Recursive\Iterator($directory),
216 $directory = new LUT\Recursive\Directory(
221 $iterator = new LUT\Recursive\Iterator($directory),
/plugin/diagramsnet/lib/math/jax/input/AsciiMath/
H A Dconfig.js19 …sciiMath=MathJax.InputJax({id:"AsciiMath",version:"2.7.9",directory:MathJax.InputJax.directory+"/A…
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Fonts/
H A DFontFileFinder.php26 foreach ($this->directories as $directory) {
27 $filename = $directory . '/' . $name;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DConfiguration.php906 $directory = (string) $directoryNode->textContent;
908 if (empty($directory)) {
941 $this->toAbsolutePath($directory),
1034 foreach ($this->xpath->query($query) as $directory) {
1035 $directoryPath = (string) $directory->textContent;
1041 if ($directory->hasAttribute('prefix')) {
1042 $prefix = (string) $directory->getAttribute('prefix');
1047 if ($directory->hasAttribute('suffix')) {
1048 $suffix = (string) $directory->getAttribute('suffix');
1053 if ($directory->hasAttribute('group')) {
[all …]
/plugin/photogallery/phpThumb/fonts/
H A Dreadme.txt3 You can safely delete or ignore this directory if you're not using
5 directory in phpThumb.config.php
/plugin/findologicxmlexport/vendor/symfony/yaml/Command/
H A DLintCommand.php225 private function getDirectoryIterator($directory) argument
227 $default = function ($directory) {
229 …new \RecursiveDirectoryIterator($directory, \FilesystemIterator::SKIP_DOTS | \FilesystemIterator::…
235 return ($this->directoryIteratorProvider)($directory, $default);
238 return $default($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/diagramsnet/lib/math/jax/output/HTML-CSS/fonts/STIX/
H A Dfontdata.js19directory:"General/Regular",family:"STIXGeneral",Ranges:[[160,255,"Latin1Supplement"],[256,383,"La… property in j.FONTDATA.FONTS
/plugin/diagramsnet/lib/math/jax/input/TeX/
H A Dconfig.js19 …x.InputJax.TeX=MathJax.InputJax({id:"TeX",version:"2.7.9",directory:MathJax.InputJax.directory+"/T…
/plugin/xref/
H A Dphpxref-0.7-javascriptfix.patch
/plugin/directorylist/
H A Dreadme.md3 Specify a directory and this plugin will list all contained items and made them downloadable.
9 **Information #2:** Please be aware, that a wiki user can pick ANY directory on your maschine. I am…
55 You can specify if you want to list your directory recursive or not.
73 You can specify the order of files inside a directory.
92 (NOTE: assumes the data directory is reachable by your webserver. This is a big security issue!)
/plugin/jplayer/vendor/james-heinrich/getid3/helperapps/
H A Dreadme.helperapps.txt15 This directory should contain binaries of various helper applications
18 The location of this directory is configurable in /getid3/getid3.php
21 If this directory is empty, or you are missing any files, please
/plugin/dwcommits/conf/
H A Ddefault.local.ini.dist21 ; directory names of gits in dwcommits/db directory
23 ; notice that these directory names do not start with a forward slash !
/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
/plugin/tuxquote/
H A DREADME9 …s from lib/plugins/tuxquote/images/ directory. All jpg, png and gif images will be randomly used f…
26 - Move the downloaded file into the <wiki_root>/lib/plugins/ directory.
27 - Unpack and rename the directory to "tuxquote".
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DAssert.php919 * @param string $directory
924 if (!is_string($directory)) {
936 * @param string $directory
941 if (!is_string($directory)) {
955 * @param string $directory
961 self::assertIsReadable($directory, $message);
967 * @param string $directory
973 self::assertNotIsReadable($directory, $message);
979 * @param string $directory
985 self::assertIsWritable($directory, $message);
[all …]
/plugin/gitlog/
H A Dreadme.md18 - Clone or download this into plugins/ directory in your dokuwiki installation
19 - if nessecary, rename directory to "gitlog"
32 #### Root directory for your repositories
/plugin/letsencrypt/lang/en/
H A Dinfo.txt2 verification, token files will be writen to a ''.well-known/acme-challenge'' directory within the W…
3 Root Directory. This directory needs to be browsable from all domains! See the [[doku>plugin:letsen…
/plugin/fckg/
H A DREADME22 Included in the fckg directory of this distribution is a file named revert.tgz
23 Go to the fckg directory and unpack this file:
42 data/media directory. In this case security is enforced using the "secure" directory
/plugin/combo/vendor/php-webdriver/webdriver/lib/Firefox/
H A DFirefoxProfile.php187 * @param string $profile_dir The path to the profile directory.
188 * @return string The path to the directory of this extension.
230 * @param string $prefix Prefix of the temp directory.
233 * @return string The path to the temp directory created.
250 * @param string $directory The path to the directory.
252 private function deleteDirectory($directory) argument
254 $dir = new RecursiveDirectoryIterator($directory, FilesystemIterator::SKIP_DOTS);
265 rmdir($directory);
270 * @param string $target_dir The path to the unzip directory
[all...]

12345678910>>...28