Home
last modified time | relevance | path

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

123

/plugin/authgooglesheets/vendor/google/apiclient/src/Task/
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/betadoku/src/
Dserver.php75 $filesystem = new \Yggverse\Gemini\Dokuwiki\Filesystem( variable
86 $filesystem,
122 foreach ($filesystem->getList() as $path)
129 if ($uri = $filesystem->getPageUriByPath($path))
131 if ($data = $filesystem->getDataByPath($path))
172 global $filesystem;
348 if ($path = $filesystem->getPagePathByUri($uri))
419 $filesystem->getDataByPath(
514 else if ($path = $filesystem->getDirectoryPathByUri($uri))
541 … if ($file = $filesystem->getPagePathByUri(implode(':', $segments) . ':' . $segment))
[all …]
/plugin/directorylist/syntax/
DSplFileArray.php50 $filesystem = new FileSystemIterator($path, FileSystemIterator::KEY_AS_FILENAME);
54 foreach ($filesystem as $key => $value) {
/plugin/jplayer/vendor/robloach/component-installer/src/ComponentInstaller/
DInstaller.php106 $this->filesystem->ensureDirectoryExists($this->componentDir);
139 return $this->filesystem->remove($path);
/plugin/findologicxmlexport/vendor/twig/twig/doc/
Dintro.rst71 As templates are generally stored on the filesystem, Twig also comes with a
72 filesystem loader::
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::
/plugin/findologicxmlexport/vendor/twig/twig/doc/functions/
Dsource.rst25 templates. So, if you are using the filesystem loader, the templates are looked
Dinclude.rst16 If you are using the filesystem loader, the templates are looked for in the
/plugin/pdftools/tpl/minimal/
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/
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/
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/onlylogo/
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/asciidocjs/node_modules/glob/
DREADME.md140 It's an EventEmitter, and starts walking the filesystem to find matches
210 the filesystem.
237 "mounted" onto the root setting, so that a valid filesystem path is
254 * `statCache` A cache of results of filesystem information, to prevent
257 options object of another, if you know that the filesystem will not
371 filesystem state in the face of rapid changes. For the vast majority
/plugin/templatepagename/
DREADME.md8 * or DokuWiki defaults are: `_template` and `__template` (only editable via filesystem)
/plugin/upgrade/vendor/splitbrain/php-archive/
DREADME.md43 // To create a new TAR archive directly on the filesystem (low memory
/plugin/findologicxmlexport/vendor/twig/twig/
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/
Dinclude.rst39 If you are using the filesystem loader, the templates are looked for in the
/plugin/findologicxmlexport/vendor/jms/serializer/doc/
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/
Dgetid3.lib.php1739 $filesystem = new COM('Scripting.FileSystemObject');
1740 $file = $filesystem->GetFile($path);
1742 unset($filesystem, $file);
/plugin/authgooglesheets/vendor/google/apiclient/
DREADME.md357 $filesystem = new Filesystem($filesystemAdapter);
359 $cache = new FilesystemCachePool($filesystem);
366 composer require cache/filesystem-adapter
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/
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/e59e8a4006afd7f5654786a83b4fcb8da9…
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/
DCHANGELOG.md43 on the filesystem access.
/plugin/asciidocjs/node_modules/jake/node_modules/minimatch/
DREADME.md81 used by a glob-walker that needs to avoid excessive filesystem calls.
/plugin/asciidocjs/node_modules/minimatch/
DREADME.md95 used by a glob-walker that needs to avoid excessive filesystem calls.
/plugin/oauth/vendor/lusitanian/oauth/
H A Dcomposer.lock113 "filesystem",

123