Home
last modified time | relevance | path

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

12345678910>>...28

/plugin/siteexport/
H A DREADME.md131 If your configuration directory is writable - which it should after setup, you can save your curren…
/plugin/photogallery/phpThumb/demo/
H A Dreadme.demos.txt37 from a directory of images.
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.changelog.txt74 * [bugfix: G35] no temp directory set
98 from cache directory
130 skipped entirely if cache directory is not writable
301 if the cache contained a directory or filename of "0"
773 directory but phpThumb.php is run through a sym link.
780 directory, or from anywhere if a path is specified in
833 * Added empty /cache/source/ directory to distribution
1161 * A lot more error conditions (invalid cache directory,
1500 and *nix) outside the DOCUMENT_ROOT directory
1523 * Bugfix: temp directory for non-native GD support not
[all …]
H A Dphpthumb.faq.txt119 permission to the file/directory you're reading from
228 phpThumb/PHP has read access to the directory). The other
H A Dphpthumb.readme.txt146 but default configuration options (such as cache directory) are in
574 an absolute directory name for $config_cache_directory
/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/photogallery/phpThumb/
H A Dlicense.txt29 directory of the phpThumb distribution.
H A DphpThumb.config.php.default54 // * Cache directory configuration (choose only one of these - leave the other lines commented-out):
55 // Note: this directory must be writable (usually chmod 777 is neccesary) for caching to work.
56 // If the directory is not writable no error will be generated but caching will be disabled.
58 …RY_SEPARATOR.'cache'.DIRECTORY_SEPARATOR; // set the cache directory to an absolute directory for …
62 … // set the cache directory to an absolute directory for …
69 // * Cache culling: phpThumb can automatically limit the contents of the cache directory
75 …maxsize'] = null; // never delete cached thumbnails based on byte size of cache directory
107 // * Temp directory configuration
110 // you should change this to a full pathname to a directory you do have write access to.
113 …_CONFIG['temp_directory'] = $PHPTHUMB_CONFIG['cache_directory']; // set to same as cache directory
[all …]
/plugin/photogallery/phpThumb/licenses/
H A Dlicense.mpl-20.txt364 file in a relevant directory) where a recipient would be likely to look
/plugin/sqlite/
H A DREADME13 can be done through commandline tools. Database files can be found in the data/meta directory.
/plugin/batchedit/
H A Dengine.php539 $directory = new GlobIterator(self::getFileName('*.*'));
542 foreach ($directory as $fileInfo) {
/plugin/mikioplugin/
H A DREADME.md25 directory of your DokuWiki installation.
27 Sometimes GitHub releases change the name of the mikioplugin directory, so make sure that the directory is `mikioplugin` else you may see errors in DokuWiki.
152 - Replace Windows directory separator in CSS paths
/plugin/confmanager/lang/en/
H A Dinterwiki.txt16 …nterwiki shortcut called **''this''**. It always links to the webserver directory DokuWiki is inst…
/plugin/xlsx2dw/
H A DREADME.md13 Move all plugin files to `dokuwiki-installation-directory/lib/plugins/xlsx2dw/`
14 - TIP: `dokuwiki-installation-directory` is folder of your local DokuWiki.
16 After all files have been transferred, the `/xlsx2dw` directory should look like the image below.
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs2744 /* find end of central directory, start just after signature */
2749 /* parse end of central directory */
2755 /* parse central directory */
2907 /* central directory */
2934 /* end of central directory */
/plugin/gallery/swipebox/
H A DREADME
/plugin/dev/
H A DREADME32 Wizard and plugin only share the skeletons (in the skel directory)
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Fonts/
H A DFontFileFinder.php26 foreach ($this->directories as $directory) {
27 $filename = $directory . '/' . $name;
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php3807 function AddFontDirectory($directory)
3809 $this->fontDir[] = $directory;
11489 // If it is an invalid relative link, then make it go to directory root
24003 private function filesInDir($directory)
24006 foreach ((new \DirectoryIterator($directory)) as $v) {
3779 AddFontDirectory($directory) global() argument
23939 filesInDir($directory) global() argument
/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.
H A DCHANGELOG.md100 - Changed directory structure to comply to `PSR-4`
108 - `tempDir` directory now must be writable, otherwise an exception is thrown
109 - ICC profile is loaded as entire path to file (to prevent a need to write inside vendor directory)
225 - Removed iccprofiles/CMYK directory
/plugin/dw2pdf/tpl/default/
H A DREADME.txt48 * ''@BASE@'' -- the wiki base directory
49 * ''@INC@'' -- the absolute wiki install directory on the filesystem
50 * ''@TPLBASE@'' -- the PDF template base directory (use to reference images)
51 * ''@TPLINC@'' -- the absolute path to the PDF template directory on the filesystem
/plugin/combo/ComboStrap/
H A DTemplateEngine.php92 LogUtility::warning("The template theme directory ($themeDirectory) does not exists and was not taken into account");
97 LogUtility::warning("The partials theme directory ($themeDirectory) does not exists");
108 * Default as last directory to search
146 // should not happen as combo resource is a known directory but yeah
246 foreach ($directories as $directory) {
248 $theme[] = $directory->getLastName();
284 throw new ExceptionNotFound("No template directory as this is not a file engine");
310 throw new ExceptionRuntimeInternal("We can create a template only in a custom theme directory");
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.4.js5 * COPYING file in the root directory of this source tree.
7084 editStyleSheet.setAttributeNS("http://www.w3.org/XML/1998/namespace","base",url.directory);
H A Dfirebug-lite.css5 * COPYING file in the root directory of this source tree.

12345678910>>...28