Home
last modified time | relevance | path

Searched refs:filesystem (Results 1 – 25 of 42) sorted by relevance

12

/plugin/authgooglesheets/vendor/google/apiclient/src/Task/
H A DComposer.php29 * @param Filesystem $filesystem Optional. Used for testing.
33 Filesystem $filesystem = null argument
54 $filesystem = $filesystem ?: new Filesystem();
64 $filesystem->remove($realpath);
65 $filesystem->remove($realpath . '.php');
/plugin/directorylist/syntax/
H A DSplFileArray.php50 $filesystem = new FileSystemIterator($path, FileSystemIterator::KEY_AS_FILENAME);
54 foreach ($filesystem as $key => $value) {
/plugin/jplayer/vendor/robloach/component-installer/src/ComponentInstaller/
H A DInstaller.php106 $this->filesystem->ensureDirectoryExists($this->componentDir);
139 return $this->filesystem->remove($path);
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dintro.rst71 As templates are generally stored on the filesystem, Twig also comes with a
72 filesystem loader::
H A Drecipes.rst32 If your templates are not stored on the filesystem, use the ``collect()``
106 * *Replacement*: If you use the filesystem loader, Twig loads the first
489 templates on the filesystem. When templates can be loaded from different
493 same way as we would have done it with a regular filesystem loader. This is
495 filesystem, or any other loader for that matter: the template name should be a
496 logical name, and not the path from the filesystem::
H A Dapi.rst158 All template loaders can cache the compiled templates on the filesystem for
198 The filesystem loader also supports namespaced templates. This allows to group
/plugin/findologicxmlexport/vendor/twig/twig/doc/functions/
H A Dsource.rst25 templates. So, if you are using the filesystem loader, the templates are looked
H A Dinclude.rst16 If you are using the filesystem loader, the templates are looked for in the
/plugin/pdftools/tpl/onlylogo/
H A DREADME.txt49 * ''@INC@'' -- the absolute wiki install directory on the filesystem
51 * ''@TPLINC@'' -- the absolute path to the PDF template directory on the filesystem
/plugin/pdftools/tpl/standard/
H A DREADME.txt49 * ''@INC@'' -- the absolute wiki install directory on the filesystem
51 * ''@TPLINC@'' -- the absolute path to the PDF template directory on the filesystem
/plugin/pdftools/tpl/minimal/
H A DREADME.txt49 * ''@INC@'' -- the absolute wiki install directory on the filesystem
51 * ''@TPLINC@'' -- the absolute path to the PDF template directory on the filesystem
/plugin/dw2pdf/tpl/default/
H A DREADME.txt49 * ''@INC@'' -- the absolute wiki install directory on the filesystem
51 * ''@TPLINC@'' -- the absolute path to the PDF template directory on the filesystem
/plugin/templatepagename/
H A DREADME.md8 * or DokuWiki defaults are: `_template` and `__template` (only editable via filesystem)
/plugin/upgrade/vendor/splitbrain/php-archive/
H A DREADME.md43 // To create a new TAR archive directly on the filesystem (low memory
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG60 * fixed filesystem loader throwing an exception instead of returning false
193 * fixed the filesystem loader with relative paths
297 * added a way to override the filesystem template cache system
345 * fixed filesystem loader when trying to load non-files (like directories)
353 * fixed filesystem loader cache when different file paths are used for the same template
430 * fixed the filesystem loader cache when a template name exists in several namespaces
441 * added the possibility to ignore the filesystem constructor argument in Twig_Loader_Filesystem
458 * fixed a security issue in the filesystem loader where it was possible to include a template one
553 * fixed paths in the filesystem loader when passing a path that ends with a slash or a backslash
590 * fixed filesystem loader freshness logic for high traffic websites
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dinclude.rst39 If you are using the filesystem loader, the templates are looked for in the
/plugin/findologicxmlexport/vendor/jms/serializer/doc/
H A Dconfiguration.rst42 filesystem checks to see whether the data that it has cached is still valid. These checks are usefu…
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dgetid3.lib.php1739 $filesystem = new COM('Scripting.FileSystemObject');
1740 $file = $filesystem->GetFile($path);
1742 unset($filesystem, $file);
/plugin/authgooglesheets/vendor/google/apiclient/
H A DREADME.md357 $filesystem = new Filesystem($filesystemAdapter);
359 $cache = new FilesystemCachePool($filesystem);
366 composer require cache/filesystem-adapter
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/
H A Dcomposer.lock476 "symfony/filesystem": "^5.4 || ^6.0",
948 "filesystem",
2794 "name": "symfony/filesystem",
2798 "url": "https://github.com/symfony/filesystem.git",
2803 "url": "https://api.github.com/repos/symfony/filesystem/zipball/e59e8a4006afd7f5654786a83b4fcb8da98f4593",
2835 "description": "Provides basic utilities for the filesystem",
2838 "source": "https://github.com/symfony/filesystem/tree/v6.2.5"
2874 "symfony/filesystem": "^6.0"
/plugin/findologicxmlexport/vendor/doctrine/annotations/
H A DCHANGELOG.md43 on the filesystem access.
/plugin/oauth/vendor/lusitanian/oauth/
H A Dcomposer.lock113 "filesystem",
/plugin/authgooglesheets/
H A Dcomposer.lock91 "cache/filesystem-adapter": "^0.3.2|^1.1",
103 … "cache/filesystem-adapter": "For caching certs and tokens (using Google\\Client::setCache)"
/plugin/photogallery/phpThumb/
H A DphpThumb.config.php.default48 …alse (default) only allow src within document_root; if true, allow src to be anywhere in filesystem
49 …humb'] = true; // if true (default), allow src to be anywhere in filesystem; if false only a…
/plugin/codeprettify/code-prettify/src/
H A Dlang-xq.js64 …counts|xdmp:forest-clear|xdmp:forest-backup|xdmp:forest|xdmp:filesystem-file|xdmp:filesystem-direc…

12